/*
	Author Name	: Walter Miller	
	Author Site	: www.mamamission.com
	Style Name	: maria
	Style URI	:  
	Version		: 1.0
	Comments	:
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
	background: url(images/hdg.jpg) repeat-x;
	text-align: center;

	}

#page {
	padding-top: 0px;
	background: white;
	border: none;
	border-top: 3px solid #771155;
	}




/*- Typography */

body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
	}

strong, em, b, i {
    font-family: Arial, Helvetica, Verdana, sans-serif;
	}

h1, h2, h3, h4, h5, h6, .blog-title {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #771155;
	}

.comments input[type=text], .comments textarea, code {
	font-family: Arial, Helvetica, Verdana, monospace;	
	}

/*- Main Menu in Header */

ul.menu {
	position: absolute;
	bottom: 0;
	margin: 0 210px;
	}

ul.menu,
ul.menu li {
	float: left;
	list-style: none;
	}

ul.menu li {
	margin-right: 4px;
	}

ul.menu li a {
	display: block;
	padding: 8px 10px 6px 10px;
	font-size: 1.1em;
	color: #771155;

	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}

ul.menu li a:hover {
	background: #771155;
	color: #eee;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: white;
	background: #771155;
	text-decoration: none;
	}


#sidebar-1 { background: #aaa;
    padding: 10px 10px 20px 10px;
	margin-top: 20px;
	border-top: 0px solid #771155;
	border-bottom: 0px solid #771155;
	
	/* The first sidebar */
	}

#sidebar-2 {  background: #aaa;
	padding: 10px 10px 20px 10px;
	margin-top: 20px;
	border-top: 0px solid #771155;
	border-bottom: 0px solid #771155;
  
	/* The second sidebar */
	}

.hentry {
	margin: 5px 0 15px;
	position: relative;
	padding: 0px 0px 75px 0px;
	}



/*- Links */

.entry-title, .entry-title a, .entry-title a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #771155;
	}

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	color: #d9d9d9;
	}

h2 a:hover, h2 span a:hover {
	color: #CC00FF; !important;
	}

a {
	color: #771155;
	text-decoration: none;
	}


	
/*- Duelling Sidebars */

.content {
	padding: 30px 0px 30px 0px;
	border-top: 3px solid #771155;
	border-bottom: 15px solid #771155;
	}

body.columns-three #primary {
	margin-left: 205px;
}

body.columns-three #sidebar-1 {
	left: -560px;
	margin-left: -185px;
}

body.columns-three .template-image #primary {
	margin-left: 0;
}

#primary {
	position: relative;
	float: left;
	width: 520px;
	padding: 10px;
	}


