/*
	Theme Name: Social Eyes Child Theme
	Theme URL: http://www.studiopress.com/themes/socialeyes
	Description: Social Eyes is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	
	Template: genesis

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

body {
	background: #090806 url(images/bg.jpg) center top no-repeat;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0 auto 10px;
	line-height: 20px;
	}
	
p {
	margin: 0;
	padding: 0;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #990000;
	text-decoration: none;
	}
	
a:hover {
	color: #990000;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	width: 960px;
	margin: 0 auto 0;
	}

/***** Header  ********************/

#header {
	background: url(images/header.png);
	width: 960px; 
	height: 150px;
	}

#title-area {
	width: 725px;
	float: left;
	padding: 20px 0 0 20px;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0; 
	padding: 0;
	}
	
#title-area #title a, #title-area #title a:hover {
	color: #333333;
	text-decoration: none;
	}
	
#title-area #description {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	}

#header .widget-area {
	width: 235px;
	float: right;
	padding: 55px 20px 0 0;
	text-align: right;
	}
	
#header .widget-area img {
	margin: 0 0 0 10px;
	}

/***** Image Header - Partial Width ********************/

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 250px;
	height: 150px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
	}
	
/***** Primary Navigation ********************/

#nav {
	width: 590px;
	color: #FFFFFF;
	text-transform: uppercase;
	overflow: hidden;
	clear: both;
	}

#nav ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#nav li {
	float: left;
	list-style: none;
	}

#nav li a {
	background: #090806;
	color: #f63;
	display: block;
	font-size: 13px;
	font-weight: bold;
    margin: 0;
	padding: 12px 15px 11px 15px;
	text-decoration: none;
	text-shadow: #222222 1px 1px;
	position: relative;
	}

#nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item {
	background: #090806;
	color: #f96;
	text-decoration:none;
	}

#nav li a .sf-sub-indicator {
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #090806;
	color: #FFFFFF;
	width: 168px; 
	font-size: 11px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #090806;
	border-right: 1px solid #090806;
	border-bottom: 1px solid #090806;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #090806;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	padding: 0;
	}

#nav li ul a { 
	width: 170px;
	}

#nav li ul ul {
	margin: -31px 0 0 189px;
	padding: 0;
	}

#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;
	}
	
/***** Primary Navigation Extras ********************/
	
#nav li.right {
	float: right;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 12px 15px 11px 15px;
	text-shadow: #333333 1px 1px;
	}

#nav li.right a {
	background: none;
	display: inline;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #333333 1px 1px;
	border: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}

#nav li.rss a, #nav li.rss a:hover {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
	}
	
#nav li.twitter a, #nav li.twitter a:hover {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 7px 0 5px 20px;
	}
	
#nav li.rss a:hover, #nav li.twitter a:hover {
	text-decoration: underline;
	}
	
/***** Secondary Navigation ********************/

#subnav {
	width: 590px;
	color: #fff;
	/*text-transform: uppercase;*/
	overflow: hidden;
	clear: both;
	}

#subnav ul {
	width: 590px;
	float: left;
	margin: 0;
	padding: 0 0 0 0px;
	}
	
#subnav li {
	float: left;
	list-style: none;
	}

#subnav li a {
	background: #090806;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
    margin: 0;
	padding: 13px 15px 10px 15px;
	text-decoration: none;
	text-shadow: #222 1px 1px;
	position: relative;
	}

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-cat a, #subnav .current-menu-item {
	background: #1C1813;
	color: #FFFFFF;
	text-shadow: #333333 1px 1px;
	}

#subnav li a .sf-sub-indicator {
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #090806;
	color: #FFFFFF;
	width: 158px; 
	font-size: 13px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-shadow: #222 1px 1px;
	border-left: 1px solid #090806;
	border-right: 1px solid #090806;
	border-bottom: 1px solid #090806;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #3C3228;
	color: #fff;
	text-shadow: #222 1px 1px;
	text-decoration: none;
	}

#subnav li li a .sf-sub-indicator {
	background: none;
	}

#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: -31px 0 0 179px;
	padding: 0;
	}

#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: 940px;
	margin: 10px 0 0 0;
	padding: 10px;
	overflow: hidden;
	}
	
.content-sidebar #inner {
	background: url(images/inner-cs.png);
	}

.sidebar-content #inner {
	background: url(images/inner-sc.png);
	}
	
.content-sidebar-sidebar #inner {
	background: url(images/inner-css.png);
	}
	
.sidebar-sidebar-content #inner {
	background: url(images/inner-ssc.png);
	}
	
.sidebar-content-sidebar #inner {
	background: url(images/inner-scs.png);
	}
	
.full-width-content #inner {
	background: #FFFFFF;
	}
	
/***** Breadcrumb ********************/

.breadcrumb {
	background: #fff0f0;
	margin: 0 0 15px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #F8E0D6;
	font-family: Arial, Tahoma, Verdana;
	font-style:italic;
	font-size: 11px;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #fff0f0;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #640000;
	}

/***** Content-Sidebar Wrap ********************/

#content-sidebar-wrap {
	width: 780px;
	float: left;
	}
	
.sidebar-content-sidebar #content-sidebar-wrap {
	width: 770px;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 940px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 550px;
	float: left;
	padding: 10px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 14px;
	}
	
.home #content {
	padding: 5px 10px 10px 10px;
	}
	
.sidebar-content-sidebar #content {
	width: 430px;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 550px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 14px;
	}
	
.full-width-content #content {
	width: 960px;
	}

#content blockquote {
	background: #FDF1EE url(images/blockquote.png) no-repeat top left;
	color: #090806;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 16px;
	font-style: italic;
	margin: 0 0 15px -10px;
	padding: 20px 20px 5px 70px;
	}

#content .post {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#content .page {
	margin: 0;
	padding: 0 0 15px 0;
	}

#content .post p, #content .page p {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
.clear, .entry-content {
	clear: both;
	}
	
/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #header .widget-area h4 {
	color: #222;
	font-family: Georgia, Sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content h1, #content h2 {
	font-size: 32px;
	line-height: 30px;
	}

#content h2 a, #content h2 a:visited {
	color: #222;
	text-decoration: none;
	line-height: 30px;
	}
	
#content h2 a:hover {
	color: #990000;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 16px;
	}
	
#content h4, #header .widget-area h4 {
	font-size: 14px;
	}
	
#content .featuredpost h4 {
	color: #222;
	font-family: Georgia, Sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	}

#content h5 {
	font-size: 12px;
	}
	
#content h6 {
	font-size: 10px;
	}
	
/***** Unordered/Ordered Lists ********************/
	
#content .entry-content ul, #content .entry-content ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .entry-content ul li, #content .entry-content ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .entry-content ol li {
	margin: 0 0 0 25px;
	}
	
#content .entry-content ul li {
	background: url(images/list.png) no-repeat top left;
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 0 0 0 18px;
 	word-wrap: break-word;
 	}

#content .entry-content ul ul, #content .entry-content ol ol {
	padding: 0;
	}

/***** Post Info ********************/
	
.post-info {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: capitalize;
	}
	
#content .featuredpost .post-info, #content .featuredpost .post-info p {
	margin: 0 0 5px 0;
	padding: 0;
	}
	
/***** After Post Ad ********************/
	
.after-post-ad {
	padding: 10px 0 10px 0;
	/*border-top: 1px solid #640000;*/
	}

/***** Post Meta ********************/
	
.post-meta {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 5px 0 0 0;
	text-transform: capitalize;
	border-top: 1px solid #640000;
	clear: both;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #FDF1EE;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #640000;
	overflow: hidden;
	}

.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #640000;
	}
	
/***** Sticky Posts ********************/
	
#content .sticky {
	background: #FDF1EE;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #090806;
	}
	
/***** Archive Page ********************/
	
#content .archive-page {
	float: left;
	width: 50%;
	padding: 20px 0 20px 0;
	}

/***** Post Icons ********************/
	
.time, .categories, .post-comments, .tags  {
	margin: 0;
	padding: 0;
	}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat left;
	float: right;
	margin: 0 0 0 3px;
	padding: 0 0 0 18px;
	}
	
/***** Featured Post/Page ********************/

.featuredpost, .featuredpage {
	margin: 0;
	padding: 0;
	clear: both;
	}
	
#content .featuredpost .post, #content .featuredpage .page {
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 2px solid #090806;
	overflow: hidden;
	}
	
.featuredpost .avatar, .featuredpage .avatar, .featuredpost img, .featuredpage img {	
	margin: 0 0 15px 0;
	padding: 0;
	}

/***** Images ********************/

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 0px solid #090806;
	}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #FDF1EE;
	padding: 5px 0 0 1px;
	text-align: center;
	border: 1px solid #090806;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	}

/***** Post Navigation **********/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a, .navigation li.disabled, .navigation li a:hover, .navigation li.active a {
	color: #990000;
	padding: 5px 8px 5px 8px;
	border: 1px solid #090806;
	text-decoration: none;
	}

.navigation li a:hover, .navigation li.active a {
	background: #090806;
	color: #FFFFFF;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 350px;
	float: right;
	display: inline;
	}
	
#sidebar-alt {
	width: 120px;
	float: left;
	display: inline;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	margin: 0 0 20px 0;
	padding: 5px 5px 0 5px;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #990000;
	font-family: Georgia, Sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #990000;
	text-decoration: underline;
	}

#sidebar h4, #sidebar-alt h4 {
	color: #f63;
	font-family: Georgia, Sans-serif;
	border-bottom: 1px dotted #F63;
	font-size: 26px;
	font-weight: bold;
	font-style:italic;
	margin: 0 0 5px 0;
	text-transform: lowercase;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol, #sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0;
	}

#sidebar li, #sidebar-alt li {
	/*background: url(images/list.png) no-repeat top left;*/
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 0 0 0 5px;
 	word-wrap: break-word;
	}
	
#sidebar p {
	color: #fff;
    font-weight: normal;
	}
	
#sidebar a, #sidebar-widgets a:visited {
	color: #666;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #fff;
	text-decoration: none;
	}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 0 10px 0 0;
	}
	
/***** Sidebar(s) Dropdowns ********************/
	
#cat, #sidebar .widget_archive select, #sidebar-alt .widget_archive select {
	background: #FFFFFF;
	color: #222;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 3px;
	display: inline;
	border: 1px solid #090806;
	}
	
#sidebar #cat, #sidebar .widget_archive select {
	width: 278px;
	}

#sidebar-alt #cat, #sidebar-alt .widget_archive select {
	width: 128px;
	}
	
/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #FDF1EE;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #090806;
	}
	
#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 0 10px;
	}
	
/***** Buttons ********************/
	
#submit, .searchsubmit, .enews #subbutton, #content .gform_footer .button {
	background: #990000;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 5px;
	border: 1px solid #990000;
	cursor: pointer;
	}

#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, #content .gform_footer .button:hover {
	background: #640000;
	text-decoration: none;
	border: 1px solid #640000;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#nav .searchform {
	float: right;
	padding: 3px 0 0 0;
	}
	
.s {
	background: #FFFFFF;
	color: #222;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 12px;
	font-weight: bold;
	margin: 5px 4px 0 0;
	padding: 6px 0 5px 5px;
	border: 1px solid #090806;
	}
	
#header .s, #nav .s {
	width: 210px;
	}
	
#sidebar .s {
	width: 200px;
	}

/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/enews.png) top right no-repeat;
	}
	
#sidebar .enews p {
	padding: 0 0 5px 0;
	}

.enews #subbox {
	background: #FFFFFF;
	width: 230px;
	color: #990000;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 12px;
	font-weight: bold;
	margin: 5px 5px 0 0;
	padding: 7px 0 6px 5px;
	border: 1px solid #090806;
	}
	
/***** Latest Tweets Widget ********************/

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	}

/***** Calendar ********************/

#wp-calendar {
	width: 100%;
	}
	
#sidebar .widget_calendar {
	padding: 0;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	padding: 2px 5px 0 0;
	text-align: right;
	}
	
#footer-widgets #wp-calendar caption {
	color: #FFFFFF;
	}

#wp-calendar th {
	color: #333333;
	}
	
#footer-widgets #wp-calendar th {
	color: #FFFFFF;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	color: #FDF1EE;
	}

#wp-calendar td {
	font-weight: normal;
	text-align: center;
	padding: 2px;
	}
	
/***** Contact Form ********************/

#content .gform_wrapper input, #content .gform_wrapper textarea, #content .gform_wrapper select {
	background: #FDF1EE;
	color: #990000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 5px 4px 5px;
	border: 1px solid #090806;
	}
	
#content .gform_wrapper .top_label .gfield_label {
	color: #990000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	text-transform: uppercase;
	}

#content .gform_footer input.button {
	color: #FFFFFF;
	}
	
#content .gform_wrapper .ginput_complex label {
	font-size: 12px;
	}
	
#content .gform_wrapper ul.gform_fields {
    margin: 0;
    padding: 0;
	}

#content .gform_wrapper li, #content .gform_wrapper form li {
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#content .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
	border: none;
	}
	
/***** YARPP WIDGET ********************/

#yarpp {
	padding: 0 0 30px 10px;
	}
	
#yarpp h3 {
	color: #222;
	font-family: Georgia, Sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	}

#yarpp li {
	background: url(images/list.png) no-repeat top left;
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;	
	}

/***** Footer Widgets ********************/

.facebook_badge iframe {
   background: #fff;
}
	
#footer-widgets {
	background: #090806;
	width: 960px;
	color: #666;
	font-size: 12px;
	padding: 15px 0 0 0;
	overflow: hidden;
	clear: both;
	}
	
#footer-widgets .wrap {
	width: 930px;
	margin: 0 auto 0;
	}
	
#footer-widgets h4 {
	color: #f63;
	font-family: Georgia, Sans-serif;
	border-bottom: 1px dotted #F63;
	font-size: 24px;
	font-weight: bold;
	font-style:italic;
	margin: 0 0 5px 0;
	text-transform: lowercase;
	}

#footer-widgets p {
	color: #fff;
    font-weight: normal;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#footer-widgets a, #footer-widgets a:visited {
	color: #666;
	text-decoration: none;
	}
	
#footer-widgets a:hover {
	color: #fff;
	text-decoration: none;
	}
	
#footer-widgets ul {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#footer-widgets ul li {
	/*background: url(images/list.png) no-repeat top left;*/
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	width: 290px;
	float: left;
	margin: 0;
	}
	
.footer-widgets-1 {
	padding: 0 30px 0 0;
	}

.footer-widgets-3 {
	float: right;
	}

/***** Footer ********************/

#footer {
	background: #090806;
	width: 960px;
	color: #666;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 10px 0;
	text-shadow: #333333 1px 1px;
	text-transform: uppercase;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	overflow: hidden;
	clear: both; 
	}

#footer a, #footer a:visited {
	color: #666;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #666;
	text-decoration: underline;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	}

#footer .creds {
	width: 725px;
	float: right;
	margin: 0;
	padding: 0 15px 0 0;
	text-align: right;
	}

/***** Comments ********************/

#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url, #comment {
	background: #FDF7F4;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #F8E0D6;
	}
	
#author, #email, #url {
	width: 250px;
	margin: 10px 5px 0 0;
	}
	
#comment {
	width: 98%;
	height: 150px;
	margin: 10px 0 10px 0;
	}
	
.reply a, .reply a:visited {
	font-size: 12px;
	text-decoration: none;
	}
	
.reply a:hover {
	text-decoration: underline;
	}

.comment-list, .children {
	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-left: 10px;
	margin-right: -6px;
	}

.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 #090806;
	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;
	}

.nocomments {
	text-align: center;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #FDF7F4;
	}

.even, .alt, .depth-1 {
	border: 1px solid #F8E0D6;
	}