/* 
Theme Name: Modern World
Theme URI: http://www.kaushalsheth.com/
Description: Modern World theme ported to Wordpress
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com

*/
/* Modern World CSS Template 
   www.solucija.com      */
body { font-family: Arial, Sans-Serif; font-size: 70%; color: #000; background: #595959 url('images/bg.gif') repeat-y top left; margin: 0; padding: 0; line-height: 140% }
a {	color: #A53512; background-color: inherit; }
a:hover { color: #000; background-color: inherit;}
.green {	background: #E8F7E6; color: inherit; }
.blue { background: #ECF3FB; color: inherit; }
#content { padding: 0; text-align: left; width: 720px; background: #595959 url('images/contentbg.gif') repeat-y top left; color: inherit; margin-left:10px; margin-right:0; margin-top:0; margin-bottom:0 }
#message { font-size: 170%; font-weight: bold; color: #FFF; margin: 0 0 50px 0; background-color: inherit; }
#navigation { font-size: 100%; text-transform: uppercase; background: url('images/navbg.gif') repeat-x bottom left; padding-left:10px; padding-right:0; padding-top:0; padding-bottom:22px }
#navigation a {	color: #9f9f9f;	display: inline; text-decoration: none;	font-weight: bold; margin-right: 10px; padding-left: 5px; background-color: inherit; background-image: url('images/linkcorner.gif'); background-repeat: no-repeat; background-position:  left top; }
#navigation a:hover { color: #000; background-color: inherit; }
.left {	margin-right: 500px; background: url('images/logo.gif') no-repeat top left;; padding-left:0px; padding-right:10px; padding-top:0px; padding-bottom:10px }
.left p { padding: 0 0 0 10px; }
.left h1 { font-size: 140%; letter-spacing: -1px; color: #74CF7A; margin: 10px 0 0 0; padding: 0 0 0 10px; background-color: inherit; }
#logo {	padding: 44px 0 0 13px;	margin-bottom: 50px; }
#logo h2 { font-size: 180%;	letter-spacing: -1px; font-weight: bold; color: #000; margin: 0; padding: 0; background-color: inherit; }
#logo p { margin: 0; padding: 3px 0 0 2px; color: #95BAE3; background-color: inherit; }
.right { margin: 0;	width: 478px;	float: right; background: url('images/header.gif') repeat-x top left;; padding-left:12px; padding-right:10px; padding-top:15px; padding-bottom:10px }
.right h1 { font-size: 190%; letter-spacing: -1px; font-weight: bold; color: #2980DE; margin: 10px 0px 0px 0px; padding: 0px 0px 0px 0px; background-color: inherit; }
.quote { padding: 20px; background: #ECF3FB url('images/quotebg.gif') no-repeat center left; font-size:90%; color: inherit }
#footer { clear:both; background: #FFF url('images/footerbg.gif') repeat-x bottom left; color: #808080; border-top: 1px solid #eee; font-family: Verdana, "lucida console", sans-serif; letter-spacing: -1px; font-size: 80%; text-align: right; text-transform: uppercase; padding-left:4px; padding-right:10px; padding-top:4px; padding-bottom:4px }
#footer a { color: #2980DE; background-color: inherit; }
#footer a:hover { background: #FEFDD6; color: inherit; }

/* Added by Kaushal*/


.right h2 a { font-size: 16px; 
letter-spacing: -1px; font-weight: bold; 
color: #2980DE; margin: 10px 0px 0px 0px; padding: 0px 0px 0px 0px; background-color: inherit; 
text-transform:uppercase;
}

/*Sidebar Styling*/
#sidebar h2 { font-size: 140%; letter-spacing: -1px; color: #74CF7A; margin: 20px 0 0 0; padding: 0 0 0 10px; background-color: inherit; }

#sidebar ul {
	list-style-type: none;
	padding: 0 0 1em 5px;
	margin: 20px;	
}
#sidebar ul li {
	margin: 0.5em 0 0 0;
	padding: 0;
	font-size: 12px;
}
#sidebar li a:link, #sidebar li a:visited {
	color: #613517;	
	text-decoration: none;
}
#sidebar li a:hover {
	color: #753206;
	border-bottom: 1px solid #753206;
}


/* Blockquote styling*/
blockquote { padding: 20px; background: #ECF3FB url('images/quotebg.gif') no-repeat center left; font-size:90%; color: inherit }

/* other code styling*/
acronym, abbr {
	border-bottom: 1px dotted #0c6bf0;
}
acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: .07em;
}
code {
	font-size: 1em;
	font-style: italic;
}

cite {
	font-size: 0.9em;
	font-style: normal;
}

p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.5em;
}

cite a {
	border-bottom: 1px dotted #DC9204;
	text-decoration: none;
}
cite a:visited, a:hover {
	border-bottom: none;
}



/* Comments styling*/
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 80%;
	padding: 2px;
	border: 1px solid #c2c2c2;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* Comments */
.alt {
	margin: 0;
	padding: 10px;
	border: 1px solid #cecece;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	border: none;
	}

#commentform p {
	margin: 5px 0;
	border: none;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	border: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	border: none;
	}

.commentmetadata {
	font-weight: normal;
	}
	/* close comments*/
	