/*
Theme Name: DiscipleGeek
Theme URI: http://disciplegeek.com
Description: Design for DiscipleGeek.com based off the Blank 2 Column - Right Sidebar from http://refueled.net
Author: Trey Harvell
Author URI: http://disciplegeek.com
version: 1.0
Tags: disciple geek
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#6371CB url(images/bg1.jpg) 50%;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Geneva,Arial,Sans-Serif;
	font-size:0.8em;
	margin:20px;
	}

	



img { border: 0px ; padding:0; }
img a {border: 0px;}
img a:hover {border: 0px;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	background:url(images/post-bg1.png);
	border:1px solid black;
	padding: 0 5px;
	margin: 0 20px;
}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a {
	color: #000;
	text-decoration: none;
	}

a:hover{ }



/* container */


#container {
	width: 900px;
	margin: 0 auto;
	padding:0;
	overflow: hidden;
	background: #fff url(images/container-bg.jpg);
	}

#container2 {
	margin: 0;
	padding:0;
	background: url(images/dg-logo.png) no-repeat 5px 0;
	}
/* header */

#header {
  	width: 900px; 
  	height: 125px;

	}

/* main menu */


#menu {
	color: #000;
	padding: 0px;
	margin: 0;
	width: 100%;
	border-top: 1px solid #9fa2b4;
	border-bottom: 1px solid #9fa2b4;
	background: url(images/menu-bg.png);
	font-size: 125%;
}


#menu ul {
	margin:0;
	padding:0;
	display: table;
}

#menu ul li {
	list-style-type: none;
	display: block;
	padding: 2px 15px;
	background: url(images/menu-bg2.png) repeat-x;
	float: left;
}

#menu ul li ul li {
	margin: 0px;
	padding: 0px;
}

#menu .current_page_item, #menu .current-cat {
	background: url(images/menu-bg3.png) repeat-x bottom ! important;
}

#menu a {
	color: #000
	border-bottom: none;

}

#menu a:hover {
	
}


#menu ul li:hover, #menu span:hover {
	background: url(images/menu-bg3.png) repeat-x bottom;
}

.access-rss, .access-rss-comments {
display:inline;
float:right;
margin:0;
padding:2px 5px;
}


/* content */


#content {
	width: 570px;
	float:left;
	overflow: hidden;
	margin: 10px;
	}

.fb-like {
	float: right;
}

.post {
	margin-bottom: 10px;
	padding:0;
	border: #8E6600 1px solid;

	}

.postwrap {
	padding:10px;
	background: url(images/post-bg1.png);
}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: underline;
	}

.post a {

	color: darkblue;
}

.post a:hover {
	text-decoration: underline;

}

.post ul {}

.post li {

	margin: 10px;

}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	padding:6px;
	margin: 0;
	}
	

.navigation {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
img.centered, .aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}



/* sidebar */

#sidebar {
	float:right;
	margin: 10px 10px 0 0;
	padding: 0;
	color: #000;
	font-size: 90%;
	width: 300px;

	}

#sidebar-left {
	border: 1px solid #9fa2b4;
	background: url(images/menu-bg.png);
	float: left;
	width: 147px;
}


#sidebar-right {
	border: 1px solid #9fa2b4;
	background: url(images/menu-bg.png);
	float: right;
	width: 147px;
}

#sidebar a {
	color: #000;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar h2{
	font-size:110%;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	color: maroon;
}

#sidebar label{
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:0px;
	padding:0;
	}



#sidebar ul li {
	margin: 5px;
	padding: 0;
	list-style-type: none;
	}

#sidebar ul li ul li {
	margin: 0px;
	padding: 0;
	}


#sidebar ul ul {

	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
}

/* recent comments */

#recentcomments {
	clear: both;
	padding: 5px 0;
}

#recentcomments a {
	color: darkblue;
	text-decoration: none;
}

#recentcomments a:hover {
	text-decoration: underline;
}

#recentcomments h2 {
	border-bottom: 1px solid #000;
}

#recentcomments ul li {
	border-bottom: 1px solid #000;
}

/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	width: 90%;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #9fa2b4;
   text-align: center;
	background: lightyellow;
   padding-top: 4px;
   margin: 5px;
	color: #000;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 1px black solid;
}

.wp-caption p.wp-caption-text {
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	border-top: #000 solid 1px;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #111; text-align:center;}
#footer a{text-decoration: none;}
#footer a:hover{text-decoration: underline;}
 