/*  
Theme Name: Kevin
Version: 1.0.0
Description: Designed by Aditi Tuteja.

*/

/* Default styles */
@import "reset.css";

/* Custom styles */
@import "custom.css";

html{background: #e9eaff;}
body {
	background: #e9e9ff url(images/bg.jpg) left top repeat-x;
	margin: 0;
	padding: 0;
}

/* Wrap */

#wrap {}

/* Top */

#top {
	width: 960px;
	margin: 0 auto;
	padding: 0;	
	position:relative;
	z-index:999;
}

.clear{clear: both; width: 100%;}

/* Page Nav */
ul#pagenav{width: 960px; background: url(images/bg_nav_repeater.jpg) left top repeat-x; height: 53px; padding: 0; margin: 0; font-size: 15px; font-weight: bold;}
ul#pagenav li{float: left; display: block; background: url(images/nav_separator.jpg) right top no-repeat; line-height: 53px; padding: 0 30px;}
ul#pagenav span.first{background: url(images/bg_nav_left.gif) left top no-repeat; width: 5px; height: 53px; float: left;}
ul#pagenav li a{text-decoration: none; color: #ffffff;}
ul#pagenav li a:hover{text-decoration: underline; color: #ffffff;}



/* Cat Nav */

#menu {background: #013B7A; width:960px; height:44px; z-index: 999; position: relative;}

#catnav, #catnav ul {padding: 0; margin: 0 5px 0 0;  list-style: none; line-height: 1; width:750px; z-index: 999; position: relative; font: bold 13px/44px "Trebuchet MS";}
#catnav a {display: block; padding: 0 10px; z-index: 100; color:#fff; font-size:14px; font-weight:bold; text-decoration: none;}
#catnav li {float: left;}
#catnav li a:hover{background:#0D57A7; display: block;}

/* Style drop down list */

#catnav li ul { position: absolute; width: 182px; left: -999em; margin:0; }
#catnav li ul li {	border: 1px solid #ccc; border-width:0 1px 1px; background: #FFF; z-index: 15; position: relative; }
#catnav li ul li:hover { background: #eee; }
#catnav li ul li a { line-height: 35px; font-size: 12px; color: #333; width: 160px; }
#catnav li ul ul {	margin: -36px 0 0 180px;  border-top: 1px solid #ccc; }
#catnav li ul ul li a { line-height: 35px; }
#catnav li ul li ul li a {	border-width:0 1px 1px 0px; }
#catnav li:hover ul, #catnav li.sfhover ul { left: auto; }
#catnav li:hover ul ul, #catnav li.sfhover ul ul { left: -999em; }
#catnav li:hover ul, #catnav li li:hover ul, #catnav li.sfhover ul, #catnav li li.sfhover ul { left: auto; }
#catnav li:hover, #catnav li.hover { position: static; } /* IE7 Fix */

/* Search */

#search{width: 210px; margin: 7px 0 0 0; position: absolute; right: 27px; top: 0; background:url(images/bg_search.png) no-repeat;}
#search input{border:0; color:#fff; padding: 8px 10px; width: 190px; height: 14px; font: normal 12px "Trebuchet MS"; background: none;}

/* Header */

#header{height: 100px; padding: 34px 0 0 0; clear: both; position: relative; margin: 0 0 0 13px;}
#header a { width:500px; height:100px; display:block; }
#header h1 { position:absolute; left:-999em; }

/* Content */

#content {
	background:#fff url(images/bg-content.png) repeat-y right;
	width: 958px;
	border: 1px solid #E1E6EA; border-top: none;
	margin:0 auto;
	padding: 0;
	overflow: hidden !important;
}

#content-bot { background:url(images/bg-content-footer.png) no-repeat; width:960px; height:18px; margin:0 auto; display:block; }
#content-bot-white { background:url(images/bg-content-footer-white.png) no-repeat; width:960px; height:18px; margin:0 auto; display:block; }

#content.white { background:#fff; }

#featured {	padding:20px 0px 0px 20px;	width:440px; }
#main {	padding:20px 20px 0px 0; width:425px; }
#main-full { padding:20px 0 0px 20px; width:920px; }


/* Content (style) */

#content a { text-decoration: underline; }
#content a:hover {	text-decoration: none; }
#content h2, #content h3 { font-weight: bold; }
#content h2 {font: bold 18px/18px "Georgia"; color: #013B7A;}
#content h3 {font-size: 20px; }
#content h3.info {font: bold 18px/18px "Georgia"; color: #353535;}
#content h4 { font-size: 16px; }
#content ol, #content ul { line-height: 18px; }
#content ul { padding-left: 50px; }
#content ul li { list-style: circle; padding: 3px 0; }
#content ol { padding-left: 57px; }
#content ol li { list-style: decimal; padding: 3px 0; }
#content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

/* Main Content (post) */

#content .post { padding:0 5px 15px 0; }
#content .post-title {	width: 100%; position: relative; }
#content .post-title h2, #content .post-title p.post-details, #content .post-title h3 { padding-right: 50px;}
#content .post h2{padding: 0 0 10px 0 !important;}
#content h2 a, #content h3 a { color: #2A2A2A; text-decoration: none; }
#content h2 a:hover, #content h3 a:hover { text-decoration: none; }
#content p.post-details { line-height: 18px; margin-top: -10px; position: relative; }
#content p.post-details a { text-decoration: underline; color:#9F9F9F; }
#content p.post-details a:hover { color:#555; }
#content p.post-details {
	color: #9F9F9F;
	font-size: 11px;
	padding: 0 0px 0px 1px
}
#content .post h4 { margin-top: 1px; clear: both; width: 100%; }
#content .post h4.continue a {
	background: #A8BC70;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}
#content .post h4.continue a:hover {background: #9fb26a;}
#content .post img.thumbnail {
	border:1px solid #DDDDDD;
	margin:5px 0 0;
}
#content .post img.thumbnail-left {
	margin:15px 10px 5px 0;
	float:left;
}
#content .post img.gallery { margin:0 7px 7px 0; }
#content h2.arh {
	border-bottom: #EBEBEB 1px solid;
	margin-top: -10px;
	margin-bottom: 10px;
	position: relative;
}

#featured h2 {font-size: 18px; font-weight: bold; color: #013B7A;}
#featured h2 a{color: #013B7A !important;}
#featured .block { padding:0 30px 20px 0px; width:200px; float:left; }
#featured .block.last { padding-right:0px; }
#featured .block h2{ font-size:18px; line-height:20px; font-weight:normal; padding: 0;}



/* Main Content (post>single) */

#content p.tags {
	background:url(images/ico-tag.gif) no-repeat center left;
	padding-left:25px;
	width: 100%;
	clear: both;
}
.single #content .advert_468x60 {margin: 15px 0 0px 0;}
#content .page h2 {padding-top: 5px;}

/* Comments */

#comments h3 { font-size: 20px;	font-weight: normal;padding: 10px 0 20px 0;}

#comments #comments_wrap {padding: 0; position: relative; }
#comments ol.commentlist li { list-style-type:none; }

#comments .comment { margin-top: 10px; width: 100%; }
#comments .comment a { text-decoration: underline; }
#comments .comment a:hover { text-decoration: none; }
#comments .comment small { font-size: 10px;	margin-top: -2px; }

#comments .comment .col-left {width: 110px; font-size:11px;}
#comments .comment .col-left p { padding: 0 0 0 2px; line-height: 19px;}
#comments .comment .col-left .inside {
	width: 110px;
	float: left;
	position: relative;
	overflow: hidden;
	min-height:70px;
}

#comments .comment .col-right {
	min-height: 92px;
	background: #e6e6e6;
	padding: 10px 15px;
	margin-left:100px;
	float:none; 
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
}

* html #comments .comment .col-right { height: 100px; }
#comments .comment div.reply { float:right; padding: 3px 3px 0; font-size:11px; }
#comments .comment div.reply a { text-decoration:none; color:#aaa; }

#comments ul.children { margin:10px 0 0 25px; padding:0; }

#comments .navigation .alignright, #comments .navigation .alignleft { margin:10px 0;}
#comments .navigation a {
	color: #555;
}
#comments .commentlist {padding:0;}
#comments .commentlist p{padding:0 0 10px;}

#comments .commentlist #respond #form_wrap {
	padding:0 0 25px;
	margin:0;
	border:0;
	width:auto;
}
#comments .commentlist .children #respond #form_wrap .col-right{float:none;}
#comments .cancel-comment-reply {margin-bottom:10px;}

#commentform .btn {
	margin:0; 
	background:url(images/btn-submit.png) no-repeat;
 	color:#FFFFFF;
	font-weight:bold;
	width:79px;
	height:41px;
	padding:0;
	border:0;
	cursor:pointer;
}

/* (widgets)*/

#tag_cloud h2 {display: block;float: none;}
.textwidget {clear: both;padding: 5px 2px;line-height:20px;}
#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
	clear: both;
}
#wp-calendar caption {padding: 10px;}
#wp-calendar th {color: #fff;}
#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #E7E7E7;
	color: #9E9E9E;
}
#wp-calendar td {background: transparent;}
#wp-calendar td, table#wp-calendar th {padding: 3px 0;}
#wp-calendar a {text-decoration: underline;}
#wp-calendar a:hover {text-decoration: none;}

/* (flickr) */

#flickr h3 span {color: #0061D8;}
#flickr h3 span span {color: #FF1183;}
#flickr .wrap {
	margin-left: -5px;
	padding: 0;
	position: relative;
	margin-bottom:25px;
}
#flickr a img {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	background: #fff;
	border: #CECFC6 1px solid;
}
#flickr a:hover img {border: #A8AA99 1px solid;}

/* widget-slider */
#slider-top { background:url(images/bg-footer-top.png) no-repeat; width:960px; height:7px; font-size:1px }
#slider-bot { background:url(images/bg-footer-bot.png) no-repeat; width:960px; height:7px; }
#slider-block { background-color:#465362; position:relative; min-height:300px; width:960px; overflow:hidden; }
.container { position:relative; height:137px; width:840px; overflow:hidden; margin:0 auto; }
.container div {  opacity:0; z-index:0; position:absolute; top:0; left:0; padding:0 20px; }
.container div div {  opacity:1; z-index: auto; position:static; padding:0px; }
#slider-block .container p{color: #ffffff !important;}
#slider-block .container p a{color: #ffffff !important;}
#loopedSlider { position:relative; width:960px; margin:29px auto 0; }
#loopedSlider .nav-buttons { list-style-type:none; margin:0; padding:0; }
#loopedSlider li#p { position:absolute; top:140px; left:30px; }
#loopedSlider li#n { position:absolute; top:140px; right:30px; }

.container ul.widget { float:left; width:245px; margin-right:30px; color:#eeeeee;}
.container ul.last { margin-right:0px; }
.container ul.widget h3 {font: bold 18px/normal "Trebuchet MS"; color: #FFFFFF;}
.container ul.widget a { color:#fff; font: normal 11px/normal "Trebuchet MS"; text-decoration: none;}
.container ul.widget a:hover{text-decoration: underline;}
.container ul.widget li ul { padding:0; margin:0; }
.container ul.widget li ul li { padding:10px 0; background:url(images/dot.gif) repeat-x bottom; }

				
/* Footer */

#footer {
	width: 980px;
	margin: 8px auto 0;
	padding-bottom:30px;
	font-size: 11px;
	color: #777;
}

#footer ul{margin: 10px 0 0 33px; padding: 0; list-style-type: none; height: 66px;}
#footer ul li{display: block; float: left; height: 66px; line-height: 66px; margin: 0 22px 0 0;}
#footer ul li.first img{margin-top: 5px;}
#footer ul li.first{line-height: normal;}
#footer ul li.first p{font: normal 10px Arial, Helvetica, sans-serif; color: #02397d; padding: 1px 0 0 0;}
#footer ul li.first p a{color: #02397d; text-decoration: none;}
#footer ul li.first p a:hover{color: #02397d; text-decoration: underline;}
#footer ul li.last{}


/*	css by Aditi	*/

#leftBlockHeader{width: 572px; float: left; height: 324px; background: url(images/img_jconardlevinson.png) right bottom no-repeat;}
#rightBlockHeader{width: 367px; float: right; background: #465362; padding: 18px 0 0 21px; height: 306px;}
#rightBlockHeader .tipsImage{margin: 20px 0 20px 14px; width: 292px;}

/*	signUpForm	*/
ul#signup{padding: 0 !important;}
ul#signup li{display: block; float: left; margin: 0 3px 0 0;}
ul#signup li input{border: 1px solid #FFFFFF; background: #FFFFFF; height: 18px; width: 103px; font: normal 11px/18px "Trebuchet MS"; color: #9B9A99; padding: 0 5px;}
ul#signup li input.button{background: url(images/btn_subscribe.gif) left top no-repeat; width: 107px; height: 21px; border: 0; padding: 0; cursor: pointer;}


/* joinNow*/
div.joinNow{width: 100%; padding: 8px 0 0 0; float: left;}

/*	bookmarkIcons	*/
ul.icons{margin: 0 0 10px 0; padding: 0 !important; list-style-type: none; float: left; clear: both; width: 100%;}
ul.icons li{list-style-type: none !important;}
ul.icons li{float: left; margin: 0 8px 0 0; padding: 0 !important;}

/* homepage	*/
.home-content{
	background:#fff url(images/bg-home-content.jpg) repeat-y left top !important;
	width: 958px;
	border: 1px solid #E1E6EA; border-top: none;
	margin:0 auto;
	padding: 0;
	overflow: hidden !important;
}
.home-content div.col-left{float: left; width: 570px; padding:15px 10px 0px 20px;}
.home-content div.col-right{float: left; width: 325px; padding:0px 10px 0px 20px;}
.home-content #main{width: auto; padding: 0;}

h3.info strong{font-size: 12px; display: block; clear: both; color: #0d57a7;}
h3.info a{font-size: 12px; display: block; clear: both; color: #0d57a7 !important;}
h3.info a:hover{color: #f59227 !important;}

