/*
Theme Name: BTM General Template
Theme URI: http://www.barkingturtlemedia.com/
Description: General Theme
Version: 1.0
Author: me
Tags: clean

*/

/*---------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* =Containers
-----------------------------------------------------------------------------*/

body {
	background-color:#002232;
}
	
#wrapper {
	width: 1000px; 
	margin: 0 auto; 
}

#wrapperSmall {
	width: 700px; 
	margin: 0 auto; 
}

#container { 
	width: 1000px; 
	background: #fff url(images/bg.jpg);
}

#containerSmall { 
	width: 700px;
	background: #fff;
}

#container, #containerSmall { 
	text-align: left; 
	float:left;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	}
	
#header { 
	background: url(images/Banner.gif) top center no-repeat;
	}
	
#headerSmall {
	background: url(images/BannerSmall.gif) top center no-repeat;
}
	
#header, #headerSmall { 
	height: 173px;
	padding: 0px 0px 0px 0px;
	position:relative;
	}
	
#content { 
	width: 640px; 
	margin: 10px 0px 20px 0px;
	position:relative;
	float:left;
	padding: 0px 25px 15px 25px;
	}	
	
#logo {
	padding-left: 100px;
	padding-top: 30px;
}
	


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 92.5%/1.8 Arial, Helvetica, sans-serif;
  color: #333;
}
	
#header h2, #header h1 {
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight:bold;
	position: absolute;
	top: 100px;
	left: 120px;
	text-align:left;
	}

#header h2 a, #header h1 a {
	color: #f69306;
	text-decoration: none;
	}

#header h2 a:hover, #header h1 a:hover {
	color: #fff;
	text-decoration: underline;
	}

#header h3 {
	color: #333;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	margin-left: 25px;
	}
	
#content b {
	color: #777;
	line-height: 14pt;
	}


#content p {
	margin: 0px;
	line-height: 150%;
	padding: 0px 0px 10px 0px;
	margin-top: 5px;
	}
	
blockquote {
	background-color: #F8F8F8;
	margin: 0px 35px 12px 0px;
	padding: 7px;
	width: 100%;
	font-weight:bold;
	color: #666666;
	border: 1px dashed #900;
	}
	
blockquote a {
	color: #900; 
	font-size: 150%;
	line-height: 170%;
}

blockquote a:hover {
	color: #000;
}
	
#content p img {
	border: none;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
#content h1 {
	color: #b36629;
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 10px 20px 10px;
	line-height: 160%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #333;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #900;
	text-decoration: none;
	}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%; 
	color: #b36629; 
	margin: 0px;
	line-height: 140%;
	padding: 14px 0 10px 0;
	border-bottom: 1px dotted #336699;
	}
	
#content h2 a  {
	color: #000;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #900;
	text-decoration: none;
	}

#content h3 {
	font-size: 120%; 
	color: #000; 
	margin: 0px 0px 7px 0;
	line-height: 130%;
	text-transform:uppercase;
	padding-top: 10px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #336699;
	}
	
#content h3 a  {
	color: #333;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #900;
	text-decoration: none;
	}
	
#content h4 {
	color: #000;
	font-size: 150%;
}

#content h4 a {
	color: #900;
	text-decoration: underline;
	margin: 10px 0;
}

#content h4 a:hover {
	text-decoration: underline;
}

#law {
	margin: 0px auto;
	width: 1000px;
}

#lawSmall {
	margin: 0px auto;
	width: 700px;
}

#law p, #lawSmall p {
	text-align: center;
	font-size: 70%;
	color: #eee;
	float:left;
}

	

/* =Menu
-----------------------------------------------------------------------------*/
	
#menu {
	width:1000px; 
}

#menuSmall {
	width: 700px; 
}
	
#menu, #menuSmall {
	height:30px;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	background: #305778 /*url(images/menuBG.jpg) top left repeat-x*/;
	margin-top: 1px;
	border-bottom: 1px solid #fff;
}


#menu ul, #menuSmall ul {
	margin: 0px;
	list-style: none;
	text-align: center;
}

#menu li, #menuSmall li {
	display: inline;
	padding: 0 25px;
}

#menu a, #menuSmall a {
	height:20px;
	padding: 5px 15px;
	line-height:30px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menuSmall a:hover {
	background-color: #fff;
	color:#000;
}


/* =Lists
-----------------------------------------------------------------------------*/
	

ol {
	list-style-type: decimal;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
	
ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
ul.check li {
	background:url(images/check.jpg) top left no-repeat;
	list-style:none;
	padding: 0 0 0 30px;
	line-height: 170%;
	margin:10px 0 0 40px;
}

ul.sideBarcheck li {
	background:url(images/sideBarcheck.jpg) top left no-repeat;
	list-style:none;
	padding: 0 0 0 30px;
	line-height: 170%;
	margin:10px 0 0 40px;
}
	
li {
	margin: 5px 0;
	padding: 0px;
	}
	
ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
ul li a {
	color: #000;
	text-decoration: none;
	}

ul li a:hover {
	color: #900;
	text-decoration: underline;
	}
	

/* =Links
-----------------------------------------------------------------------------*/
	
a, a:visited{
	color: #666;
	border: none; 
	}
	
a:hover{
	color: #900;
	border: none;
	}

a.RssFeed {
	background:url(images/RSSsmall.gif) left center no-repeat;
	text-decoration:none;
	padding: 5px 0 5px 23px;
	}
	
a.RssFeed:hover {
	text-decoration:underline;
	}
	
#arch {
	color: #000;
	}
	
#arch ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#arch li {
	margin: 0px;
	padding: 0px;
	}
	
#arch ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#arch ul li a {
	color: #797979;
	text-decoration: none;
	}

#arch ul li a:hover {
	color: #f69306;
	text-decoration: underline;
	}

.postspace {
	background: #fff;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #fff;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	background: #fff;
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}
	
/* =sidebars
-----------------------------------------------------------------------------*/
	
#right { 
	color: #666;
	width: 302px;
	float: right; 
	margin-top: 0px;
	margin-bottom: 20px;
	}
	
	
#right p {
	margin: 0px;
	line-height: 18px;
	padding: 10px 10px 10px 20px;
	}
	
#right h2 {
	color: #eee;
	background: #333;
	font-family: georgia, "Microsoft Sans Serif", Times, serif;
	font-size: 10pt;
	list-style: none;
	padding: 6px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	}
	
#right ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
	
#right ul li {
	list-style: none;
	margin: 5px 10px;
	padding: 0px;
	}
	
#right ul li a {
	color: #666;
	text-decoration: none;
	line-height: 14pt;
	display:block;
	}

#right #GoogleAds ul li {
       padding: 10px 5px;
       }

#right #GoogleAds ul li a {
        background-image:none;
        display:inline;
        }

#right #GoogleAds ul li a:hover {
        background-image:none;
        color: #000;
        }
	
#right h2.widgettitle {
	color: #900;
	background: #ddd;
	font-family: georgia, "Microsoft Sans Serif", Times, serif;
	font-size: 10pt;
	list-style: none;
	padding: 6px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	}
	
#right li h2.widgettitle {
	list-style: none;
}

#footer {
	width: 1000px;
	}
	
#footerSmall {
	width: 700px;
	}

#footer, #footerSmall {
	background: #305778;
	overflow: hidden;
	font-size: 8pt;
	margin: 0px auto 0px;
	padding:  9px 0px 7px 0px;
	text-align: center;
	line-height: 17px;
	clear: both;
	}
	
#footer p, #footerSmall p {
	color: #fff;
	padding: 0px;
	margin: 0px;	
	}
	
#footer a, #footer a:visited, #footerSmall a, #footerSmall a:visited {
	color: #EAEAEA;
	text-decoration: none;
	border: none;
	border-bottom: 1px dotted #eaeaea;
	}
	
#footer a:hover, #footerSmall a:hover {
	text-decoration: none;
	border: none;
	}

#wp-calendar {
	margin-left: 22px;
	margin-bottom: 10px;
	}

#searchform {
	margin: 20px 0 20px 15px;
	}
	
#searchform input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: right;
	color: #67717E;
	width: 150px;
	margin-bottom: 5px;
	margin-top:5px;
	border: 1px solid #999;
	}
	
#searchform input.inputBox {
	border: 1px solid #ccc;
	}
	
#searchform input.searchButton {
	cursor:pointer; 
	}
	
/* comments */
	
.entry {
	margin-bottom: 12px;
	border-bottom: 1px solid #E3E3E3;
	}	

#submit, #s {	
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#505050;
	font-size:0.9em;
	margin:0 0 16px;
	padding:4px;
	width:130px;
	}
	
#author {
	border:1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0;
	padding:4px;
}

	
#email {
	border:1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0;
	padding:4px;
}

#url {
	border:1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0;
	padding:4px;
}

#comment  {
	width: 350px;
	border:1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0;
	padding:4px;
}

#content p.smallType {
	font-size: 9px;
	color:#333;
	font-weight:normal; 
	text-align:center;
	}

/* Tables
===================================================*/

table.content, table.singleBroker {
  border-collapse: collapse;
  border: 1px solid #999;
  width:600px;
  text-align:center;
}

table.content th {
	padding: 0.1em 0.5em;
  	border: 1px solid #999;
	font-size: 80%;
}

table.content td, table.singleBroker td {
  padding: 0.1em 1em;
  border: 1px solid #999;
}

table.singleBroker td.tableRowHeading {
	font-weight:bold;
	width: 35%;
}