/*
Copyright(c) 2009 Montrose Church
All Rights Reserved

Sky Template: Montrose Church
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, pre, blockquote, form, fieldset, table, ul {
  margin: .5em 0;
}
p {margin: 1em 0;}

.left {
	float: left;
	margin-right: 15px;
	}

.right {
	float: right;
	margin-left: 15px;
	}

.small {
	font-size: smaller;
	line-height: 1.3em;
	}

.hide {
	display: none;
	}

.rss {
text-indent: -9999em; 
display: block; 
width: 16px; 
height: 16px; 
/* 
background: url(http://www.montrosechurch.org/Websites/montrosechurch/Images/feed.png); 
*/
background: url(/Websites/montrosechurch/Images/feed.png); 
margin: 10px 0; 
}

.rss a {
display: block; 
width: 16px; 
height: 16px;
}

blockquote {
	border-left-style: dotted;
	border-left-width: 1px;
	padding-left: 1em;
	display: block;
	}

dt {
	margin-top: .5em;
	font-weight: bold;
	}

dd {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
	}

p {
	margin: .5em auto 1em auto;
	}

legend {
	font-weight: bold;
	font-size: 140%;
	}

fieldset {
	padding: 1em 1.5em;
	margin: 1em auto;
	}

img {
	border: 0px;
	}



/* =Typography
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/1.4 Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color:#333333;
	}


/* =Headings
-----------------------------------------------------------------------------*/
h1, h2, h3 {
	font-weight: bold;
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;}
	
h1 {font-size: 1.8em;}

h2 {font-size: 1.4em;}

h3 {font-size: 1.2em;}

#sidebar h3 {
	margin-top: 1em;
	margin-right: 0;
	margin-left: 0;
}

#sidebar h1 {font-size: 1.2em;}


/* =Links
-----------------------------------------------------------------------------*/
a,
a:link,
a:visited,
a:active {color: #91ae4a; text-decoration: none;}
a:hover {color: #648f26; text-decoration: underline;}
h2 a,
h2 a:link,
h2 a:visited,
h2 a:active {color: #333; text-decoration: none;}
h2 a:hover {color: #91ae4a; text-decoration: none;}
#masthead a,
#masthead a:link,
#masthead a:visited,
#masthead a:active {color: #fff; text-decoration: none;}
#masthead a:hover {color: #fff; text-decoration: none;}


/* =Main Nav
-----------------------------------------------------------------------------*/

#masthead {
	background-color: #2C251E;
	text-align:center;
	padding-top: 30px;	
}

#banner {
	background-image:  url(/websites/montrosechurch/images/image001.JPG);
	background-repeat: no-repeat;
	background-position: center;
	height: 240px;
	margin-right: auto;
	margin-left: auto;
	}

#title {
	position: relative;
	top: 180px;
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-transform: capitalize;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	width: 670px;
	text-align: right;
	padding-right: 30px;
	}

#navigation {
	text-align: center;
	height: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

ul.nav {
	margin: 0;
	padding: 0;
	}

ul.nav li {
	display: inline;
	list-style: none;
	}

#navigation .nav a, #navigation .nav a:link, #navigation .nav a:visited {
	color: #91ae4a;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
	padding: 0 11px;
	}

#navigation .nav a:hover {color: #fff}
#navigation .nav li a.selectedPage {background: #fff; color: #648f26;}


/* Breadcrumb
--------------------------------------- */

.breadCrumb,
.breadCrumb a:link,
.breadCrumb a:visited {color: #91ae4a; margin-bottom: 1.3em; text-decoration:none; font-size: 10px;}
.breadCrumb a:active,
.breadCrumb a:hover {color: #648f26; text-decoration: underline;}
.breadCrumb a.selectedPage {color: #333333;}

/* subNav
--------------------------------------- */

#subNav .nav {
	display: block;
	padding: 21px 0;
	}

#subNav ul.nav {
	margin: 0;
	padding: 0px;
	}

#subNav ul.nav li {
	display: block;
	background: url(images/bullet.gif) no-repeat left;
	padding: 0 0 0 10px;
	}
		
#subNav .nav li a,
#subNav .nav li a:link,
#subNav .nav li a:visited {color: #91ae4a; text-decoration: none; margin: 5px 0 5px 5px; padding: 5px 0;}
#subNav .nav li a:active, 
#subNav .nav li a:hover {color: #648f26; text-decoration: underline;}
#subNav .nav li a.selectedPage {color: #648f26;}


/*holly hack to fix IE/Win Guillotine Bug*/


* html #subNav .nav{
	height: 1%; 
}


/* =Default Elements
-----------------------------------------------------------------------------*/

blockquote {
	color: #777;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote strong {color: #555;}

hr {
	background: #e3e3e3;
	border: none;
	height: 1px;
	margin: 2em 0;
}


/* =Body
-----------------------------------------------------------------------------*/
#container {
	background-color: #fff;
	background-image: url(images/topbar.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#container-wrap {
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
}


/* =Main Content
-----------------------------------------------------------------------------*/
#content {
	color: #333;
	float: left;
	font-size: 1.2em;
	text-align: left;
	width: 470px;
	}

#content ul {
	margin: 0;
	padding: 0;
	padding-left: 0px;	
	}

#content ul li {
	margin-top: .5em;
	list-style-position: inside;
	}

#content li {
	margin-top: .5em;
	margin-bottom: .5em;
	}

.date {
	color: #666;
	font-size: 10 px;
	}

ul.news, ul.events, ul.links, .eventsList ul, .linksModule ul, .articlesListModule ul {
	margin: 0;
	padding: 0;
	}


ul.news li, ul.events li, ul.links li, .eventsList li, .linksModule li, .articlesListModule li {
	list-style: none;
	padding-left: 18px;
	background: url(images/bullet.gif) no-repeat left 3px;
	margin-bottom: .5em;
	}


/* =creates a problem when using blog 

ul.news li, .articlesListModule li {
	background-image: url(images/news_bullet.gif);
	}
---------------------------------*/

ul.events li, .eventsList li {
	background-image: url(images/event_bullet.gif);
	}

ul.links li, .linksModule li {
	background-image: url(images/links_bullet.gif);
	}



.button {
	border: 2px solid #C5C3B6;
	padding: 4px 8px;
	background: #fff url(images/waterButtons_tile.gif) repeat-x left -6px;
	clear: both;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 8px;
	}

div.comments dd.comment {
	padding: 1em 1.5em;
	background: #fff;
	}

div.comments dt.comment {
	border-bottom: 4px double #333333;
	padding: 1em 1.5em;
	background: #fff;
	}

div.comments dd.alternate, div.comments dt.alternate {
	background: #fff;
	}

.postDate {
	font-style: normal;
	font-size: 10px;
	color: #666;
	}

.blogList .postInfo, .blogList .postDate {
	font-style: normal !important;
	font-size: 11px !important;
	color: #515151 !important;
	}

.blogBack, .eventBack {
	border-top: 1px dotted #e3e3e3;
	background: #fff;
	padding: .5em 1.5em;
	margin-top: 1em;
	}

div.commentsForm input, div.commentsForm textarea {
	padding: .25em;
	font-size: 13px;
	width: 80%;
	}
	
div.post h2, .blogList h2.postTitle {	
	background: url(images/news_bullet.gif) no-repeat 0px 4px;
	padding-left: 24px;
	}

div.commentsForm {
	padding: 11px 18px;
	border: 4px double #fff;
	margin-top: 1em;
	background: #fff;
	}

div.commentsForm h3.addComment {
	background: #fff;
	color: #333;
	padding: 11px 18px;
	margin: -11px -18px 1em;
	}

a.commentNumber, a.commentNumber:link, a.commentNumber:visited {
	text-indent: -9999px;
	background: url(images/comment_icon.gif) no-repeat left top;
	width:14px;
	height:15px;
	display: block;
	}

h3.commentsHead {
	background: url(images/comment_icon.gif) no-repeat 4px 4px;
	padding-left: 24px;
	}


/* =Sidebar Content
-----------------------------------------------------------------------------*/

#sidebar {
	float: right;
	font-size: 1.1em;
	width: 200px;
	color: #333333;
        padding-bottom: 2em;
	/*list-style-image: url(images/bullet.gif);*/
	}

/*holly hack to fix IE/Win Guillotine Bug

* html #sidebar .nav{
	height: 1%; 
} */

#search {
	padding-bottom: .5em 1em;
	}

div.search label, div.search span {
	padding-bottom: 2px;
	font-size: 80%;
	line-height: 1.2em;
	color: #333333;
	margin: 0 auto;
	font-weight: normal;
	display: block;
	}
	

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	background-color: #2C251E;
	font-size: 1.1em;
	padding-top: 2em;
	text-align: center;
	color: #648f26;
	padding-bottom: 2em;
}

#footer ul.nav {
	margin: 0;
	padding: 0;
	}

#footer ul.nav li {
	display: inline;
	list-style: none;
	}
	
#footer .nav a,
#footer .nav a:link,
#footer .nav a:visited {color: #91ae4a; text-decoration: none; padding: 0 7px;}
#footer .nav a:active, 
#footer .nav a:hover {color: #fff; text-decoration: underline;}
#footer .nav a.selectedPage {color: #fff;}



/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	text-align: left;
	font-weight: normal;
	padding: .5em;
}



/* =Misc
-----------------------------------------------------------------------------*/
/* Class for clearing floats */
.clear {
	clear:both;
}

/* Class for turning things off */
.off {
	display: none;
}

/* Flickr */
#flickr img { width: 52px; height: 52px; }
#flickr a { padding: 3px; display: block; float: left;}
#flickr a:hover { background: #ddd; }


