/*
Theme Name: Simple & Sleek
Theme URI: http://trepmal.com/
Description: a real simple, yet sleek look
Version: 1.0
Author: Kailey Lampert
Author URI: http://kdlampert.com/
Tags: grey, green, simple, fixed width, rounded

*/
* { margin:0; padding:0; }
.hidden { display:none; }
.clear { clear:both; }
.right { float:right; }
.left { float:left; }
body {
	background:#F9F1BA;
	text-align:center;
	font-size: 72.5%;
	font-family:Verdana, Geneva, sans-serif;
	padding: 15px;
}
a {
	color:#136541;
}
a img { border:none; }

h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 0 0;
}
h1 {/* h1 styles below */ }
h1 span { position:absolute;top:-999em; }
h2 { font-size: 2.3em; color: #136541; }
h3 { font-size: 1.8em; font-style: italic; }
p { margin: .5em 0 1em 0; font-size:1.3em;}

#page {
	background:#fff url("images/top-round.gif") top center no-repeat;
	width:960px;
	margin: 0 auto;
	text-align:left;
	line-height:2em;
}
#page_b {
	background:transparent url("images/bottom-round.gif") bottom center no-repeat;
}
#header {
	height:170px;
	position:relative;
	border-bottom:1px solid #292929;
}
	#header h1 {
		padding: 20px 20px 0px;
		margin:0;
		font-size: 2.5em;
		height:105px;
		width:594px;
		position:relative;
}
	#header h1 a {
		text-decoration:none;
	}
	#header div {
		padding: 0 0 0 20px;
	}
	#menu {
		list-style:none;
		padding: 0 0 0 100px;
		font-size: 18px;
		margin:10px 0 0 0;
		height:28px;
		position:absolute;
		bottom:1px;
		left:0;
	}
	#menu li {
		float:left;
		margin:0 3px 0 3px;
		height:28px;
	}
	#menu li a {
		display:block;
		padding: 2px 5px;
		margin:1px;
		color: #136541;
		text-decoration:none;
		background:#ccc;
		border: 1px solid #000;
		position:relative;
		z-index:20;
		
	}
	#menu li a.current {
		border-bottom: 1px solid #fff;
		background:#fff;
	}
	#menu li a:hover {
		color:#6F2E4C;	
		background:#eee;
	}
	#menu li a.current:hover {
		background:#fff;
	}
#content {
	padding: 0px 20px 10px;
}
.narrowcolumn .attachment {
	text-align:center;
}
.narrowcolumn .caption p {
	background: #bbb;
	padding: 3px 5px;
}

#content.narrowcolumn {
	width:499px;
	float:left;
	border-right: 1px solid #292929;
	border-left: 1px solid #292929;
}

#content ul,#content ol {
	list-style-position:inside;
	margin: 0 0 0 20px;
	font-size:1.3em;
}
#content blockquote {
	margin: 0 30px;
	padding: 0 0 0 5px;
	border-left: 5px solid #ccc;
	font-style:italic;
	font-size:95%;
}
#sidebarL {
	width:190px;
	margin-right:-1px;
	float:left;
	border-right: 1px solid #292929;
	padding: 0 0 20px 9px;
}
#sidebarR {
	width:210px;
	margin-left:-1px;
	float:right;
	border-left: 1px solid #292929;
	padding: 0 10px 20px 0;
}
	.side li li {
		font-size:1.3em;
	}
	.side ul {
		margin: 0 0 0 20px;
		list-style:none;
	}
	.side ul.twitter li {
		margin:3px 0;
		list-style:circle;
	}
	
.postmetadata {
	border: 1px dashed #ccc;
	font-size:11px;
	padding:2px 5px;
	clear:both;
}
.navigation {
	overflow:hidden;
	padding: 5px 0 0;
}
#footer {
	color:#ccc;
}
/*									form	 */
label {
	display:block;
	width: 150px;
}
input {
	border: 1px solid #136541;
	background:#d8d8d8;
}
textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:110%;
}
/* * * * * * * * * * * * * * * * * * * * * * */


/* Begin Images */
.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 50%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-caption {
	margin-left: 0;
}




p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* - - - flickr widget - - - */
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_uber_wrapper {width:150px;}
#flickr_www {display:block; text-align:center; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#ffffff;border: solid 1px #000000}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
