/*
Theme Name: Breaking Through
Theme URI: http://www.georgiann.net
Description: A theme by SceneStealer Graphics
Version: 1.01
Author: SceneStealer Graphics
Author URI: http://www.scenestealergraphics.com
Tags: fixed width, two columns, widget ready

*/

body {
	font: 95%/150% Arial, Tahoma, "Trebuchet MS";
	color: #362d34;
	background: #b2b2b2 url(images/back.jpg) center repeat-y;
	margin: 0px;
	padding: 0px 0px 0px;
}


img {
	border:0;
	text-align:left;
padding:0;
margin:0;
	}

a {
	color: #52454f;
	text-decoration: none;

}


a:visited {
	color: #52454f;
	text-decoration: none;
}

a:hover {
	color: #52454f;
	text-decoration: underline;
}





h1, h2, h3, h4, h5, h6 {
	
	}
form {
	margin:0px;
	padding:0px;
}

.rss {
float:right;
margin:15px;
}

#page {
padding:0px;
	margin: 0px auto;
	width: 1001px;
	background-color: #5c4d58;
}

#header {
	width: 1000px;
        height:212px;	
}

#top {
	background: url(images/header-bg.jpg) center top no-repeat;
	width: 999px;
        height:355px;	
	margin:0px;
	padding:0px
}


#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}



	
/* The Menu */

#navbarcontainer{
	height:27px;
	background:#0b0d0d;
	display:block;
	padding:0px 0 0px 0px;
	border-top:1px solid #4f5155;
	}
#navbar{
	position:relative;
	display:block;
	height:28px;
	font-size:13px;
	font-weight:normal;
	font-family:Tahoma,Verdana,Helvitica,sans-serif;
}
#navbar ul{
	margin:0px;
	padding:0px 0px 0 10px;
	list-style-type:none;
	width:auto;
	float:left;
}
#navbar ul li{
	display:block;
	float:left;
	margin:0 0px 0 0;
	width:84px;
}
#navbar ul li a{
	display:block;
	float:left;
	color:#ccc;
	text-align: center;
	text-decoration:none;
	padding:5px 1px 0px 0px;
	width:84px; 
	height: 21px;
	background:#eee url(images/li2.gif) no-repeat top right;
}
#navbar ul li a:hover,#navbar ul li.current_page_item a{
	color:#fff;
	background:#222 url(images/li2.gif) no-repeat top left;
	width:84px; height: 21px;
	text-align: center;
}
#navbar ul li .current_page_item a,#navbar ul li .current_page_item a:hover{
	color:#fff;
	width: 84px; height: 21px;
	background:transparent url(images/li2.gif) no-repeat top right;
}

#search {
	float: right;
	width:246px;
	height:24px;
	background-color:transparent;
	padding-right:5px;
	padding-top:2px;
	border:0px;
}

 #search input {
	background: url('./images/searchback.png') no-repeat top left;
	width:212px;
	height:24px;
	float: left;
	padding-left:5px;
	padding-top:2px;
	border:0px
 }

#search #searchsubmit {
	background: url('./images/go.png') no-repeat top right;
	width:28px;
	height:24px;
	float: right;
}

#content {
	padding: 10px 0px 30px 10px;
	float: left;
	width: 717px;
	overflow: hidden;
}

.post {
	clear:both;
	display:block;
	width: 717px;
	background: url('./images/blog-top.jpg') no-repeat top left;
}

.post-title {
	float:left;
	margin: 0px;
	padding:0px;	
}

.post-title h2 {
	padding:5px;
	margin: 10px 0px 0px 0px;
}

.post h2 {
	padding:15px; 5px; 0px; 5px;
	margin: 0px 0px 0px 0px;
}

.post-date {
	width: 54px;
	height: 49px;
	float:left;
        margin-left:10px;
        margin-top:5px;
	background: url('./images/date-10.png') no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 4px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	
	
margin-bottom:0px;
}

.post-year {
	font-size: 10px;
	color: #999999;
	text-align: center;
margin-top:-10px;		
}



.entry {
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
padding-bottom: 10px;
	background: url('./images/blog-middle.jpg') repeat-y top left;
}


.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}

.post-bottom {
	background: url('./images/blog-bottom.jpg') no-repeat top left;
	padding-bottom:20px;
	height:38px;
}


.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	margin-left: 18px;
	padding-top: 5px;
	float:left;
	font-size: 95%;
	color: #999999;
}

.post-more {
	padding-right: 18px;
	margin-right: 18px;
	padding-top: 5px;
	float:right;
	font-size: 95%;
	color: #52454f;
}

.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	margin-right: 18px;
	padding-top: 5px;
	float: right;
	font-size: 95%;
}


#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.commentlist li{
	padding: 5px 10px;
	position: relative;
	background: #b2b2b2;
	margin-bottom:10px;
}

.commentlist .avatar {
	float:right;
	margin-top: 15px;
	margin-right: 5px;
	border: solid 1px #5c4d58;
	padding: 1px;
	background: #fff;
}

.commentlist .alt {
	background: #dedcdc;
}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #5c4d58;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
	background: #af9caa;
}

#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}

#commentform p {
	padding: 0px;
	margin: 0px;
	color:#af9caa;
}

#commentform p a{
	color:#b2b2b2;
}

#commentform label{
	color: #af9caa;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#b2b2b2;
	border: 1px solid #3d343b;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#b2b2b2;
	border: 1px solid #3d343b;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit {
   	background: url(images/btn-bg.gif) no-repeat;
   	font: bold 12px Arial, Helvetica, sans-serif;
   	color: #FFFFFF;
   	border: none;
   	float:left;
   	width: 144px;
   	height: 29px;
}

#sidebar {
   	float: right;   
  	 width: 251px;
   	margin-right:2px;
   	margin-top:-1px;
   	padding:0px;
}


#sidebar_main {
  	background: url('./images/sidebar-main.jpg') repeat-y;
   	width: 251px;
  	margin-top:-20px;
   	padding:0px;
}

#sidebar_bottom {
   	background: url('./images/sidebar-bottom.jpg') no-repeat top center;
   	text-align: left;
   	height: 29px;
   	width: 251px;
   	margin-bottom:20px;
}

#sidebar h2 {
   	background:url(images/titlebar.jpg) no-repeat top center;
   	height:36px;
   	line-height:36px;
  	font-size:14px;
   	color:#c8d9b0;
  	padding:0px 0px 0px 30px;
   	font-weight:normal;
   	margin-top:20px;
   	margin-bottom:0px;
   	margin-right:0px;
   	margin-left:0px;
}

#sidebar ul {
   	list-style-type: none;
   	margin: 0px ;
   	padding: 0px ;
}
	
#sidebar ul li {
   	height:100%;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
   	color:#c8d9b0;
   	text-decoration: none;
   	display:block;
   	font-family:Georgia, Arial, sans-serif;
   	background:#5c4d58;
   	width:217px;
   	padding: 0px 0px 0px 10px;
   	margin-left:12px;
   	margin-top:0px;
   	margin-bottom:0px;
   	background-repeat:no-repeat;
   	border-bottom:1px solid #393e31;
   	border-top:1px solid #8b9b76;
}

#sidebar ul li a:hover {
   	background:#8f888d;
   	width:217px;
   	background-repeat:no-repeat;
   	color:#ccc;
}

#sidebar p {
   	padding: 7px 10px;
   	margin:0;
   	color:#c8d9b0;
}

#sidebar table {
   	width:226px;
   	text-align:center;
   	background:#555d4a;
   	color:#c8d9b0;
   	margin: 0px 0px 0px 12px;
}
	
#sidebar .sidebar-box {
   	width: 295px;
   	padding-bottom: 10px;
}


#footer {
   	clear: both;
   	background:url(images/footer.png) no-repeat;
   	color: #ceccce;
        height:71px;
   	font-size: 75%;
   	line-height:15px;
   	text-align:center;
}

#footer p {
   	padding-top:20px;
   	text-align:center;
}

#footer a {
   	color: #ceccce;
   	font-size: 95%;
}


.recent-comments {
   	list-style: none;
   	margin: 0px;
   	padding: 0px;
   	line-height: 110%;
}
.recent-comments li{
   	background: url(images/mini-footer-comments.gif) no-repeat;
   	padding: 0px 0px 10px 20px;
}
.recent-comments a{
   	font-size: 105%;
   	line-height: 130%;
   	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #048db4;
}

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}



a.more-link{
color:#382d35;
font-weight:bold;
font-size:12px;
}

a.more-link:hover {
color: #52454f;
text-decoration: none;
font-size:12px;
}


}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}





div.sociable { margin: 0px; padding-bottom:10px;}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}



div.sociable ul li {
	display: inline;
}


#widget{
	margin:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	list-style-type:none;
	clear:both;
	text-align:center;
	width:238px;
}

#widget a{
	text-align:center;
	width:238px;
color:#c8d9b0;
}

.textwidget a{
color:#c8d9b0;
}

.textwidget{
	margin:0px;
	padding:1px 10px 0px 9px;
	list-style-type:none;
	clear:both;
	text-align:center;
}


#upcoming-events ul li{
	text-align:center;
color:#c8d9b0;

}


.navigation{
text-align:center;
padding-top:2px;
background:url(images/navback.png) no-repeat top center;
font-weight:bold;
z-index:9;
padding-bottom:30px;
}

.navigation a{
padding-right:10px;
padding-left:10px;
}
