/*
Theme Name: Jordan Manley Photography
Version: 1.0
Author: Brockton Point
Author URI: http://www.brocktonpoint.com/
Description: Default style for jordanmanley.com. Developed by Brockton Point: brocktonpoint.com
Tags: Portfolio, white, photography
*/

/*////////// RESET RULES //////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.1%;
	font-family: inherit;
	vertical-align: baseline;
}

}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*////////// GENERAL //////////*/
body {
	margin: 0;
	padding: 0;
	font-family: 'Century Gothic', Verdana, sans-serif;
	font-size: 62.5%;
	color: #404040;
	background: #ffffff;
}

#container {
	position:relative; /* puts container in front of distance */
	width:850px;
	margin:0 auto;
	clear:left;
}

#blog #container {
	width:850px;
	margin:0 auto;
}

.clear {
	clear: both;
}


/*////////// TYPEOGRAPHY //////////*/
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	margin-bottom: 10px;
	font-size: 32px;
	line-height:36px;
	color: #4a1f07;
}

h2 {
	font-size: 22px;
	line-height:26px;
}

h3 {
	margin-bottom: 10px;
	font-size: 16px;
	line-height:20px;
}

h4 {
	margin-bottom: 10px;
	font-size: 14px;
}

p {
	margin-bottom: 14px;
	color: #141309;
}

a {
	text-decoration: none;
	color: #8c8c8c;
}

a:hover {
	text-decoration: underline;
	color: #5f92e7;
}

a:visited {}


/*////////// HEADERS //////////*/
#header {
	margin-top: 50px;
	margin-bottom: 40px;
}

#blog #header {
	margin-top: 50px;
	margin-bottom: 40px;
}

#header h2 {
	margin: 0;
	text-transform: uppercase;
	color: #2fff00;
}

#header h2 em {
	color: #8c8c8c;
}

#header a:hover {
	text-decoration: none;
}

/*////////// CONTENT //////////*/
#content {
	padding: 10px 0;
	text-align: center;
}

#leftCol {
	float: left;
	width: 566px;
	text-align: left;
}

#rightCol {
	float: right;
	width: 284px;
	text-align: left;
}

#rightCol h2, #rightCol h3, #rightCol p {
	padding-left: 20px;
}

/*////////// SIDEBARS //////////*/
#sidebar h2 {
	margin-bottom: 10px;
}

#sidebar ul {
	padding: 0 0 20px 20px;
}


/*////////// NAV //////////*/
#contentNav {
	height: 30px;
}

#navigation {
	display: block;
	height: 50px;
}

#navigation ul {
	margin: 0;
	list-style: none;
}

#navigation ul.left {
	float: left;
}

#navigation ul.right {
	float: right;
}

#navigation ul.left li {
	height: 100%;
	float: left;
	margin-right: 20px;
}

#navigation ul.gallery li {
	float: left;
	padding-top: 10px;
	margin-right: 10px;
	font-size: 9px;
}

#navigation ul.right li {
	height: 100%;
	float: left;
	margin-left: 15px;
}

#navigation ul li a {
	float: left;
	display: block;
	text-decoration: none;
	font-size: 1em;
	color: #8c8c8c;
}

#navigation li a:hover {
	color: #2fff00;
}

#navigation li a.active {
	color: #5f92e7;
}


/*////////// BLOG ELEMENTS //////////*/
#blogEntry {
	margin-bottom: 40px;
}

#blogEntry h3 {
	margin-bottom: 0;
	font-size: 20px;
	line-height:24px;
}

#blogEntry h3 a {
	text-decoration: none;
}

#blogEntry h4 {
	font-size: 13px;
	line-height:16px;
}

#blogEntry h4 a {
	font-size: 13px;
	line-height:16px;
	color: #2fff00;
}

#blogEntry p.response {
	padding: 0 25px;
	font-style: italic;
	color: #8c8c8c;
}

#blogEntry p.response a {
	font-style: normal;
	color: #2fff00;
}


/*////////// FORMS //////////*/
#comment input {
	width: 170px;
	margin-right: 25px;
}

#comment label {
	font-size: 14px;
	color: #8c8c8c;
}

#comment textarea {
	width: 100%;
	height: 150px;
	padding: 2px;
	}


/*////////// FOOTER //////////*/


/*////////// IMAGES //////////*/


/*////////// FUN CLASSES //////////*/
