/* @override 

	http://cath3dral.com/wp-content/themes/cath3dral/style.css
*/

/*
Theme Name: Cath3dral
Theme URI: http://cath3dral.com/
Description: The Minima White Theme by Adrian3
Version: 0.1
Author: Adrian Hanft
Author URI: http://www.adrianhanft.com/

	Minima White v0.1

	This theme was designed and built by Adrian Hanft,
	whose website you will find at http://adrian3.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	color: #666;
	text-align: left;
	margin: 0px;
	padding: 0px; 
	}

html>body .entry ul {
	margin-left: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

hr {
color: #efefef;
  border-top: 1px;
  border-right:0px;
  border-left:0px;
  border-color:#efefef;
height: 1px;
}

a, h3 a:hover {
	color: #472D2D;
	text-decoration: none;
	}

a:hover {
	color: #753838;
	text-decoration: underline;
	}


/* @end */

h1, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	}
h1 {
	font-size: 4em;
	text-align: left;
	padding: 0;
	margin: 0;
	}

h2 {
	font-size: 24px;
	margin:0px;
	padding:0px;
	line-height:1em;
	font-family: Arial, Verdana, Sans-Serif;

  font-style:normal;
  font-weight:normal;
	}

h3 {
	font-size: 24px;
	padding: 0;
	margin: 30px 0 0;
	}
h3, h3 a, h3 a:visited {
	color: #666;
	}

h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

/* @group structure */

#logo {
	padding: 100px 0 0 0;

	height: 330px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

#page {
	width: 843px;
	border: 0;
	text-align: left;
	
	}
#home_content {
	width: 550px;
	margin: 0 0 0 20px;
	border: 0;
	text-align: left;
	
	}

#header {

	padding: 0px 0 50px 0; 
	margin: 0; 
	height: 34px; 

	}

#header2 {
	margin: 0px; 
	padding: 0; 
	height: 36px; 

	}

#headerimg 	{ 
	margin: 0px; 
	height: 206px; 
	width: 740px; 
	} 

#container {
	font-size: 1.2em;
	overflow: hidden;
	}



/* @end */

/* @group sidebar */

#sidebar
{
	padding-top: 0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:35px;
	margin-left: 620px;
	margin-top:0px;
	width: 252px;
	border-left: 1px dotted #ddd;
	border-right:0px;

	}

#sidebar form {
	margin: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin-bottom: 20px;
	margin-top:10px;
	margin-right:0px;
	margin-left:0px;
	padding: 0;
	}
#sidebar ul li {
	list-style: none;
	margin:0 0 20px 0;
	}
#sidebar ul li ul li {
	list-style-type:circle;
	list-style-image: none;
	margin:0 0 5px 0;
	}
#sidebar li {
	list-style: none;
	margin-left:10px;
	}
#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;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#searchform #s {
	width: 108px;
	}

#searchsubmit {
	padding: 1px;
	}

/* @end */

/* @group Columns */

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}
.narrowcolumn {

	padding: 0 0 0 20px;

	margin: 0px;
	width: 560px;
	float: left;
	}

.widecolumn {
	float: left;
	padding: 0 0 0 20px;
	margin: 0;
	width: 560px;
	}
.widecolumn .entry p {
	font-size: 1.05em;
	line-height: 1.4em;
	}

.widecolumn .post {
	margin: 0 0 50px 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: left;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: left;
	margin: 5px 0px;
}



/* @end */

/* @group images */

a img {
	border: none;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* @end */

/* @group misc */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.entry p a:visited {
	color: #b85b5a;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

select {
	width: 130px;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: left;
	}

.navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

.postmetadata {
	clear: left;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* @end */

/* @group comments */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



/* @end */

/* @group quotes */

.entry p:first-child:first-letter { 
	display:block; 
	float:left; 
	margin-top: 3px;
	margin-bottom: 0px;
	margin-right:3px;
	margin-left:0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right:6px;
	padding-left:4px; 
	font-family: "Helvetica 55 Roman", arial, sans-serif; 
	font-size: 19px;
	line-height:1em; 
	font-weight:bold; 
	color: #ffffff;  
	border: 1px solid #000000; 
	background: url('images/capbackground.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-color:#666666;
	}

.entry blockquote p:first-child:first-letter
{ 	display:inline; 
	background: transparent; 
	color: #666666; 
	font: inherit; 
	border:0; 
	margin:0; 
	padding:0; 
	float:none; }

.quote {  
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right:0px;
	margin-left:0px;
	padding: 8px;
	font-family: "Helvetica 55 Roman", arial, sans-serif; 
	font-size: 1.2em;
	line-height:120%; 
	color: #333333;  
	border: 1px solid #999999; 
	width:234px;
	background-color:#EBEBEB;

	}

.quote a:first-letter {  
	color: #ffffff;  
	}
.quote p:first-letter { 
	display:block; 
	float:left; 
	margin-top: 3px;
	margin-bottom: 0px;
	margin-right:2px;
	margin-left:0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right:4px;
	padding-left:3px; 
	font-family: "Helvetica 55 Roman", arial, sans-serif; 
	font-size: 14px;
	line-height:1em; 
	font-weight:bold; 
	color: #ffffff;  
	border: 1px solid #000000; 
	background: url('images/capbackground.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-color:#666666;
	}
#quotehome {  
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right:0px;
	margin-left:5px;
	padding: 10px;
	font-family: "Helvetica 55 Roman", arial, sans-serif; 
	font-size: 1.2em;
	line-height:120%; 
	color: #333333;  
	width:252px;
	border-right: 1px solid #999999; 
	border-left: 0px solid #999999; 
	border-top: 0px solid #999999; 
	border-bottom: 0px solid #999999; 
	float:left; 
	}
#quotehome2 {  
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right:0px;
	margin-left:10px;
	padding: 10px;
	font-family: "Helvetica 55 Roman", arial, sans-serif; 
	font-size: 1.2em;
	line-height:120%; 
	color: #333333;   
	width:210px;
	border-right: 1px solid #999999; 
	border-left: 0px solid #999999; 
	border-top: 0px solid #999999; 
	border-bottom: 0px solid #999999; 
	float:left; 
	}
#quotehome3 {  
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right:0px;
	margin-left:10px;
	padding: 10px;
	font-family: "Helvetica 55 Roman", arial, sans-serif; 
	font-size: 1.2em;
	line-height:120%; 
	color: #333333;  
	border-right: 0px solid #999999; 
	border-left: 0px solid #999999; 
	border-top: 0px solid #999999; 
	border-bottom: 0px solid #999999; 
	width:210px;
	float:left; 
	}
.quotehome4 {  
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right:0px;
	margin-left:20px;
	padding: 10px;
	font-family: "Helvetica 55 Roman", arial, sans-serif; 
	font-size: 1.2em;
	line-height:120%; 
	color: #333333;  
	border: 1px solid #999999; 
	width:430px;

	float:left; 
	background-color:#EBEBEB;
	}
	
#homecontainer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	width:765px;
	margin-right:auto;
	margin-left:auto;

	}
#quotehome a:first-letter, #quotehome2 a:first-letter, #quotehome3 a:first-letter, .quotehome4 a:first-letter  {  
	color: #ffffff;  
	}
#quotehome p:first-child:first-letter, #quotehome2 p:first-child:first-letter, .quotehome3 p:first-child:first-letter, #quotehome4 p:first-child:first-letter { 
	display:block; 
	float:left; 
	margin-top: 3px;
	margin-bottom: 0px;
	margin-right:2px;
	margin-left:0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right:4px;
	padding-left:3px; 
	font-family: "Helvetica 55 Roman", arial, sans-serif; 
	font-size: 14px;
	line-height:1em; 
	font-weight:bold; 
	color: #ffffff;  
	border: 1px solid #000000; 
	background: url('images/capbackground.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-color:#666666;
	}
blockquote
{
	display:block;
	font: 1.3em georgia, serif; 
	font-style:italic;
	color: #666666;
	padding: 10px;
	text-align:center;
	background: #EBEBEB;
	border:1px solid #666666;

	float: right; 
	margin: 0 0 10px 10px; 
	width: 200px; 
}



/* @end */

/* @group footer */

#footer {
	padding: 0px;
	margin: 0 auto;
	height: 55px;
	background: #B0B0B0 url('images/footer.gif');
	background-repeat:repeat-x;
	background-position:top center;
	}

#footer p {
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
	color:#FFFFFF;
	padding: 15px 0 0 20px;
	font-size: 1.2em;
	}

#footer a {
	color:#FFFFFF;
	}

#footercontainer ul {
	padding-left: 0px;
	list-style-type:none;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;

	}
#footercontainer li { 
	margin-top: 0px;
	list-style: none;
	}
#footercontainer ul li a {
	text-decoration: none;

	}
#footercontainer ul li a.selected {
	color: #fff;
	}




/* @end */

/* @group navigation */

#nav {
	padding: 50px 0 0 10px;
		text-transform: uppercase;
	}
#nav li {
	display: inline;
	list-style-type:none;

	}
ul#nav {
	position:absolute;
	margin:0;
	list-style-type:none;
	height: 100px;
}

ul#nav li {
	list-style-type:none;
	float:left;
	margin:0;
}

ul#nav li a {
	padding:10px;
	border:none;
	color:#666;
	background:#fff;
	border-bottom:none;
	display:block;
	white-space:nowrap;
	border-color: #fff;
	border-width:1px;
	border-style: solid;
}

ul#nav li a:hover {
	text-decoration:none;
	background:#f0f0f0;
	text-decoration:none;
	border-color: #e2e2e2;
	border-width:1px;
	border-style: solid;
}

ul#nav .current_page_item a,
ul#nav .current_page_item a:hover {
	color:#333;
	background:#fff;
	text-decoration:none;
	border-color: #e2e2e2;
	border-width:1px;
	border-style: solid;

}

/* @end */


/* @group calendar */

#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: left;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* @end */

    form dl, dl.labels {
      margin:0;
      padding: 50px 0 10px 0;

    }

/* @group email form */

    form dt, dl.labels dt {
      width: 100px;
      float:left;
      color:#555;
      text-align:left;

      position:relative /*IEWin hack*/
    }
    form dd, dl.labels dd {
      margin: 0;
      padding: 0 0 0 10px;
      font-style:normal;
      float: left;

    }
    form dd.submit, dl.labels dd.submit  {

    }

/* @end */

/* @group Lock Footer to bottom of page (footerstickalt) */


html
{
height: 100%;
}

body
{
height: 100%;
}

#page
{
position: relative;
min-height: 100%;
margin: 0 auto;
}

* html #page
{
height: 100%;
}

#container
{
padding-bottom: 9em;
}

#footer
{
position: relative;
margin-top: -5.5em;
}




/* @end */