/*  
Theme Name: Mark Geistweite Photography
Theme URI: http://www.markgphotos.com/
Description: Custom theme for Mark Geistweite Photography. Designed by <a href="http://www.xldstudios.com/" title="XLD Studios">XLD Studios</a>.
Version: 1.0
Author: Erik Bernskiold, XLD Studios
Author URI: http://www.xldstudios.com/
*/


/**********************************************
*   Main Page Styles                          *
***********************************************/

body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/footer_tile.jpg) bottom repeat-x #000000;
	font-size:100%;
	margin:0 auto 0 auto;
	color:#ac9d84;
    width:100%;
	font-size:0.7em;
    line-height:1.3em;
	text-align:center;
}

#container {
        width:800px;
	margin:0 auto 0 auto;

}

h1.pagetitle {
font-size:20px;
font-weight:bold;
text-transform:uppercase;
border-bottom:#646464 solid 2px;
margin-right:20px;
padding-left:10px;
margin-left:5px;
}

/**********************************************
*   Link Styles                               *
***********************************************/

a:link {
	color: #c18d38;
	text-decoration: none;
	}
a:visited {
	color: #c18d38;
	text-decoration: none;
	}
a:hover {
	color: #ae8748;
	text-decoration: underline;
	}
a:active {
	color: #c18d38;
	text-decoration: none;
	}

/**********************************************
*   Layout Structure                       *
***********************************************/

#header { 
	background:#000000 url(images/header_tile.jpg) repeat-x; 
	padding: 0;
	height:178px;
	font-size:0px;
	width:100%;
}

#header h1 {
	background:url(images/header.jpg) no-repeat;
	width:510px;
	height:25px;
	margin:0px;
	padding:153px 0px 0px 0px;
	font-size:11px;
	font-weight:bold;
	margin:0 auto 0 auto;

}

#maincontent {
	width:800px;
	padding:5px;
	font-size:11px;
	text-align:left;
        height:100%;
}

#content-left {
	float:left;
	width:45%;
}
#content-right {
	float:right;
	width:45%;
}

#footer { 
	font-size:10px;
	color:#6e644e;
	text-align:left;
        padding-top:10px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {border:none;}
