@charset "UTF-8";

/*  

Theme Name: adventurers2

Theme URI: 

Description: Adventurers2 blog 

Version: 1.0

Author: Donna Wilson

Author URI: 

*/


.leftpadlink a { 
background: url(images/comment-icon.gif) no-repeat left;
        color:#000000;
        padding-left:20px;
        padding-right:10px;
        display: block;
        float: left;
        margin-right: 8px;
}

/* CSS Document */


body {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	background-color: #04355f;
	color: #333;
        margin: 10px 0 0 0;
        padding: 0;
	}
	
#page {
	width: 1000px;
	margin: auto;
	}
	
.rss {
	color: #fff;
	float: right;
	text-align: right;
	vertical-align: bottom;
	}
	
.clear {
	clear: both;
	}
	
p {
	margin: 0; padding: 0;
	}


/* TEXT */

/* h tags */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #04355f;
	font-weight: normal;
	}
   
h1 { 
	font-size: 1.7em;
	margin: 0.2em 0;
	}

h2 { 
	font-size: 1.5em; 
	margin: 0.2em 0;
	}

h3 { 
	font-size: 1.3em;
	}

h4 { 
	font-size: 1.2em;
	font-weight: bold;
	}

h5 { 
	font-size: 1em;
	font-weight: bold;
	}

/* links */

a { 
	color: #04355f;
	}

a:hover {
	color: #78db36;
}

a:visited {
	color: #999;
}

/* Navigation*/

/* nav tabs */
	
#menu ul {
	list-style: none;
	margin-bottom: 0;
	margin: 0;
	padding: 0;
	width: 40em;
	font-size: 1.5em;
	text-transform: lowercase;
}

#menu ul li {
	float: left;
	background: #265d8c url(images/tab-left.jpg) no-repeat top left;
	padding: 0 0 12px 2em;
	margin:  0 0em 0 2em;
	text-align: left;

display: block;
}
	
#menu ul li a {
	background: #265d8c url(images/tab-right.jpg) no-repeat top right;
	padding: 12px 2em 0 0;
	display: block;
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #78db36;
}
	

/*
#navtabs li.current-cat {
	background: #0288D8 url(images/tableft_active.png) no-repeat left top;
}
#navtabs li.current-cat a {
	background: #0288D8 url(images/tabright_active.png) no-repeat right top;
	color: #FFFFFF;
}
*/

/* HEADER */

#header {
	width: 980px;
	margin: 0 auto;
	border-right: 10px solid #265d8c;
	border-left: 10px solid #265d8c;
	background-image: url(images/adventurers2-head.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 246px;
	}

#header_rss {
	float: right;
	margin: 20px;
	}
	
#header_rss a img, #header_rss a:hover img {
	border: 0;
	}
	
#header h1 {
	margin: 0;
	padding: 0;
	display: none;
	}
	
/* MAIN BODY */

#mainbody {
	background-color: #fff; 
	color: #333; 
	width: 960px; 
	margin: 0 auto; 
	padding: 0 10px 10px 10px; 
	border-left: 10px solid #265d8c; 
	border-right: 10px solid #265d8c;
	}
	
#content {
	padding-top: 10px;
	}
	

#body_left {
	padding: 10px; 
	width: 560px; 
	float: left;
	}
	
	
/* SIDEBAR */
         
#sidebar {
	float: left;
	width: 140px;
	margin-right: 20px;
	}
	
#sidebar_right {
	width: 140px;
	float: right;
	}
	
#body_right {
	float: right; 
	width: 310px; 
	margin-right: 7px; 
	background-image: url(images/whibox.jpg); 
	background-repeat: no-repeat; 
	padding: 20px; 
	height: 400px; 
	min-height: 400px;
	font-size: 0.9em;
	}
	
#body_right_content ul {
        list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	}
	
#body_right_content ul li {
	margin: 0.3em 0;
	padding: 0;
	}
	
#body_right_content h2 {
	font-size: 1.2em;
	}

#body_right_content h2 a {
	text-decoration: none;
	}
	
#body_right_content ul ul li::before {
   content: "\00BB";
   padding-right: 0.3em;
  }

	
/* SEARCH */

	
#mainsearch #searchform {
	float: right;
	margin: 130px 30px 0 0;
	}
	
#mainsearch #searchform input {
	border: 0;
	font-size: 1.3em;
	padding: 6px;
	}

#mainsearch #searchform #s {
	color: #999;
	width: 250px;
	background: none;
	}

#mainsearch #searchsubmit {
	background-image: url(images/gobutton.jpg);
	background-repeat: repeat-x;
	background-color: #04355F;
	color: #fff;
	text-transform: uppercase;
	float: right;
	}
	
	
#searchform {
	width: 320px;
	background-image: url(images/searchbox.jpg);
	background-repeat: no-repeat;
	height: 34px;
	}
	
#searchform input {
	border: 0;
	font-size: 1.3em;
	padding: 6px;
	}

#searchform #s {
	color: #999;
	width: 250px;
	background: none;
	}

#searchsubmit {
	background-image: url(images/gobutton.jpg);
	background-repeat: repeat-x;
	background-color: #04355F;
	color: #fff;
	text-transform: uppercase;
	float: right;
	}


/*


#gosearch {
	position:relative;
	top:7px;
}

*/


/* CALENDAR */

.calendar {
	background-image: url(images/greenbutton.jpg);
	background-repeat: repeat-x;
	background-color: #78db36;
	float: left; 
	margin: 0 10px 10px 0;
	color: #fff;
	border: 1px solid #78db36;
	text-align: center;
	width: 2.9em;
	padding: 0 4px;
	}
	
.calendarm {
	font-size: 1.1em;
	text-transform: uppercase;
	display: block;
	}
	
.calendard {
	font-weight: bold;
	font-size: 2.3em;
	line-height: 0.7em;
	display: block;
	}
	
.calendary {
	font-size: 0.8em;
	line-height: 1em;
	}
	
/* POSTS */


.entry {
   clear: right;
}

.entry img {
   padding: 10px;
   border: 0;
}

div.post p {
   margin: 0.8em 0 0 0;
}

.postmetadata {
	font-size: 0.9em;
	margin-top: 1.5em;
	clear: both;
	}
	
.toppostmetadata {
	font-size: 0.9em;
	float: right;
	margin-left: 1.5em;
	}
	
.post-title h2 a {
	text-decoration: none;
	}
	
.post-title h2 a:hover {
	text-decoration: underline;
	}
	
.post {
	border: 1px solid #e1e1e1;
	margin: 1em 0;
	padding: 10px;
	background-color: #f8f8f8;
	}
	
/* COMMENTS */

.alignright {
        text-align: right;
        float: right;
}

.alignleft {
   float: left;
}

.metaalignright {
   text-align: right;
   float: right;
}

.metaalignright a {
        background: url(images/comment-icon.gif) no-repeat left;
        color:#000000;
        padding-left:20px;
        padding-right:10px;
        margin-left: 1em;
        display: block;
        float: left;
}

.metaalignright a:hover {
        color: #78db36;
}

a.readmore {
        background: url(images/arrow-rt.gif) no-repeat left;
        padding-left: 16px;
        margin-right: 10px;
}

a.post-edit-link {
        background: url(images/icon-edit.gif) no-repeat left;
        padding-left: 20px;
}

#commentform p {
	font-size: 0.9em;
	margin: 0.3em 0;
	}
	
#respond_box {
	background-image: url(images/graydient.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	border-top: 1px solid #e1e1e1;
	}
	
#respond_box textarea {
	border: 1px solid #e1e1e1;
	background-color: #fdfdfd;
	padding: 4px;
	}
	
#commentform input {
	float: right;
	}
	
ol.commentlist {
	list-style: none;
	margin: 0; 
	padding: 0;
	font-size: 0.9em;
}

ol.commentlist li.comment {
	margin: 1.5em 0;
	padding: 10px;
	clear: both;
	border-color: #f1f1f1;
	border-width: 2px;	
	border: 2px solid #f1f1f1;
	border-left: 0;
	border-right: 0;
	
	}
	
ol.commentlist li {
	background-color: #fcfcfc;
	background-image: url(images/commentboxbg.jpg);
	background-repeat: repeat-x;
	}

ol.commentlist li.alt {
	background-color: #fdfdfd;
	background-image: url(images/commentaltbg.jpg);
	background-repeat: repeat-x;
}

img.avatar {
	float: left;
	margin: 0 10px 10px 0;
	}
	
.comment-body p {
	margin-top: 1em;
	}

.comment-meta {
	font-size: 0.9em; 
	}

.comment-meta a {
        text-decoration: none;
}
	
ol.commentlist li.bypostauthor {
	background-color:#f4faf0;
	background-image: url(images/commentauthbg.jpg);
	background-repeat: repeat-x;
}

.fn {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
	}
	
/* in comment-template.php
Your comment is awaiting moderation */
em.waiting {
	color: red;
	}

/* RSS link */

a.rssbkg {
        background: url(images/rss-small.gif) no-repeat left;
        padding-left: 20px;
        height: 20px;
}

/* TWITTER WIDGET */

#body_right_content ul.twitter {
        list-style: none;
        margin: 0 0 10px 0;
        padding: 0;
}

#body_right_content ul.twitter li {
   margin: 0;
   padding: 6px 0;
   border-bottom: 1px solid #e1e1e1;
   display: block;
}

#body_right_content li.widget_twitter h2 {
   margin: 0;
   padding: 0;
}

#body_right_content ul ul.twitter li::before {
   content: '';
   padding-right: 0;
  }

.twitter-timestamp abbr {
   border: 0;
   font-style: italic;
   font-size: 0.9em;
   display: block;
}



/* BOTTOM - above footer */
.bottom {
   width: 1000px; 
   background: url(images/page-bottom.jpg) no-repeat; 
   height: 29px;
}

/* FOOTER */
.footer {
background-color: #265d8c; 
color: #fafafa; 
padding: 20px;
}

.footer a:link {
color: #fff;
}

.footer-bottom {
   background: url(images/footer-bottom.jpg) no-repeat; 
   height: 30px;
}
