/*
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/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





@import url(reset.css);

/* General */

body.custom{
	background-color:#f2f2f2;
	background-image:url(../images/bgheader.jpg);
	background-repeat:repeat-x;
	margin:0;
}
#header{
	padding:0;
}
#page, #header{
	border-style:none;
}
#page{
	padding:23px 0 15px 0;
}
#container{
	margin:auto;
	width:940px;
}
.clearboth{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
a{
	color:#0072BC;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
}
a:hover{
	text-decoration:underline;
}
/* Header */
.superiorbar{
	padding-top:8px;
	height:25px;
}
.superiorbar a.logoinfinimedia{
	width:74px;
	height:16px;
	background-image:url(../images/logoinfinimedia.gif);
	background-repeat:no-repeat;
	display:block;
}
.superiorbar .links {
	float:right;
	padding:0;
}
.logo_gotohome{
	display:block;
	width:235px;
	height:60px;
	position:relative;
	top:30px;
}
.superiorbar .links a{
	color:#E0DEDD;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	font-family:verdana, sans-serif,arial,tahoma;
	display:block;
	float:left;
	padding:0 5px;
}
.superiorbar .links a:hover{
	text-decoration:underline;
}
.biglinks{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:115px;
	position:relative;
}
.biglinks ul{
	margin:0;
	position:absolute;
	right:0;
	top:50px;
	list-style:none;
	text-align:right;
	width:420px;
}
.biglinks ul li {
	float:right;
}
.biglinks ul li a{
	display:block;
	margin:0 12px;
	height:20px;
	background-image:url(../images/menulinks.gif);
	background-repeat:no-repeat;
}
.biglinks ul li a.one {
	background-position:0 0;
	width:65px;
}
.biglinks ul li a.two {
	background-position:-84px 0;
	width:70px;
}
.biglinks ul li a.three {
	background-position:-177px 0;
	width:189px;
}
.biglinks ul li a.four {
	background-position:-292px 0;
	width:84px;
	margin-right:0;
}

/* Content
*/
#content{
	width:623px;
	float:left;
	padding:5px 15px;
	border-color:#CDCCCC;
	border-style:solid;
	border-width:0 1px;
	background-color:white;
	font-size:13px;
}
.hfeed{
	padding:0;
}
.headline_area{
	padding:0;
}
h2.entry-title{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	font-size:20px;
	margin:0;
}
h1.entry-title{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	font-size:24px;
	margin:0;
}
.headline_meta{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	margin:0;
}
.entry-content p{
	margin:0;
	padding:10px 0 0 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	line-height:21px;
}
.box_white{
	background-image:url(../images/box_white_top.jpg);
	background-repeat:no-repeat;
	padding-top:6px;
	margin-bottom:15px;
	clear:both;
}
.box_white .content{
	border-color:#D6D4D2;
	border-style:solid;
	border-width:0 1px;
	background-color:white;
	padding:8px 10px 8px 10px;
}
.box_white .bottom{
	clear:both;
	height:6px;
	background-image:url(../images/box_white_bottom.jpg);
}
.columnhome_1{
	width:670px;
	float:left;
	padding-top:20px;
}
.columnhome_2{
	width:220px;
	float:left;
	padding-left:27px;
}
.columnhome_1 h2, .columnhome_2 h2{
	margin:0;
	font-size:15px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", tahoma;
	padding:12px 0;
}
.columnhome_1 p, .columnhome_2 p{
	font-family:sans-serif,arial,tahoma;
	font-size:14px;
	line-height:19px;
	padding:5px 0;
}
.columnhome_2 h2{
	padding-bottom:10px;
}
.feedback{
	padding:0;
	margin:0;
}
.box_white h3{
	font-size:13px;
	margin:0;
	padding:0 0 10px 0;;
	font-family:"Lucida Grande", "Lucida Sans Unicode", tahoma;
}
.link {
	padding-top:12px;
}
.feedback li{
	float:left;
	display:inline;
	width:33%;
	padding:0;
	font-size:12px;
	font-family:sans-serif,arial,tahoma;
	line-height:18px;
}
.feedback li p{
	width:85%;
}
#footer{
	height:100px;
	background-color:#474747;
	border-color:#010101;
	border-width:1px 0 0 0;
	border-style:solid;
	text-align:left;
	width:100%;
	padding:0;
	margin:0;
}
#footer .body{
	width:940px;
	margin:auto;
}
#footer .links{
	float:right;
	list-style:none;
	margin:0;
	color:white;
	font-size:11px;
	padding-top:10px;
}
#footer .links li{
	float:left;
	display:inline;
	text-decoration:none;
	border-style:none;
	font-size:10px;
}
#footer .links li a{
	font-family:tahoma, arial, sans-serif;
	color:white;
	font-size:11px;
	line-height:11px;
	display:block;
	float:left;
	text-decoration:none;
	padding:0 10px;
	border-style:none;
}
#footer .copyright{
	color:white;
	font-size:11px;
	font-family:tahoma, arial, sans-serif;
	line-height:20px;
	padding-top:5px;
}
.search_column1{
	width:632px;
	float:left;
}
.search_column2{
	width:210px;
	padding-left:75px;
	float:left;
}
.menubar{
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#ebebeb;
	padding-bottom:10px;
}
.menubar a{
	color:#0061bc;
	padding:2px 0 0 25px;
	display:block;
	font-weight:bold;
	font-size:12px;
	font-family:sans-serif,arial,tahoma;
	height:18px;
	text-decoration:none;
	background-repeat:no-repeat;
	margin-top:6px;
}
.menubar a:hover{
	text-decoration:underline;
}
.menubar a.save{
	background-image:url(../images/icon_save.jpg);
}
.menubar a.emailit{
	background-image:url(../images/icon_email.jpg);
	background-position:2px 2px;
}
.menubar a.create{
	background-image:url(../images/icon_create.jpg);
	background-position:2px 2px;
}
.banner-padding{
	padding-top:8px;
}
.blog_title{
	background-image:url(../images/blog_title.jpg);
	width:70px;
	height:22px;
	background-repeat:no-repeat;
	margin:10px 0 20px 0;
}
.column_3_2{
	width:655px;
	float:left;
}
.column_3_1{
	width:265px;
	float:left;
	padding:0 0 0 20px;
}
.box_white_3_2{
	background-image:url(../images/signup_box_white_top.jpg);
	background-repeat:no-repeat;
	padding-top:4px;
	margin-bottom:15px;
	clear:both;
}
.box_white_3_2 .content{
	border-color:#D6D4D2;
	border-style:solid;
	border-width:0 1px;
	background-color:white;
	padding:8px 12px 8px 12px;
}
.box_white_3_2 .bottom{
	clear:both;
	height:4px;
	background-image:url(../images/signup_box_white_botom.jpg);
}
.box_grey_3_2{
	background-image:url(../images/signup_box_grey_top.jpg);
	background-repeat:no-repeat;
	padding-top:4px;
	margin-bottom:15px;
	clear:both;
}
.box_grey_3_2 .content{
	border-color:#D6D4D2;
	border-style:solid;
	border-width:0 1px;
	background-color:#ebebeb;
	padding:8px 12px 8px 12px;
}
.box_grey_3_2 .bottom{
	clear:both;
	height:4px;
	background-image:url(../images/signup_box_grey_bottom.jpg);
}
h2.sectiondesc{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:black;
	font-size:15px;
	font-weight:normal;
	line-height:19px;
	margin:0 0 8px 0;
}
.box_desc{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	padding:10px 0 4px 0;
}

.sectiondesc p{
	padding:10px 0;
}
.sectiondesc .image_r{
	float:right;
}
.post_top {
	background-image:url(../images/box_post_top.jpg);
	height:4px;
	background-repeat:no-repeat;
	width:655px;
	float:left;
}
.post_bottom {
	background-image:url(../images/box_post_bottom.jpg);
	height:4px;
	background-repeat:no-repeat;
	width:655px;
	position:relative;
	left:-16px;
	top:9px;
}
.headline_area { margin-bottom:0; }

.format_text h2, .format_text h3 { margin: 0; }
.post_box, .teasers_box, .full_width #content_box .page { margin: 0; }
.headline_meta { line-height:normal;padding-top:1px}
.post_box{ padding-top:20px;}
.format_text .to_comments { font-size: 12px; padding:10px 0 5px 0; line-height:normal; margin:0;}
.format_text .to_comments span { font-size: 12px; }
#sidebars { width: 269px; float: left; margin-left:15px;}
.top{ padding-top:9px;}
#column_wrap .sidebar ul.sidebar_list { padding-top: 0;}
.sidebar h3 { font-size: 11px; margin-bottom: 4px; font-weight:bold; font-family:Tahoma, Geneva, sans-serif;color:black;letter-spacing:0px;text-transform:uppercase;}
li.widget { font-size: 12px; color:#666; font-family:Verdana, Geneva, sans-serif;}
li.widget a { font-size: 12px;	color:#666; font-family:Verdana, Geneva, sans-serif;}
li.widget a:hover{text-decoration:underline;}
.sidebar ul.sidebar_list { padding:0;}
#sidebar_2 ul.sidebar_list { padding:0; }
li.widget ul li { margin-bottom: 6px; }
.sidebar input[type="text"]{border-color:#CDCCCC;border-width:1px;border-style:solid;background-color:white; }
li.thesis_widget_search form input, .search_form input[type="text"] , .search_form .text_input{ border-color:#CDCCCC;border-width:1px;border-style:solid;background-color:white;font-size: 14px;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; padding: 6px 4px 6px 29px; background-image:url(../images/search_zoom.jpg);background-position:4px 3px;background-repeat:no-repeat;width:230px;}
.sidebar form p{ padding:4px 0; margin:0;}
#comments { margin-right:0; }
.comments_intro, #respond_intro { margin-left: 15px; }
#respond_intro p { font-size: 15px; line-height:normal; }
#respond_intro { margin:45px 0 5px 0; }
#commentform {padding:7px 0;}
#commentform p, .login_alert p { font-family:Verdana, Geneva, sans-serif; font-size: 12px; line-height:normal; }
#commentform p a { font-size: 12px;}
#commentform textarea { width:99%; font-family:Verdana, Geneva, sans-serif;}
#commentform input:hover{ color:#555;}
.comments_intro { margin:30px 0 5px 0; }
.comments_intro p { font-size: 15px; line-height:normal;}
.comments_intro span { font-size: 15px; }
.comments_intro a { font-size: 15px; font-family:Georgia, "Times New Roman", Times, serif;}
dl#comment_list dt { padding: 0 15px 0 10px;border:0;}
dl#comment_list dt span { font-size: 13px; line-height:normal }
dl#comment_list dt .comment_author { font-size: 13px; line-height:normal; padding-right: 0.688em; }
dl#comment_list dd { padding-top: 4px; font-size:13px; padding-bottom:0;border:0;margin:0;}
dl#comment_list dd p{ margin:0;padding:0 0 8px 0;font-size:13px;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; line-height:18px;}
dl#comment_list dd p.reply a { font-size: 13px; line-height:normal; }
dl#comment_list dl dd .format_text { margin-bottom: 15px; font-size:13px;}
#archive_info { padding:8px 0 0 0; }
#archive_info p { font-size: 11px; margin-bottom: 8px; }
#archive_info h1 { font-size: 25px; color:#555;padding-bottom:12px;}
.headline_area h2 a{ font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:}
.headline_area h2 { font-size:22px; color:#555; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.headline_area .headline_meta{ margin-bottom:10px;}
.post_box .format_text p, .post_box .format_text ul li{ font-size:13px; line-height:23px;}
.post_box .format_text p{ padding:5px 0; }
.comment{margin-top:11px;}
.comment .box1{ position:relative; width:550px;background-color:#F2F2F2;border-style:solid;border-width:1px;border-color:#D4D4D4;}
.comment .box1 .t_l { position:absolute;top:-1px;left:-1px;background-image:url(../images/t_l.jpg);display:block;width:6px;height:6px; }
.comment .box1 .b_l { position:absolute;bottom:-1px;left:-1px;background-image:url(../images/b_l.jpg);display:block;width:6px;height:6px; }
.comment .box1 .b_r { position:absolute;bottom:-1px;right:-1px;background-image:url(../images/b_r.jpg);display:block;width:6px;height:6px; }
.comment .box1 .t_r { position:absolute;top:-1px;right:-9px;background-image:url(../images/t_r.jpg);display:block;width:15px;height:21px; }
.comment .avatar{ position:absolute;right:-36px;top:0; }
#submit, .form_submit{ background-image:url(../images/submit.jpg); border:0;border-style:0;height:35px;color:#0B466A;}