/*   
Theme Name: Be The Love
Theme URI: 
Description: Be The Love You Seek
Author: Kimberly Virdure-King
Author URI: http://betheloveyouseek.com
Template: thematic
Version: 1.0
Tags: Thematic

*/

/* 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');


/* =Global Elements
-------------------------------------------------------------- */

#wrapper  {
	background-image:url(images/back.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	min-width:960px;
	
}

p {
	padding:0 10px 20px 0px;
}

body, input, textarea {
    font:Arial, Helvetica, sans-serif;
	font-size:14px;
    line-height:22px;
}
ul, ol, dd, pre {
}

li {
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
caption {
    text-align:left;
}
table {
    border:none;
}

tr {
    
}
th, td {
    
	}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link
 {
	color:#c00;
	text-decoration:none;
}
a:visited {
	color:#c00;
	text-decoration:none;
}

a:active,
a:hover {
	color: #fff;
}

.highlight {
	letter-spacing: .05em;
}

.pink { color:#F09;}

li.categories { 
 color:#fafaf8;
padding:0;
font-weight:normal; }  /* outermost list item */

 li.cat-item-18 { color:#fafaf8;
padding:0;
font-weight:normal; }  /* category ID #7, etc */

li.current-cat { color:#cc0000;
padding:0;
font-weight:normal; }

li.current-cat-parent { color:#cc0000;
padding:0;
font-weight:normal; }

li.current-cat-child { color:#cc0000;
padding:0;
font-weight:normal; }

ul.children { margin:0 0 18px .5em;
font-size:14px;
list-style: disc inside;
color:#fff; }

.hidden {
display:none;	
}

/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
}

#logo-image {
 padding:0;
	background-repeat: no-repeat;
	background-position:top center;	
	width:827px;
}

#branding {
  width:827px; 
}
#blog-title {
   display:block; /* We do this so we can add a background image */
	text-indent:-9000px; 	/* Hides the text--but not from search engines */

		/* height: 283px; /*height of your logo, like 180px */
	/* width: 1280px; /* width of your logo, like 940px */
	/* background:url(images/header.jpg) no-repeat top center; /* adds in the logo image */
	/*margin:0 auto;*/
}
}
#blog-title a {
    color:#fff;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #cc0000;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
}



/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
	margin:0 auto;
	width:960px;
}
 /* Greenbeast Menu: This styles the unordered list element to remove bullets and align the text */
 ul#nav {
   list-style-type : none;
   text-align :right;
   font-family: Arial, Helvetica;
   font-size:14px;
   width:95px;
   position:absolute;
   margin:10px 0 0 700px;
 }

 /*
  This styles the links. It’s a block-level link and the text is positioned
  with padding. Other styles are defined: width, colors, text attributes, etc.
 */
 ul#nav a, ul#nav a.rss {
   background-color : none;
   padding : 10px 5px 0px 10px;
   margin-bottom : 0px;
   height : auto;
   color : #f09;
   font-weight : bold;
   font-style : normal;
   text-decoration : none;
   border-bottom: 1px solid #444;
   display:block;
 }

 /* This gives the “rss” class link a background image */
 ul#nav a.rss {
   background : #d3d3a7 url(images/rss.jpg) no-repeat 2px 2px;
 }

 /* This is only necessary for IE6 else the link margins will collapse on hover */
 ul#nav li {
   margin-bottom : 10px;
   display:inline;
 }

 /* This removes the default left margin (indentation) */
 ul#nav li {
   margin-left : 0;
 }

 /*
  Now to offer some hover and focus styles. Further specification of focus/active styles
  could be added but I didn’t do it in this example. I didn’t feel it was needed
 */
 ul#nav a:hover, ul#nav a:focus, ul#nav a:active {
   background-color : #000;
   color : #fff;
 }

 /* This offers up a hover/focus state image for the “rss” class link */
 ul#nav a.rss:hover, ul#nav a.rss:focus {
   background : #000 url(images/rss_on.jpg) no-repeat 2px 2px;
 }

 /*
  This styles the single state of the “current_page_item” class link. Not needed for
  the “rss” class link since that target page won’t display the menu
 */
 ul#nav li.current_page_item a, ul#nav li.current_page_item a:hover,
 ul#nav li.current_page_item a:focus, ul#nav li.current_page_item a:active {
   background-color : none;
   color : #fff;
   cursor : default;
    border-bottom: solid 1px #aaa;
 }

/*** ESSENTIAL STYLES 
.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:			10em; /* 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:			right;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	/*background-image:url(images/menuback.jpg);
	background-repeat:no-repeat;
}
.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:			10em; /* 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:			10em; /* match ul width 
	top:			0;
}

/*** THEMATIC SKIN ***
.sf-menu {
  
	float:left;
}
.sf-menu a {

	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour
	color:			#fff;
}
.sf-menu li {
	background:		#000;
}
.sf-menu li li {
	background:		#000;
}
.sf-menu li li li {
	background:		#444;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:#f09;
 	background:#000;
	outline:0;
    
}
.sf-menu ul {
    
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles 
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#000;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #F09;
}
*/

/* =Front
-------------------------------------------------------------- */

.frontdivide  {
margin:-40px 0 20px 10px;
}

#whatshot {
	overflow:hidden;
}

#whatshot h2{
	color:#eee;
	font-size:12px;
	line-height:20px;
	margin:0 0 10px 0;
}

#whatshot h3 {
	-x-system-font:none;
background-repeat:no-repeat;
font-size:18px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:28px;
padding:0 0 9px 0;
color:#fff;
}

#whatshot .entry {
margin:0 0 12px;
min-height:130px;
}

#whatshot p{
	color:#fbfaf9;
	font-size:12px;
	line-height:24px;

}

#whatshot ul {
margin:0 0 18px 0;
	line-height:24px;
	font-size:12px;
list-style: disc inside;
color:#c84777;

}

#whatshot li a {
color:#fbfaf9;
font-weight:normal;
padding:0 0 5px 0;

}

#whatshot .more-items {
	margin-top:24px;
	color:#ff0000;
	}

#whatshot .box1 {
	display:inline;
float:left;
margin:0 0px 19px 20px;
padding:0 10px;
width:232px;
border-top
}
#whatshot .box2 {
	display:inline;
float:left;
margin:0 10px 19px 0px;
width:232px;
padding:0 10px;
}

#whatshot .box3 {
	display:inline;
float:right;
margin:0 0 19px 0px;
padding:0 10px;
width:232px;
}

#whatshot .box4 {
background-image:url(images/frontfoot.jpg);
    background-repeat: no-repeat;	
display:inline;
float:left;
margin:30px 0 0px 30px;
width:745px;
}

#whatshot .box4 h3 {
	-x-system-font:none;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:24px;
font-size-adjust:none;
font-weight:bold;
line-height:28px;
padding:0 0 9px 0;
color:#fff;
	margin:0 0 0 26px;
}
#whatshot .box4 h2{
	color:#eee;
	font-size:14px;
	line-height:20px;
	margin:27px 0 10px 26px;
}
#whatshot .box4 p{
margin:0 238px 0px 26px;	  
}

#whatshot .box4 a{
font-weight:bold;
color:#fbfaf9;
		  
}				  

/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:0px 0 22px 0;

}
#info{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-image:url(images/infoback.jpg);
    background-repeat: no-repeat;
	height:190px;
	width:775px;
clear:both;
padding:20px 15px 0px 15px;
margin:0px 0 5px 12px;
position:relative;
}

#info p {
font-size:14px;
color:#f1ebeb;
line-height:22px;
margin-right:330px;
}

#info h1{
color:#eee;
font-weight:bold;
font-size:20px;
line-height:30px;
margin-right:330px;
margin-bottom:12px;
}

.page-title {
	color:#fff;
    font-size:18px;
    line-height:18px;
    padding:20px 0 44px 0px;
	font-weight:normal;
	font-stretch:expanded;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#c00;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #000;
}
.page-title span {
    color: #C00;
}
.page-title .meta-nav {
    font-style:normal;
}

	
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}


.hentry {
	padding: 20px 0px 0 0px;
	color: #111;
}

.single .hentry {
}

#titleback {

}

.entry-title {
    font-family: Arial, helvetica. sans serif;
	font-size:20px;
    font-weight:bold;
    color:#c00;
	padding:27px 0 0 20px;
background-image:url(images/entrytitle.jpg);
    background-repeat: no-repeat;
	height:41px;	
}
.entry-title a {
    color:#c00;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #c84777;
	background-color:#fff;
	font-weight:bold;
}
.entry-meta {
    color:#ff0000;
    font-size:10px;
    letter-spacing:0.10em;
	
}
.entry-meta .author {
}
.entry-meta .n {
	font:Arial, Helvetica, sans-serif;
    font-size:10px;
    letter-spacing:0.10em;
	color:#999;
}
.entry-meta a {
    color:#ff0099;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #ff0000;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:10px;
    font-style:normal;
    letter-spacing:0.05em;
    
}
.entry-content {
font-family:Arial, Helvetica, sans-serif;
padding:5px 10px 20px 22px;
	line-height:24px;
	color:#000;
	margin:0;
	letter-spacing:0.08px;
background-image:url(images/entrycontent.jpg);
background-repeat:repeat-y;
}

.entry-content strong {
	color:#000;
	background-color:#ebe3d2;
	font-family: courier new, courier, mono;
	font-size:14px;
	font-weight:bold;
	padding:0 4px 0 4px;
	}
	
.date {
	font-size:10px;
	font-weight:bold;
	font-family: Georgia, serif;
	color:#333;
    height:20px;
	padding-left:20px;
	background-image:url(images/entrydate.jpg);
	background-repeat:no-repeat;
	}

.entry-content ul li {
	margin-bottom:18px;
}

.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:0 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    padding:0px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}

.entry-content embed {
    margin:0 0 22px 0;
}

.comment {
	background: url(images/commentheart.jpg) no-repeat left;
	color:#333;
	font-size:10px;
	padding:0 0 0 10px;
	margin-left:20px;
}

.comment a {
	color:#aaa;
}


.comment a:hover {
	color:#f09;
}

.entry-utility {
    color:#999;
    font-size:12px;
    margin:0 0 5px 0;
	clear:both;
	height:45px;
	background-image:url(images/entryutility.jpg);
	background-repeat:no-repeat;
}

.entry-utility img {
   margin: 15px 0 0 140px;
}
.entry-utility a {
	color:#5B0B2F;
	
}
.entry-utility a:visited {
	color:#5B0B2F;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #ffffff;
	background-color:#d8306f;
}

.trackback-link {
margin:0 0 0 328px;
}

.page-link {
    font-size:12px;
    font-weight:bold;
    line-height:18px;
    margin:10px 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#ff0099;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #fff;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* About Page*/

body.slug-about .hentry {
	background-image:url(images/entrycontent.jpg);
	background-repeat:repeat;	
	margin:0 0 60px 0;
	padding: 20px 15px 0 20px;
	

}
#about  {
 	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
	line-height:20px;
    color:#000;
	}
	
#about h1  {
font-size:18px;
font-weight:bold;
margin:36px 80px 36px 0;
color:#000;
line-height:30px;

}

#about h2 {
    font-size:40px;
	line-height:50px;
    font-weight:bold;
	margin:0 0 5px 0;
	color:#c84777;
	float:left;
}

#about h3 {
    font-size:16px;
	line-height:24px;
    font-weight:bold;
	margin:0 0 10px 0;
	color:#990066;
}

#about p {
color:#000;
margin: 10px 25px 10px 0;
text-align:justify;
line-height:25px;
}

#about a {
color:#990066;
text-decoration:underline;
}

#about a:hover {
background-color:#d8306f;
color:#fff;
}

#about ul {
margin:0 25px 18px 3px;
padding:0 0 0 0px;
font-size:14px;
line-height:22px;
list-style: disc inside;
color:#000;


}
#about li {
padding:10px 0 0 0;
}

#about li a {
padding:0;
font-weight:bold;
}

#about li a:link,
#about li a:visited {
color:#990066;
}
#about li a:active,
#about li a:hover {
background-color:#d8306f;
color:#fff;
}




/* Contact Page*/

body.slug-contact .hentry {
	background-image:url(none);
	margin:0 0 0px 0;
	padding: 20px 20px 0 30px;

}
#contact  {
 	font:Arial, Helvetica, sans-serif;
    font-size:14px;
	line-height:20px;
    color:#ddd;
	}
#containercontent {
	width:600px;
    float:left;
	padding:0 0 0 97px;
}	
#contactcontent {
background-image:url(images/contactcard2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	height:550px;
	width:571px;
	padding: 0 0 0 25px;
	
}
	
#contact h1  {
font-size:18px;
font-weight:bold;
margin:36px 80px 36px 0;
color:#eee;
line-height:30px;

}

#contact h2 {
    font-size:36px;
    font-weight:bold;
	margin:0 0 36px 0;
	color:#fff;
	float:left;
}

#contact p {
margin: 10px 25px 10px 0;
text-align:justify;
line-height:25px;
}

/*Love Notes
-------------------------------------------------------------*/

#lovenotes
{margin-left:30px;
}

#lovenotes h2{
	color:#fff;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	margin:0 0 10px 0;
}

#lovenotes ul {
	margin:0 0 18px .5em;
font-size:14px;
list-style: disc inside;
color:#c84777;
}

#lovenotes li.cat-item a{ color:#fafaf8;
padding:0;
font-weight:normal; }

#lovenotes li.cat-item a:active, a:hover { color:#fff;
background-color:#c84777;
padding:0;
font-weight:normal; }


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#fff;
    font-size:12px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#fff;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FFF;
	background-color:d8306f;
}
.navigation .meta-nav {
    font-style:normal;
	
}
.nav-previous {
	float: left;
	width:50%;
	padding-top:15px;
	}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
	padding-top:15px;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
    padding:22px 0 0 0;
	color:#fff;
	background-color:#000;
	font-size:12px;
    line-height:18px;
}
#comments a {
	color:#ff0099;
}

#comments textarea {
    font-size:14px;
    line-height:18px;
	color:#000;
	background-color:#f9f8f2;
}
#comments input {
    font-size:14px;
	font-weight:bold;
    line-height:18px;
	color:#330066;
	background-color:#fff;
}

#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:18px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
	color:#FFF;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#000;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#000;
}
#comments-list li.bypostauthor {
    background:#444;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#fff;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#ff0099;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #fff;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#ff0099;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF0099;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#ff0099;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF0099;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#000;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#ff0099;
}
#respond .required {
    color:#fff;
    font-weight:bold;
}
.form-section label {
    font-size:14px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
	border: 1px solid #fff;
    background: #333;
	color:#fff;
}
.form-section textarea {
    width:99%;
	background-color:#333;
}
#form-allowed-tags p {
    color:#fff;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#fff;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#fff;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#fff;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#000;
}
.aside a {
    color:#000;
}
.aside a:active,
.aside a:hover {
    background-color: #d8306f;
	color:#fff;
	}
.aside h3 {
    font:Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	font-weight:bold;
	font-size:15px;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
  
}
.aside ul ul.cat-children {
 list-style-type:none;
 padding:0;
margin:0;
}
.aside ul ul.cat-children li {
list-style: disc inside;
color:#990000;
background-position:0px 5px;
padding-left:0px;
}
.aside ul ul {
   
	margin:0;
	padding:0;
}
.aside ul ul li {	
list-style:url(images/bulletheart.gif);
line-height:25px;
background-position:0px 8px; 
padding-left:0px;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
}
.main-aside h3 {
}
.main-aside ul ul {
	margin: 0 0 0 34px;
	   
}
#primary {
    padding:10px 15px 0 0;
    margin-bottom:22px;
	font:Arial, Helvetica, sans-serif;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
	width:200px;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}

/* Widgets*/
.textwidget {
font:Arial, Helvetica, sans-serif;
	font-size:13px;
    line-height:22px;
	color:#eee;
	margin-bottom:30px;
}

h3.widgettitle {
font: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
font-size: 16px;
padding: 0 0 8px 0;
margin: 5px 0 0 10px;
color:#cc0000;
}

#categories-2 ul li {
padding:1px 0 1px 0;
list-style:none;
margin:0 0 8px -16px;
}

#categories-2 a {
font-weight: normal;
}

#recent-posts-3 ul li{
padding:1px 0 1px 0;
list-style:none;
margin:0 0 8px -16px;
}

#recent-posts-3 a {
font-weight: normal;
}

#visual-categories-3 {
background-image:url(images/topicback.gif);
background-repeat:repeat-y;
width:225px;

}
.widgetcontainer widget_viscats {

}
/* =Footer
-------------------------------------------------------------- */

#footer {

margin-top:30px;
	/*background-image:url(images/bethelovefooter.jpg);
	background-repeat:no-repeat;*/
}
#siteinfo {
    color:#fbfaf9;
    font-size:11px;
    line-height:18px;
    padding:18px 0 20px 0;
}
#siteinfo a {
    color:#d8306f;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FFF;
	background-color:d8306f;
}

/* =custom Footer 
-------------------------------------------------------------- */

#whatshotfooter {
	overflow:hidden;
	margin:0 auto;
	padding:15px;
	background-image:url(images/footerback.jpg);
	background-repeat:no-repeat;
	width:736px;
}

#whatshotfooter h2{
	color:#ddd;
	font-size:12px;
	font-style:italic;
	line-height:18px;
	margin:0 0 5px 0;
}

#whatshotfooter h3 {
	-x-system-font:none;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:18px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:30px;
padding:0 0 5px 0;
color:#fff;
}

#whatshotfooter .entry {
margin:0 0 12px;
min-height:240px;
}

#whatshotfooter p{
	color:#fff;
	font-size:12px;
	line-height:22px;
}

#whatshotfooter ul {
margin:0 0 18px 0;
padding:0 0 0 10px;
font-size:12px;
line-height:14px;
list-style: disc inside;
color:#d8306f;

}
#whatshotfooter li {
padding:10px 0 0px 0;
}

#whatshotfooter li a {
padding:0;
font-weight:normal;
line-height:18px;
}

#whatshotfooter li a:link,
#whatshotfooter li a:visited {
color:#fbfaf9;
}
#whatshotfooter li a:active,
#whatshotfooter li a:hover {
background-color:#d8306f;
color:#fff;


}

#whatshotfooter .more-items {
	margin-top:12px;
	color:#c00;
	font-weight:bold;
	}

#whatshotfooter .box1 {
	/*background-image:url(images/footerbox1.jpg);
	background-repeat:no-repeat;*/
		display:inline;
float:left;
margin:0 10px 10px 10px;
padding:10px 5px;
width:200px;
}

#whatshotfooter .box2 {
	display:inline;
float:left;
margin:0 10px 10px 21px;
padding:10px 5px;
width:212px;
}

#whatshotfooter .box3{
	display:inline;
float:left;
margin:0 15px 10px 15px;
padding:10px 5px;
width:200px;
}

/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}


/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

body {
    min-width:960px;
	
}
#header {
    position:relative;
	margin:0;
	padding: 0;
}
#branding {
    margin:0 auto;
}

.menu {
     margin:0 auto;
}
#main {
    width:800px;
	margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
	width:450px;
    float:left;
	padding:0 0px 0px 30px;
}
#content {
	width:450px;
    overflow:hidden;
	padding:0;
	
}

.main-aside {
    width:250px;
    float:right;
    position:relative;
    right:5px;
}
#secondary {
    clear:right;
}

#footer {    
    clear:both;
	width:770px;
	margin:auto;
}
#subsidiary {
    width:785px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:200px;
    float:left;
    margin:0 20px 0 82px;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:775px;
    margin:0 auto;
}