/*  
Theme Name: Fubar Mimbo
Theme Author: Yan - FubarGenre
Description: custom FubarGenre theme based on Mimbo
Version: 1.0
*/


/* HTML Elements */

@import url("style-yan.css");

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #161616;
	color: #fff;
	padding: 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #bd1313;
	text-decoration:none
	}

a:hover, a:active {
	color: #8d8d8d;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	background: transparent url(images/pen1.png) left center no-repeat;
	padding: 3px 6px 3px 25px;
	color: #ac7208;
	}

small a, small a:link, small a:active, small a:visited, small a:hover {
	color: #ac7208; 
	}



img {
		border: none;
		padding: 0;
		}

img.wp-smiley {
		border: none;
		padding: 0;
		}
		


/* Structure */

#pagecontainer { 	
	width:980px;
	margin:0 auto;
	background:#101010 url(images/body_bg.jpg) repeat-y top center;
	padding: 0; }
	
#page {
	width:880px;
	margin:0 auto;
	font-size:0.7em;
	background:#101010;
	padding: 0px 25px 35px 25px;
	}

#branding {
	width: 880px;
	height: 163px;
	background: #101010 url(images/header.jpg) no-repeat center top;
	padding-bottom:0;
	margin-bottom: 0;}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 250px;
	float:right;
	}


#leftcol {
	width:287px;
	border-right: 1px #383838 dotted;
	padding-right:15px;
	}

#leftcol h3{
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 1em; 
	font-weight: 100; 
	line-height: .8em; 
	font-size: 10px; 
	text-transform: uppercase;
	margin-bottom: 12px;
	border-bottom: #151515 1px solid;
	border-top: #151515 2px solid;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

#leftcol h3 a, #leftcol h3 a:visited, #leftcol h3 a:active {
	text-transform: capitalize;	text-decoration: none;
	color: #fff;
}

#leftcol h3 a:hover {
	text-transform: capitalize;	text-decoration: none;
	color: #ffdd49;
}


#leftcol h3.left1 {
	margin-top: 0;

}



#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	color: #979797;
	}


#rightcol h3 a,
#rightcol h3 a:visited,
#rightcol h3 a:active {
	color: #f5e5af;
	}

#rightcol h3 a:hover {
	color: #7a0c0c;
}

#rightcol a.title,
#rightcol a.title:visited,
#rightcol a.title:active {
	color: #d6be6d;

}

#rightcol a.title:hover {
	color: #7a0c0c;
}

/*Subnav */

.subnav li {
	list-style:none;
	background: transparent url(images/separator1.gif) repeat-x left bottom;
	margin: 0;
	height: 30px;
	}

.subnav li a:link, .subnav li a:visited, .subnav li a:active{
	background: transparent url(images/icon_link.gif) no-repeat center left;
	display:block;
	padding: 8px 4px 8px 18px;
	color: #fff;
	margin-left: 5px;
	margin-bottom: 0;}
		
.subnav li a:hover  {
	background:#595959 url(images/icon_link.gif) no-repeat center left;
	text-decoration:none;
	color: #fff;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
/*Subnav *

.subnav li {
	list-style:none;
	border-bottom:1px solid #1d1919;
	}

.subnav li a:link, .subnav li a:visited, .subnav li a:active{
	background: #222121;
	display:block;
	padding:4px 4px 4px 8px;
	border-left: 4px #1d1919 solid;
	color: #fff;}
		
.subnav li a:hover,  {
	background:#595959;
	text-decoration:none;
	color: #fff;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	visibility: hidden;
	}
	
h2 {
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	}


h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar h3, #sidebar h2 {
	padding:6px 0 6px 2px;
	margin:18px 0 10px 0;
	font-size:1em;
	background: #161616;
	color: #fff;
	text-align: center;
	border-top: 2px #505050 solid;
	border-bottom: 1px #505050 solid;
	}

h3#respond {
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	

/*Header Extras*/

#branding div.attributes {
    font-size: 10px;
    padding-right: 18px;
    float: right;
    margin-top: 35px;
}

#branding div.attributes a.rss {
	background: transparent url(images/rss.gif) no-repeat left center;
	padding-left: 20px;
	color: #fff;
}

/*Sidebar Recent Comments */

li.recent-cmts {
	clear: both;
	padding: 8px 3%;
	background: transparent url(images/separator_rct-cmt.gif) repeat-x left bottom;
	line-height: 140%;
	}

li.recent-cmts a, li.recent-cmts a:active, li.recent-cmts a:visited {
	color: #fff;
}	
	
li.recent-rand {
	clear: both;
	padding: 8px 3%;
	background: transparent url(images/separator_rct-cmt.gif) repeat-x left bottom;
	line-height: 140%;
	}	
li.recent-rand img {
	border:none;
	}	
	
li.recent-cmts:hover {
	background: #303030 url(images/separator_rct-cmt.gif) repeat-x left bottom;
	}



	
/* Content */

#content {
	width:605px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	visibility: hidden;
	}

.feature {
	background: #151515;
	padding:15px;
	border-bottom:none;
	border-top:none;}

.feature:hover {}
	
.feature p, #rightcol p {
	margin:0;
	}


.feature img, #rightcol img {
	padding:1px;
	border: 1px #878787 solid;
	}

.leftcol1 {
	background: #e92d2c url(images/right_bg1.jpg) repeat-x top left;
	padding:15px;
	border-bottom:none;
	border-top:none;
	margin-bottom: 15px;}

.leftcol1 p {
	margin:0;
	}

.leftcol1 img {
	padding:1px;
	border: 1px #878787 solid;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	border: 1px #868584 solid; 
	padding: 0;}

#lead {
	margin-top:18px;
	font:12px Arial, Verdana, Sans-Serif;
	background: #040404 url(images/lead_foot1.png) no-repeat right top;
	padding-top: 20px;
	border-bottom: 1px solid #4a4545;
	border-left: 1px solid #4a4545;
	}

#lead h3 {
	color: #cfa63d;
	word-spacing: normal;}

#lead a.title1, #lead a.title1:visited, #lead a.title1:active {
	font-family: "Palatino Linotype";
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	font-size: 18px;
	font-weight: bold;	font-style: italic;
}

#lead p {	
	margin: 13px 40px 5px 0em;
	font-family: 'Trebuchet Ms';
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	font-size: 12px;
	}

#lead span {
	font-family: "Palatino Linotype";
	font-size: 20px;
	color: #c4d8f7; 
}

#lead a.readmore1 {
	font-family: "Trebuchet Ms";
	font-size:11px; 
	letter-spacing: 0;
	word-spacing: 0;
	font-weight: bold;
	background: transparent url(images/arrow-right.gif) right center no-repeat;
	padding-right: 15px;
}

#lead .leadfoot {
	color: #527bcf;
	margin: 0;
	padding:0;
	background: #fff url(images/lead_foot.png) no-repeat left bottom;
	height: 46px;
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
	}




.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom: 1px solid #181818;
	border-top: 3px #181818 solid;
	border-left: 1px solid #181818;
	border-right: 1px solid #181818;
	text-align:center;
	}

#leftcol .feature a.title, #leftcol .feature a.title:active, #leftcol .feature a.title:visited {
	color: #f1d57a;
	font-family: "Palatino Linotype";
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	font-size: 16px;	font-style: italic;
}

#leftcol .feature a.title:hover {
	text-decoration: none;
	color: #bd1313;
}

#leftcol .feature1 {
	text-align: center;
	color: #fff;

	}

#leftcol .feature1 a.title, #leftcol .feature1 a.title:active, #leftcol .feature1 a.title:visited {
	color: #eab925;
	font-family: "Palatino Linotype";
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	font-size: 16px;	font-style: italic;
	text-align: center;
}

#leftcol .feature1 a.title:hover {
	text-decoration: none;
	color: #e0dbdb;
}


#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block;
	border: 1px #ececec solid;
	}
	
#rightcol .clearfloat {

	padding:12px 0;
	background: transparent url(images/separator1.gif) repeat-x left bottom;
	}	

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #101010;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .bullets li a, #sidelist .bullets li a:active, #sidelist .bullets li a:visited {
	color: #e9ce74;
}

#sidelist .bullets li strong a, #sidelist .bullets li strong a:visited, #sidelist .bullets li strong a:active {
	font-weight: normal;
	color: #d8b02f;
}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom: 1px #898f7f solid;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#151515;
	margin:10px 0 15px 0;
	padding:12px;
	border: 1px solid #181818;
	color: #707070
	}

#writer img {
	padding:1px;
	border: 1px #848484 solid;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top: 1px #848484 solid;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

#writer a, #writer a:visited, #writer a:active {
	color: #b79f59;
	background: none;
	border: none;
	}
	
.entry {
	padding-bottom:28px;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}

/* Leftcol Popularity Contest in Home Page */

#leftcol .popular ul.pop li {
	list-style:none;
	border-bottom: 1px #bdbebf solid;
	margin-bottom: 2px;
	}

#leftcol .popular ul.pop li a:link, 
#leftcol .popular ul.pop li a:active,
#leftcol .popular ul.pop li a:visited {
	background:#fff;
	display:block;
	padding: 2px 4px 2px 8px;	
	color: #4d4a44;
	border-left: 4px #bdbebf solid;
	}
		
#leftcol .popular ul.pop li a:hover {
	background: #cdcfd0;
	text-decoration:none;
	color: #fff;}


/* Email Subscription - Feedburner Subscribe */

#rightcol .subscribe {
	border-bottom:1px dotted #c8dbf4;
	padding:12px 0;
	}

#rightcol .subscribe a.title,
#rightcol .subscribe a.title:visited,
#rightcol .subscribe a.title:active {
	color: #ee9c02;
	font-family: "Palatino Linotype";
	background-color: #fff;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	font-size: 16px;	font-style: italic;
}

#rightcol .subscribe a.title:hover {
	color: #69a8ec;
}

/*Post Formatting - Entry slash Content*/

#content h2.entrytitle {
	font-family: "Palatino Linotype";
	text-decoration: none;
	word-spacing: normal;
	font-size: 25px;
	font-weight: bold;	font-style: italic;
	padding-bottom:4px;
	padding-top:6px;
	border-bottom:1px solid #fff;
	border-top:2px solid #fff;
	margin: 20px 0;
	color: #fff;
}

#content .entry  {	
	font-family: "Trebuchet Ms";
	color: #a0a0a0;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	font-size: 13px;
	}

#content .entry1  {	
	font-family: "Trebuchet Ms";
	color: #a0a0a0;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	font-size: 12px;
	}

#content h3.main {
	font-family: "Palatino Linotype";
	font-size: 17px;
	font-weight: bold;	font-style: italic;	color: #fff;
	text-transform: none;	letter-spacing: normal;
	padding: 0;
	margin-bottom: -20px;	
}

#content h2.desig {
	font-family: "Palatino Linotype";
	font-size: 15px;
	font-weight: bold;
	text-transform: none;	letter-spacing: normal;
	border: 0;
	padding-bottom: 0;
	margin-bottom: 6px;
}

#content h2.prof {
	color: #fff;
	font-family: "Palatino Linotype";
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	text-transform: none;	letter-spacing: normal;
	border: 0;
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	padding-top: 5px;
}

#content h3.subs {
	color: #fff;
	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-transform: none;	letter-spacing: normal;
	border: 0;
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	padding-top: 5px;
}

#content h3.subs a, #content h3.subs a:visited, #content h3.subs a:active {
	color: #e0c25e;
}

#content ul.profi {
	line-height: 16px;
	padding-bottom: 7px;
}

#content ul.profi li {
	line-height: 15px;
}

#content ul li {
	line-height: 160%;
	letter-spacing: normal;
	word-spacing: normal;
}


#content ul.st-related-posts {
	font-family: Verdana;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 2px;
}

#content ul.st-related-posts li {
	line-height: 11px;
}

#content h4.relpost {
	font: 11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	border-top: #CCCCCC 1px dotted;
	border-bottom: #CCCCCC 1px dotted;
	padding-top: 4px;
	padding-bottom: 3px;
	margin-top: 25px;
	margin-bottom: 10px;
	background: transparent url(images/folder.png) left center no-repeat;
	padding-left: 25px;
}

#content span.emphasis {
	margin-left: 25px;
	margin-right: 25px;
	color: #000;
	border-top: 1px #94c2f2 dotted; 
	border-bottom: 1px #94c2f2 dotted; 
	padding: 2px;
	display: block;
	padding-left: 30px;
	background: transparent url(images/check.jpg) no-repeat top left;
}
#content .entry a, #content .entry a:visited {
		color: #f3d389;
		text-decoration: none;
		}
		
#content .entry a:hover,
#content .entry a:active {
		text-decoration: none;
		color: #ffcd39;
		}
		
/*
#content .entry a, #content .entry a:visited {
		color: #A7A7A7;
		background: #202020;
		border: 1px solid #202020;
		padding: 0px 2px;
		}
		
#content .entry a:hover,
#content .entry a:active {
		text-decoration: none;
		color: #fff;
		background: #303030;
		}

/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

/*
.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	
*/

.post blockquote {
	background: #151515 url(images/blockquote.gif) no-repeat 16px 8px;
	border: 1px solid #181818;
	margin: 0;
	padding: 0 25px 0 64px;
	color: #707070;
	margin-top: 10px;
	}

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:150%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}

.post ul.st-related-posts a, .post ul.st-related-posts a:active, .post ul.st-related-posts a:visited {
	color: #c98607;
}

/*Post Images***/

.post img {
		border: 5px solid #202020;
		}

.post img.wp-smiley {
		border: none;
		padding: 0;
		}
		
.post img.right {
	float: right;
	padding: 2px;
	border: 5px solid #202020; 
	margin-left: 15px;
}

.post img.left {
	float: left;
	padding: 2px;
	border: 5px solid #202020;
	margin-right: 20px;
}

.post img.uniqueright {
	float: right;
	padding: 5px;
	border: none; 
}

.post img.uniqueleft {
	float: left;
	padding: 5px;
	border: none;
}


.post img.normal {
	padding: 4px;
	border: none; 
}

.post a img.normal, 
.post a:visited img.normal, 
.post a:active img.normal   {
	padding: 4px;
	border: none; 
}

.post a:hover img.normal {
	padding: 4px;
	border: none; 
}


.post a img.left1, 
.post a:visited img.left1, 
.post a:active img.left1 {
	padding: 2px;
	border: 2px #aca689 solid; 
	margin-right: 30px;
	float: left;
}

.post a img.wp-smiley, 
.post a:visited img.wp-smiley, 
.post a:hover img.wp-smiley, 
.post a:active img.wp-smiley {
	border: none; padding: 0
}

.post a:hover img.left1 {
	padding: 2px;
	border: 2px #6e98e1 solid; 
	margin-right: 30px;
	background: #315cac; 
	float: left;
}

.post a.special, 
.post a.special:visited, 
.post a.special:active {
	color: #9a5a0c;
}

/* Tag Area - Tags */
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	display: block;
	background: transparent url(images/tag.png) left 4px no-repeat;
	padding-left: 20px;
}	

#tags a, #tags a:visited, #tags a:active {
	color: #c98607;
}		

#tags a:hover {
	color: #0e5dbf;
	text-decoration: none;
}

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:0; 
	}

.button {
	padding: 1px;
	background: #850b0b;
	color:#e7e7e7;
	border: 1px #970c0c solid}

.button:hover {
	background:#000;
	border: 1px #1f1a1a solid;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}


#commentform img.wp-smiley {
		border: none;
		padding: 0;
		}
		
/* Comments*/



img.cmt-gravatar {
	float: left;
	border: 1px solid #303030;
	background: #101010;
	padding: 3px;
	margin-right: 15px;
	margin-bottom: 8px;
}

		
.cmt-form {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color: #5e9fef;
	text-align: center;
	}

.cmt-form img.wp-smiley {
		border: none;
		padding: 0;
		}
		
.commentlist {
	padding-left:30px;
	}

.commentlist p {
	color: #a1a1a1;
}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	border-top: 2px #000 solid;
	background: transparent url(images/separator_cmt.gif) repeat-y 0 0;}

.commentlist li.alt {
	background:#000;
}
	
#commentform small {
	background:transparent;
	font-weight:bold;
	padding:0;
	color: #c9c9c9;
	}

#commentform img.wp-smiley {
		border: none;
		}
		
.commentmetadata {
	display: block;
	color: #fff;
	}

.commentmetadata a, .commentmetadata a:visited, .commentmetadata a:active  {
	color: #fff;
	}
	
.commentlist small {
	background: transparent;
	padding: 0;
	margin: 0;
	border-bottom: 1px #aaa9a6 dotted;
	margin-left: 58px;
	color: #fff;
	padding-bottom: 10px;
	}

.commentlist small a, .commentlist small a:active, .commentlist small a:visited  {
	color: #fff;
	}

.commentlist cite {
	font-weight:bold;
	letter-spacing:normal;	font-family: "Palatino Linotype";
	font-size: 16px;	color: #fff;
	}	

.commentlist cite a, .commentlist cite a:active, .commentlist cite a:visited {
	color: #fff;
}	

.cmt-info {
	background: #202020 url(images/icon_info.gif) no-repeat 16px center;
	padding: 5px 0 5px 28px;
	border: 1px solid #202020;
	color: #505050;
	letter-spacing: normal;}

.cmt-info a, .cmt-info a:visited, .cmt-info a:active {
	color: #fff;
}

/* Trackbacks and Pingbacks */

.trackbacklist {
	padding-left:30px;
	}

.trackbacklist p {
	color: #a1a1a1;
}

.trackbacklist ol {
	list-style: none; 
	display: none;
}

	
.trackbacklist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	border-bottom: 1px #000 dotted;
	}

.commentmetadata {
	display: block;
	}

.trackbacklist small {
	background: transparent;
	padding: 0;
	margin: 0;
	}

.trackbacklist small a, .trackbacklist small a:visited, .trackbacklist small a:active {
	color: #fff;
	}


.trackbacklist cite {
	font-weight:bold;
	letter-spacing:-0.05em;	font-family: Verdana;
	font-size: 11px;	color: #c18f12;
	font-style: normal;
	}	

.trackbacklist cite a, .commentlist cite a:active, .commentlist cite a:visited {
	color: #fff;
}	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	width: 980px;
	font-size:0.7em;
	padding-top:35px;
	padding-bottom: 0;
	color:#605a5a;
	background: #161616 url(images/footer.jpg) top center no-repeat;
	text-align: center;
	}

#footer a, #footer a:visited, #footer a:active {
	color: #756e6e;
	}



/****Bottom *****

#bottom {
	margin: 0 auto;
	width: 980px;
	display: block;
	background: transparent;
	padding-left: 25px;
	padding-right: 25px;
}

#bottom h4 {}

#bottom .bottom1 {
	float: left;
	width: 287px;
}

#bottom .bottom2 {
	float: left;
}


/*********************Search*******************

#searcharea {
	width: 369px;
	height: 63px;
	background: url(images/search.png) no-repeat top left;
	float: right;
	margin-top: -55px;
}

#searcharea form {
	padding-top: 25px;
	padding-left: 37px;
}

#searcharea input#s {
	width: 240px;
}

*/

#searcharea {
	float: right;
	padding-right: 18px;
}

#searcharea input#s {
	width: 198px;
}

/*********************************************
 This is the Blogroll Page
 ********************************************/

#contentlinks {
	float: left;
	width:605px;
	font-family: 'Trebuchet Ms';
	font-size: 12px;
}

#contentlinks h2.mainlinks {
	font-family: "Palatino Linotype";
	text-decoration: none;
	word-spacing: normal;
	font-size: 25px;
	font-weight: bold;	font-style: italic;
	padding-bottom:4px;
	padding-top:6px;
	border-bottom:1px solid #fff;
	border-top:2px solid #fff;
	margin: 20px 0;
	color: #fff;
	}
	
#links {
 	}
 
#links h2 {
 	color: #ee9c02;
	font-family: "Palatino Linotype";
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	font-size: 16px;	font-style: italic;
	padding-bottom: 5px;
	padding-top: 8px;
	font-style: italic;
	font-weight: bold;
	border: none;
}

#links ul.links1 {
 	display: block;
 	list-style: none;
 	margin-left: 20px;

 }
 
#links ul.links1 li.linkcat {
 	display: block;
 	list-style: none;
 }



#links ul.links1 li.linkcat  ul {
	display: block;
	margin-left: 40px;
	margin-top: -15px;
}

#links ul.links1 li.linkcat ul li {
padding: 3px;
}
 

/* Styling for the Links Template *

#contentlinks {
	float: left;
	width:605px;
}


#contentlinks h2.mainlinks {
	font-family: "Palatino Linotype";
	text-decoration: none;
	word-spacing: normal;
	font-size: 25px;
	font-weight: bold;	font-style: italic;
	padding-bottom:4px;
	padding-top:6px;
	border-bottom:1px solid #1e4a80;
	border-top:2px solid #1e4a80;
	margin: 20px 0;
	color: #dec26d;
	}

#contentlinks ul {
	padding-left: 20px;	display: block;
	list-style: none;	
}

#contentlinks h2 {
	font-family: "Palatino Linotype";
	text-decoration: none;
	word-spacing: normal;
	font-size: 18px;
	font-weight: bold;	font-style: italic;
	padding-bottom:4px;
	padding-top:6px;
	border: 0;
	margin: 6px 0;
	color: #dec26d;
}

#contentlinks a,
#contentlinks a:visited,
#contentlinks a:active {
	font-family: "Trebuchet MS";
	font-size: 13px;
	background: transparent url(images/bullet.png) left center no-repeat;
	padding-left: 20px;
	color: #fff; 
}

#contentlinks a:hover {
	text-decoration: none;
	color: #9a2a11; 
	font-weight: bold;
}

/* Page Navigation */

#content .navigation .alignleft {
	float: left;
	}

#content .navigation .alignright {
	float: right;
}


#content .navigation .alignleft a,
#content .navigation .alignleft a:visited,
#content .navigation .alignleft a:active {
	border: 1px solid #303030;
	background: #202020;
	padding: 3px 10px;
	color: #fff;
	}

#content .navigation .alignleft a:hover {
	background: #303030;
	text-decoration: none;
	color: #c0c0c0;
	text-decoration: none;
	}



#content .navigation .alignright a,
#content .navigation .alignright a:visited,
#content .navigation .alignright a:active {
	border: 1px solid #303030;
	background: #202020;
	padding: 3px 10px;
	color: #fff;
	}

#content .navigation .alignright a:hover {
	background: #303030;
	text-decoration: none;
	color: #c0c0c0;
	text-decoration: none;
	}



#content1 .navigation .alignleft {
	float: left;
	}

#content1 .navigation .alignright {
	float: right;
}