/*  
Theme Created by Kaushal Vaidya
*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{l
	background-color:#bcbcbc;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:140%;
}
a{
	color: #990000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

/*========= LAYOUT =========*/

#page{
	background: #ffffff;
	margin: 0 auto;
	width: 900px;
}
/*--- Main Columns ---*/
#columns{
	margin:0px;
	padding:0px;
}
.col1{
	float: left;
	width: 648px;
}
.col2{
	float: left;
	width: 246px;
}
/*--- Sub Columns ---*/
.subcol{
	width: 160px;
}
.searchCol1{
	float: left;
	width: 634px;
	margin-left:15px;
}


/*========= HEADER =========*/

/*- Page Navigation -*/
#nav{
	background: #3c3632;
	height: 30px;
	padding: 4px 0 0;
}
#nav-left {
	float:left;
	display:inline;
	width:500px;
	}
#nav-right {
	float:right;
	display:inline;
	width:335px;
	color:#FFFFFF;
	}
#nav ul {
	position: relative;
    height: 26px;
    overflow: hidden;
	padding-left:10px;
}
#nav ul  li {
    float: left;
    list-style: none;
	font-weight:bold;
	font-size:14px;	
}
#nav ul  li.back {
    background-color: #990000;
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
}
#nav ul  li a {
	text-decoration: none;
	color: #dddddd;
	outline: none;
	text-align: center;
	top: 6px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 15px !important;
	margin: auto 7px;	
}
#nav ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}
.floatLeft {
	width:auto;
	float:left;
}
   
/*- calegory Navigation -*/
.nav2, .nav2 * {
	margin:0;
	padding:0;
	
}
.nav2 {
	height: 35px;
	border-bottom:3px solid #B3B3B3;
	font-weight:bold;
	font-size:15px;	
	position:relative;
}
.nav2 ul {
	background:#fff; /*IE6 needs this*/
	float: left;
	position:relative;
}
.nav2 li {
	line-height: 35px;
	float: left;
	list-style:none;
	z-index:999;
}
.nav2 li.current ul {
	z-index: 999;	
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	background: #B3B3B3;
	color: #ffffff;
	text-decoration: none;		
}
.nav2 li li {
}
.nav2 a {
	color: #990000;
	display: block;
	background-color:#d9d2c8;
	border-right:dotted 1px #C0C0C0;
	padding: 0 13px;
}
.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:960px;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #ffffff;
	text-decoration: none;
	background: #990000;
}
.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {

}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em;
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
/*- Header -*/
#header{
	background: url(images/hl-dot.gif) repeat-x bottom;
	height: 92px;
	padding: 0 0 2px;
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
}
#header h1 a{
	display: block;
	height: 93px;
	width: 389px;
}

/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post{
	margin: 0;
	
}

.post h2{
	font-size: 1em;
	padding: 0 0 5px;
}
.post h3{
	font-size: 1.3em;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
}
.post p.posted{
	color: #c0c0c0;
}
.alignJustified {
	text-align:justify;
}
/*- Box -*/
.box{
	clear: both;
}
.box .post{
	width: 310px;
	margin-left:14px;
	background: url(images/postBackColour.jpg) no-repeat top;
	height:277px;
}
.box .post h1{
	font-size: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	padding:8px 0px 5px 8px;
}
.box .post h1 a{
	color:#FFFFFF;
	text-decoration:none;
}
.box .post h2{
	background-color:#cde0bd;
	margin-top:8px;
        margin-left:1px;
        margin-right:1px;
	font-size:12px;
	font-weight:normal;
	padding-left:8px;
}
.box .post h2 a{
	color:#333333;
	text-decoration:none;
}

.box .post h3{
	font-size:12px;
	font-weight:normal;

}
.postJustified{
	padding:8px 8px 0px 8px;
}
.postJustified p {
	text-align:justify;
}

/*=== Traditional Blog Post ===*/
.postPage{
	width:612px;
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #b4b4b4;
	margin-top:5px;
	margin-left:1px;
}
.postPage h1{
	font-size:16px;
	background-color:#006600;
	width:614px;
	margin-left:-10px;
	padding:10px;
	font-weight:normal;
}
.postPage h1 a{
	color: #ffffff;
}
.postPage h2{
	font-size: 1.1em;
	background-color:#5b905b;
	width:614px;
	margin-left:-10px;
	padding:3px 0px 3px 10px;
	font-weight:normal;
	color:#ffffff;
}
.postPage h2 a{
	color: #ffffff;
}
.postPage h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-bottom:15px;
}
.postPage h3 a{
	color: #ffffff;
}
.postPage p{
	padding: 0 0 15px;
}
.postPage p.posted{
	color: #c0c0c0;
}

.post-alt{
	width:612px;
	padding:5px 10px 5px 10px;
	background-color:#ffffff;
	border-top:1px solid #ecebe9;
	border-bottom:1px solid #b4b4b4;
	margin-top:5px;
	margin-left:1px;
}
.post-alt h2{
	font-size: 1.1em;
	padding: 0 0 5px;
}
.post-alt h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.post-alt h3 a{
	color: #990000;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt p.posted{
	color: #c0c0c0;
}
/*=== Buttons ===*/
.continue{
	/*background: url(images/ico-arrow.gif) no-repeat left;*/
	padding: 0 0 0 13px;
	font-weight:bold;
}
.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url(images/ico-comm.gif) no-repeat left;
	color: #000000;
	padding: 0 0 0 20px;
	font-weight:bold;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*========= ARCHIVE SPECIFIC =========*/
.articleBack {
	width:634px;
	margin-left:15px;
	/*background:url(images/categoryPageheader.gif) top left no-repeat;*/
	display:table;
	padding:0px;
}

.articlePageBottomCurve {
	width:634px;
	margin-left:15px;
	display:table;
	padding:0px;
	height:18px;
}

.categoryBack {
	width:634px;
	margin-left:15px;
	display:table;
	padding:0px;
}

.categoryPageBottomCurve {
	width:634px;
	margin-left:15px;
	display:table;
	padding:0px;
	height:18px;
}

#archivebox {
	margin-left:1px;
	padding-top:10px;
}
#archivebox h2 {
	font-size:18px;
	color:#ffffff;
	padding-left:15px;
	padding-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
        background-color:#009900;
}

.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	color:#000;
	font-weight:bold;
}
.arclist{
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 260px;
}
.arclist h2{
	color: #000;
	font-size: 18px;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}

.entry p{
	text-align:left;
	font-size:12px;
	line-height:20px;
	}
.entry blockquote { 
	padding: 3px 15px;
	background: #def3ff;
	border: 1px solid #0253b8;
	margin: 5px auto 15px auto;
	color:#000;
	width:85%;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding: 2px 2px 2px 2px;
	background:#DDD;
	border: solid 1px #C0C0C0; 
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em;
	padding: 0 0 5px;
	font-weight:bold !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#DDD;
	border:1px solid #C0C0C0;	
}

/*========= SIDEBAR =========*/

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/
.sideTabs {
	border-bottom:1px solid #C0C0C0;
	height:31px;
	width:350px;
	float:left;
	display:block;
	}
.sideTabs .idTabs{
	font-size: 12px;
	height: 30px;
	letter-spacing: -1px;
}
.sideTabs .idTabs li{
	float: left;
	font-size: 13px;
	line-height: 30px;
}
.sideTabs .idTabs li a{
	background: #eeeeee;
	border: 1px solid #eeeeee;
	border-bottom: 0;
	color: #c0c0c0;
	display: block;
	margin: 0 2px 0 0;
	padding: 0 10px;
	font-weight:bold;
}
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	background: #dddddd;
	border: 1px solid #c0c0c0;
	border-bottom:1px solid #ddd;
	color: #373737;
	text-decoration: none;
}
.navbox{
	background: #dddddd;
	border: 1px solid #c0c0c0;
	border-top: 0;
	margin: -2px 0 25px;
	padding: 10px 10px 0;
	position: relative;
}
.list1,list3,list4{
	padding-bottom:12px;
	}
.list1 li,.list3 li,.list4 li{
	background: url(images/ico-star.gif) no-repeat left center;
	padding: 6px 0 6px 25px;
	border-bottom:1px dashed #C0C0C0;
}
.list1 li a,.list3 li a,.list4 li a{
	color: #000000;
}
.list3 li {
	background: url(images/ico-mostcomm.gif) no-repeat left center !important;
	}
.list4 li {
	background: url(images/ico-feat.gif) no-repeat left center !important;
	}
/*- Ads -*/
.ads{
	border: 1px solid #eeeeee;
	height: 125px;
	margin: 0 0 25px;
	padding: 10px;
}
.ads img{
	float: left;
	margin: 0 14px 0 0;
}
.ads img.last{
	margin: 0 !important;
}

/*=== DropDown Lists ===*/
.catlist{
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 0 0 10px;
	width: 160px;
}
.catlist h2{
	color: #ffffff;
	font-size: 14px;
	padding: 0 20px 0 0 !important;
	background:url(images/ico-catlist.gif) center right no-repeat;
}
.list-alt {
	padding-top:10px;
	}
.list-alt li{
	margin: 0 0 7px;
}
.list-alt li a{
	color: #000000;
}
/*=== Styling Widget Lists ===*/
.widget {
	margin-left:5px;
	/*background: url(images/categoryBack.gif) repeat-y;*/
	width:246px;
        background-color:#f1f7ed;
	margin-bottom:10px;
}
.widget h2 {
	width:231px;
	margin-left:0px;
	padding:5px 0px 5px 10px;
	background-color:#99c079;
	color:#FFFFFF;
	margin-bottom:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	}
.widget h2 hl{
	background-color:#990000;
	}

.widget ul {
	/*background: url(images/categoryBackBottom.gif) no-repeat bottom;*/
	padding-bottom:20px;
	padding-bottom:25px;
        padding-left:0px;
        margin-left:0px;
}
.widget ul li{
	margin:0px;

}
.widget a:link {
	color:#666666;
	font-weight:normal;
	}
.cat-item {
	margin-right:10px;
	padding-left:10px; !important;
}
.cat-item a{
	background-color:#f1f7ed;
	color:#483b2b;
	width:227px;
	display:block;
	padding:5px 0px 5px 0px;
	margin-bottom:2px;
	border-bottom:1px solid #ecebe9;
}

.cat-item :hover {
	background-color:#cde0bd;
	text-decoration:none;
}

.current-cat a{
	background-color:#cde0bd;
	text-decoration:none;
}


/*========= FOOTER =========*/

#footer{
	background: #000000;
	clear: both;
	color: #b3b3b3;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
}
#footer a{
	color: #b3b3b3;
}
#footer img {
	vertical-align:middle;
}

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl-full{
	clear:both;
	height:15px;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}

.blog{
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #c0c0c0;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
.imageLeft {
	float: left;
	top: 5px;
	margin-right:5px;
	margin-top:5px;
	display:block;
	border:1px solid #666666;
}
.postedEntry {
	text-align:right;
	color:#333333;
}
.searchBack {
	background: url(images/communitySearchBack.gif) no-repeat left center;
	padding:13px 0px 15px 5px;
}
.searchLeft {
	width:162px;
	float:left;
	padding-top:5px;
	padding-left:5px;
}
.searchRight {
	width:72px;
	float:left;
}
.searchInput {
	background: url(images/searchGradient.gif) repeat-x;
	font-size: 12px;
	margin-top:-5px;
	padding: 2px;
	height:19px;
	width:150px;
}
.hl ul {
	margin-left:15px;
}
.floatLeft {
      width:120px;
      height:600px;
      display:block;
      float:left;
      margin-right:10px;
}
.homeAd {
      width:250px;
      padding-left:15px;
      padding-right:15px;
      float: left;
      background-color:#bcbcbc;
}
