/*  
Theme Name: MontgomerySmith
Author URI: http://www.mikemadison.net
Author: Mike Madison
Description: Custom theme for MontgomerySmith

The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php

*/

body.home {
	background: url(images/bg2.jpg) repeat;
}

body {
	font-size: 14px;
	color: #3d321b;
	font-family: helvetica;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: -1px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
}


h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: -1px;
}

a {
	font-weight: bold;
	text-decoration: none;	
	color: #834337;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#smallHeader {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#sidebar a {
	font-size: 12px;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;	

}

#sidebar {
	width: 250px;
	height: 500px;
	float: left;
	margin-right: 30px;
}

#sidebar li {
	list-style: none;
}

#sidebar li a {
	font-size: 13px;
	color: #fff;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background: url('images/menu_bg.png') no-repeat;
}


#sidebar ul li a:hover{
	color: #000;
}


#mainContent {
	width: 100%;
	float: right;
}

#figureL img, #figureR img, #figR img, #contactL img, #contactR img, #newsImage img, #recent img, #recent2 img {
	border: 1px solid black;
	margin-top: 5px;
	margin-bottom: 5px;
}

#recent {
	width: 345px;
	height: 215px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

#recent2 {
	width: 336px;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

#figureL {
	width: 300px;
	height: 250px;
	float: left;
	padding-right: 30px;
}

#newsImage {
	width: 516px;
	height: 335px;
	padding-bottom: -25px;
	margin-left: auto;
	margin-right: auto;
}

#caption {
	float: left;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
}

#figureR {
	width: 300px;
	height: 400px;
	float: right;
	padding-left: 30px;
}

#figR, #contactR {
	width: 300px;
	float: right;
	margin-bottom: 5px;
}

#contactL {
	width: 300px;
	float: left;
	margin-bottom: 5px;
}

#title {
	width: 730px;
	float: right;
	margin-top: 20px;
}

#footer {
	text-align: center;
	padding-top: 25px;
	width: 1024px;
	height: 25px;
	margin-top: 30px;
	float: left;
}

#footerText {
	width: 75%;
	float: left;
	padding-top: 50px;
}

#footerImg {
	width: 24%;
	float: right;
}

#contentBox, #contentBoxPost {
	width: 730px;
	float: right;
}

#contentBoxPost img {
	padding-bottom: 25px;
}


#project {
	width: 100%;
	margin-bottom: 20px;
	float: left;
}

#projectLeft {
	width: 500px;
	float: left;
}

#projectRight {
	width: 200px;
	float: left;
}

#home {
	width: 100%;
	height: 260px;
}

#homeText {
	padding-top: 100px;
	font-size: 16px;
	font-weight: bold;
}

#homeText2 {
        padding-top: 25px;
        padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}


#homeText3 {
        padding-top: 25px;
	font-size: 16px;
	font-weight: bold;
}

ul.none {
	list-style: none;
        font-size: 16px;
}

ul.none li {
	font-size: 16px;
}

li {
	width: 100%;
	font-size: 16px;
       
}
#li_text {
	font-size: 16px;
       
}


#contentBox img.none, #contentBoxPost img.none  {
	border: 0px;
}

#aboutLeft {
	float: left;
	width: 430px;
}

#aboutRight {
	float: right;
	width: 300px;
}

img.eco {
	margin-left: 65px;
}

#leftHome {
	float: left;
	width: 43%;
	height: 250px;
}

#rightHome {
	float: right;
	width: 51%;
	height: 250px;
}

#homeBlock {
	width: 100%;
	height: 25px;
	background: url('images/block.jpg') repeat;
	color: #fff;
	text-align: left;
	font-size: 18px;
	padding-top: 5px;
        padding-left: 5px;
	margin-bottom: 19px;F
	font-weight: bold;
}

#spacer {
	width: 100%;
	height: 30px;
	float: left;
}

#right {
	text-align: right;
}