/*   
Theme Name: Sacred Rok
Theme URI: 
Description: Created for SacredRok.org
Author: David Ricardo
Author URI: http://davidricardo.net/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* body { background:#fff url(../thematic/library/grids/960_grid_12_col_21px_height.gif) repeat-y top center; } */

/* ############## */
/* ### GLOBAL ### */
/* ############## */

@font-face { font-family: Fertigo; src: url('Fertigo_PRO.otf'); }

/* MAKE FOOTER STICK TO BOTTOM */
body, html, #wrapper {
	height: 100%;
}
#main {
	height: auto;
}
/* --------------------------- */

#wrapper {
}

#container {
}

#content {
	margin:0 10px 0 10px;
    width: 600px;
	padding: 0 12px 0 5px;
}

body, input, textarea {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
	line-height: 21px;
}

body {
	background-color: #DADCE5;
}

input, textarea {
}

h1,h2,h3,h4,h5,h6 { 
	font-family: Fertigo, Georgia, serif !important;
	color: #292B33;
	font-weight: 700;
	padding-bottom: .5em;
	border-bottom: 1px #292B33 solid;
	margin-bottom: .5em;
}

h1 { font-size: 2.5em !important; line-height: 1em !important; }
h2 { font-size: 2em !important; line-height: 1em !important; }
h3 { font-size: 1.5em !important; line-height: 1em !important; }
h4 { font-size: 1em !important; line-height: 1em !important; }

li {
	margin-bottom: .4em;
}	

a, a:link, a:visited,
.wp-pagenavi a, .wp-pagenavi a:link,
.wp-pagenavi a:visited {
	color: #292B33;
	font-weight: bold;
}
a:hover, a:active,
.wp-pagenavi a:hover, .wp-pagenavi a:active, .widgetcontainer a:hover, .hentry a:hover {
	color: #FFF;
}

iframe {
	border: 1px solid #CCC;
}

p, ul, ol, dd, pre {
    margin-bottom: 21px;
}
pre, code {
	font: 14px Monaco, monospace;
	line-height: 21px;
}

dd {
	margin-left: 3em;
}

/* ################## */
/* ### ABOVE MENU ### */
/* ################## */

#header {
	background: #292B33 url('header.jpg') center no-repeat;
	height: 257px;
	padding: 0;
	position: relative;
}

#branding {
	padding: 0;
	
}

#blog-title a {
	display:block;
	text-indent:-9000px;
}

#blog-title a:hover {
}

#access {
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	border: 0;
}

.menu {
    width:960px;
    margin:0 auto;
}

/* ###################### */
/* ### THEMATIC MENUS ### */
/* ###################### */

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			7em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			7em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			7em; /* match ul width */
	top:			0;
}

/* ################# */
/* ### MENU SKIN ### */
/* ################# */

.sf-menu {
	float:left;
	padding: 0 .6em;
	border: 0;
	font-family: Fertigo, Georgia, serif;
	color: #FFFFFF;
	font-size: 1.3em;
	background: transparent url('menu-bg.png');
	width: 100%;
}

.sf-menu li {
	margin-right: .25em;
	background-color: transparent !important;
}

.sf-menu a {
	border: 0;
	color: #FFFFFF !important;
}

.sf-menu li ul {
	padding: 0;
	border: 0;
	margin-top: -1px;
	font-size: .85em;
	min-width: 15em;
	-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
	background-color: #7A8199;
}
.safari .sf-menu li ul {
	margin-top: 0;
}
.sf-menu li ul li a, .sf-menu li ul li {
	background-color: transparent !important;
	color: #FFF !important;
	text-decoration: none;
	-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
}
.sf-menu li ul li a:hover, .sf-menu li ul li:hover {
	background-color: #FFF !important;
	color: #292B33 !important;
	text-decoration: underline;
}

.sf-menu li:hover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li ul li a:hover {
	text-decoration: underline;
	background: transparent !important;
}

.sf-menu .current_page_item a, .sf-menu .current_page_item a:hover, .sf-menu .current_page_ancestor a, .sf-menu .current_page_ancestor a:hover {
	background: #F5F6FA !important;
	color: #292B33 !important;
	-moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0;
	border: 0;
}

.sf-menu li ul .current_page_item a:before {
	content: "• "
}

/* ################## */
/* ### BELOW MENU ### */
/* ################## */

#main {
    padding: 42px 0 0 0;
}

#main a:hover, #main a:active {
	background-color: #666b80;
}

#main img {
	padding: 10px;
	background-color: #FFF;
	border: 1px #7a8199 solid;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow : -5px 5px 5px #b3ab8f; -webkit-box-shadow : -5px 5px 5px #aaabb3;
}

.statement {
}
	
/* OMIT TITLE ON HOME PAGE */
.slug-home h1.entry-title {
	display: none;
}

/* PULL CONTENT BACK UP ON HOME PAGE */
div.slug-home {
	margin-top: -2em;
}

h1 a {
	text-decoration: none;
}

.entry-content {
	margin: 0;
	padding: 0;
}

.footnotes {
	font-size: .75em;
}

.footnotes li {
	list-style-type: none;
	margin-bottom: 1em;
}

#primary {
	border-width: 0 0 0 1px;
	border-color: #292B33;
	padding: 0;
}

.wpcf7 p {
	margin: 0;
	padding: 0;
}

.aside #searchsubmit {
	display: block;	
}
.widget_tag_cloud {
}

#secondary {
	display:none;
}

#footer {
	background: #292B33;
}

#siteinfo {
	color: #FFF;
	font-size: 1em;
}

#siteinfo a {
    color: #EEE;
}

#siteinfo a:active,
#siteinfo a:hover {
    color: #FFF;
}

.edit-comment {
    margin-bottom: 21px;
}

.widget_recent_entries {
	display: none;
}

.s-category-newsletters .widget_recent_entries,
.blog .widget_recent_entries {
	display: block;
}