/*
Theme Name: All Saints
Theme URI: http://wordpress.org/
Description: Variation of default. The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1
Author: Nick Manor (modified from Michael Heilemann)
Author URI: http://iyooper.com
Tags: green, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Nick Manor,
	whose blog you will find at http://iyooper.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
/**{
padding: 0;
margin: 0 auto;
}*/


body {

	/*padding: 0;
	margin: 0 auto;
	margin-top: 20px;*/
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #10222B;
	background: #10222B;/* url('images/dkgrayblk.gif');*
	color: #333;	
	text-align: center;
	/*height: 100%;*/
	}
	
#page {
	background-color:#F6FFE0;>	
	background-repeat:repeat-y;
	background-position:left;
	border:solid 2px #95AB63;
	text-align: left;
	height:100%;
	float: left;
	width: 750px;	
	}
	
#container{
	margin: 0 auto;
	/*position: relative;*/
	text-align: left;
	width: 954px;
	/*float: right;*/
	/*height: 100%;*/
}	

#sidebar_image{	
	top:10px;
	margin-top: 5px;
	margin-left: 2px;
	background-image:url('images/lithograph.gif');
	background-repeat:no-repeat;
	width:190px;
	height:150px;
}

#header {
	background-image:url('images/AllSaintsHeader.gif');
	background-repeat:no-repeat;
	/*background-position:right;*/
	}

#headerimg 	{
	height:200px;
	}

/* Begin Sidebar */
#sidebar
{
	width: 190px;
	height: 100%;
	float: left;
	/*background: #CCFFCC;*/
	background: #F6FFE0;
	border: solid 2px #95AB63;	
	text-align: center;
}

#sidebar form {
	margin: 0;
	}
	
#sidebar hr {
	width: 120px;
}
/* End Sidebar */	
	
#content {
	height: 100%;
	font-size: 1.2em;
	}
/*
.widecolumn .entry p {
	font-size: 1.05em;
	}
*/
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
/*
.widecolumn {
	line-height: 1.6em;
	}
*/
.narrowcolumn .postmetadata {
	text-align: center;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #F6FFE0;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

#commentform{
width:694px;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}




/* Begin Structure */


.narrowcolumn {
	background-color:#F6FFE0;
	float: left;
	margin: 0px 0 0 20px;
	width:694px;
	height: 100%;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 53px;
	width: 694px;
	}

.post {
	background-color:#F6FFE0;
	margin:10px 0 10px 0;
	text-align: justify;
	border-bottom:solid 4px #95AB63;
	border-top:solid 4px #95AB63;
	}

.post hr {
	display: block;
	}
	
.post h2 a{

padding-left:30px;
}

.post small
{
padding-left:30px;
}
/*
.widecolumn .post {
	margin: 0;
	}
*/
.narrowcolumn .postmetadata {
	padding-top: 5px;
	
	}
	
	.narrowcolumn .entry  p{
margin:15px 0 15px 0;
}

#footer {
	color:#006633;
	/*padding: 0 0 0 53px;*/
	margin-top: 0;
	/*margin-left: 20px;*/
	width: 744px;
	/*clear: both;*/
	background: #F6FFE0;
	/*border:solid 2px #95AB63;*/
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
#footer hr{
	border:0;
	color:black;
	background-color:black;
	height:3px;
}

#footer a{
color:orange;
}
#footer a:hover{
color:black;
}

#footer a:active, #footer a:visited{
color:orange;
}

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 25px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/* 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: 30px;
	padding: 0 0 0 30px;
	/*list-style: none;*/
	padding-left: 10px;
	text-indent: 10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}
	
.entry ul li a:hover{
color:#71c9f1;
background-color:#153f60;
}

.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 */


#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


.prop{
margin-top:100px;
height:466px;
float:right;
width:1px;
}

.clear{
clear:both;
height:1px;
overflow:hidden;
}


#suckerfishnav
{
border-top:solid 6px #95AB63;
border-bottom:solid 6px #95AB63;
z-index:1000;
width: 745px;
}
#suckerfishnav li ul { z-index:1000;}


/*
#nav ul{
margin:0;
padding:0 0 0 00px;
font-size:12px;
white-space:nowrap;
}

#nav a{
display:block;
text-decoration:none;
padding:5px 16px 4px;
}

#nav ul li{
float:left;
margin:0;
padding:0;
list-style:none;
white-space:nowrap;
}
*/
/*
.page_item a:hover
{
background-color:#BDD684;
}
.page_item ul li:hover
{
background-color:#BDD684;
}

.page_item a{
color:E2F0D6;
white-space:nowrap;
}


.current_page_item a:visited,.current_page a{
display:block;
color:white;
background-color:#BDD684;
}
/*
.current_page_item a:hover {
background-color:#BDD684;
color: #10222B;

}
*/

.entry p{
padding:0 30px;
}

    .aligncenter,
    div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .alignleft {
    float: left;
    }

    .alignright {
    float: right;
    }

    .wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
    }


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
