/*  
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: 12px;
    line-height: 1.5;
	text-align:center;
}

#container {
	width:960px;
	margin:0 auto 40px auto;

}

h1.pagetitle {
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:#646464 solid 2px;
	margin-right:20px;
	padding-left:10px;
	margin-left:5px;
}

h2.post-title {
	font-size: 20px;
	font-weight: bold;
	border-bottom:#646464 solid 2px;
	margin: 10px 0 15px 0;
}

/**********************************************
*   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:960px;
	padding:5px;
	text-align:left;
    height:100%;
    margin-bottom: 40px;
}

#content-left {
	float:left;
	width:45%;
}
#content-right {
	float:right;
	width:45%;
}

#blog-content {
	width: 600px;
	float: left;
}

#sidebar {
	width: 300px;
	float: right;
}

#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;}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}

