/*
	Theme Name: Child
	Theme URL: http://example.com/
	Description: This is a child theme for the Genesis Framework
	Author: Your Name
	Author URI: http://example.com
	Version: 1.1.1
	Template: genesis
*/

body {
	color: #000000;
	font-size: 13px;
	font-family: Georgia, Cambria, Tahoma, "Times New Roman", serif;
	margin: 0 auto 0;
	padding: 0;
        background: #401a07;
	}
	
/***** Hyperlinks ********************/

a, a:visited, a:active {
	color: #016076;
	text-decoration: none;
        font-weight: bold;
	}

	
a:hover {
	color: #560752;
	text-decoration: none;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	width: 1137px;
	margin: 0 auto 0;
	padding: 0;
        background: #FFFFFF;
        	}
#wrap a, a:visited, a:active {
	color: #016076;
	text-decoration: none;
        font-weight: bold;
	}
#wrap a:hover {
	color: #560752;
	text-decoration: none;
	}
/***** Header  ********************/

#header {
	width: 1137px; 
	height: 149px;
	margin: 0;
	padding: 0;
	}
	
#header .wrap {
	}

#title-area {
	width: 400px;
	float: left;
	margin: 0; 
	padding: 20px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0; 
	padding: 0;
	}
	
#title-area #title a {
	color: #333333;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #333333;
	text-decoration: none;
	}
	
#title-area #description {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0;
	}

#header .widget-area {
	width: 550px;
	float: right;
	margin: 0; 
	padding: 0;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
list-style-type: none;
	}
	
#header .widget-area ul li {
	list-style: none;
	border-bottom: 1px solid #ddd;
	display: block;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) left top no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 1137px;
	height: 149px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area h1, .header-full-width #title-area h1 a, .header-full-width #title-area h4, .header-full-width #title-area h4 a {
	width: 1137px;
	}
	
/***** Header Pages/Category Widget Menu ********************/

#header ul.nav {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a {
	background: #333333;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
        margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	border-right: 1px solid #666666;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a {
	background: #000000;
	color: #FFFFFF;
	}
	
#header ul.nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.nav li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	background: url(images/arrow-down.png);
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active {
	background: #000000;
	}

#header ul.nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#header ul.nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a { 
	width: 160px;
	}

#header ul.nav li ul a:hover, #header ul.nav li ul a:active { 
	}

#header ul.nav li ul ul {
	margin: -33px 0 0 179px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover { 
	position: static;
	}

/***** Nav Menu ********************/

#nav {
	clear: both;
	width: 1137px;
	height: 26px;
	background: #56240b;
	color: #FFFFFF;
	border-bottom: 1px solid #56240b;
	text-transform: lowercase;
	margin: 0;
	padding: 0;
        font-family: courier new;
	}

#nav .wrap {
	}
	
#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	position: relative;
	}

#nav li a:hover, #nav li a:active, #nav .current_page_item a {
	background: #016076;
	color: #FFFFFF;
	}
	
#nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #560752;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	position: relative;border-bottom: #FFFFFF 1px solid;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #56240b;
	}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0 0 0 -1px;
	padding: 0;
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul ul {
	margin: -33px 0 0 179px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}
	
#nav li.right {
	float: right;
	margin: 0;
	padding: 6px 10px 6px 10px;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#nav li.date {
	}
	
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
	
/***** SubNav Menu ********************/

#subnav {
	clear: both;
	width: 1137px;
	height: 31px;
	background: #333333;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666666;
	}

#subnav .wrap {
	}
	
#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li a {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	position: relative;
	}

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a {
	background: #000000;
	color: #FFFFFF;
	}
	
#subnav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #000000;
	}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0 0 0 -1px;
	padding: 0;
	}

#subnav li ul a { 
	width: 160px;
	}

#subnav li ul ul {
	margin: -33px 0 0 179px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}

/***** Inner ********************/

#inner {
	width: 1137px;
	margin: 0;
	padding: 0;
	}
	
/***** Inner Backgrounds ********************/
#content {border-left: 1px dashed #dbcbb3;border-right: 1px dashed #dbcbb3;}

.content-sidebar #inner {
    }
   
.sidebar-content #inner {
    }
   
.content-sidebar-sidebar #inner {
    }
   
.sidebar-sidebar-content #inner {
    }
    
.sidebar-content-sidebar #inner {
    }

.full-width-content #inner {
    }

/***** Breadcrumb ********************/

.breadcrumb {
	
	margin: 0 0 30px 0;
	padding: 5px 0px 5px 10px;
	
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 950px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 1137px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 620px;
	margin: 0;	
	padding: 0 20px 0 20px;
	float: left;
        text-align: justify;
	line-height: 22px;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 650px;
	}
	
.full-width-content #content {
	width: 1137px;
	}


#content blockquote {color: #000000;
padding: 1em 1em;
background: #f8ead5;
border: solid 1px #dbcbb3;font-size: 8pt;width: 95%; margin-left:5px; margin-bottom: 20px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;}

#content .post {
	margin: 20px 0 40px 0;
	}


	
#content .entry-content {
	overflow: hidden;
	}

#content .entry-title {text-align: center
	}
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}
 
	
#content .post ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
#content .post ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol {
	margin: 0;
	padding: 0;
	}
	

	
#content .post-image {
	margin: 5px;
	}
	
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0 20px 0;
	}

.clear {
	clear: both;
	}
	
/***** Post Info ********************/
	
.post-info {color: #56240b;
	font-size: 13px;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: lowercase;font-family: courier new;font-weight: bold;text-align: right;border-top: #dbcbb3 1px dashed;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	font-size: 13px;font-weight: bold;
	text-transform: lowercase;font-family: courier new;
	margin: 5px 0 0 0;
        border-top: #dbcbb3 1px dashed;text-align: right;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	overflow: auto;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #edd9b8;
	}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #5b2a12;
	font-family: Courier New, Georgia, Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content h1 {
	font-size: 22px;
	}
	
#content h2 {
	font-size: 20px;
	}
	
#content h2 a, #content h2 a:visited {
	color: #5b2a12;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #5b2a12;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 16px;
	}
	
#content h4 {
	font-size: 14px;
	}
	
#content h5 {
	font-size: 12px;
	}
	
#content h6 {
	font-size: 10px;
	}
	
/***** Post Icons ********************/
	
.time {
	margin: 0;
	padding: 0;
	}
	
.post-comments {
	background: #FFFFFF url(images/icon-dot.gif) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
	}
	
.categories {
	margin: 0;
	padding: 0;
	}
	
.tags {
	
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
	}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
	
.aligncenter {   display: block;
   margin-left: auto;
   margin-right: auto;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #E6E6E6;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}

/***** Post Navigation **********/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: auto;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #2255AA;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li a:hover {
	background: #F7F7F7;
	color: #2255AA;
	border: 1px solid #E6E6E6;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li.active a {
	background: #F7F7F7;
	color: #2255AA;
	font-weight: bold;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar & Sidebar-Alt ********************/

#sidebar {
	width: 270px;
	float: right;
	margin: 5px 0 0 0;
	display: inline;
        padding: 0px 5px 0 5px;
	}

#sidebar a, a:visited {
	color: #016076;
	text-decoration: none;
        font-weight: normal;
	}

#sidebar a:hover {
	color: #560752;
	text-decoration: none;
	}
	
#sidebar-alt {
	width: 170px;
	float: left;
	margin: 5px 0 0 0;
	padding: 0px 5px 0 5px;
       	display: inline;
	}

#sidebar-alt a, a:visited {
	color: #016076;
	text-decoration: none;
        font-weight: normal;
	}

#sidebar-alt a:hover {
	color: #560752;
	text-decoration: none;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	background: #FFFFFF;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;	
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0;
	padding: 0;
		}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #2255AA;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4 {font-size: 1.4em;
font-weight: bold;
font-family: Courier New, georgia,tahoma, arial;
text-transform: lowercase;
color: #561d13;
border-top: #560752 0px solid;
border-bottom: #f1e3ce 0px dashed;
border-right: #016076 10px solid;
border-left: #560752 10px solid;
background: #f1e3ce;
padding: 1px;
text-align: center;
margin-bottom: 4px;
	}
	
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0;
	}
	
#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}



#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {

	list-style-type: none;

	margin: 0; 

	padding: 0;

	width: auto;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li, #sidebar-alt li {
	list-style: none;

	border-bottom: 1px dashed #dbcbb3;

	display: block;padding: 6px 0 5px 2px;
	}



/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 10px 10px 0 10px;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F7F7F7;
	color: #333333;
	font-size: 12px;
	font-family: Courier New, Georgia, Tahoma, Verdana;
	margin: 10px 0 0 10px;
	padding: 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}
	
#sidebar #cat {
	width: 278px;
	}
	
#sidebar-alt #cat {
	width: 128px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 10px 5px 10px;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	
	}
	
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: auto;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	float: left;
	margin: 0;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 5px 10px 0 10px;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	}
	
.s {
	background: #FFFFFF !important;
	color: #333333;
	font-family: Georgia, Arial, Tahoma, Verdana;	
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;border: 0px;height: 10px;
	}
	
#header .s, #nav .s, #sidebar .s {
	width: 195px;
	}
	
#sidebar-alt .s {
	width: 80px;
	}

.searchsubmit {
	background: #f1e3ce;
	color: #016076;
	font-size: 11px;
	font-family: Courier New, Georgia, Tahoma, Verdana;
	text-decoration: none;
	text-transform: lowercase;
    margin: 0;
	border: 0px;height: 18px;
	}

.searchsubmit:hover {color: #FFFFFF;
	background: #560752;border: 0px;
	}
	
/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/enews.png) top right no-repeat;
	margin: 0;
	padding: 0;
	}
	
#sidebar .enews p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#sidebar .enews #subscribe {
	padding: 0 0 0 10px;
	}
	
.enews #subbox {
	background: #F7F7F7 !important;
	width: 230px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #CCCCCC;
	}
	
.enews #subbutton {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333333;
	}
	
.enews #subbutton:hover {
	background: #000000;
	border: 1px solid #000000;
	}

/***** Latest Tweets Widget********************/

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
	}

#wp-calendar td {
	background: #F7F7F7;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/
	
.gform_footer .button {
	background: #560752;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Georgia, Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 1px 5px 1px 5px;
	}
	
.gform_footer .button:hover {
	background: #016076;
	}
	
.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .gform_footer {
	border: none !important;
	}

/***** Footer ********************/

#footer {
	clear: both; 
	overflow: auto;
	width: 1137px;
	background: #1f0e05;
	color: #FFFFFF;
	font-size: 13px;
	margin: 0;
	padding: 10px 0 10px 0;
	text-transform: lowercase;
        font-family: courier new;
        font-weight: bold;
	}

#footer .wrap {
	}
	
#footer a, #footer a:visited {	
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: none;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 2px 0 2px 18px;
	background: url(images/footer-top.png) no-repeat left center;
	}
	
#footer .creds {
	margin: 0;
	padding: 0;
	text-align: center;
	}

/***** Comments ********************/

.comments {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}


	
#comment, #url, #email, #author {font-family: Georgia;color: #000000;
border: solid 1px #dbcbb3;
}
	
#submit {
	background: #560752;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	text-transform: lowercase;
    margin: 0;
	padding: 2px 5px 2px 5px;border: 0px;font-family: Courier New;
	}
	
#submit:hover {
	background: #016076;border: 0px;
	}
	
.comment-list {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #FFFFFF;
	float: right;
        border: 1px solid;
        border-color: #561c15;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
.children { 
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	background: #FFFFFF;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	}
	
.reply a:hover {
	background: #FFFFFF
	text-decoration: none;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #f8ead5;
	margin: 0;
	padding: 0;
	}

.even, .alt, .depth-1 {
	border: 1px solid #dbcbb3;
	margin: 0;
	padding: 0;
	}

/***************************************************************************/
/* EXTRAS */
/***************************************************************************/

.smallerlinks {padding: 0px 0px 0px 5px;font-size: 7pt}

div#menu1 ul.rMenu li a:active,
div#menu1 ul.rMenu li a:link,
div#menu1 ul.rMenu li a:hover,
div#menu1 ul.rMenu li a:visited {
font-weight:800;
}



.widget {line-height: 18px; font-size: 8pt}

.cmntlink {font-size: 10pt; font-weight: 800;float: right; padding-left: 6px;}
.posttags {font-size: 0.8em; padding-left: 6px;}




.cat-item {font-size: 8pt; font-family: georgia}

.clplinkcategory {line-height: 14pt; margin-bottom: 10px}

#smooth_sldr #smooth_sldr_items{
padding: 0px !important;
}
.sldrlink a {color: #ffffff; display: none; font-size: 0px}

.byfoot{margin: 4px 0px 0px 0px;
padding: 5px;
background: #f2f2f2;
color: #000000;
line-height: 18px;
font-size: 0.8em;
font-weight: bold;}

.topsy_widget_shortcode {float: right}

.alert {font-size: 13pt;
font-weight: bold;
font-family: courier new, tahoma, arial;
margin: 0 3px 3px 0;
padding: 0 0px 1px 2px;
text-transform: lowercase;
color: #561d13;
border-top: #560752 0px solid;
border-bottom: #016076 0px solid;
border-right: #016076 10px solid;
border-left: #560752 10px solid;
background: #f1e3ce;
text-align: center}



.pic, .avatar {background: #ffffff;
margin: 5px;
max-width: 600px;
padding: 5px;
border: 1px solid;
border-color: #dbcbb3;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;}

.flickr {margin: 4px; border: 1px solid #dbcbb3;
padding:4px;background:#FFFFFF;
width:35px;
height:35px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;}

#line {border-bottom:1px dashed #edd9b8;padding-top:5px;padding-bottom:5px;line-height:0px}



 
#feedback { background: transparent; width: 3.2em; position: fixed; top: 30%; left: 0.25%; }

#feedback a { display: block; text-indent: -9999px; height: 32px;padding-bottom:3px}
#feedback a:hover { display: block; text-indent: -9999px; height: 32px;padding-bottom:4px}

#feedback #twitter { background: url('/stuff/twittericon.png') no-repeat; }
#feedback #twitter:hover { background-position: 0 0; }

#feedback #facebook { background: url('/stuff/facebookicon.png') no-repeat; }
#feedback #facebook:hover { background-position: 0 0; }

#feedback #flickr { background: url('/stuff/flickricon.png') no-repeat; }
#feedback #flickr:hover { background-position: 0 0; }

#feedback #rss { background: url('/stuff/rssicon.png') no-repeat; }
#feedback #rss:hover { background-position: 0 0; }

#feedback #email { background: url('/stuff/emailicon.png') no-repeat;  border:0px}
#feedback #email:hover { background-position: 0 0; border:0px}

#feedback #vimeo { background: url('/stuff/vimeoicon.png') no-repeat;  border:0px}
#feedback #vimeo:hover { background-position: 0 0; border:0px}

#feedback #friendfeed { background: url('/stuff/friendfeedicon.png') no-repeat;  border:0px}
#feedback #friendfeed:hover { background-position: 0 0; border:0px}

#feedback #tumblr { background: url('/stuff/tumblricon.png') no-repeat;  border:0px}
#feedback #tumblr:hover { background-position: 0 0; border:0px}

#feedback #linkedin { background: url('/stuff/linkedinicon.png') no-repeat;  border:0px}
#feedback #linkedin:hover { background-position: 0 0; border:0px}

#feedback #posterous { background: url('/stuff/posterousicon.png') no-repeat;  border:0px}
#feedback #posterous:hover { background-position: 0 0; border:0px}

.highlightit {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
-moz-opacity: 0.7;
opacity: 0.7;
}

.highlightit:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.highlightit2 iframe {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
-moz-opacity: 0.7;
opacity: 0.7;
}

.highlightit2:hover iframe {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sminfo, .author-box {color: #000000;
padding: 1em 1em;
background: #f8ead5;
border: solid 1px #dbcbb3;font-size: 8pt;width: 95%; margin-left:5px; margin-bottom: 20px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;}

#authorbox{  
    background:#EFEFEF;  
    border:1px solid #CECFD0;  
    width:635px;  
    margin:0 auto;  
    margin-bottom:10px; 
    margin-top:20px; 
    overflow:hidden;  
}  
    #authorbox h4{  
        font-size: 16px;  
        color:#191919;  
        margin:0;  
        padding:10px 10px 5px 10px;  
    }  
.authortext{  
        padding-left:100px; padding:10px 10px 10px 10px;  
    }  
#authorbox img{  
        margin-top:6px;  
        margin-right:6px; 
        float:left; 
background: #ffffff;
padding: 3px;
border: 1px solid;
border-color: #edd9b8;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px; 
    }  
    #authorbox p{  
        color:#191919;  
        margin:0;  
    }  
 #authorbox h4 > a{  
        text-decoration:none;  
    }   

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	
}

.wp-pagenavi span.current {
	font-weight: bold;
