/*
Theme Name: MPS
Theme URI: http://www.wpdesigner.com/
Description: Theme created for MPS photography.
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/
*/

/*The following tags will remove all formating from the template */

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #fff;
	color: #000;
}

table {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #8f3939;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

p {
	padding: 10px 0 5px;
}

blockquote {
	margin: 10px 0 0;
	border-top: 2px solid #ddd;
	background: #f5f5f5;
}

blockquote p {
	padding: 10px;
}

blockquote blockquote {
	float: none;
	width: auto;
	margin: 0 10px;
	background: #fff;
}

dd {
	padding: 0 0 0 20px;
}

form, input, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

p img {
	max-width: 100%;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 3px 0 2px 10px;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;
}

img.alignleft {
	margin: 3px 10px 2px 0;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
}

small {
	font-size: 11px;
}

iframe {
border: 0px;
}

/*This is the begining of the template specific tags */

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header {
	float: left;
	width: 981px;
	height: 456px;
	/*border-top: 5px solid #000;*/
	/*background: url(images/site/header.gif) no-repeat;*/
	
}

#header h1 {
	padding: 10px;
	font-size: 18px;
	font-weight: normal;
}

/*#menu-left {
	float: left;
	width: 20px;
	background: url(images/site/barendl.gif);
}

#menu-right {
	float: left;
	width: 17px;
	background: url(images/site/barendr.gif);
}*/

#menu {
	float: left;
	width: 980px;
	background: url(images/site/bar.gif) repeat-x left bottom;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 175px;
	padding: 0;
}

#menu ul li {
	float: left;
	margin: 3px 50px 0 0;
}

#menu ul li a {
	display: block;
	padding: 5px;
	/*border-right: 1px solid #ededed;*/
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover {
	background: #f9f9f9;
	color: #000;
}

#container {
	float: left;
	width: 980px;
	/*border-top: 5px solid #000;
	background: #fff url(images/bg_container.gif) repeat-y 488px 0px;
	background: url(images/site/background.gif) repeat-y;*/
}

#content {
	float: left;
	width: 980px;
	margin: 0;
	clear: right;
	height: 317px;
	background: #fff url(images/site/gradient.gif) repeat-x;
	
}

.post {
	padding: 10px 20px;
}

.post h2 {
	font-size: 24px;
	font-weight: normal;
}

.post h2 a {
	color: #000;
}

.entry-content {
	line-height: 24px;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
	padding: 10px 0 5px;
}

.entry-content h2 a {
	color: #8f3939;
}

.entry-content h3 {
	font-size: 18px;
	font-weight: normal;
}

.entry-content h5 {
	font-size: 14px;
}

.entry-content h6 {
	font-size: 12px;
}

#footer {
	float: left;
	width: 980px;
	padding: 10px 0 10px 0;
	/*border-top: 5px solid #000;*/
	text-align: center;
	line-height: 24px;
	background: #fff;
}

#footer a {
	text-decoration: none;
}

#studio-diff {
	margin-right: 1px;
	float: right;
	width: 852px;
	height: 30px;
	border-bottom: 3px solid #000;
}

#photolab-diff {
	margin-right: 1px;
	float: right;
	width: 852px;
	height: 62px;
	border-bottom: 3px solid #000;
}

/*#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}*/

