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

.custom #container { margin-top: 2em; }

.custom #header { padding: 0; width: 800px; height: 200px; }

.custom #header h1 { margin: -75px 0 0 20px; font-size: 1.8em; line-height: 1.6em; color: #41629F; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; }
.custom #header h2 { margin: 0 0 0 20px; font-size: 1.4em; color: #41629F; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; }
.custom #telno { margin: -23px 0 0 500px; font-size: 2.0em; color: #41629F; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; }


.custom #logo { border:0px; margin-left: 16px; }

.custom .menu { padding-right: 0em; padding-left: 0em; background: #990000; }
	.custom .menu a { letter-spacing: 0px; }

.custom ul.menu li a { text-transform: none; }

.custom #content_box { background:transparent url(images/bg-content-box.png) repeat-y scroll; }

.custom .entry-content img {margin: 0px 10px 10px 0px; float: left; }

.custom .format_text input, 
.custom .sidebar .text_input {
  width:auto;
}

.custom #footer {background:#990000; padding:0.5em 0; border-top:1px solid #bbd;}

.custom #footer_1 {text-align:left; color:#333;}
	.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#cccccc;
			font-family:Gill Sans MT,Arial,Tahoma,Verdana;
			font-size:11px;
			font-weight:bold;
			margin:0 0 5px;
			padding:0;
			text-transform:uppercase;
			letter-spacing:0px;
}
		.custom #footer_1 ul.sidebar_list li.widget p {
			color:#eeeeee;
			font-weight:normal;
			font-size: 11px;
			margin:0;
			padding:0 0 10px;
}
		.custom #footer_1 ul.sidebar_list li.widget ul li {
			color:#eeeeee;
			font-weight:normal;
			font-size: 10px;
			margin: 0 0 0 12px;
			padding: 0 0 3px;
			list-style-type: square;
}

.custom #copyright p {
	text-align: center;
	color:#CCCCCC;
	font-size:10px;
	font-weight:normal;
	margin:0;
	padding:10px 0; 
}

.custom #copyright a, .custom #copyright a:visited {
	font-weight: bold;
	color:#CCCCCC;
	text-decoration: none;
	border-bottom: none;
}

.custom #copyright a:hover {
	color: #ffffff;
}

.custom #sidebar h3 { margin-top: -1em; }

.custom #sidebar_1 li.widget { width: 100%; padding-right: 0; padding-left: 0; }
.custom #sidebar_1 li.widget_connect { width: 100%; padding-right: 0; padding-left: 0; }
	.custom li.widget_connect li { margin-bottom: 0.385em; }
		.custom li.widget_connect a { display: block; padding: 10px 8px 18px; color: #736e51; font-size: 1em; }
		.custom li.widget_connect a:hover { background: #cc6600; text-decoration: none; }
			.custom li.widget_connect a img { display: block; width: 64px; height: 64px; margin: -10px 5px 0 0; float: left; }
			.custom li.widget_connect a span { display: block; font-size: 1em; line-height: 1.636em; text-transform: uppercase; letter-spacing: 1px; color: #111; }

.custom .breadcrumb { margin: 1em 0 0 1.1em; font-size: 11px; }

.custom .post_box { padding-top: 1.2em; }

.custom .format_text { margin-bottom: 1.5em; }

.custom .teasers_box { padding-bottom:1.2em; padding-top:1.2em; }

.sidebaroptin {
	background: 		url(http://www.phoenix-forum.com/wp-content/themes/thesis_16/custom/images/calendar-optin.jpg) no-repeat;
	width: 215px;
	height: 425px;
	float: left;
	margin: 0px;
	}
	
.sidebaroptin label {
	color:#3d3d3d;
	display:block;
	margin:0 0 20px;
}
.sidebaroptin label em {
	font-style:normal;
	text-decoration:underline;
}

.sidebaroptin .formInput {
	width:187px;
	width/**/:/**/155px;
	height:24px;
	height/**/:/**/18px;
	padding:4px 5px 0 25px;
	margin:0 0 6px 5px;
	display:block;
	border:1px solid #aaa;
	text-align:left;
	color:#727272;
}

.sidebaroptin .formSubmit {
	margin: 0;;
	height:45px;
	width:187px;
	background:url(images/access-button.jpg) no-repeat;
	display:block;
	border:none;
	cursor:pointer;
}

.sidebaroptin .formSubmit:hover {
	background:url(images/access-button-hover.jpg) no-repeat;
}

#formsidebarEmail {
	background:url(images/optin-email.png) no-repeat;
	width:187px;
	width/**/:/**/155px;
	height:24px;
	height/**/:/**/18px;
	padding:4px 5px 0 25px;
	margin:0 0 10px 25px;
	display:block;
	border:1px solid #aaa;
	text-align:left;
	color:#727272;
}