/*

Theme Name: Blank 3 Column

Theme URI: http://refueled.net/blank-themes/

Description: A Blank Wordpress theme.

Author: refueled

Author URI: http://refueled.net

version: 2.0
Tags: three-column, widget-ready, blank

*/







/* basics */



* {
	margin:0;
	padding:0;
}
body {
	background:#ffc91f;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin:20px;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-family:Futura, 'Century Gothic', AppleGothic, sans-serif;
	color:#F25822;
}
h3 {
	font-size: 10pt;
}
h4 {
	font-size: 9pt;
}
img {
	border: none;
	padding:0;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}
img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}
blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}
code {
	font-family:"Courier New", Courier, monospace;
}
/* links */



a {
	color:#3C92CF;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
}
/* container */





#container {
	width:1020px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	background-color: #fff;
	background-image: url(/wp-content/themes/blank3/images/container.jpg);
	background-repeat: repeat-y;
}
/* header */



#header {
	width:1020px;
	height:277px;
	color: #fff;
	background-color: #ffc91f;
	background-image: url(/wp-content/themes/blank3/images/header.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;
}
#header h1 a {
	color: #404040;
	text-decoration: none;
}
#header h1 a:hover {
	color: #666;
	text-decoration: none;
}
#header h2 {
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;
}
/* main menu */





#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:960px;
	overflow:hidden;
	padding-bottom:25px;
}
#menu ul {
	margin:0;
	padding:0;
	height:35px;
}
#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	height:35px;
}
#menu ul li a {
	padding:10px 10px;
	margin: 0;
	color: #fff;
	display:block;
	outline:none;
	text-decoration:none;
	height:35px;
}
#menu ul li a:hover {
	background: #fff;
	color:#000;
	text-decoration:none;
}
#breadcrumbs {
	margin:15px auto 0 auto !important;
	padding: 4px 10px;
	color:#1e1e1e;
	clear:both;
	
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	background-color: #FFFFE0;
	border: 1px solid #E6DB55;
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#breadcrumbs a {
	color:#000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	outline:none;
	text-decoration:none;
}
#breadcrumbs a:hover {
	text-decoration:underline;
	color:#000;
}
/* content */





#content {
	float: left;
	width:475px;
	overflow: hidden;
	margin:0 6px;
	padding:0;
}
.post {
	margin:0;
	padding:0;
	line-height: 14pt;
}
.entry-meta {
	font-size:9px !important;
	padding:0 !important;
	padding-bottom:18px !important;
}
.post h2 {
	font-family:Futura, 'Century Gothic', AppleGothic, sans-serif;
	font-size:24px;
	color:#F25822;
	margin-top:26px;
}
.post h3 {
	font-family:Futura, 'Century Gothic', AppleGothic, sans-serif;
	font-size:18px;
	color:#971C1F;
	margin-top:25px;
	margin-bottom:15px;
}
.post h2 a {
	color:#F25822;
	text-decoration:none;
}
.post h2 a:hover {
	text-decoration: none;
}
.post ul {
	margin:0 0 0 15px;
}
.post ul li {
	padding:5px 0;
}
.post ol {
	margin:0 0 0 15px;
}
div.socialble {
	z-index:0 !important;
}
.post li {
}
.entry p {
	margin:12px 0;
}
.entry img {
	border:1px solid #BBB;
}
.postmetadata {
	clear: both;
		background-color: #FFFFE0;
	border: 1px solid #E6DB55;
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
	padding:6px;
	margin: 20px 0;
}
.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
.alignleft a {
	float:left;
	margin:25px 0;
}
.alignright a {
	float:right;
	margin:25px 0;
}
/* left sidebar */



#left {
	width:225px;
	float:left;
	margin:0;
	padding:3px 0 0 0;
	margin-left:30px;
}
.left-links {
	margin-left:10px 0 40px 0 !important;
	padding:10px 0 20px 0;
}
.left-links a {
	display:block;
	padding:8px 0;
	background-repeat:repeat-y;
	padding-left:10px;
	font-family:Futura, 'Century Gothic', AppleGothic, sans-serif;
	font-size:11px;
	color:#0068BD;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	outline:none;
	padding-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
}
.left-links a:hover {
	color:#EF5726;
	background-color: #E3EFF9;
}
#bluebook {
	margin-left:13px;
	margin-top:30px;
}
#left h2 {
	font:normal 11pt arial, georgia, times;
	color: #000;
	margin: 0;
	padding: 0;
}
#left label {
	font:normal 11pt arial, georgia, times;
	color: #000;
	margin: 0;
	padding: 0;
}
#left p {
	margin:0;
	padding: 0;
}
#left img {
	padding: 0;
	margin: 0;
}
#left ul {
	margin:12px;
	padding:0;
}
#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
}
#left ul ul {
	margin:14px 0;
	padding: 0;
}
#left ul ul li {
	list-style-type: none;
}
#left ul ul ul {
	margin: 0;
	padding: 0;
}
#left ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}
/* right sidebar */



#right {
	width:230px;
	float:right;
	margin:15px 40px 0 0;
	padding: 0;
}
#right h2 {
	font-family:Futura, 'Century Gothic', AppleGothic, sans-serif;
	font-size:16px;
	color:#F15922;
	margin-top:0 !important;
}
#right h2 a {
	color:#F15922;
	outline:none;
}
#right h2 a:hover {
	color:#991B1E;
}
#right label {
	font:normal 11pt arial, georgia, times;
	color: #000;
	margin: 0;
	padding: 0;
}
#right p {
	margin:0;
	padding:8px 0;
	font-size:11px;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif;
}
#right img {
	padding: 0;
	margin: 0;
}
#right ul {
	margin:12px;
	padding:0;
}
#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
}
#right ul ul {
	margin:14px 0;
	padding: 0;
}
#right ul ul li {
	list-style-type: none;
}
#right ul ul ul {
	margin: 0;
	padding: 0;
}
#right ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}
/* comments */





#commentform {
	background:#fff;
	margin:0;
	padding:0;
}
#commentform p {
	color: #000;
	background:#FEEBDA;
}
.reply-title {
	font-family:Futura, 'Century Gothic', AppleGothic, sans-serif;
	font-size:16px;
	color:#F15922;
	font-weight:bold;
}
#commentform a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
	line-height: 14pt;
}
.commentmetadata {
	font-size:10px;
	color:#ADADAD;
	padding-bottom:10px;
}
.commentmetadata a {
	text-decoration:none;
	color:#ADADAD !important;
}
#commentform h3 {
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
}
#comment {
	width:80%;
}
#respond {
	background:#FEEBDA;
	border:1px solid #FDD7B5;
	padding:15px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#author, #email, #url, #comment, #submit {
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:5px;
	border: 1px solid #ccc;
}
#submit {
	margin:5px 5px 0 0;
}
#comments {
	margin:0;
	padding:0
}
.comment-header {
	font-family:Futura, 'Century Gothic', AppleGothic, sans-serif !important;
	font-size:16px;
	color:#F15922;
	font-weight:bold;
	margin-top:35px;
}
ol.commentlist {
	list-style-type: none;
	margin:0;
	padding:0;
}
.avatar {
	float:left;
	margin:0 12px 0 0;
}
ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 10px 5px 10px;
	list-style-type:none;
}
ol.commentlist li.alt {
	background-color: #FFF3E6;
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 14pt;
}
ol.commentlist a {
	color:#000;
}
cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
cite a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
}
/* search */



#searchform {
	padding:0;
	margin:14px 0;
}
#searchform input#s {
	margin:0;
	border:1px solid #000;
	padding:2px;
}
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* footer */



#footer {
	background:url(/wp-content/themes/blank3/images/footer.jpg);
	clear: both;
	width: 1020px;
	height:103px;
	margin:0 auto;

}
#footer-text {
	width:960px;
	margin:0 auto;
	text-align:center;
		font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	line-height:18px;
}
#footer-text a{color:#000; outline:none;text-decoration:none;}
#footer-text a:hover{color:#000;text-decoration:underline;}
#footer p {
	padding:4px 0;
	margin: 0;
	color: #666;
	text-align:center;
}
#footer a {
	color: #444;
	text-decoration: none;
}
#footer a:hover {
	color: #888;
	text-decoration: none;
}
#suckerfishnav {
	font-size:11px;
	font-family:helvetica, sans-serif;
	width:960px;
	font-weight:bold;
	text-transform:uppercase;
	z-index:9999;
	margin-top:7px !important;
	background-color: #E24F23;
}
#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	line-height:30px;
	padding:0;
	margin:0 auto;
	width:940px;
	margin-left:40px;
	z-index:9999;
}
#suckerfishnav a {
	display:block;
	color:#fff;
	text-decoration:none;
	padding:4px 15px;
	outline:none;
	z-index:9999;
}
#suckerfishnav li {
	float:left;
	padding:0;
	z-index:9999;
}
#suckerfishnav ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:175px;
	font-weight:normal;
	margin:0;
	line-height:1;
	border:0;
	background:#fff;
	z-index:9999;
}
#suckerfishnav li li {
	width:185px;
	border-right:1px solid #fff;
	font-family:helvetica, sans-serif;
	background:#fff;
	z-index:9999;
}
#suckerfishnav li li a {
	width:185px;
	font-size:11px;
	color:#fff;
	font-weight:normal;
	background:#991b1e;
	text-transform:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC2428;
	padding-top:7px;
	padding-bottom:7px;
	z-index:9999;
}
#suckerfishnav li ul ul {
	margin:-21px 0 0 184px;
	background:#991b1e;
	z-index:9999;
}
#suckerfishnav li li:hover {
	background:#991b1e;
	z-index:9999;
}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
	color:#fff;
	z-index:9999;
	background-color: #691215;
}
#suckerfishnav li:hover a {
	color:#fff;
	background:#991b1e;
	z-index:9999;
}
#suckerfishnav li.sfhover a {
	color:#fff;
	background:#991b1e;
	z-index:9999;
}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
	background:#991b1e;
	color:#fff;
	z-index:9999;
}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
	background:#f25822;
	left:-999em;
	z-index:9999;
}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
	left:auto;
	background:#f25822;
	z-index:9999;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background:#f25822;
	z-index:9999;
}
.right_box_top {
}
.right_box_bottom {
}
.right_box_content {
	background:#FEEBDA;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #FDCC9F;
}
#homefeature {
	border:1px solid #B3DEFE;
	padding:15px;
	background: #D9EFFF;
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#homefeature p {
	padding:6px 0;
	line-height:18px;
}
#homefeature img {
	margin-right:10px;
	border:1px solid #838383;
}
#homefeature h2 {color:#444; z-index:-1000; margin-top:0 !important;font-size:18px;}
#relatedcontent {
	padding:15px;
	margin-top:25px;
	border:1px solid #B3DEFE;
	background-color: #D9EFFF;-moz-border-radius: 5px;
}
#relatedcontent li {
	margin:0 20px;
}
#relatedcontent h4 {
	color:#0386E7;
	border-bottom:1px solid #B3DEFE;
	padding-top:0;
	padding-bottom:10px;
	font-size:14px;
}
.hentry {border-bottom:1px dashed #C60;padding-top:15px;}