/*
Theme Name: Wicked Awesome New Theme
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Matt and Tatjana
Author URI: 
Tags: empty, clean, development, design

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* -- just some ugly styling to make it easier to get started, can safely be removed */

/*
.sidebar, #entry-meta-single { border: 1px solid red; }
#respond { border: 1px solid yellow; }
#footer, #header { border: 1px solid blue; }
li.depth-1 { border: 1px solid orange; }
.navigation { border: 1px dashed black; }
*/

.post { letter-spacing: 1px; }
.author_bio_page {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 730px;
}
/* - BASIC STUFF - */
body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 auto;
	padding: 0;
	background-color: white;
	background-image: url(images/bg-star.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
}

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

a:hover { text-decoration: underline; }

.additional-meta {
	font: 10px/12px Arial, Helvetica, sans-serif;
	padding: 2px 12px;
	color: #888;
	border-left: 1px solid #58595b;
	border-right: 1px solid #58595b;
}
.additional-meta a {
    color: #888;
}

blockquote { font-style: oblique; }

.search-404, .entry-content {
	margin-left: 0;
	border-left: 1px solid #58595b;
	border-right: 1px solid #58595b;
	margin-top: -12px;
	padding-bottom: 12px;
	padding-top: 12px;
	background-image: url(images/bg-herringbone.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.search-404 p { padding-left: 12px; }

/* -- LISTS -- */
ul, ol {
	margin: 0 0 1em 0;
	padding: 0;
}

ul li {
	margin-left: 5px;
	padding: 0;
}

li { list-style-type: none; }
.disc { list-style-type: disc; }

/* lists inside posts */
.entry-content ul ol { margin-left: 0; }
.num_comments {
font-size: 10px;
color: gray;
}
.num_comments {
color: #888;
}
.comment_text {
text-transform: lowercase;
}
.comment_author {
text-transform: uppercase;
}
.author_text {
text-transform: uppercase;
}
.comment_date {
font-size: 10px;
font-weight: normal;
color: #888;
}
.comments {
font-size: 10px;
margin-top: 8px;
height: 140px;
overflow-y: auto;
}
.comments li {
padding: 3px;
}
.comment_author {
   font-weight: bold;
}
.entry-content ul li {
	margin-left: 10px;
	list-style: disc;
	list-style-position: inside;
}

.entry-content ul li ol { margin-left: 10px; }

.entry-content ol li {
	margin-left: 5px;
	list-style: decimal;
	list-style-position: inside;
}

.entry-content ol li li { margin-left: 5px; }

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	padding: 0 12px;
}


h2.entry-title, h2.page-title {
	font-size: 13px;
	color: #fff;
	font-family: "Times New Roman", "Times", serif;
	text-transform: uppercase;
	background-color: #eb5500;
	padding: 3px 12px;
	border-left: 1px solid #58595b;
	border-right: 1px solid #58595b;
	clear: both;
}


body#patrick h2.entry-title a:link, body#patrick h2.entry-title a:visited,
body#jess h2.entry-title a:link, body#jess h2.entry-title a:visited,
body#justin h2.entry-title a:link, body#justin h2.entry-title a:visited { color: #333; }
body#education h2.entry-title { background-color: #AA9D86; }
body#amina h2.entry-title { background-color: #EB86B4; }

body#jess h2.entry-title {
	background-color: #70CDE3;
	color: #333;
}

body#justin h2.entry-title {
	background-color: #F3EA00;
	color: #333;
}

body#tatjana h2.entry-title { background-color: #BBBFC7; }

body#patrick h2.entry-title {
	background-color: #D9DA55;
	color: #333;
}

h2.entry-title a:link, h2.entry-title a:visited { color: #fff; }

h2#comments {
	margin: 20px auto 10px;
	font-size: 140%;
}

/* headings inside posts */
.entry-content p { padding: 0 14px; }
.entry-content h3 { font-size: 140%; }
.entry-content h4 { font-size: 120%; }
.entry-content h5 { font-size: 100%; }
.entry-content h6 { font-size: 90%; }

.entry-meta {
	padding: 12px 16px 32px;
	margin: 0 -4px;
	background-color: #fff;
	position: relative;
	z-index: 100;
	font-size: 0.8em;
}

.entry-meta-index {
	text-transform: uppercase;
	font-size: 1em;
}
.entry-meta a:link, .entry-meta a:visited { color: #58595b; }
a:link.comments-link, a:visited.comments-link { font-weight: bold; }

.addthis_button {
	position: absolute;
	right: 16px;
}

/* -- MAIN DIV'S -- */
#wrapper {
	float: none;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#header {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: #fff;
	height: 279px;
	overflow: hidden;
}

body#education #header {
	height: 292px;
}
#footer {
	height: 50px;
	overflow: hidden;
	clear: both;
	float: none;
	text-align: center;
	font-size: 0.8em;
	text-transform: lowercase;
	margin:0 -4px;
	padding:12px 16px 32px;
	position:relative;
	z-index:100;
    background: #fff;
}

/* -- POSTS -- */
.posts-wrap {
	width: 730px;
	margin: 0 auto;
	padding: 0 5px;
	background-color: white;
	background-image: url(images/bg-dash.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#post-single { }

/* -- SIDEBARS --*/
.sidebar-wrap {
	margin: 3em auto;
	overflow: auto;
}

.sidebar {
	width: 49%;
	clear: none;
}

.block-1 { float: left; }
.block-2 { float: right; }

/* -- 404-PAGE --*/
.error404 {
	margin: 0;
	width: 100%;
}

.error404 h1,.error404 h2 { margin: 10px auto; }

/* -- COMMENTS -- */
h3#comments {
	text-transform: uppercase;
	background-image: url(images/bg-thatch.png);
	background-repeat: repeat;
	background-position: center top;
	font-weight: normal;
	margin: 0 -5px;
	padding: 2px 10px;
	font-size: 1.4em;
}

div.comments-wrap {
	margin: 15px auto;
	padding: 0;
}

li.comment,li.trackback, li.pingback { margin: 10px auto; }

li.comment {
	position: relative;
	border-top: 4px double #ccc;
	margin: 10px -4px;
	padding: 10px 20px 20px 20px;
	background-image: url(images/bg-bubble.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

li.comment small.commentmetadata {
	position: absolute;
	right: 10px;
	top: 10px;
	font-family: "Times New Roman", "Times", serif;
	font-style: italic;
	font-size: 1em;
}

ul.children { margin-left: 10px; }

ul.commentlist, ul.pinglist {
	background-color: #FFF;
	margin: 1px -4px -10px;
	padding: 0 8px;
	border-top: 1px solid #ccc;
}

div.reply { }
textarea#comment { overflow: auto; }

/* -- ALIGNMENTS --*/
img.alignright {
	float: right;
	clear: none;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	clear: none;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

img.alignnone { margin: 0 0.5em 0 0; }

/* -- NAVIGATION --*/
div.navigation {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	padding: 10px 5px;
	margin: 0 -5px;
	text-transform: uppercase;
	background-color: #fff;
}

.navigation-index { }

.nav-next, .nav-prev {
	clear: none;
	width: 48%;
	font-size: 0.8em;
	letter-spacing: 1px;
}

.nav-next {
	float: right;
	text-align: right;
}

.nav-prev {
	float: left;
	text-align: left;
}

#respond {
	padding: 12px;
	background: #fff;
	margin: 0 -4px;
}

#searchform {
	width: 730px;
	padding: 10px 50px;
	margin: 0 auto;
	text-align: right;
	position: relative;
}

#searchform label {
	background-image: url(images/search-label.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	height: 18px;
	background-color: #FFF;
	position: absolute;
	right: 160px;
}

#searchform label span { display: none; }

#searchform #s {
	border: 1px solid #999;
	width: 100px;
}

#searchsubmit { display: none; }

#respond { padding: 12px; background: #fff; margin: 0 -4px; }

.sorry { text-align: center; }

.x-post p strong { text-transform: uppercase; font-weight: normal; }
.x-post p { padding-left: 12px; padding-right: 12px; }