/*   
Theme Name: Saint Andrews
Theme URI: http://standrewshopkinton.org/
Description: custom theme with vertical menu and large picture block on the right hand side
Author: Philip Hassett
Author URI: http://hassetthome.org/
Version: 2.0
Tags: 
.

Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Import a basic layout */
@import url('layouts/3c-equal.css');

/* Import basic menu styling */
@import url('styles/superfish.css');
@import url('styles/superfish-vertical.css');

/* get the comments stylesheet*/
@import url('styles/comments.css');


/* =Global Elements
-------------------------------------------------------------- */

body {
	color: black;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 87.5%;
	line-height: 1.43em;
}

p, ul, ol, dd, pre {
    margin-bottom:20px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:20px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:12px;
    line-height:20px;
    margin:0 0 20px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:20px;
}
a:link {
    color: #28448a;
}
a:visited {
    color: #480c0d;
}
a:active,
a:hover {
    color: #d68423;
}







/* =Header Elements
-------------------------------------------------------------- */

#header {
	color: white;
	background-color: #0071b1;
	height: 120px;
}

#blog-title a {
	background:url(images/header.jpg) no-repeat top center;
	display:block;
	text-indent:-9000px;
	width: 960px;
	height: 120px;
}


/* =Content
-------------------------------------------------------------- */
#content {
	padding-top: 20px;
}

.page-title {
    padding-left: 10px;
    padding-bottom: 40px;
    padding-right: 10px;
    padding-top: 0;
    font-size:13px;
    line-height:18px;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #d68423;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-top: 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    padding-left: 0;
    padding-bottom: 0px;
    padding-right: 0;
    padding-top: 0;
    font-family:Arial,sans-serif;
    font-size:26px;
    font-weight:bold;
    line-height:26px;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #d68423;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #d68423;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 20px;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:20px 0 10px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content a {
	text-decoration: none;
}

.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}

img .alignleft {

	
}

.entry-content img.alignleft {
	margin-left: -10px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-top: 0px;
	
}

.more-link {
	font-size: 10px;
	font-style: italic;
}

.more-link a {
	text-decoration: none;
}


.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color: #28448a;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #d68423;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #d68423;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:10px;
    line-height:12px;
    margin:0px 0 20px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #d68423;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	padding-left: 10px;
	float: left;
	width: 45%;
}
.nav-next {
	padding-right: 10px;
	float: right;
	width: 45%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
.paged #nav-above {
    display:block;
    padding:0 0 40px 0;
}





/* =Menu
-------------------------------------------------------------- */

/* put a nice image behind the menu--harder than it looks! */
#content{
  padding-left:120px;
  min-height: 600px;
  float:left;
  display: inline;
}
#menubackground{
  background-repeat: repeat-y;
  background-image: url(images/pillar.png);
  height:auto;
  overflow: hidden;
  margin-left: -120px;
}


/*** IE6 Fix ***/
* html #content {
  padding-left:0px;
}

*html #menubackground{
	margin-left: 0px;
}


#access {
}

.skip-link {
	position:absolute;
        left:-9000px;
}


/*** MENU SKIN ***/
.sf-vertical, .sf-vertical li {
	width:	120px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	120px; /* match ul width */
	top:	0;
}

.sf-menu {
	float:			left;
	margin-bottom:	1em;
	width: 120px;
}
.sf-menu a {
	border-left: none;
	border-top: none;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font-weight: bold;                                                        
	color: black;
}
.sf-menu li {
	background: transparent;
}
.sf-menu li li {
	background:		#bbc3c4;
}
.sf-menu li li li {
	background:		#e0e6e5;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	list-style-type: none;
	color: white;
	background:		#28448a;
	outline:		0;
}

.current_page_item {
	color: #d68423;
}

/*** SIDEBAR STYLES
_________________________________________________________ ***/

#bigpicture {
	height: 360px;
	width: 360px;
}

#spotlight {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	background-color: #480c0d;
	height: 80px;
	}
	
#spotlight a {
	text-decoration: none;
	color:white;
}	

#spotlight h2 {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 18px;
}

#spotlight h2 a {
	color:white;
}

#spotlight a:hover, a:active {
	color: #a5661c;
}


#spotlight p {
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	margin-bottom: 0px;
}
#searchbox {
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 10px;
}

#searchbox label {
	display: none;
}

#searchbox input.textfield {
	margin: 2px;
	border-style: solid;
	border-width: 1px;
	width: 218px;
	border-color: black;
}

#searchbox input#searchsubmit {
	margin: 2px;
	padding-left: 20px;
}



#sidebar {
	background-color: #a5661c;
	overflow: hidden;	
}

#primary.widget-area {
	width: 160px;
	padding:10px;
	float:left;
}

#secondary.widget-area {
	width: 160px;
	padding:10px;
	float:left;
}



/* =Widgets
-------------------------------------------------------------- */
h3.widget-title, h2.widgettitle {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;	
	color: white;
}

h3.widget-title a {
	color: white;
}

ul.xoxo {
	list-style: none;
	margin-left: 0px;
}

.xoxo ul {
	margin-left: 0px;
	list-style: none;
}

.xoxo a {
	text-decoration: none;
}

.xoxo li {
	margin-bottom: 6px;
}

.widget-area a {
	color:  #480c0d;
}

.widget-area a:active, a:hover {
	color: #28448a;
}


/* Layout footer
--------------------------------------------------------------*/

#footer {
	background-color: #480c0d;
	overflow: hidden;
	padding-top: 20px;
}

#subsidiary {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.sub, .sub a {
	color: #a5661c;
}

.sub a:active, a:hover {
	color: #28448a;
}

#first.widget-area {
	display: block;
	float: left;
	width: 220px;
	padding-left: 10px;
	padding-right: 10px;
}

#second.widget-area {
	display: block;
	float: left;
	width: 220px;
	padding-left: 10px;
	padding-right: 10px;
}

#third.widget-area {
	display: block;
	float: left;
	width: 220px;
	padding-left: 10px;
	padding-right: 10px;
}

#fourth.widget-area {
	display: block;
	float: left;
	width: 220px;
	padding-left: 10px;
	padding-right: 10px;
}


#colophon {
	clear: both;
	padding: 10px;
}

#site-info {
	font-style: italic;
	color: #aab2af;
	text-align: right;
	font-size: 11px;

}


/* Special Adjustments for the front page
________________________________________________________ */

#content.nopadding{
	padding-top: 0px;
}

.front-page .above-fold {
	padding-top: 10px;
/* 	height: 230px; */
	overflow: hidden;
}

.front-page img.alignleft {
	margin-left: 0px;
	margin-top: -10px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.front-page .hentry {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
}

.front-page #blog-description { /*left*/
	clear: left;
	display: block;
	float: left;
	min-height: 100px;	
	background-color: #274688;
	padding: 10px;
}

.front-page #blog-description h2{
	color: white;
	font-size: 25px;
	font-style: italic;
	letter-spacing: -1px;
	line-height: 32px;
	margin: 20px;
	text-align: center;
	vertical-align: middle;
}

.front-page #additional-content { /*center*/
	float:left;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}


.front-page img.alignright {
	margin-right: -10px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
}


.front-page #divider-image { /*footer*/
	clear: left;
	display: block;
	float: left;
	width: 100%;	
	height: 60px;
	padding: 0;
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;           
}


#constant-contact button.submit {
	padding: 2px;
	line-height: 20px;
	float: right;
	margin-right: 10px;
	margin-top: 2px;
}



