/*
Theme Name: Mark Leonard Custom Theme
Theme URI: http://downstairsdesignstudio.com
Description: Custom theme made for Mark Leonard Imaging
Version: 1.0
Author: Matt Sperling
Author URI: http://mattsperlingcreative.com
Tags: photograph, clean
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


/****************

IE TRANSPARENCY FIX

****************/

img, div, #logo, .bottom-shadow { behavior: url(iepngfix.htc) }



/****************

GENERAL STYLES/RULES

****************/

* {
	margin:0px;
	padding:0px;
}

body {
	background-image:url(images/background.gif);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	}
	
.clear {
	clear:both;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

img a {
	border:0px;
}


/****************

TYPOGRAPHY

****************/


p {
	color:#9c9c9c;
	font-size:12.5px;
	line-height:16px;
	font-weight:lighter;
	margin-bottom:25px;
}

a {
	color:#6f9299;
	text-decoration: underline;
}

a:hover {
	color:#4d4e52;
	text-decoration:none;
}

.post h2 {
	display:inline-block;
	color:#6f9299;
	font-size: 38px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color:#6f9299;
	border-top-color:#6f9299;
	text-transform: uppercase;
	text-decoration:none;
	padding-bottom:-2px;
	padding-top:-2px;
	margin-bottom:15px;
}

.post h2 a {
	text-decoration:none;
}

.post h2 a:hover {
	text-decoration:none;
	border-bottom-color:#4d4e52;
	border-top-color:#4d4e52;
}


.post-date {
	font-size:20px;
	font-weight:bold;
	color:#4c4e52;
	text-transform:uppercase;
	margin-bottom:20px;
}

.tags {
	font-size:11px;
}

.post {
	margin-bottom:45px;
}

.post ul {
	color:#9c9c9c;
	font-size:12.5px;
	list-style-position: inside;
	list-style-type: circle;
	margin-left:25px;
	margin-top:5px;
	margin-bottom:5px;
}

.post ul li {
	list-style-type:circle;
}

.post ol {
	color:#9c9c9c;
	font-size:12.5px;
	list-style-position: inside;
	list-style-type: circle;
	margin-left:25px;
	margin-top:5px;
	margin-bottom:5px;
}

.post ol li {
	list-style-type: decimal;
}
	
/****************

HEADER

****************/

#header-full {
	width:100%;
	height:145px;
	background-image:url(images/search_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom:20px;
}
	
#header-wrap {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	width:423px;
	height:144px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-99999px;
	float:left;
}


/****************

SEARCH FORM

****************/

#search-form {
	width:280px;
	height:40px;
	padding-top:9px;
	float:right;
	margin-right:-45px;
}

.search-button {
	border-width:0px;
	background-color:#010101;
	padding: 3px 8px;
	color:#bcbdc0;
	margin-left:8px;
}

/****************

NAVIGATION

****************/

#nav-wrap {
	width:525;
	float:right;
	margin-top:35px;
	margin-right:-20px;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	font-size:15px;
	display:inline;
	margin-right:35px;
	color:#4c4e52;
	padding-left:3px;
	padding-right:3px;
	padding-top:4px;
}

#nav li a {
	color:#4c4e52;
	text-decoration: none;
}

#nav li a:hover {
	color:#4c4e52;
	text-decoration: none;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #4c4e52;
}


#nav li a:active {
	color:#4c4e52;
	text-decoration: none;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #4c4e52;
}

/****************

SLIDESHOW

****************/

#slideshow {
	clear:both;
	width:952px;
	height:501px;
	margin-left:auto;
	margin-right:auto;
	margin-top:13px;
}

/****************

MAIN CONTENT

****************/

#main-content {
	width:906px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	padding-top: 33px;
	padding-right: 22px;
	padding-bottom: 25px;
	padding-left: 22px;
}

.bottom-shadow {
	width:950px;
	height:13px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bottom_shadow.png);
	background-repeat:no-repeat;
	margin-bottom:15px;
}

/****************

FOOTER

****************/

#footer-full {
	margin-top:50px;
	width:100%;
	background-color:#4d4e52;
}

#footer-wrap {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	padding-top:30px;
}

/****************

FOOTER WIDGETS

****************/

#footer-wrap {
	font-size:12.5px;
}

#footer-wrap a {
	text-decoration:none;
	color:#e1e1e1;
}

#footer-wrap a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

#footer-wrap h3 {
	color:#FFFFFF;
	font-size:22px;
	text-transform: uppercase;
	margin-bottom:15px;
}

#tag-cloud {
	width:270px;
	float:left;
}

#categories-dropdown {
	margin-top:30px;
}

#cat {
	width:200px;
}

#recent-posts {
	width:270px;
	margin-left:105px;
	float:left;
	overflow:hidden;
	margin-bottom:45px;
}

#links {
	margin-left:20px;
	width:270px;
	float:left;
	height:118px;
	overflow:hidden;
}

#links h2 {
	height:0px;
	color:#4d4e52;
}

#social {
	width:270px;
	margin-left:20px;
	float:left;
	margin-top:30px;
}

#social li {
	display:inline;
	margin-right:5px;
}


/****************

COPYWRITE

****************/

#copywrite {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:45px;
	font-size:11px;
}

#poweredby {
	float:left;
}

#copywrite-p {
	float:right;
}

/****************

COMMENTS

****************/

#comment-wrap {
	width:950px;
}

#comment-wrap h3 {
	font-size:25px;
	margin-bottom:20px;
}

#comment-background {
	background-color:#eeeeee;
	width:800px;
	padding:1px;
	margin-bottom:10px;
}

#comment-author {
	background-color:#f9f9f9;
	margin-bottom:20px;
	padding:9px;
	height:20px;
	padding-top:9px;
}

#comment-author p {
	font-size:10px;
}

.comment-name {
	font-size:14px;
	margin-right:5px;
	font-weight:bold;
}

.comment-text p {
	color:#4d4e52;
	margin-left:11px;
}

/****************

LEAVE A REPLY

****************/


#leave-comment {
	width: 500px;
	margin-top: -5px;
	color:#4d4e52;
	background-color:#eeeeee;
	padding:15px;

}

#leave-comment label {
	margin-bottom:2px;
	font-size: 11.5px;
	display:block;
}

#leave-comment input, #leave-comment textarea {
	padding: 5px;
	width: 350px;
	font-size: 12.5px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#leave-comment textarea {
	height: 90px;
}

#leave-comment textarea:focus, #leave-comment input:focus {
	border: 2px solid #666;
}

#leave-comment input.submit-button {
	width: 170px;
	height:30px;
	color:#4d4e52;
}

