/*
Theme Name: Saints Peter and Paul
Theme URI: http://saintspeterpaulchurch.org/
Description: Saints Peter and Paul church theme
Version: 1.0
Author: Mike Fotinakis
Author URI: 
Tags: 
*/

/* Saints Peter and Paul Orthodox Church */

/* Begin Eric Meyer's CSS 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: 98%;
	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: "" "";
}
/* End Eric Meyer's CSS Reset */

/* Some common things */
.left, .alignleft { float: left; }
.right, .alignright { float: right; }
.hidden { display: none; }
/* End common things */

/* Core */
body {
	background: url('images/bodytile.png') #fefefe repeat-x fixed;
	font-family: Georgia, Serif;
}
html, body {
	height: 100%;
}

#container {
	width: 900px;
	min-height: 100%;
	height: 100%;
	margin: 0px auto;
}

#header {
	background: url('images/topbar.jpg') no-repeat 0px 0px;
	height: 272px;
	
}

#topcurve {
	background: url('images/topcurve.jpg') no-repeat 0px 0px;
	width: 900px;
	height: 9px;
}

#nav {
	width: 200px;
	margin-left: 14px;
}

#nav ul {
	list-style-type: none;
	width: 200px;
	padding: 0 0;
}

#nav ul li a,
#nav ul li a:active,
#nav ul li a:visited {
	display: block;
	background: #fef9e7;
	border-bottom: 1px solid #eeede7;
	padding: 10px 0px 10px 10px;
	color: #0c4559;
	text-decoration: none;
}
#nav ul li a:hover {
	background: #fffffe;
}

#main {
	background: url('images/maintilebg.png') #fefefe repeat-y;
	min-height: 100%;
}

#main .content {
	width: 900px; */
	padding-bottom: 3em;
	width: 684px;
}

.content h2 {
	font-size: 22pt;
	font-weight: 100;
	color: #0c4559;
	padding: 30pt 0pt 20pt 35pt;
}

.content h3 {
	font-size: 14pt;
	font-weight: 100;
	color: #0c4559;
	padding: 0pt 0pt 10pt 45pt;
}

.content p {
	padding: 0 70pt 20px 70pt;
	line-height: 1.8em;
}

.content p.cal {
	padding: 0;
}

.content p img {
	padding: 1px;
	border: 4px solid #EEE;
}

.content p img.alignright {
	margin: 5px 0px 10px 20px;
}
.content div.wp-caption.alignright {
	margin: 5px 60pt 10px 20px;
}
.content p img.alignleft {
	margin: 5px 20px 10px 0px;
}
.content div.wp-caption.alignleft {
	margin: 5px 20px 10px 70pt;
}

.content div.wp-caption {
	border: 4px solid #eee;
	background: #eee;
	text-align: center;
	font-size: 0.8em;
}
.content div.wp-caption p {
	padding: 0px;
}

strong {
	font-weight: bold;
}

ul {
	list-style-type: square;
	line-height: 1.5em;
	padding: 0 70pt 20px 70pt;
}

em {
	font-style: italic;
}

.post-edit-link {
	float: right
}

/* End core */

