/*  
Theme Name: Equitransfer Custom Theme
Theme URI: http://www.equitransfer.com
Description: Original design and layout for Equitransfer.com by Cristian Popa at GC Tech.
Version: 1.0
Author: Cristian Popa
Author URI: http://gctech.com
*/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #369;
	background:  #315b96 url(images/bg_pg.gif) repeat-x;
	}
	
h1 {
	font-size: 24px;
	}
	
h2 {
	font-size: 20px;
	}
	
h3 {
	font-size: 16px;
	margin: 30px 0 0 0;
	}
	
p {
	margin: 12px 0 0 0;
	}
	
h1, h2, h3 {
	font-style: italic;
	}
	
.post a, .left a, .right a {
	color: #369;
	text-decoration: underline;
	font-weight: bold;
	}
	
.post img {
	border:1px solid #ddd;
	margin: 5px;
	padding: 5px;
	background: #fff;
}
	
.post ul, .post ol {
	margin: 20px 0 0 20px;
	}	
	
.post ul li, .post ol li {
	margin: 10px 0 0 0;
	}
	
hr {
	clear: both;
	color: #d6dfed;
	background-color: #d6dfed;
	height: 1px;
	margin: 20px auto auto auto;
	width: 50%;
	border: 0;
	}

#page {
	width: 860px;
	background: url(images/bg_content.gif) repeat-y center top;
	margin: 67px auto auto auto;
	}
	
#header {
	height: 236px;
	background: #fff url(images/bg_shadow.gif) top left repeat-x;
	}
	
#headerimg {
	position: relative;
	top: 60px;
	background: #fff url(images/bg_header.jpg) 8px 0 no-repeat;
	height: 170px;
	}
	
#headerimg img {
	margin: 40px auto auto 20px;
	}
		
#body_wrap {
	width: 844px;
	margin: -2px auto auto auto;
	}

#sidebar {
	width: 190px;
	float: left;
	padding: 10px;
	border-top: #ccc 1px solid;
	margin: 1px 0 0 0;
	}
	
input#s {
	width: 100px;
	}
	
input#searchsubmit, input#contactsubmit {
	font-size: 10px;
	}
	
#sidebar li {
	list-style-type: none;
	}
	
#sidebar h4 {
	font-size: 11px;
	margin: 20px auto -10px auto;
	}
	
.phplist input {
	width: 130px;
	}
	
#contactsubmit {
	width: auto;
	}
	
#content, #content_home {
	width: 610px;
	float: right;
	padding: 10px;
	border-top: #ccc 1px solid;
	margin: 1px 0 0 0;
	}
	
#content_home {
	padding: 4px;
	margin: 1px 0 0 0;
	width: 622px;
	}
	
#home {
	background: #f0f6ff;
	border: 1px solid #c6d7ec;
	padding: 10px;
	margin-bottom: 3px;
	}

.left_top, .right_top {
	width: 304px;
	height: 26px;
	background: url(images/bg_th.gif) repeat-x top left;
	color: #fff;
	font-weight: bold;
	line-height: 26px;
	padding-left: 6px;
	}
	
.all_top {
	width: 616px;
	height: 26px;
	background: url(images/bg_th.gif) repeat-x top left;
	color: #fff;
	margin: 140px 0 2px 0;
	font-weight: bold;
	line-height: 26px;
	padding-left: 6px;
	clear: both;
	}

.left, .right {
	width: 304px;
	background: #f0f6ff ;
	border: #c6d7ec 1px solid;
	margin-top: 2px;
	padding: 2px;
	height: 100px;
	font-size: 11px;
	}
	
.auto_height {
	height: auto;
	}

.left ul, .left ol, .right ul, .right ol {
	margin: 5px 0 0 5px;
	list-style-type: none;
	line-height: 18px;
	}
	
.heading_small {
	float: left;
	}
	
.view {
	float: right;
	font-size: 10px;
	height: 26px;
	line-height: 26px;
	}
	
.view a {
	color: #fff;
	text-decoration: none;
	margin-right: 3px;
	}
		
.left, .left_top {
	float: left;
	}
	
.right, .right_top {
	float: right;
	}

.entry {
	line-height: 18px;
	}
	
.entry img {
	margin-right: 20px;
	}
	
.entry ul li, .entry ol li {
	margin: 0 0 0 20px;
	}

#stretch_down {
	clear: both;
	}
	
#footer {
	background: url(images/bg_footer.png) center top no-repeat;
	height: 47px;
	margin: auto auto auto auto;
	text-align: center;
	padding: 18px 0 0 0;
	color: #aec3e2;
	font-size: 10px;
	}

.last {
	clear: both;
	margin: auto;
	}