/*
Theme Name:   jb
Theme URI:    http://jordanbrough.com
Description:  A theme by <a href="http://jordanbrough.com">Jordan Brough</a>.
Version:      0.1
Author:       Jordan Brough
Author URI:   http://jordanbrough.com
*/

* { 
    margin: 0; 
    padding: 0;
}
.clear_left {
	clear:left;
}

.clear_right {
	clear:right;
}

.clear_both {
	clear:both;
}

.email_sent {
	-moz-border-radius:3px 3px 3px 3px;
	background:url("http://mediacdn.disqus.com/1000/images/themes/narcissus/header-grey.png") repeat scroll 0 0 transparent;
	border:1px solid #999999;
	clear:left;
	margin-bottom:15px;
	padding:3px 5px;
}

.email_error {
	color:red;
	-moz-border-radius:3px 3px 3px 3px;
	background:url("http://mediacdn.disqus.com/1000/images/themes/narcissus/header-grey.png") repeat scroll 0 0 transparent;
	border:1px solid #999999;
	clear:left;
	margin-bottom:15px;
	padding:3px 5px;
}

.social_box {
	width: 160px;
    padding: 27px 0 0 12px;
	float:right;
	text-align:right;
}

.social_box img {
	vertical-align:middle;
	border:0;
}

body {
    background: #4A525A;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a {
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	color: #ddd;
	border-color: #888;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 3px 0px 2px 0px;
	background-color: inherit;
	}
	
a:visited {
	color: #ddd;
	border-color: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 3px 0px 2px 0px;
	background-color: inherit;
	}

a:hover {
	color: white;
	text-decoration: none;
	background-color: #606870;
	border-color: #606870;
	}

p, ul, ol, li { 
    margin-bottom: 18px; 
}

blockquote { 
    margin: 0 18px 18px 18px;
    font-size:12px;
}

ul {
    list-style-type: square;
    margin-left: 2em;
}

ol {
    margin-left: 2em;
}

h1 { 
    font-size: 24px; 
    line-height: 36px;
    margin-bottom: 18px; 
}

h2 { 
    font-size: 22px; 
    line-height: 36px;
    margin-bottom: 18px;
}

h3 { 
    font-size: 18px; 
    line-height: 24px;
    margin-bottom: 20px;
}

.container {
    margin: 0 auto;
    padding: 0;
    width: 840px;
}


/* HEADER */

.header {
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #DDDDDD;
    text-align:left;
}

.header h1 {
    font-size: 26px;
    color: #fff;
    font-weight: normal;
}

.header span {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}

.search {
    padding:11px 0 0 20px;
    background:url('/wp-content/themes/depo-clean/images/search.gif') 0 14px no-repeat;
    float:right;
}

.search #q {
    width:150px;
}

/* POSTS */

small.fey { color: #ccc; }

.firstpost {
    text-align:left;
    width: 668px;
    padding: 28px 0 18px 0;
}

.post {
    text-align:left;
    width: 668px;
    padding: 27px 0 7px 0;
    border-bottom: 1px solid #888888;
}

.postnoline {
    text-align:left;
    width: 668px;
    padding: 22px 0 22px 0;
}

.posttopline {
    border-top: 1px solid #888888;
    text-align:left;
    width: 668px;
    padding: 22px 0 22px 0;
}

span.previous { padding: 0 20px 0 0; float: left; }
    
span.next { float: right; }

span.edit a {
    font-weight:normal; 
    font-size:11px; 
    border:1px solid #888888; 
    margin-top:10px;
    padding:0px 4px; 
}

.metainfo {
    float:left;
    width: 152px;
    font-size: 12px;
    color: #DDDDDD;
    padding: 3px 0;
}

.metainfo a { font-weight:bold }

.content {
    margin-left:177px;
    width: 480px;
    text-align:left;
}

.content a { font-weight:bold }

.previously {
   text-align:left;
    width: 668px;
    padding: 20px 0 3px 0;
    border-top: 1px solid #ccc;
    font-size: 12px;
}

.previously a { font-weight:bold }

.text_area { width: 480px !important; }

.postform { width:150px; margin: 0;} 

/* FOOTER */

.footer {
    padding: 22px 0 10px 5px;
    border-top: 1px solid #DDDDDD;
    text-align:left;
    font-size: 12px;
    color: #FFFFFF;
}

.footer li {
	list-style:none;
}

.footer div {
    width:152px;
    margin: 0 20px 0 0;
    float:left;
}

.footer img {
    border:0;
}

.footer div.last {
    width:142px;
    margin: 0 0 0 0;
}

.copyright {
    margin:12px 0 0 0;
    padding: 18px 0 10px 0;
    border-top: 1px solid #DDDDDD;
    text-align:right;
    font-size: 12px;
    color: #DDDDDD;
}

ul.nav li { margin: 0 }

.center { text-align: center }



