/*
Theme Name: Things I've Recently...
Description: Media Log
Author: Jared Pendergraft
Author URI: http://www.jaredpendergraft.com
*/

/*Reset*/

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%;
font-family: inherit;
vertical-align: baseline;
}

/*Global*/
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: Helvetica, Verdana, Arial, sans-serif;
background:#76B4CF;
color:#333;
margin: 0;
padding: 0;
}
a {
color:#333;
font-weight:bold;
text-decoration:none;
}
a:hover {
color:#76B4CF;
}
a img {
border:none;
}
ul {
margin:0px;
margin-bottom:20px;
padding:0px;
}
li {
margin:0px;
padding:0px;
font-size:1.2em;
line-height:1.45em;
}
em {
font-style:italic;
}
strong {
font-weight:bold;
}

/*Typography*/

p {
margin:0;
margin-bottom:20px;
padding:0;
font-size:1.35em;
line-height:1.7em;
}
	.meta p {
	font-size:1.2em;
	}
h1 {
font-size:13em;
font-weight:bold;
line-height:.675em;
letter-spacing:-.05em;
}
h2 {
font-size:4em;
border-bottom:3px solid #333;
text-align:center;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
font-size:1.6em;
line-height:1.2em;
margin-bottom:10px;
}
h4 {
font-size:1.35em;
line-height:1.7em;
font-weight:bold;
text-align:right;
}
hr {
border:none;
border-bottom:1px dotted #ccc;
margin:20px 0;
}

/*Positioning*/
.clear {
clear: both;
}
.center {
text-align: center;
}
.right {
float:right;
}
.left {
float:left;
}
.hide {
visibility:hidden;
display:none;
}

/*The Grid*/
.one {
width:220px;
float:left;
padding:10px;
overflow:hidden;
}
.one_third {
width:300px;
float:left;
padding:10px;
overflow:hidden;
}
.two {
height:100%;
width:460px;
float:left;
padding:10px;
overflow:hidden;
}
.two_thirds {
width:620px;
float:left;
padding:10px;
overflow:hidden;
}

.three {
width:700px;
float:left;
padding:10px;
overflow:hidden;
}
.four {
width:960px;
margin:0 auto;
}
.fourohfour {
padding:40px 0;
margin-bottom:40px;
}
.wrap {
width:1000px;
margin:0 auto;
padding:0;
overflow:hidden;
}
#grey {
width:100%;
background:#EEE;
}

/*Header*/
#header {
margin:0 auto;
margin-top:20px;
}
	#header .one, #header .three {
	overflow:visible;
	}
	#header .logo {
	height:220px;
	background:url(images/logo.jpg) no-repeat;
	}
		
/*Body - Main*/
#content {
	margin:0 auto;
	overflow:hidden;
}

/*Body*/
.post {
margin-bottom:20px;
padding-top:10px;
padding-bottom:20px;
border-bottom:1px dotted #CCC;
}		
	.date {
	position:relative;
	top:-220px;
	left:0;
	height:45px;
	width:55px;
	padding-top:10px;
	background:url(images/date_circle.jpg) no-repeat;
	}
		.date p {
		text-align:center;
		font-size:2em;
		line-height:.85em;
		font-style:italic;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#FFF;
		margin:0;
		padding:0;
		}
		.date .under {
		text-decoration:underline;
		}
	.image_date_holder {
	height:220px;
	width:300px;
	margin:0 auto;
	margin-bottom:10px;
	overflow:hidden;
	clear:both;
	}
	.image {
	position:relative;
	top:0;
	left:0;
	}
	.title {
	width:24%;	
	float:left;
	padding:0 3%;
	background:#76B4CF;
	color:#FFF;
	}
	.title-holder {
	height:110px;
	}
	.blue_highlight {
	width:100%;
	background:#76B4CF;	
	color:#FFF;
	text-align:center;
	font-size:1.35em;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	.description {
	width:65%;	
	padding-left:5%;
	float:right;
	}
	.description p {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	.body p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style:normal;
	}
	.body ul {
	padding-left:1.5em;
	}
	
/*Search/Archives*/
#archives {

}
	#archives h1 {
	font-size:4em;
	line-height:1.5em;
	text-align:center;
	}
	#archives .post h2 {
	font-size:2em;
	text-align:left;
	border:none;
	}
	#archives .post h4 {
	text-align:left;
	font-weight:normal;
	}
	#archives .date {
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	}
.context {
border-bottom:3px solid #333;
margin-bottom:20px;
}
.highlight {
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing:normal;
color:#76B4CF;
}
.post .highlight {
font-size:2em;
text-align:center;
line-height:55px;
}
/*Single*/
.image-single {
width:300px;
float:left;
}
.body-single {
width:420px;
padding-right:40px;
float:left;
}
	.body-single p {
	margin-top:20px;
	}
	.body-single li {
	list-style:square;
	list-style-position:inside;
	}
.meta-single {
width:200px;
float:left;
font-size:1.2em;
}

.meta-single ul li {
list-style:none;
}
/*Footer*/
#blue {
width:100%;
margin-top:20px;
padding:20px 0;
background:#76B4CF;
color:#FFF;
}
#blue a, .blue_highlight a {
color:#FFF;
}
	#blue a:hover, .blue_highlight a:hover {
	color:#333;
	}
.tags {
margin-bottom:20px;
padding-bottom:20px;
border-bottom:3px solid #FFF;
}
	.tags h2 {
	border-color:#FFF;
	margin-bottom:20px;
	}
	.tags .wp-tag-cloud li {
	float:left;
	width:16%;
	height:2em;
	margin-bottom:10px;
	text-align:center;
	font-size:.8em;
	line-height:2.25em;
	list-style:none;
	}
#footer {
margin:0 auto;
}

/*Form Elements*/
input, textarea {
padding:5px;
border:none;
border:1px solid #FFF;
}
:focus {
outline: 0;
border:1px solid #CCC;
}

/*Search*/
#searchbox{
}
#searchform {
overflow:hidden;
margin:0;
padding:0;
}		
#searchform label {
visibility:hidden;
display:none;
}
#searchform #s {
float:left;
width:60%;
overflow:hidden;
margin:0;
}
#searchsubmit{
width:30%;
float:right;
margin:0;	
padding:5px 10px;
background:#333;
color:#EEE;
font-weight:bold;
border:none;
} 	