/* @override http://jessicahannon.com/wp-content/themes/Caputred/style.css */

/*  
Theme Name: Caputred
Theme URI: 
Description: A simple photographers blog
Author: Jay Runquist
Author URI: http://jayrunquist.com/
Version: 1.0 wide
*/

/* @group BASICS */

body {
	background: #aae7e2 url(images/bg.jpg) repeat-y center 100%;
	margin: 0;
	padding: 0;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
}
	
html {
	overflow-y: auto;
	background-color: transparent;
	}

strong {
	font-weight: 700;
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	}

h1 {
	font-size: 68px;
	font-weight: 700;
	line-height: 60px;
	margin: 0;
	padding: 0;
	text-shadow: 0px -1px 1px #93BFBB;
	}

h1 a:link, h1 a:visited {
	color: #fff;
	}
	
h1 a:hover {
	color: #333;
	}

h2 {
	font-weight: 500;
	font-size: 20px;
	margin: 0;
	padding: 0;
	text-shadow: 0px -1px 1px #93BFBB;
	}

h3 {
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 20px;
	}
	
h5 {
	margin: 5px 0 10px 0;
	padding: 8px 0 5px 35px;
	font-weight: 700;
	font-size: 20px;
	background: url(images/icn_camera.gif) no-repeat left center;
	text-shadow: 0px -1px 1px #93BFBB;
	}

img {
	border: none;
	}
	
form, .CleanContact {
	padding: 0;
	margin: 0;
	} 

#wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}

/* @end */

/* @group LEFT */

#left {
	float: left;
	width: 300px;
	color: #fff;
	padding: 0 0 0 10px;
	}

/* @group LOGO */

#logo {
	padding: 0;
	text-indent: -9999px;
	}
	
#logo a.cplogo {
    display: block;  
    width: 310px;  
    height: 170px;  
    background: transparent url(images/logo_wide.png) no-repeat 0 0; 
	}
	
#logo a:hover.cplogo {
	background-position: -321px 0;	
	}

/* @end */

#sidebar {
	width: 300px;
	position: absolute;
	top: 115px;
	padding: 35px 0 0 0;
	}

/* @group HEADER */

#header {
	padding: 0 0 0 10px;
	}
	
#header a:link, #header a:visited {
	border: none;
	}
	
#header .logo {
	background: none;
	}

/* @end */

/* @group NAV */

#nav {
	margin: 30px 0 0 10px;
	font-size: 20px;
	font-weight: 100;
	}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

li {
	padding: 5px 0 5px 20px;	
	}

li.people {
	background: url(images/image_bullet.gif) no-repeat left center;
	margin-bottom: 1px;
	}
	
li.places {
	background: url(images/image_bullet.gif) no-repeat left center;
	margin-bottom: 1px;
	}
	
li.things {
	background: url(images/image_bullet.gif) no-repeat left center;
	margin-bottom: 40px;
	}
	
li.search {
	background: url(images/bg_search.jpg) no-repeat left center;
	padding: 5px 0 5px 30px;	
	}
	
span.navdescription {
	font-family: Arial, helvetica, sans-serif;
	font-size: 70%;
	color: #aae7e2;
	}
	
a:hover span.navdescription {
	background: transparent url(images/icn_arrowleft.gif) no-repeat left center;
	color: #333;
	}

/* @end */

/* @group SEARCH */

#search {
	margin: 50px 0;
	}



/* @end */

/* @group FOOTER */

#footer {
	margin: 30px 0 0 10px;
	line-height: 14px;
	}
	
#footer a:link, #footer a:visited {
	background: #333 url(images/bg_contact.gif) no-repeat 210px 12px;
	font-weight: 100;
	color: #aae7e2;
	display: block;
	padding: 10px 12px;
	width: 230px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#footer a:hover {
	color: #fff;
	}
	
.contactme {
	font-weight: 700;
	color: #fff;
	}

/* @end */

/* @end */

/* @group RIGHT */

#right {
	float: right;
	width: 660px;
	min-height: 1100px;
	padding-right: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #fff url(images/bg_right_wide.jpg) repeat-y;
}

/* @group TWITTER */

#twitter {
	padding: 0 50px;
	margin: 30px 0 50px 0;
	font-size: 14px;
	font-style: italic;
	color: #888888;
	text-align: center;
	background: transparent url(images/bg_twitterbird.gif) no-repeat 510px bottom;
	}

ul.tweetList {
	margin: 0 0 7px 0;
	padding: 15px;
	border: 1px dashed #ABE7E2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

li.tweet_content {
	margin: 0;
	}
	
li.tweet_content_0 {
	margin: 0;
	padding: 0;
	}
	
#twitter a:hover {
	color: #333;
	text-decoration: underline;
	}
	
#twitter a.author {
	margin: 0 0 0 385px;
	padding: 10px 0;
	}
	
#twitter .authorfollow {
	margin: 0 0 0 385px;
	color: #ABE7E2;
	font-size: 12px;
	}

/* @end */

/* @group POSTS */

#content {
	padding: 0 50px;
	}

#content h2 {
	text-shadow: none;
	font-weight: 300;
	}

.post {
	margin: 0;
	padding: 0;
	}
	
.post a:link {
	}
	
.post a:hover {
	color: #333;
	text-decoration: underline;
	}
	
.top_meta, .bottom_meta {
	display: none; /* hides the date, time, posted by, category, comments */
	}
	
.post img {
	padding: 0 0 15px 0;
	background: #fff url(images/bg_img.jpg) no-repeat center bottom;
	max-width: 560px;
	min-width: 560px;
	}

.post p {
	margin: 5px 0 0 0;
	padding: 0;
	color: #929292;
	line-height: 18px;
}
	
div.entry p a:link {
	/*border-bottom: 1px solid #ABE7E2;*/
	text-decoration: underline;
	}
	
div.entry p a:hover {
	color: #333;
	text-decoration: none;
	}

div.entry p a:link img {
	margin: 5px 0 0 0;
	padding: 0;
	background: #fff;
	border-bottom: 1px solid #fff;
	}
	
div.entry p a:link img.sig {
	min-width: 0;
	}

.pagetitle {
	text-shadow: none;
	font-weight: 700;
	}
	
.navigation {
	margin-bottom: 15px;
	}

.navigation a:link, .navigation a:visited {
	color: #333;
	}
	
.navigation a:hover {
	color: #333;
	}
	
.navigation .alignright {
	float: right;
	margin-right: 10px;
	}
	
.navigation .alignleft {
	float: left;
	}
	
.alignright a:link, .alignright a:visited {
	padding-right: 20px;
	background: #fff url(images/icn_navright.gif) no-repeat right 5px;
	}
	
.alignright a:hover {
	padding-right: 20px;
	background: #fff url(images/icn_navright.gif) no-repeat right -10px;
	}
	
.alignleft a:link, .alignleft a:visited {
	padding-left: 20px;
	background: #fff url(images/icn_navleft.gif) no-repeat left 5px;
	}
	
.alignleft a:hover {
	padding-left: 20px;
	background: #fff url(images/icn_navleft.gif) no-repeat left -10px;
	}
	
#tags {
	background: #fff url(images/icn_tags.jpg) no-repeat left center;
	padding: 0 0 0 20px;
	margin-bottom: 50px;
	margin-top: 15px;
	color: #bbbdbd;
	}
	
#tags a:link, #tags a:visited {
	font-size: 14px;
	color: #c0c0c0;
	}
	
#tags a:hover {
	color: #333;
	}
	
div.entry p a.geolocation-link {
	padding-left: 20px;
	background: #fff url(images/icn_geo.jpg) no-repeat left center;
	color: #c0c0c0;
	border-bottom: 1px solid #fff;
	}
	
div.entry p a.geolocation-link:hover {
	color: #333;
	}


/* @end */

/* @group Contact Form */

.gform_wrapper {
}

.gform_body {
	background: #fffdf2;
	padding-bottom: 20px;
}

.gform_heading {
	color: #5e5e5e;
}

img.ui-datepicker-trigger {
	max-width: 17px;
	min-width: 17px;
	width: 17px;
	height: 16px;
	background: none;
	padding: 0px;
}



/* @end */

/* @end */

/* missions trip copy fix */
p.padding {
	padding: 20px 0 5px 0;
	}
	
/* facebook like fix */	
#facebook {
	margin: 10px 0;
	}

/* tweetmeme fix */
#tweetmeme_button {
	}
	
/* donate image */
.post img.donate {
	padding: 0;
	background: #fff;
	max-width: 351px;
	min-width: 351px;
	height: 94px;
	margin: 0 0 0 110px;
	}
	
.clear {
	clear: both;
	}
