﻿/*
Theme Name: St. Paul Silverton
Theme URI: http://saintpaulsilverton.org/
Description: Custom layout for St. Paul Silverton
Version: v.1
Author: Loren Paulsen
Author URI: http://lorenpaulsen.com
Tags: blue, white, two-columns, left sidebar, right-sidebar, fixed-width, threaded-comments, paginated posts, dropdown Pages menu, post-sharing icons
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

* {margin: 0; padding: 0}
header, nav, section, article, aside, footer {display: block}
body {
	/*font: 15px/18px High Tower Text, Tahoma, Arial, sans-serif;
	'Lucida Sans', Verdana, Arial, Sans-Serif*/
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	color:black;
	background:white url(images/barsilver.png) repeat-x;
}
a {
	color:#333399;
}
a:hover {
	color:#330033;
}
p {margin: 0 0 12px;}
img {border: 0}
input {vertical-align: middle}
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	border-left: 1px solid #000;
	background: #F2F2F2;
	height: 1%;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.aligncenter {margin: 0 auto}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 3px 0}
.alignright {float: left}
img.alignright {margin: 5px 0 3px 10px}
.wp-caption {
	border: 1px solid #000;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
table {
	width: 99%;
	margin: 0 0 20px 3px;
	border-collapse: collapse;
}
th, td {
  border: 1px solid #000;
	padding: 4px 8px;
}
th {
  text-align: left;
	background: #F3F3F3;
}
pre {
	margin: 0 0 20px;
}

#wrapper {
	width: 975px;
	margin: 0 auto;
	padding: 0;
	background-image:url(images/backgroundred2.png);
	background-repeat:repeat-y;
	background-color:white;
  	border: 1px solid #000;
}
#playlister {
	float:right;
	padding: 0px 0px 0px 0px;
	top:0px;
	left: 0px;
	z-index: 2;
}
#spacer {
	height:10px;
}




/* Header
-----------------------------------------------------------------------------*/
header {
	background:url(images/banner.jpg) no-repeat;	
	height: 172px;
}

#logo {
	float:left;
	padding:0px 0px 0px 158px;
	color:#CCCCCC;
	line-height: 1;
	font-size: 33px;
	font-weight:bold;
	margin: 32px 0 0 10px;
}
#logo a {
  text-decoration: none;
}
#logo span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin:37px 0 0 0;
}


/* horizontal navigation using drop down menus
borrowed from room-34-baseline theme by Scott Anderson http://room34.com/downloads/wppi  */
nav {
	height: 30px;
	background: url(images/topbar.png) no-repeat;
	padding: 0 0 0 195px;
	margin: 0;
	clear: both;
	font: normal 16px/20px Georgia, "Times New Roman", Times, serif;
	/*High Tower Text, Tahoma, Arial, */
}

/*       H MENUS  */
nav ul { 
	list-style-type:none;   
	list-style:none;               /* for IE */
}
nav ul li {
	display:inline;
	border-right: 1px solid #526d5a;
}
nav ul li a {
	color:black;
	text-decoration:none;		/* This is already turned off in the first line for the entire document. */
	padding:15px 5px 0 0;        /* Add breathing space beside each item. */
	/*font-size:15px;*/
}

/*      Loginmenu  */
ul.loginmenu { 
	list-style-type:none;   
	list-style:none;               /* for IE */
	float:right;
	margin: 10px 20px 0 0;
}
ul.loginmenu li {
	display:inline; 			/* Display each item side by side rather than vertically. */
	font-size:14px;
	width:101.5px;
	height:15px;      /* Add breathing space beside each item. */
}
ul.loginmenu li a {
	padding-top:5px;
	color:black;
	text-decoration:none;		/* This is already turned off in the first line for the entire document. */
	padding:0 10px 0 10px;        /* Add breathing space beside each item. */
	font-size:16px;
}
ul.loginmenu li a:hover {
	/*background-color:#006666;
	color:black;*/
	color: #006666;
	text-decoration:underline;
}

/* search -----------------------------------------*/
#search {
	float:right;
}
#search input {
	font: 11px "Lucida Grande", Arial, Sans-Serif;
	float: right;
}
#s {
	width: 175px;
	padding: 3px 6px;
	border: 1px solid #CCC;
	margin-right: 5px;
}
#s:hover {
	border-color: #AAA;
}
#s:focus {
	border-color: #333399;
}
#searchsubmit {
	background: #333399;
	border: 0;
	padding: 2px 7px;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	height: 24px;
	cursor: pointer;
}
#searchsubmit:hover {
	background: #330033;
}


/* Content
-----------------------------------------------------------------------------*/
section {
	
}
#content {
	width: 760px;
	margin: 0 250px 0 0;
	padding: 0px 0px 0px 17px;
	overflow: hidden;
	min-height: 600px;
	background: white;
	font-size: 13px;
	line-height: 1.8;
}
#content h2 {
	font: 23px/24px "Lucida Grande", Arial, Sans-Serif;
	padding: 1px 0 6px;
	margin-bottom: 12px;

}
#content h2 a {
  text-decoration: none;
}
#content h2 a:hover {
  text-decoration: underline;
}
#content h3 {
	font: normal 20px/1.5 "Lucida Grande", Arial, Sans-Serif;
	padding: 0 0 3px;
	/*margin-bottom: 18px;*/
	border-bottom: 1px solid #E5E5E5;
}
#content .post {
	margin: 0 0 45px;
}
#content .post h2,
#content .post h3 {
	font-size: 23px;
	margin: 0 0 18px;
}
.pmeta {
	font-size: 15px;
	font-weight: bold;
  	line-height: 16px;
	margin: 5px 0 10px;
	/*border: 2px dashed #c5a855;
	color: #888;*/
}
.pmeta span {
  margin: 0 3px;
}
.pmeta a,
.ptags a {
	color: #FFA500; /*#888;*/
	text-decoration: underline;
	padding: 5px;
}
.pmeta a:hover,
.ptags a:hover {
	color: #330033;
}
.entry {
  text-align: justify;
}
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	font: normal 23px/1.4 "Lucida Grande", Arial, Sans-Serif;
	padding: 0 0 4px;
	margin: 12px 0 0px;
	border: none;
}
#content .entry h3 {font-size: 20px}
#content .entry h4 {font-size: 18px}
#content .entry h5 {font-size: 17px}
#content .entry h6 {font-size: 15px}
.ptags {
	font-size: 12px;
  line-height: 16px;
	color: #999;
	padding: 3px 5px;
	overflow: hidden;
	height: 1%;
}
.comments {
	float: right;
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
}

.post ol {
	margin: -4px 0 18px 35px;
}
.post ul {
	margin: -4px 0 18px 18px;
}
.post li {
	padding: 3px 0 4px;
  border-bottom: 1px solid #EEE;
}
.post ul li {
	list-style: none;
	background: url(images/arrow.gif) 0 11px no-repeat;
	padding: 3px 0 4px 12px;
}
.post li ul {
	margin: 4px 0 -5px;
  border-top: 1px solid #EEE;
}
.post li ol {
	margin: 4px 0 -5px 18px;
  border-top: 1px solid #EEE;
}
/* share icon lists from room 24 baseline theme */
ul.inline {
display: block;
margin: 1em 0;
padding: 0;
}

ul.inline li {
display: inline;
margin: 0 0.5em 0 0;
}
/*--------------*/

div.pagetitle {
	font: bold 19px "Lucida Grande", Arial, Sans-Serif;
	padding: 3px 0 4px;
	margin-bottom: 30px;
	
}

.commentlist {
	margin: 18px 0 0;
}
.commentlist li {
	list-style: none;
}
.commentlist li .commentdiv {
	margin: 0 0 25px;
	height: 1%;
}
li.bypostauthor .commentdiv {
	padding: 3px 3px 7px;
	border: 1px solid #AAA;
}
.commentlist ul.children {
	margin: 13px 0 0 18px;
}
.comment-author {
	background: #F2F2F2;
	border: 1px solid #E9E9E9;
	padding: 4px 4px 3px 4px;
	min-height: 39px;
	height: auto !important;
	height: 39px;
}
.fn {
	font-style: normal;
	font-weight: bold;
}
.avatar {
	border: 1px solid #DDD;
	padding: 2px;
	float: left;
	background: #FFF;
	margin: 0 5px 0 0;
}
.commentmetadata {
	font-size: 11px;
	color: #888;
	padding: 3px 0 0;
}
.commentmetadata a {
	color: #888;
  text-decoration: none;
}
.commentmetadata a:hover {
	color: #330033;
  text-decoration: underline;
}
.ctext {
	padding: 10px 7px 0;
}
.reply {
	width: 100%;
	overflow: hidden;
	text-transform: lowercase;
	margin: -3px 0 0 7px;
}
.reply a {
	background: #F4F4F4;
	float: left;
	color: #330033;
	text-decoration: none;
	padding: 0 6px 2px;
	border: 1px solid #CCC;
	font-size: 13px;
	line-height: 16px;
}
.reply a:hover {
	background: #333399;
	color: #FFF;
	border: 1px solid #333399;
}
#cancel-comment-reply {
	float: right;
	position: relative;
	top: -43px;
}
#cancel-comment-reply small {
	font-size: 13px;
}

#respond h3 {
  margin-top: 35px;
}

#commentform {
	padding: 0 0 20px;
}
#commentform p {
	margin: 0 0 7px;
	white-space: nowrap;
}
#author, #email, #url, #comment, #submit {
	font: 13px "Lucida Grande", Tahoma, Arial, Sans-Serif;
	padding: 3px 5px;
	width: 200px;
	border: 1px solid #CCC;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #submit:focus {
	border-color: #999;
}
#comment {
	width: 97%;
	height: 150px;
}
#submit {
	width: 128px;
	height: 26px;
	padding: 0;
	background: #333399;
	cursor: pointer;
	border: none;
	color: #FFF;
  font-weight: bold;
}
#submit:hover {
	background: #330033;
}


/* Sidebars
-----------------------------------------------------------------------------*/
aside {
	margin:0;
	padding:0;
	max-width:177.65px;
}


#sidebar1 {
	background: url(images/leftbar.png) no-repeat;
	font: 15px/18px High Tower Text, Tahoma, Arial, sans-serif;
	float: left;
	width: 236.75px;
	/*height:800px;
	z-index: 10;*/
	padding-top:35px;
}

.section {
	margin: 0 0 25px;
	min-width:150px;
	max-width:200px;
}
aside ul {
	background-image:url(images/ulbackground.png);
	background-repeat:repeat-y;
         padding-left: 10px;
}
aside li {
	list-style: none;
}
aside li ul {
	margin: 0 0 2px;
}
aside li li {
  padding: 3px 0 0 12px;
	border: none;
}

aside a {
	font-size:13px;
	/*color:#66FF66;
  	text-decoration:none;*/
}
aside a:hover {
	/*color:black;
	background-color:green;*/
}

aside h2 {
	
}
aside h3 {
	font: 17px/1 "Lucida Grande", Arial, Sans-Serif;
}
aside img {
width:150px;
display:block;
}

#tagCloud a,
.widget_tag_cloud a {
	margin: 0 4px 0 0;
  line-height: 24px;
}

#wp-calendar {
  width: 100%;
	margin: 0 0 12px;
}
#wp-calendar td {
  text-align: center;
}


/* Footer
-----------------------------------------------------------------------------*/
footer {
	background-image:url(images/footer.png);
	font-size: 11px;
	height: 40px;
	clear: both;
}

footer #copyright {
	padding: 10px 0 0 10px;
	display:block;
}

/*gallery ----------------------- 
Use the Thumbnail-for-excerpts plugin to see images in the excerpts. 
http://www.cnet.ro/wordpress/thumbnailforexcerpts/
*/
ul.gallery li {
width:150px; 
height:180px; 
overflow:hidden; 
float:left;
margin:0 15px 15px 0;
font-size:10px;
line-height:13px;
}
ul.gallery li a {
text-decoration:none;
}

ul.gallery li a img, ul.gallery li img {
width:150px; 
height:150px; 
overflow:hidden; 
margin:0 15px 15px 0;
}

