/*  
Theme Name: ironSoap
Theme URI: http://ironsoap.org/
Description: This is the current theme of ironsoap.org
Version: 6.0
Author: Paul Hamilton
Author URI: http://ironsoap.org/
*/



/* Begin Typography & Colors */
body {
	background-image: none;	
	background: #fff;	
	font-family:Georgia,"Century Schoolbook","Times New Roman",Times,serif;
}

#page {
	text-align: left;
}

#header {
}

#content {
}

.widecolumn .entry p {
}

.narrowcolumn .entry, .widecolumn .entry {
}

.widecolumn {
}
	
.narrowcolumn .postmetadata {
}

.alt {
	/*
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	*/
}

.entrytext {
	/* margin-left: 250px; */
}

#footer {
	font-size: 0.75em;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	text-align: center;
}

#headerimg .description {
	text-align: center;
	display: none;
}
#headerimg h1 {
	display: none;
}

h2 {
} 

h2.pagetitle {
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
}
	
.commentlist li, #commentform input, #commentform textarea {
}
	
.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
}

#commentform p {
}

.commentmetadata {
	font-weight: normal;
}

#sidebar, #column {
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
}
	
code {
	font: 1.0em 'Andale Mono',Fixed;
}

acronym, abbr, span.caps {
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

a, h2 a:hover, h3 a:hover {

}

a:hover {

}
a:visited {

}

#wp-calendar #prev a {

}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
}

#page {
	margin: 25px 25px 0px;
	padding: 0;
	width: 94%;
}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 100px;
	width: 100%;
}

#headerimg {
	background: transparent url(images/logo.png) no-repeat 50% 50%;
	/* border: 1px solid red; */
	height: 115px;
}

#content {
	margin: 0px;
	padding: 0px 12px;
}
#quote {
	font-size: 0.7em;
	border: 1px dotted #001856;
	border-width: 1px;
        background-color: #eee;
	font-style: italic;
	text-align: right;
	padding: 5px;
        bottom: 0;
        position: relative;
        margin: 25px auto 0px;
        width: 794px;
}

#postings {
	/* border: 1px solid #eee; */
	border-width: 0px;
	margin: 0px 0px 0px 10px;
	padding: 5px;
}

/*
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}
*/
	
.post {
	margin: 0 0 40px 250px;
}

/*
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
*/

.postmetadata {
	font-size: 0.75em;
}

#footer {
	padding: 20px 10%;
	margin: 0 auto;
	clear: both;
	border: 3px double #fff;
	border-width: 3px 0 0;
}

#footer p {
	margin: 0;
	text-align: center;
}

#footerbadges {
	text-align: center;
	margin: 8px auto 0px;
}
/* End Structure */



/*	Begin Headers */
h1 {

	margin: 0;
}

h2 {
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2, #column h2 {
	margin: 7px 0 0;
	padding: 0;
	font-size: 1.3em;
}
#sidebar h3, #column h3 {
	margin: 7px 0;
	padding: 0;
	font-size: 1.1em;
	color: #9bb3a4;
}
#sidebar h4, #column h4 {
	margin: 5px 0 4px;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul li ul li:before, #column .current li:before {
	/* content: "\00BB \0020"; */
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li, .entry ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}


#column .current ul, #column .current ul ol {
	margin: 0;
	padding: 0;
}

#column .current p {
	margin-top: 1px;
}

#column .current ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 5px 0 0 10px;
}

#column .current ul p, #column .current ul select {
	margin: 5px 0 8px;
}

#column .current ul li, #column .current ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */

/* Tables */
.pc {
	border: none;
}
.pc tr {
	border: none;
	margin: 2px;
	padding: 2px;
}
.pc tr td {
	text-align: center;
	padding: 4px;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
#commentform {
	/* border: 1px solid #003366; */
	margin: 0px 50px 0px 255px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 97%;
	padding: 2px;
	margin: 2px;
	}
.commBox {
	/* div for comments textarea to center */
	border: 1px solid #003366;
	padding: 0px;
	}

#commentform #submit {
	margin: 0;
	/* float: right; */
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	background-color: #eee;
	margin-left: 250px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Column */
#column {
	padding: 20px 0 10px 0;
	float: right;
	margin: 0px 0px 0px 12px;
	width: 190px;
}
#column .current {
	margin: 0px;
	padding: 0px 0px 0px 12px;
}

/* Begin Sidebar */
#sidebar {
	padding: 20px 5px 10px;
	float: left;
	margin: 0px 12px 0px 0px;
	width: 240px;
        border: 1px solid #eee;
        border-width: 0px 1px 1px 0px;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #003366; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	/* border-bottom: 1px dashed #999; */
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

.polls ul li {
	list-style: none;
}


/* Format-specific content */
.red { color: #ff0000; font-weight: bold; }
.blue { color: #0000ff; font-weight: bold; }
.im { background-color: white; color: #000; font-family: arial, sans-serif; padding: 10px; margin: 5px; }

.twitterInPost {
	border: 1px solid #32cbff;
	border-width: 1px 0px 0px;
	background: #fff url('/images/status_bg2.png') repeat-x left top;
	padding: 10px;
	margin: 10px;
}
.twitterInPost img {
	float: left;
	margin: 5px;
}
.twitterInPostDate {
	font-size: 0.7em;
	color: #999;
}
.twitterInPost a {
	color: #32cbff;
	text-decoration: none;
}
.twitterInPost a:visited {
	color: #32cbff;
	text-decoration: none;
}

.facebookInPost {
	border: 1px solid #324071;
	border-width: 1px 0px 0px;
	background: #fff url('/images/status_bg2.png') repeat-x left top;
	padding: 10px;
	margin: 10px;
}
.facebookInPost img {
	float: left;
	margin: 5px;
}
.facebookInPost a {
	color: #324071;
	text-decoration: none;
}
.facebookInPost a:visited {
	color: #324071;
	text-decoration: none;
}
.facebookInPostDate {
	font-size: 0.7em;
	color: #999;
}

/* Tumblr Styles */
.tumblrEntry {
	font-size: 0.7em;
}
.tumblrEntry p {
	padding-left: 10px;
}
.tumblrEntry ol {
	padding-left: 25px;
}
.tumblrEntry ul {
	padding-left: 25px;
}

/* Search Queries Styles */
.R {
	font-size: 0.7em;
}
th.R {
	background-color: #999;
}
th.xl {
	background-color: #999;
}
tr.R {
	background-color: #eee;
}
.xl {
	background-color: #eee;
	font-size: 0.7em;
}