/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
#topcarosel {border:1px solid #efefef; padding: 0px;padding-left:10px;}
.carouselu {width:150px;float:left;padding:3px;text-align:center;}
.carouselu IMG {border:2px solid #ccc;display:block;}
#container {
	margin:0 auto;
	width:993px;
}

#header {
padding:0px;
}
p{
	font-size: 12px;
	margin: 0.7em 0;
}
body
{
	color: #000066;
	font: Verdana,Geneva,Arial,Helvetica,sans-serif;
	background: #F9FFFF;
}
a
{
	text-decoration: none;
}
a:link, a:visited
{
	color: #990000;
}
a:hover, a:active
{
	color: #E68200;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif
}
#footer {
	color: #999;
	font-size: 0.95em;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #333;
	text-decoration: underline
}
li.widget {
font-size:12px;
}
.sidebar  {
	font-size: 9px;
}
.sidebar h3 {
	border-bottom:1px solid #95AABC;
	/*color:#000066;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:1.2em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:normal;
	margin-bottom:5px;
	padding-bottom:5px;*/
	color:#000066;
	font-family:Verdana;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:small-caps !important;
	font-weight:bold;
	line-height:normal;
	margin:0;
	letter-spacing:0;
	margin-bottom:5px;
}
.sidebar  a {
	color: #990000;
	text-decoration:underline;
}
.sidebar a:hover {
	color: #E68200;
	text-decoration:none;
}
/* Design  Post
********************* */
.post {
	margin-bottom: 15px;
	border-bottom: 1px solid #95AABC;
	padding-bottom: 5px;
}
		.postmetadata {
			font-size: .9em;
			color: #999;
		}
		.postmetadata  a{
			color: #666;
		}

		h2.pagetitle {
			text-align: right;
			border-bottom: 1px solid #95AABC;
			font: 700 1.5em Verdana,Geneva,Arial,Helvetica,sans-serif;
		}
		.post h1 {
			line-height: normal;
		}
		.post h2 {
				color:#000066;
				font-family:Verdana;
				font-size:12px;
				font-size-adjust:none;
				font-style:normal;
				font-variant:normal;
				font-weight:bold;
				line-height:normal;
				font-variant:small-caps !important;
		}
		.post h2 a {	
			color: #990000;
		}
		.post h2 a:hover {
			color: #E68200;
		}
		p.postmetadata
		{
			color: #999;
			font-size: 85%;
			margin-bottom: 10px;
		}
		p.postmetadata a
		{
			color: #666;
			text-decoration: none;
		}
		span.timr
		{
			background: url(images/ico/date.png) 0 0 no-repeat;
			padding-left: 15px;
		}
		span.catr
		{
			background: url(images/ico/page.png) 0 0 no-repeat;
			padding-left: 15px;
		}
		span.authr
		{
			background: url(images/ico/user.png) 0 0 no-repeat;
			padding-left: 15px;
		}
		span.editr
		{
			background: url(images/ico/pencil.png) 0 0 no-repeat;
			padding-left: 15px;
		}
		span.commr
		{
			background: url(images/ico/comment.png) 0 0 no-repeat;
			padding-left: 15px;
		}
		.post a img, .post img,.post img a {
			border: none;
		}
		.post ul, .post ol {
			padding-left: 20px;
		}
		.post ul.postspermonth{
			list-style:none;
			padding: 0;
			margin: 0;
		}
		.post p a {
		text-decoration: underline;
		}
		.post p a:hover {
		text-decoration: none;
		}
		.post img a {
			border: none;
		}	

		.tags {
			font-weight: bold;
			color: #000066;
		}
		.tags a {
			color: #FF9900;
		}
.categr, .monthr {
	margin-bottom: 20px;
}
.categr h2, .monthr h2{
	border-bottom: 1px solid #95AABC;
}

.info {
 border-top: 2px solid #f7941d;
 border-bottom: 3px solid #f7941d;
 background: #fcdab2;
 padding: 10px 5px;
 font-weight: 700px;
 color: #000;
}
.info  a:link, .info  a:visited {
	border-bottom: 2px solid #fff;
	color: #000;
}
.info  a:hover {
	border-bottom: none;
}

.post h3, .post h4, .post h5 {
	color: #000066;
	border-bottom: 1px solid #95AABC;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.post h3{
	font-size: 1.2em;
}
.post h4, .post h5 {
	font-size: 1em;
}

/* Comment Etc
********************* */
.navigation a
{
	color: #666;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
	text-align: right;
}

h3#comments, h3#respond {

}
input#addcommentbutton, #submit {
	background: #666;
	border: 2px solid #999;
	padding: 4px 10px;
	color: #efefef;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
}
input#addcommentbutton:hover,#submit:hover,#submit:focus, input#addcommentbutton:focus {
	background: #333;
	border: 2px solid #000;
	padding: 4px 10px;
	color: #fff;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
}

blockquote
{
	background: url(images/blockquote.gif) no-repeat left top;
	color: #000066;
	margin: 1em;
	padding: 0 0 10px 50px;
}
#content .commentsfeedr
{
	background: url(images/ico/feed.gif) no-repeat left center;
	padding: 2px 0 2px 20px;
}
#content .trackbackr
{
	background: url(images/ico/arrow_refresh.png) no-repeat left center;
	padding-left: 20px;
}
input.textbox, textarea
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #95AABC 1px solid;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
}
input.textbox:focus, textarea:focus
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #999 1px solid;
}
textarea#comment {

}

.comment
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
	list-style: none;
	margin: 0;
	padding: 1em 0.5em;
}
.alt
{
	background: #f9f9f9;
}
.MyAvatars
{
	border: 1px solid #95AABC;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	padding: 3px;
}
#sidebar  {
	font-size: 0.9em;
}
.headline_area h1, .headline_area h2 {
	color:#000066;
	font-family:Verdana;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	font-variant:small-caps !important;
}
.headline_meta {
font-size:11px;
line-height:1.2em;
}
.headline_meta {
color:#888888;
font-style:italic;
}
.format_text {
color:#000066;
font-family:Verdana;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.2em;
}
.format_text h1, .format_text h2{
color:#000066;
font-family:Verdana;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
}
.format_text h1{
font-variant:small-caps !important;
}
h1, h2, h3, h4, h5, h6 {
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.format_text h3{
color:#000066;
font-family:Verdana;
font-size:11.5px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
}
.format_text h4, .format_text h5{
color:#000066;
font-family:Verdana;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
}
.teaser .format_teaser {
color:#000066;
font-family:Verdana;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.2em;
}