/*
Theme Name: Its Saul Connected
Theme URI: http://www.itssaulconnected.com
Description: Designed by Jeremy Withers. Developed by Jake Camara.
Version: 1.0
*/


/*****************************************************
* RESET
******************************************************/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*****************************************************
* GLOBAL
******************************************************/
body {
	font-size: small;
	font-family: Arial, Sans-Serif;
	background: #011933 url('images/bg-body.jpg') repeat-x;
	color: #1e1e1e;
	text-align: center;
}

#container {
	margin: 0px auto;
	width: 950px;
	text-align: left;
}

.clear {
	clear: both;
}

strong {font-weight: bold;}
em {font-style: italic;}

a {color: #001824; text-decoration: none;}
a:hover {color: #024871;}

/*****************************************************
* HEADER
******************************************************/

#header {
	margin: 33px 0px 25px 0px;
	padding: 0px 17px 25px 17px;
	border-bottom: 1px solid #fff;
	color: #fff;
}

#header h1 {
	
}

#header h1 a {
	text-indent: -9999px;
	height: 40px;
	width: 450px;
	display: block;
}

#header h1.title {
	float: left;
	background: url('images/header-title.png') no-repeat bottom left;
}

#header h1.description {
	float: right;
	background: url('images/header-description.png') no-repeat bottom right;
}


/*****************************************************
* CONTENT
******************************************************/

#content {
	float: left;
	width: 578px;
	margin: 0px 17px 0px 17px;
	padding: 15px;
	background: #fff;
}

/*
Posts: Home
*/

.post {
	margin: 0px 0px 35px 0px;
}

.post-head {
	height: 100%;
	padding: 0px 0px 12px 0px;
}

.post-head h2 {
	float: left;
	font-size: 275%;
	width: 400px;
	font-weight: bold;
}

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

.post-head h2 a:hover {
	color: #024871;
}

.spacer {
	float: right;
	height: 95%;
}

.timestamp {
	float: right;
	clear: right;
	padding: 0px 5px 0px 0px;
	text-align: right;
	width: 150px;
	font: 100% Georgia, Times, Serif;
	color: #0d94cd;
	font-style: italic;
}

.entry, .entry-single {
	margin: 0px 0px 15px 0px;
	font-size: 110%;
	line-height: 1.5em;
}

.entry p, .entry-single p {
	margin: 0px 0px 10px 0px;
}

.entry p:first-line {
	font-size: 115%;
	font-weight: bold;
}

.entry a, .entry-single a {
	color: #024871;
	text-decoration: none;
}

.post a.more-link {
	clear: both;
	font: 75% Georgia, Times, Serif;
	color: #0d94cd;
	font-weight: bold;
	font-style: italic;
}

/*
.post img.alignright {
	float: right;
}

.post img.alignleft {
	float: left;
}
*/

.postmetadata {
	font-size: 85%;
	font-weight: bold;
	text-align: right;
	margin-top: -30px;
	clear: both;
}

.postmetadata a {
	color: #001824;
	text-decoration: none;
}

.postmetadata a:hover {
	text-decoration: underline;
}

a.stbutton {
	font-size: 75%;
}


/*
Posts: Single
*/

.navigation {
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}

.navigation a {
	color: #001824;
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
}

.navigation .alignleft {
	float: left;
	width: 225px;
	text-align: left;
}

.navigation .alignright {
	float: right;
	width: 225px;
	text-align: right;
}

h3#comments {
	color: #001824;
	font-size: 120%;
	font-weight: bold;
}

/*
Drop Shadow
*/

.wrap1, .wrap2, .wrap3, .wrap4 {
	display: inline-table;
	/* \*/display: block;/**/
}
.wrap1 {
	float: right;
	background: url(images/shadow.gif) right bottom no-repeat;
	margin: 0px 0px 0px 10px;
}
.wrap2 {
	background: url(images/corner_bl.gif) left bottom no-repeat;
}
.wrap3 {
	padding: 0 8px 8px 0;
	background: url(images/corner_tr.gif) right top no-repeat;
}

.wrap4 {
	border: 1px solid #ccc;
}

.wrap4 img {
	display: block;
	border: 5px solid #fff;
}

/*
Comments
*/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform small {
	font-size: 80%;
	font-weight: bold;
}

#respond {
	padding: 10px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

ol.commentlist {
	font-size: 90%;
	padding: 0;
	text-align: justify;
}

ol.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

ol.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

ol.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.comment-author {
	font-size: 110%;
	font-weight: bold;
}

.comment-meta {
	font-size: 90%;
	font-weight: bold;
}

.comment-author a, .comment-meta a {
	color: #001824;
	text-decoration: none;
}

ol.commentlist li.comment {
	padding: 10px;
	line-height: 1.5em;
}

ol.commentlist li.even {
	background: #eee;
}


/*
Archives
*/

h2.pagetitle {
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	font-style: italic;
}

h2.archivestitle {
	padding: 0px 0px 10px 0px;
	font-size: 150%;
	font-weight: bold;
}

/*
Search Form
*/

form#searchform {
	margin: 0px 0px 15px 0px;
}

form#searchform label {
	font-weight: bold;
	font-style: italic;
}

form#searchform input#s {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 10px 0px 0px 0px;
}

h2.noposts {
	padding: 0px 0px 10px 0px;
	font-size: 150%;
	font-weight: bold;
}

h3.postresult {
	padding: 0px 0px 10px 0px;
	font-size: 125%;
	font-weight: bold;
}

.searchresults {
	margin: 0px 0px 15px 0px;
}

/*****************************************************
* SIDEBAR
******************************************************/

#sidebar {
	width: 285px;
	float: right;
	padding: 0px 17px 0px 0px;
	color: #fff;
	font-size: 130%;
}

#sidebar a {
	color: #ccffff;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar img.photo {
	border: 1px solid #fff;
}

#sidebar p.view-profile {
	margin: 15px 0px 0px 0px;
}

#sidebar .box {
	margin: 20px 0px 0px 0px;
}

#sidebar .box div.caption {
	margin: 0px 0px 13px 0px;
}

#sidebar .box div.caption span {
	padding: 0px 0px 0px 20px;
	font: 75% Georgia, Times;
	font-style: italic;
	font-weight: bold;
}

#sidebar .box img {
	margin: 0px 7px 0px 0px;
	border: 0px;
}

#sidebar .connect div {
	float: left;
	margin: 7px 5px 0px 0px;
}

#sidebar .subscribe .feedburner {
	margin: 20px 0px 0px 0px;
}

#sidebar .subscribe .feedburner .submit {
	margin: 0px 0px 0px 10px;
	border: 1px solid #ccc;
}

#sidebar .recent ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	font-weight: bold;
}

#sidebar .recent ul li {
	padding: 0px 0px 5px 0px;
	line-height: 1.25em;
}

#sidebar .recent ul li a { text-decoration: none; }
#sidebar .recent ul li a:hover { text-decoration: none; color: #fff; }

/*
Twitter Feed
*/

ul#twitter_update_list {
	margin: 0px 0px 0px 0px;
	font-size: 85%;
	color: #ccffff;
}

ul#twitter_update_list a {
	color: #cccccc;
}

ul#twitter_update_list li {
	padding: 0px 0px 10px 0px;
	line-height: 1.25em;
}


/*****************************************************
* FOOTER
******************************************************/

#footer {
	margin: 25px 0px;
	padding: 10px 17px 0px 17px;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 90%;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .copyright {
	float: left;
	text-align: left;
}

#footer .credit {
	float: right;
	text-align: right;
	line-height: 1.5em;
}

/*****************************************************
* 404
******************************************************/

h2.notfound {
	padding: 0px 0px 10px 0px;
	font-size: 125%;
	font-weight: bold;
}

