/*  
Theme Name: Morning Coffee
Theme URI: http://www.adazing.com/morning-coffee/
Description: Current events and a cup of coffee two things that definately go together. This 2 column design gives off the vibe of chatting about today's news over a cup of coffee. Relaxing, friendly and informative just what we all want our blogs to be!
Author: Adazing.com
Author URI: http://www.adazing.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: brown, two-columns, right-sidebar
Version: 3.6
*/

body {
	color:#FFF;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color: #000000;
	background-image: url(images/woodbg.jpg);
	background-repeat: repeat;
	background-position: left top;	
}
a:link, a:visited, a:active {
	text-decoration:none;
	color:#660000;
	border:0;
	-moz-outline-style:none;
}
a:hover {
	text-decoration:underline;
	color:#990000;
	border:0;
	-moz-outline-style:none;
}
h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2.pagetitle {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font: normal 24px/28px Georgia, "Times New Roman", Times, serif;
	color: #75230D;
}
img {
	border:none;
	margin:0;
	padding:0;
}
img.alignleft {
	margin-right:10px;
	margin-bottom:5px;
}
img.alignright {
	margin-bottom:5px;
	margin-left:10px;
}
hr {
	height:1px;
	border-top: 1px dotted #8E6140;
}
blockquote {
	margin:0 20px 10px 10px;
	padding:10px 15px;
	background: url(images/bq-bg.jpg) repeat-y left top;
}
/*-- This is an IE6 hack --*/
* html blockquote {
	height:1%;
}
blockquote blockquote {
	margin-right:5px;
	margin-left:0;
	border-top: none;
	border-bottom: none;
	border-right-style: none;
	border-left-style: none;
}
blockquote p {
	margin:0;
	padding:0 0 5px;
}
#wrap {
	width:981px;
	position:relative;
	margin:0 auto;
	padding:0;
}
#sidebar a, #header a {
	color:#000000;
}
#headerwrap {
	clear:left;
	height:366px;
	width:100%;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	background-repeat: no-repeat;
	background-position: left top;
}
#headerbg {
	margin-right: auto;
	margin-left: auto;
	width: 981px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 366px;
}

#header {
	clear:left;
	height:366px;
	width:981px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}
#header h1 {
	font-size:34px;
	position:absolute;
	width:600px;
	left:108px;
	top:58px;
	font-weight:400;
	line-height:38px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	margin:0;
	padding:0;
	color: #000000;
}
#header h1 a {
	color: #000000;
}

#header h1 a:hover {
	color: #000000;
	text-decoration: none;
}
p.tagline {
	font-size:14px;
	font-weight:700;
	position:absolute;
	width:554px;
	top:93px;
	left:108px;
	color:#000000;
	margin:0;
	padding:0;
}
#header .Menu/*-- Top navigation settings --*/
 {
	position:absolute;
	float:left;
	height:36px;
	right:348px;
	top:287px;
	width:510px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
}
.Menuleft /*-- This div gives the left side of the menu a rounded corner --*/
{
	background-repeat:no-repeat;
	background-position:left top;
	height:36px;
}
.Menuright /*-- This div gives the right side of the menu a rounded corner --*/
{
	background-repeat:no-repeat;
	background-position:right top;
	height:36px;
}
.Menu ul {
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	padding:0;
}
.Menu ul ul {
	position:relative;
	top:0;
	right:15px;
	float:left;
	margin:0;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 150px;
}
.Menu li {
	display:inline;
	line-height:36px;
	margin:0;
	padding:0;
	position: relative;
}
#header  .Menu a:link, #header .Menu a:visited, #header .Menu a:active, #header .Menu a:focus {
	display:inline;
	margin:0;
	padding:9px 5px 11px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#header  .Menu a:hover {
	text-decoration:underline;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}

/*-- Menu Second Level --*/
.Menu li ul {
	position: absolute;
	left: -5px;
	top: 20px;
	display: none;
	width: 200px;
	padding: 0;
	z-index: 999;
}
.Menu li li {
	display: block;
	padding: 0px;
	line-height: 13px;
	margin-bottom: 1px;
}

#header .Menu li li a:link, 
#header .Menu li li a:visited, 
#header .Menu li li a:active {
	display: block;
	width: 180px;
	padding: 10px 10px;
	background: #e2ca82;
}

/*-- Menu Third Level --*/
.Menu li li ul {
	position: absolute;
	display: none;
	top: 00px;
	left: 201px;
}


.Menu li:hover ul ul, 
.Menu li:hover ul ul ul, 
.Menu li:hover ul ul ul ul { 
	display:none;
}

.Menu li:hover ul, 
.Menu li li:hover ul, 
.Menu li li li:hover ul, 
.Menu li li li li:hover ul{ 
	display:block;
}


/*-- Header search settings --*/
#header .search {
	position:absolute;
	top:300px;
	width:149px;
	right:134px;
	height: 21px;
}
#header .search form {
	padding-right:0;
	padding-left:0;
	margin:0;
}
#header .search input {
	font-size:11px;
	width:166px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	background-image: url(images/search.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*-- Header RSS settings --*/
#rssfeeds{ top: 95px; left: 114px; }
#rssfeeds a{
	position: absolute;
	width: 124px;
	height: 159px;
	text-decoration: none;
	left: 485px;
	top: 92px;
}
#pen {
position: absolute;
width: 113px;
height: 481px;
text-decoration: none;
background-image: url(images/pen.jpg);
background-repeat: no-repeat;
right: 0px;
top: 0px;
}
/*-- Begin page content CSS --*/
#content {
	width:981px;
	position:relative;
	float:left;
	color:#333;
	padding:0;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.postwrap h1 {
	margin:0;
	padding:0px;
	font: normal 24px/28px Georgia, "Times New Roman", Times, serif;
}
.postwrap {
	float:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 230px;
	width: 400px;
}
.postwrap p {
	line-height: 18px;
}
.posthead {
	padding-bottom:12px;
	position:relative;
	clear:left;
	padding-top: 8px;
	background-image: url(images/postline.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content .posthead h1 a {
	color:#000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 24pt;
}
#content .posthead a:hover {
	color: #000000;
	text-decoration: none;
}

.postauthor {
	color:#000000;
	padding-top:1px;
	font-size:10px;
	font-weight:700;
	line-height:20px;
}

/*-- This styles the flyout date graphic --*/
.postdate {
	position:absolute;
	top:-1px;
	left:-165px;
	text-align:center;
	width:161px;
	margin:0;
	padding:12px 8px 18px 6px;
	background-image: url(images/date.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 253px;
}
.postdate small {
	font-size:10px;
	color:#000;
	font-weight:700;

}
.postdate .month {
	display:block;
	text-transform:uppercase;
	font-size:9px;
	padding-bottom:0;
	color: #703622;
	line-height: 12px;
	position: absolute;
	width: 79px;
	left: 39px;
	top: 141px;
	height: 19px;
}
.postdate .day {
	display:block;
	color:#000;
	font:bold 22px/18px Georgia, "Times New Roman", Times, serif;
	position: absolute;
	width: 62px;
	left: 48px;
	top: 163px;
	height: 22px;
}
.postdate .year {
	display:block;
}
.postcontent {
	padding-top:10px;
	padding-bottom:10px;
	line-height:17px;
	font-size:12px;
	width: 350px;
}
.postcontent img {

}
.postinfo {
	padding: 8px;
	border: 1px solid #CDB594;
	height: 100%;
	background-image: url(images/go.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.postinfo li {
	list-style-type:none;
	display:inline;
	color:#660000;
	font-size:10px;
	font-weight:700;
	padding:0px 0 0px 18px;
}
.postcat {
	
	position: relative;
	left: 10px;
	width: 365px;
	float: left;
}
.singlepostcat {
	
	position: relative;
	left: 0px;
	width: 465px;
	float: left;
}

.postcomments {
	display: block;
	float: left;
}
.more-link {
	font-size:11px;
	font-weight:700;
	padding-left: 20px;
	height: 16px;
	width: 200px;
	display: block;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
}
/*-- Comment Settings --*/
#commentblock {
	width:390px;
	float:left;
	margin:10px 0;
	padding:0;
	border: 1px solid #CDB594;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: left;
}
.comment-wrap {
	padding-right:13px;
	padding-left:17px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#commentblock ol {
	padding: 0px;
	list-style: none;
	margin: 10px 0px 20px;
}
#commentblock  ol li {
	margin: 0px;
	padding: 0px;
}

.commentdate {
	font-size:12px;
	padding-left:0;
}
#commentlist li p {
	margin-bottom:8px;
	line-height:20px;
	padding:0;
}
.commentlist li.alt .commenttext {
	clear: both;

}
#commentblock ol.commentlist li {

}
.commentname {
	color:#333;
	margin:0;
	padding:5px 5px 5px 0;
}
.commentinfo {
	clear:both;
}
.commenttext {
	clear:both;
	width:350px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	border-top: 1px dotted #9E9265;
	padding-top: 10px;
	margin-bottom: 15px;
}
.commenttext blockquote {
	margin-bottom:10px;
	margin-top: 8px;
}
.commenttext p {
	margin:0;
	padding:0 0 10px;
}
#commentform #submit {
	color:#000000;
    font-family:Georgia, ..., serif;
	font-size:14px;
	font-weight:700;
	border:2px solid #381405;
	display:block;
	margin:0;
	padding:4px;
	background-image: url(images/go.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
p.meta {
	color: #9E9265;
	font: 12px/34px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	float: left;
}
p.approval {
	font-style: italic;
	color: #990000;
	clear: left;
}
p.commenttitle {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
}
/*-- Sidebar settings --*/
#sidebar {
	float:right;
	width:341px;
	color:#000000;
	margin-top:0px;
	position:relative;
	font-size:11px;
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-y;
}
#sidebar a:hover {
	color: #000000;
	text-decoration: none;
}
.title {
	font-size:14px;
	font-weight:bold;
	margin:0;
	background-image: url(images/sidebarh2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #000000;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 8px;
}
#sidebar #sidebar-right ul h2 {
	list-style-type: none;
}

#sidebar #sidebar-right ul li h2 {
	list-style-type: none;
}

#sidebar h2 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	background-image: url(images/sidebarh2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #000000;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 8px;
}
#sidebar ul li strong {
	color:#000000;
}
#sidebar-top {
	width:231px;
	padding:5px;
}
.sidebar-top-box {
	margin-bottom:10px;
	padding:0;
}
.box-padding {
	padding:7px;
}
.sidebar-top-box p {
	margin-top:3px;
	margin-bottom:3px;
}
#sidebar-top h2 {
	margin-top:10px;
	color:#000000;
}
#sidebar-top .textwidget {
	margin-bottom:10px;
	padding:7px;
}
#sidebar-top ul ul {
	list-style-type:none;
	margin-bottom:10px;
	padding:10px 7px 7px 12px;
}
#sidebar-top ul ul li {
	padding-left:10px;
	list-style-type:none;
	background-image:url(images/lidot.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-bottom:3px;
}
#sidebar-top ul li a {
	text-decoration:none;
}

#sidebar-top .box-ads a{
    text-decoration:none;
}
#sidebar-left {
	float:left;
	width:215px;
	padding:0 10px 0 5px;
}
#sidebar #sidebar-left h2, #sidebar #sidebar-right h2 {
	margin:15px 0 10px;
	color: #000000;
}
#sidebar-right {
	float:left;
	width:200px;
	padding:0 5px 0 10px;
}
#sidebar-left ul ul, #sidebar-right ul ul {
	padding-left:5px;
}
html, #sidebar ul, #sidebar-wrap ul, .rel-posts ul {
	margin:0;
	padding:0;
}
#sidebar-right li, #sidebar-left li {
	background:url(images/lidot.gif) no-repeat left top;
	list-style:none;
	margin:0;
	padding:0 0 5px 8px;
}
#sidebar-left  .children, #sidebar-right  .children {
	padding-top: 8px;
}
#sidebar-left  ul.children  li, #sidebar-right  ul.children  li {
	padding-bottom: 3px;
	padding-top: 0px;
}
#sidebar   h2  a.rsswidget {
	color: #000000;
	text-decoration: none;
}
#sidebar .rsswidget img {
	float: left;
	margin-top: 2px;
	margin-right: 7px;
}
/*-- Footer settings --*/
#footer {
	float:left;
	width:981px;
	position:relative;
	height:76px;
	color:#000000;
	font-size:11px;
	padding:55px 0 0 50px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
#footcontain {
	background-image: url(images/bottom.jpg);
	background-repeat: repeat;
}
#sidebarend {
	background-image: url(images/endsidebar.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 18px;
	width: 341px;
}
#wrap #footer p {
	margin:0 0 5px;
	padding:0;
}
#footer a {
	color:#000000;
}

/*-- Post RSS and Trackback settings --*/
.Note li {
	list-style-type:none;
	font-size:11px;
	margin:0;
	padding:2px 0 2px 15px;
}
.NoteRss {

}
.NoteTrackBack {
	
}
/*-- Related Posts plugin settings --*/
.rel-posts {
	background-image:url(images/postline.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin:0 0 10px;
	padding:0 0 10px;
}
.rel-posts li {
	list-style-type:none;
	font-size:11px;
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	padding:2px 0 2px 18px;
}
/*-- Wordpress calendar settings --*/
#wp-calendar {
	width:100%;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
#wp-calendar .pad {
	
}
#wp-calendar caption {
	padding-top:3px;
	padding-bottom:6px;
	text-align:left;
	font: 700 14px/25px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#wp-calendar td {
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	line-height:15px;
}
#wp-calendar th {
	background: #000000 url(images/go.jpg) no-repeat top;
}
#wp-calendar tbody {
	border-bottom-style: none;
	border-top: 1px solid #4B2E0C;
	border-right: 1px solid #4B2E0C;
	border-left: 1px solid #4B2E0C;
	border-bottom-color: #4B2E0C;
}
#wp-calendar tbody a {
	font-weight:700;
	color:#FFF;
	text-decoration:none;
	display:block;
	border-style:none;
	margin:0;
	padding:0;
	background: #000 url(images/go.jpg) no-repeat top;
}
#wp-calendar tbody a:hover {
	font-weight:700;
	color:#DFD8BC;
	text-decoration:none;
	border-style:none;
	margin:0;
	padding:0;
}
#wp-calendar tfoot, #wp-calendar tfoot .pad {
	background-image: url(images/go.jpg);
	background-position: top;
}
#wp-calendar tfoot a:hover {
	text-decoration:underline;
}
#wp-calendar tfoot a {
	display:block;
	padding:2px 0;
}
#wp-calendar tfoot td {
	padding:0;
}
/*-- Other grouped selectors --*/
form, .postinfo ul, .Note {
	margin:0;
	padding:0;
}
input, textarea, select {
	font-family:'Verdana';
	color:#282b31;
	font-size:11px;
}
.Note li a {
	color:#000;
}
.postinfo li a, #sidebar-top a, #sidebar a:hover {
	text-decoration:underline;
}

#credit {
	color: #FFFFFF;
	margin-top: 8px;
	padding-bottom: 8px;
	background-color: #990000;
	border: 1px solid #000000;
	width: 444px;
	font-size: 7pt;
}
#credit a {
	color: #FFFFFF;
}

/* Styling for RSS feed widget */
#rss a {
	color: #D4CEAE;
	line-height: 20px;
}
#rss a:hover {
	color: #EF930C;
	text-decoration: none;
}
.clearer {
	clear: both;
	float: none;
}

/* Styling for Avatars */
.avatar {
	float: left;
	border: 1px solid #ACA288;
	display: block;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* =PageNavi Custom CSS Styles
-------------------------------------------------------------- */

/* Use !important to override PageNavi CSS */


.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 5px 2px 5px !important;
	margin-right: 2px !important;
	border: 1px solid #2C2C2C !important;
	text-decoration: none  !important;
	color: #fff !important;
	background: #2C2C2C url(images/go.jpg);!important;	
}
.wp-pagenavi a:visited {
	padding: 2px 5px 2px 5px !important;
	margin-right: 2px !important;
	border: 1px solid #2C2C2C !important;
	text-decoration: none !important;
	color: #fff !important;
	background: #2C2C2C url(images/go.jpg) !important;	
}
.wp-pagenavi a:hover {	
	border:1px solid #BA5611 !important;
	color: #FFF !important;
	background: #BA5611 url(images/go.jpg) !important;
}
.wp-pagenavi a:active {
	border:1px solid #BA5611 !important;
	color: #FFF !important;
	background: #BA5611 url(images/go.jpg) !important;	
}
.wp-pagenavi span.pages {
	padding: none !important;
	margin-right: 2px !important;
	border: none !important;
	text-decoration: none !important;
	color: #A1674F !important;
	background: transparent url(none) !important;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
.wp-pagenavi span.current {
	padding: 2px 5px 2px 5px !important;
	margin-right: 2px !important;
	border: 1px solid #BA5611 !important;
    font-weight: bold !important;
	background: #BA5611 url(images/go.jpg) !important;
	color: #FFF !important;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: none !important;
	color: #000000;
	background:transparent !important;
}
/*-- WP required settings --*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.gallery-caption {

}
.sticky {background: #eef3f8; display:inline-block; padding:5px; border: 1px solid #cad6e1; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.bypostauthor {
}