/* @override http://jesseschmidt.com/wp28/wp-content/themes/jesseschmidt/style.css */

/*
Theme Name: Jesse Schmidt Personal
Theme URI: http://www.jesseschmidt.com
Description: Theme for personal website.
Version: 2.1
Author: Jesse Schmidt
Author URI: http://www.jesseschmidt.com/
*/

/* @group CSS RESET */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */

/* @group Main */

body {
	background: #000 url(images/bg.jpg) repeat-x center top;
	color: #ccc;
	font: 11px "Avant Garde", "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:link {
	color: #0088c7;
	text-decoration: none;
}

a:visited {
	color: #0088c7;
	text-decoration: none;
}

a:hover {
	color: #0088c7;
	border-bottom: 1px solid #0088c7;
}

a:active {
	color: #ccc;
}

blockquote {
	margin: 0 40px 0 30px;
	padding: 1px 12px 1px 50px;
	border: 1px solid #bbb;
	border-left: 5px solid #bbb;
	background: url(images/quotes.png) no-repeat 10px 8px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.navigation {
	height: 2em;
	border-bottom: 1px solid #b1b1b1;
	margin: 0 0 10px 0;
}

#page_wrapper {
	background: url(images/glow_bg.jpg) repeat-x center top;
	width: 960px;
	margin: 0 auto;
	min-height: 340px;
	padding: 27px 0 0 0;
}

/* @end */

/* @group Header */

#header img {
	margin: 26px 0 0 0;	
}



/* @group Navigation */

#header ul {
	float: right;
}

#header ul li {
	font-size: 1.1em;
	float: left;
	margin: 0 1px;
}

#header ul li a {
	display: block;
	padding: 40px 8px 5px 8px;
	color: #ccc;
	text-decoration: none;
}

#header ul li a:hover {
	color: #fff;
	background: #0088c7 url(images/shadow.png) repeat-x 0 top;
}

#header ul li.current_page_item {
	border-bottom: 4px solid #0088c7;
}
#header ul li.rssfeed a {
	width: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/rss.png) no-repeat center 38px;
	border: none;
}


/* @end */

#special {
	text-align: center;
	margin: 30px 0;
}

#special img {
	margin: 0;
}


/* @end */

/* @group Sidebar */

#sidebar {
	width: 250px;
	padding: 15px 0 0 0;
	background: url(images/divider.png) repeat-x;
	float: right;
}

#sidebar ul {
	margin: 10px 0 20px 0;
}

#sidebar ul li {
	margin: 6px 0 6px 30px;
	list-style-image: url(images/bullet.png);
}

#sidebar ul#social {
	margin: 10px 0 20px 0;
	text-align: center;
}

#sidebar ul#social li {
	display: inline;
	margin: 0 5px;
}

#sidebar ul#social li a {
	border: none;
}

/* @group flickr */

/*
Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position. Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {
	text-align:center; 
	width:250px;
}
#flickr_badge_wrapper {
	padding:10px 0 15px 0;
}
.flickr_badge_image {
	display: inline;
}
.flickr_badge_image img {
	margin: 0 2px 2px;
	border: 1px solid #ccc !important;
}
.flickr_badge_image img:hover {
	margin: 0 2px 2px;
	border: 1px solid #0088c7 !important;
}
#flickr_badge_source {
	text-align:left; 
	margin:0 10px 0 10px;
}
#flickr_badge_icon {
	float:left; 
	margin-right:5px;
}
#flickr_www {
	display:block; 
	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;
	border: none;
}
#flickr_badge_wrapper {}
#flickr_badge_source {
	padding:0 !important; 
	font: 11px Arial, Helvetica, Sans serif !important; 
	color:#666666 !important;
}

/* @end */

/* @end */

/* @group Content */

#content {
	width: 660px;
	padding: 15px 0 0 0;
	background: url(images/divider.png) repeat-x;
}

.post {
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	background: url(images/divider.png) repeat-x 0 bottom;
	border-bottom: 1px solid #073047;
}

.post h2 {
	font-size: 1.7em;
	margin: 0;
}

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

.post h2 a:hover {
	color: #0088c7;
	text-decoration: none;
	border: none;
}

.post ul li {
	margin: 0 0 5px 30px;
	font-size: 1.1em;
	list-style-image: url(images/bullet.png);
}

.post small {
	font-size: 0.8em;
}

.post p {
	margin: 12px 0;
	font-size: 1.2em;
	line-height: 1.5em;
}

.post img {
	margin: 5px 0;
	border: none;
}

.entry a img {
	border: 1px solid #fff!important;
}

.entry a:hover img {
	border: 1px solid #0088c7!important;
}

p.postmetadata {
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	font-size: 0.9em;
	background: url(images/divider.png) repeat-x;
}

textarea#comment {
	width: 80%;
}

/* @end */


/* @group Footer */

#footer {
	width: 960px;
	margin: 10px auto 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 0.9em;
	clear: both;
	background: url(images/divider.png) repeat-x;
}

#footer ul {
	margin: 10px 0;
}

#footer ul li {
	display: inline;
	margin: 0 30px;
}

#footer img.wordpress {
	float: left;
}

#footer div {
	margin: 13px 0 0 0;
	text-align: right;
}

/* @end */

