/*  
Theme Name: Sgpm
Theme URI: http://sgpm.goarch.org/Monastery/
Description: Icon Screen Theme
Version: 2.0
Author: Monk Gregory
Author URI: http://sgpm.goarch.org/Monastery/
*/

/* Reset default settings */

* {
   	margin: 0; 
	padding: 0;
	}

hr {
	display: none;
}

ul {
   padding-left: 1em;
   }

html {
	height: 100%; 
	font-size: 80%
	}

/* Begin Typography & Colors */

body {
	font-family: Georgia, Palatino, Serif;
	background-color: rgb(90,70,50); 
	color: #333;
	text-align: center;
	min-height: 101%; /* forces a vertical scroll bar*/
	}

p { padding: 0.4em 0; }

#page {
	background-color: white;
	background-image: url("./images/background.gif");
	border: 3px solid white;
	text-align: left;
	}

#header {
	background-color: rgb(60,35,0);
	}

#content {
	font-size: 1.2em
	}

.entry p {
	font-size: 1.05em;
	line-height: 1.33em;
	}

.widecolumn {
	line-height: 1.3em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt1 {
	background-color: #F4F1E3;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.alt2 {
	background-color: #f5f2ee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	font-family: 'Trebuchet MS', Trebuchet, Sans-Serif;
	background-color: #F4F1E3;
	color: #777;
	}

small {
	font-family: 'Trebuchet MS', Trebuchet, Sans-Serif;
	font-size: 0.83em;
	line-height: 1.3em;
	}

h1, h2, h3 {
	font-family: 'Book Antiqua', Georgia, Times, Serif;
	font-weight: bold;
	padding-bottom: 4px;
	}

h2 {
	font-size: 1.3em;
	}

h2.pagetitle {
	font-size: 1.35em;
	line-height: 1.2em;
	border-bottom: 1px solid rgb(130,0,20);
	margin-bottom: 6px;
	}

#sidebar h2 {
	font-family: Arial, Sans-Serif;
	font-size: 1.15em;
	}
h4 {
	font-size: 1.1em;
	margin-top: 1em;
	}
	
h3 {
	font-size: 1.2em;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: rgb(130,0,20);
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: rgb(130,0,20);
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em Georgia, Times, Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.3em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Trebuchet MS', Trebuchet, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.1em Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover {
	color: rgb(130,0,20);
	text-decoration: none;
	}

a:hover {
	color: rgb(130,0,20);
	text-decoration: underline;
	}

/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#shadow {
	margin: 20px auto;
	width: 766px;
	border-right: 3px solid rgb(60,46,0);
	border-left: 1px solid black;
	border-top: 1px solid rgb(50,46,0);
	border-bottom: 3px solid rgb(60,46,0);
}
	
#page {
	padding: 0;
	width: 760px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	}

#headerimg {
	background: url("./images/heading2.jpg") no-repeat top center;
	margin: 0;
	height: 126px;
	width: 100%;
	}
	
.narrowcolumn {
	margin: 20px auto 20px 20px;
	width: 480px;
	float: left;	
	}

.widecolumn {
	margin: 30px 80px 30px 80px;
	}
	
.post {
	margin: 0 0 20px;
	text-align: left;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 10px;
	}

.widecolumn .postmetadata {
	margin: 10px 0;
	}

#sidebar h2 {
	margin: 10px 0 8px;
	padding: 0;
	border-bottom: 1px solid rgb(130,0,20);
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
.widecolumn  h3 {
	margin-top: 1em;
}

#footer {
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}
/* End Structure */


/* 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) */

.alignright {
	float: right;
	margin: 0 0 2px 7px;
	}
	
.alignleft {
	float: left;
	margin: 0 7px 2px 0;
	}
	
img.centered {
	clear: both;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
	
/* 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: 0px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul 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 {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Form Elements */
textarea, input, select {
	border: 1px solid rgb(130,110,90);
	background: #f4f4f4;	
	padding: 2px;
	}
	
#searchform {
	margin: 0 auto;
	padding: 1px 20px; 
	text-align: center;
	float: right;
	}

#content #searchform {
	padding-top: 1em;
	float: none;
	}
	
#searchform #s {
	width: 110px;
	padding: 1px;
	}

#searchsubmit {
	padding: 0;
	}

select {
	width: auto;
	}

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

#commentform textarea {
	width: 590px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.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 Sidebar */
	
#sidebar {
	padding-top: 20px;
	padding-right: 20px;
	width: 200px;
	float: right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	font-style: italic;
	color: #666;
	margin: 1em;
	padding: 0 20px 10px 60px;
	background: url(images/blockquote.jpg) no-repeat left top;	
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	font-family: 'Trebuchet MS', Trebuchet, Arial, Sans-Serif;
	display: block;
	text-align: left;
	padding-top: 1em;
	clear: both;
	}
/* End Various Tags & Classes*/


* html .clearfix {
    height: 1%;
}

/* ---- top menu */

.topmenu 			{background: rgb(67,53,24); padding-top: 4px; font: normal bold 10pt/1 arial, helvetica, sans-serif; }
.topmenu>ul			{list-style: none; float: left; background: rgb(67,53,24); width: 747px; }
.topmenu ul li			{float: left; display: inline; line-height: 24px; padding-right:6px; }
.topmenu a 			{float: left; padding: 0 14px; color: rgb(244,225,164); background:rgb(60,35,0); text-decoration:none; }
.topmenu a:hover 	{color: white; background: rgb(200,140,50); text-decoration:none;}

.dropdown 			{float:left; }
.dropdown dt 			{cursor:pointer; padding: 0px 14px; color: rgb(244,225,164); background:rgb(60,35,0); }

.dropdown dt:hover 	{color: white; background: rgb(200,140,50); text-decoration:none;}
.dropdown dd 		{position:absolute;overflow:hidden;width:200px;display:none;background:rgb(60,35,0);z-index:200; opacity:0.9;}

.dropdown ul 			{list-style:none; border-top:none; margin: 0; padding: 0;}
.dropdown li 			{display:inline; padding: 0; }

.dropdown a,
.dropdown a:active,
.dropdown a:visited 	{display:block; padding: 0 8px; margin: 0; background:rgb(60,35,0); width: 194px; }
.dropdown a:hover 	{background: rgb(200,140,50); color:white; text-decoration:none;}

#special {
	clear: both; 
	}
	
#quote {
	float: right;  
	width: 333px;
	font-size: 10pt;
	line-height: 1.6;
}

#quoteauthor {
	font-style: italic;
	text-align: right;
}

.wp-caption { 
	border: 1px solid #ddd; 
	text-align: center; 
	background-color: #F4F1E3; 
	padding-top: 4px; 
	margin: 10px; 
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
} 

.wp-caption img { 
	margin: 0; 
	padding: 0; 
	border: 0 none; 
} 

.wp-caption-dd { 
	font-size: 10px; 
	line-height: 17px; 
	padding: 0 4px 5px; 
	margin: 0; 
} 

/* PAYPAL */

.ppimg {
	border: none;
}

