/*  
 
Theme Name: WAH ComicPress 3C
Version: 2.5

Theme URI: http://mindfaucet.com/comicpress/
Description: Modified version of the 3-Column Edition of ComicPress by <a href="http://mindfaucet.com/">Tyler Martin</a>. <a href="http://mindfaucet.com/comicpress">Visit the ComicPress website.</a>

	Author: Paul Wagner
	Author URI: http://pyrographicmedia.com/

The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html

*/


/* ----------------------------------------------------------------------*/
/* ---------->>> COLORS <<<-----------*/
/* ----------------------------------------------------------------------*/
.black { background-color:#000; }
.white { background-color:#FFF; }
.gray { background-color:#CCC; }

.navy { background-color:#0b3d51; }
.dark_navy { background-color:#052635; }
.blue { background-color:#5a85aa; }
.light_blue { background-color:#acc2d4; }
.dark_blue { background-color:#3d658d; }
.red { background-color:#560007; }
.dark_red { background-color:#390003; }
.orange { background-color:#e99010; }
.dark_orange { background-color:#df7008; }
.light_orange { background-color:#f4c787; }
.tan { background-color:#d9cab0; }
.dark_tan { background-color:#c9b594; }
.light_tan { background-color:#ece4d7; }


/* ----------------------------------------------------------------------*/
/* ---------->>> TEXT COLORS <<<-----------*/
/* ----------------------------------------------------------------------*/
.txt_black { color:#333333; }
.txt_white { color:#FFF; }
.gray { color:#CCC; }

.txt_navy { color:#0b3d51; }
.txt_dark_navy { color:#052635; }
.txt_blue { color:#5a85aa; }
.txt_light_blue { color:#acc2d4; }
.txt_dark_blue { color:#3d658d; }
.txt_red { color:#560007; }
.txt_dark_red { color:#390003; }
.txt_orange { color:#e99010; }
.txt_dark_orange { color:#df7008; }
.txt_light_orange { color:#f4c787; }
.txt_tan { color:#d9cab0; }
.txt_dark_tan { color:#c9b594; }
.txt_light_tan { color:#ece4d7; }


/* ----------------------------------------------------------------------*/
/* ---------->>> COMMON CLASSES <<<-----------*/
/* ----------------------------------------------------------------------*/

.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.float_left { float: left; }
.float_right { float: right; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden }
.clearfix { clear: both; display: block; }
.pad { padding: 10px; }
.pad_left { padding-left: 10px; }
.pad_right { padding-right: 10px; }
.pad_top { padding-top: 10px; }
.pad_btm { padding-bottom: 10px; }
.margin_left { margin-left: 10px; }
.margin_right { margin-right: 10px; }
.margin_top { margin-top: 10px; }
.margin_btm { margin-bottom: 10px; }
.border { border:solid 1px #000 }
.border_left { border-left:solid 1px #000 }
.border_right { border-right:solid 1px #000 }
.border_top { border-top:solid 1px #000 }
.border_btm { border-bottom:solid 1px #000 }
table.twocol td { width: 50%; }
table.threecol td { width: 33.333%; }
table.fourcol td { width: 25%; }
div.twocol { width: 50%; }
div.threecol { width: 33.333%; }
div.fourcol { width: 25%; }
table.pad_cel td { padding: 3px; }
.center { margin:0px auto }
.hide { display:none; position: absolute; top: -5000em; left: -5000em;}
.hr_blocker {
	display:block;
	height:1em;
	background-color:#FFF;
	margin-top:-2em;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> BASIC HTML <<<-----------*/
/* ----------------------------------------------------------------------*/

body {
	margin: 0;
	color: #333;
	font-size: 12px;
	font-family: 'Verdana';
	background: #091822;
}

a {
	color: #000;
	text-decoration: underline;
  }
  	
  	a:hover {
  		color: #5a85aa;
  	}

	a img {
		border: none;
	}

p img {
	max-width: 100%;
	padding: 0;
}
		
small {
	font-size: 11px;
}
 
hr {
	height: 1px;
	color: #B39A75;
	background-color: #B39A75;
	border: 0px;
        clear: both;
}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #ddd;
}

	blockquote cite {
		margin: 5px 0 0;
		display: block;
	}

cite {
	font-family:'Arial',sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	line-height:18px;
}
	
code {
	padding: 10px;
	display: block;
	font-family: 'Courier New', monospace;
	background: #eee;
	border: 1px dotted #777;
	overflow: scroll;
}

acronym, abbr, span.caps {
	cursor: help;
}

	acronym, abbr {
		border-bottom: 1px dashed #999;
	}

.entry ul {
	margin-bottom:10px;
}	
.entry li {
	background: url(images/bullet.png) no-repeat left top;
	padding-left: 12px;	
	margin-bottom:4px;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> HEADINGS <<<-----------*/
/* ----------------------------------------------------------------------*/

h1, h2,h3, h4, h5, h6 {
	font-family:'Trebuchet MS',Verdana,Arial,Sans-Serif;
}

h1, h1 a, h1 a:hover {
	color: #0b3d51;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
}
h1 {
	margin: 0 0 8px;
	padding: 0 0 8px;
	text-align: left;
	border-bottom:solid 1px #AAA;
}
h1 small, h2 small{
	display:block;
	color: #442F16;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
	background: url(images/calendar_16x16.png) no-repeat left center;
	padding: 0px 0px 0px 20px;
	margin:0px;
}

h2, h2 a {
	margin: 0;
	color: #111;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	text-decoration: none;
}

	h2.pagetitle, h2.pagetitle a {
		margin: 0px 0px 20px;
		padding: 0px 0 5px 0;
		color: #0b3d51;
		clear:both;
		font-size: 16px;
		font-weight: bold;		
		text-align: left;
		border-bottom:1px solid #B39A75;
	}

h3, h3 a {
	margin: 0px 0px 10px;
	padding: 0;
	color: #111;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	clear: both;
}

h2 a:hover, h3 a:hover {
	color: #111;
	border-bottom: 1px dotted #777;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> MAIN CONTAINER <<<-----------*/
/* ----------------------------------------------------------------------*/

#container { background: #0b3d51 url(images/bg_stars_new.png) repeat-x left top; }

/* ----------------------------------------------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* ----------------------------------------------------------------------*/

#header {
	width: 960px;
	margin: 0 auto;
}
	
#header .description {
	display:none;
}
#header h1 a, #header h1  {
	text-indent:-6000px;
	font-size:0px;
	line-height:0px;
	background:;
	display:block;
	height:133px;
	width:960px;
	background: url(images/WAH_header.png) no-repeat center top;
	margin:0px;
	padding:0px;
	float:left;
	border-bottom:none;
}
#header #top_ad {
	float:left;
	padding:22px 0 0 0;
/*	padding:22px 0 21px; */
}

/* ----------------------------------------------------------------------*/
/* ---------->>> MENU <<<-----------*/
/* ----------------------------------------------------------------------*/

#menubar {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	background: #000 url(images/bg_nav.jpg) repeat-x left top;
	clear:left;
	overflow:hidden;
}

	#menu ul, #menu li {
		margin:0;	
		padding: 0;
		list-style: none;
	}

#menu li {
	float:left;
}
	
#menubar a {
	display:block;
	float:left;
	height:40px;
	text-indent:-6000px;
	margin:0;	
	padding: 0;
}

#menubar .nav_home a {
	width:122px;
	background: url(images/nav_home.gif) no-repeat left top;
}
#menubar .nav_about a  {
	width:133px;
	background: url(images/nav_about.gif) no-repeat left top;
}
#menubar .nav_guests a  {
	width:141px;
	background: url(images/nav_guests.gif) no-repeat left top;
}
#menubar .nav_store a  {
	width:126px;
	background: url(images/nav_store.gif) no-repeat left top;
}
#menubar .nav_subscribe a  {
	width:167px;
	background: url(images/nav_subscribe.gif) no-repeat left top;
}
#menubar .nav_extras a {
	width:141px;
	background: url(images/nav_extras.gif) no-repeat left top;
}
#menubar .nav_gummi a {
	width:130px;
	background: url(images/nav_gummi.gif) no-repeat left top;
}

#menubar a:hover  {
	background-position:left -40px;
	cursor:pointer;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> THE COMIC <<<-----------*/
/* ----------------------------------------------------------------------*/
	
#comic {
	width: 960px;
	margin: 0px auto;
	padding: 0 0 0 0;
	text-align: center;
	background: #fff;
}

#comic_nav {
	width: 960px;
	margin: 0px auto;
	padding: 0 0 0 0;
	text-align: center;
	background: #000; 
	color:#FFF;
	height:40px;
	position:relative;
}
#previous_comic{
	float:left;
}
#next_comic {
	float:left;
}
#previous_comic a, #next_comic a, a.btn_buyprint, a.btn_first, a.btn_last, .nav-spacer {
	position:absolute;
}
#previous_comic a, #next_comic a, a.btn_buyprint, a.btn_first, a.btn_last {
	display:block;
	height:40px;
	line-height:0px;
	padding:0px;
	text-indent:-6000px;
	width:95px;
}
#previous_comic a {
	background: url(images/btn_previous.gif) no-repeat left top;
	left:75px;
}
#next_comic a {
	background: url(images/btn_next.gif) no-repeat left top;
	left:320px;
}
#middle_nav {
	height: 40px;
    margin: 0 auto;
    width: 495px;
	position:relative;
}
a.btn_buyprint, a.btn_first, a.btn_last, .nav-spacer {
	float:left;
	width:150px;
}
.nav-spacer {
	height: 40px;
    left: 170px;
    width: 150px;
}
a.btn_first, a.btn_last {
	width:75px;
}
a.btn_buyprint {
	background: url(images/btn_buyprint.png) no-repeat left top;
}
a.btn_first {
	background: url(images/btn_first.png) no-repeat left top;
	left:0px;
}
a.btn_last {
	background: url(images/btn_last.png) no-repeat left top;
	left:415px;
}
#previous_comic a:hover, #next_comic a:hover, a.btn_buyprint:hover, a.btn_first:hover, a.btn_last:hover {
	background-position:left -40px;
	cursor:pointer;
}

.comic_title_box {
	background: url(images/bg_comic_title_box.gif) no-repeat left bottom;
	margin-top:-20px;
	margin-bottom:20px;
	padding:25px 20px 20px;
	overflow:hidden;
}
.comic_title_box .comicdate {
	
}
.comic_title_box h2 {
	
}


/* ----------------------------------------------------------------------*/
/* ---------->>> PAGE WRAPPER <<<-----------*/
/* ----------------------------------------------------------------------*/

#page {
	background: #D9CAB0;
	width: 960px;
	margin: 0px auto;
	padding:0px 0px 158px;
	text-align: left;	
}

/* ----------------------------------------------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* ----------------------------------------------------------------------*/

#footer {
	padding: 20px 0;	
	color: #cae9ff;
	text-align: center;
	background: #091822;
}

	#footer a {
		color: #fff;
		text-decoration: none;
		border: none;
	}

	#footer a:hover {
		border-bottom: 1px dotted #fff;
	}
.btm_buildings {
	width:960px;
	margin:0px auto;
}
.btm_buildings img {
	margin:-158px 0px 0px;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> NAVIGATION <<<-----------*/
/* ----------------------------------------------------------------------*/

.nav {
	margin: 0;
	padding: 3px 0 0 0;
	float: right;
	color: #999;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.nav-single {
	padding:20px 10px 0;
	font-family: 'Arial', sans-serif;
	text-align: right;
	float:right;
	font-size:.9em;
	color:#FFF;
}
.nav-single a {
	color:#FFF;
}

.pagenav {
	padding: 40px 20px 20px 20px;
	color: #999;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	clear: both;
}

	.pagenav-left {
		float: left;
	}

	.pagenav-right {
		float: right;
	}

.nav a, .pagenav a, .nav-single a {
	padding: 0 2px;
	text-decoration: none;
	border: none;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

	.nav a:hover, .pagenav a:hover, .nav-single a:hover {
		color:#0b3d51;
		background-color: #acc2d4;
	}

/* ----------------------------------------------------------------------*/
/* ---------->>> MAIN CONTENT CENTER COLUMN <<<-----------*/
/* ----------------------------------------------------------------------*/

#column {
	width: 549px;
	padding: 15px 0 20px 0;
	float: left;
	overflow: hidden;
}

#column p{
	line-height:18px;
	margin-bottom:18px;
}

.post-frontpage {
	padding: 0px;
	text-align: justify;
}
	
.post, .content, .comment-wrapper {
	text-align: left;
	background: #ECE4D7;
	margin-bottom:30px;
}
.comment-wrapper { padding-bottom:20px; overflow:hidden;}
.post .pad, .content .pad {
	padding:20px;
	background: #ECE4D7;
	overflow:hidden;
}

	.comicdate {
		color: #777;
		font-family: 'Trebuchet MS', Arial, sans-serif;
		font-size: 15px;
		font-weight: bold;
                padding-bottom: 5px;
	}
	
	.postdate {
		color: #777;
		font-size: 11px;
	}

.postmeta {
	border-top:1px solid #c9b594;
	color:#777777;
	line-height:25px;
	margin:0 0 20px;
	padding-top:10px;
	text-align:right;
 }

	.postmeta ul {
		display: inline;
		list-style-type: none;
		list-style-image: none;
	}
.comic_title_box .postmeta {
	margin: 0px;
} 	
.postmeta-single {
	padding: 10px;
	color: #555;
	font-size: 11px;
	text-align: left;
	background: #d9cab0;
	border: 1px solid #6c655e;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
	
	.postmeta-single a {
		color: #000;
	}	
	
	.postmetatags {
		
	}

.postmeta a, .postmeta-single a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #777;

}
	




	.postmeta a:hover, .postmeta-single a:hover {
		color: #777;
		border-bottom: 1px solid #777;
	}

.postmeta-comments {
	font-size: 16px;
}
	
	.balloon {
		color: #ccc;
		font-family: 'Webdings', fantasy;
		font-size: 18px;
	}
	
.post_data_container {
	background:#0b3d51;
	height:50px;
	width:549px;
}
.entry_author_image {
	float:left;
	height:50px;
	width:60px;
}
.post_data {
	color:#acc2d4;
	font-size:.9em;
	text-transform: uppercase;
	line-height:50px;
	padding-left:10px;
}
.post_data a {
	color:#FFF;
	text-decoration:none;
}
.post_footer {
	background:#C9B594;
	font-size:.9em;
	text-transform: uppercase;
	padding:10px;
}
.post_footer a {
	color:#0b3d51;
	font-weight:bold;
	text-decoration:none;
}
.post_footer a:hover, .post_data a:hover {
	text-decoration:underline;
}
.comment_balloon {
	background: url(images/bg_comment_balloon.png) no-repeat left top;
	display:block;
	float:right;
	text-align: center;
	height: 54px;
	width: 64px;
	margin-top: -9px;	
}
a.comment_balloon {
	text-decoration:none;	
}
.post .comment_balloon .pad, .content .comment_balloon .pad {
	padding:9px 0px;
	color: #0b3d51;
	font-weight: bold;
	background: none;
	overflow:visible;
}
.sociable_tagline { margin-bottom:5px; color:#0B3D51; }

/* ----------------------------------------------------------------------*/
/* ---------->>> SIDEBARS <<<-----------*/
/* ----------------------------------------------------------------------*/

#sidebar-left {
	width: 208px;
	margin: 0;
	padding: 15px 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
}

#sidebar-right {
	width: 203px;
	margin: 0;
	padding: 15px 0;
	float: right;
	font-size: 11px;
	overflow: hidden;
}

#sidebar-right .widgettitle {
	display:none;
}
#text-329005211 {
	padding-left:10px;
}

.sidebar h2, .sidebar h2 a {
	color: #0b3d51;
	font-weight: normal;
	font-size: 18px;
	margin-bottom:8px;
	text-transform: lowercase;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.sidebar ul li {
		margin: 0 0 10px 10px;
		padding: 0;
	}
	#text-499170163 {
		margin: 0px;
	}
	#sidebar-right ul li {
		margin: 0 0 10px 20px;
		padding: 0;
	}

		.sidebar ul li ul li, #sidebar-right ul li ul li {
			margin: 0px;
			padding: 0px;
		}

			.sidebar ul li ul li a {
				display: block;
				color: #333;
				text-decoration: none;
				border-bottom: 1px dotted #777;
				line-height:1.6em;
				padding-left:10px;
			}

				.sidebar ul li ul li a:hover {
					color: #FFF;
					background: #0B3D51;
					border-bottom: 1px solid #0B3D51;
				}

#sidebar-right .textwidget .side_ad a img {
	border:solid 1px #000;
	text-align:center;
}

a.btn_celebrity, input.btn_support, a.btn_subjokes {
	border:none;
	display:block;
	height:130px;
	width:185px;
	text-indent:-6000px;
	line-height:0px!important;
	font-size:0px;
}

a.btn_celebrity {
	background:url(images/btn_celebrity.png) no-repeat left top;
}
/*a.btn_facebook {
	background:url(images/btn_facebook.png) no-repeat left top;
}*/
input.btn_support {
	background:url(images/btn_support.png) no-repeat left top;
}
a.btn_subjokes {
	background:url(images/btn_subjoke.png) no-repeat left top;
}
a.btn_celebrity:hover, input.btn_support:hover, a.btn_subjokes:hover {
	background-position:left -140px;
	cursor:pointer;
}

#socialLinks {
	overflow:hidden;
	clear:both;
	height:42px;
	margin-top:20px;
	margin-bottom:-15px;}

#socialLinks a {
	display:block;
	float:left;
	height:42px;
	line-height:0px;
	font-size:0px;
	padding:0px;
	text-indent:-9000px;
	width:42px;
	margin-right:5px;
}

.btn_rss { background: url(images/btn_rss.gif) no-repeat left top; }
.btn_facebook { background: url(images/btn_facebook.gif) no-repeat left top; }
.btn_twitter { background: url(images/btn_twitter.gif) no-repeat left top; }
#socialLinks .btn_mail { background: url(images/btn_mail.gif) no-repeat left top; margin-right:0px; }

#socialLinks a:hover {
	background-position:left -42px;
}

.sidebar .archivedropdown {width:182px;}

/* ----------------------------------------------------------------------*/
/* ---------->>> BLOG HEADER <<<-----------*/
/* ----------------------------------------------------------------------*/

#blogheader {
	color:#FFF;
	background:#5a85aa;
	font-family:'Trebuchet MS',Verdana,Arial,Sans-Serif;
	font-size:36px;
	margin:0 20px 10px;
	padding:10px;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> COMMENTS <<<-----------*/
/* ----------------------------------------------------------------------*/

.comment-wrapper .pad {
	padding: 0 20px;
}
.comment_header {
	background:#C9B594;
	padding:10px 20px;
}
	
	.comment-wrapper h3 {
		margin: 0;
		font-weight: normal;
		font-size: 18px;
		clear: both;
	}

		.bigballoon {
			color: #ccc;
			font-family: 'Webdings', fantasy;
			font-size: 28px;
		}

	.comment-wrapper a {
		text-decoration: none;
		border-bottom: 1px dotted #777;
	}
		
		.comment-wrapper a:hover {
			color: #777;			
			border-bottom: 1px solid #777;
		}

	.comment-wrapper p {
		margin: 10px 0 0 0;
	}
	.comment-wrapper p.thdrpy {
		margin:-10px 0 18px;
	}

.avatar {
	margin:0 10px 10px 0;
	padding:0px;
	float:left;
}

#comment, #author, #email, #url {
	padding: 2px;
	color: #000;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

	#comment:hover, #author:hover, #email:hover, #url:hover {
		background: #eef3f6;
	}
	
	#comment {
		width: 99%;
	}

	#author, #email, #url {
		width: 200px;
	}

#submit {
	margin: 0 0 20px 0;
	padding: 0 5px;
	float: right;
	color: #fff;
	background: #0b3d51;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	font-weight:bold;
	border-width: 2px;
	border-style: solid;
	border-color: #052635;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

	#submit:hover {
		cursor:pointer;
		background: #acc2d4;
	}

ol.commentlist {
	margin:0;
	padding: 0;
	font-size: 11px;
	list-style: none;
}

	.commentlist li {
		border-bottom:1px solid #C9B594;
		padding:20px 20px 0;
		clear: both;
		overflow:hidden;
	}
#commentform {
	padding:0px 20px;
}

.comment  #commentform {
	margin-left:-20px;
	margin-right:-20px;
}

.comment-childs #commentform {
	margin-left:-80px;
	margin-right:-20px;
}

#respond {
	padding:20px 20px 0px;
}
.reply a {font-weight:bold;}

.reply {display:none;}

.commentlist p {padding-left:60px;}
.commentlist #commentform p {
	margin:0 0 10px;
	padding:0;
}
.commentlist .pingback p {padding-left:0px;}

.nav-next {float:right;}

.navigation {
	background:none repeat scroll 0 0 #C9B594;
	font-weight:bold;
	padding:10px 20px;
	overflow:hidden;
}

.comment-wrapper .navigation a, .comment-wrapper .navigation a:hover {
	text-decoration: none; 
	border-bottom:none;
}

.navigation a:hover {
	color:#FFF;
}

#cancel_reply {
	margin-bottom:10px;
}

#comment_mail_notify {margin:3px 3px 3px 0px;}

/* ----------------------------------------------------------------------*/
/* ---------->>> ARCHIVE <<<-----------*/
/* ----------------------------------------------------------------------*/

.comicarchiveframe {
	margin: 0px;
	padding: 0px;
}
 
	.comicarchiveframe:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
	}

.comicarchiveframe {



	margin: 0px 0px 10px;
}
 




	.comicarchiveframe h3 {
		margin: 0;
	}
		
	.comicarchiveframe small {
		display: block;
	}
		
	.comicarchiveframe:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
	}

/* ----------------------------------------------------------------------*/
/* ---------->>> CALENDAR <<<-----------*/
/* ----------------------------------------------------------------------*/

#wp-calendar {
	width: 185px;
}

#wp-calendar th {
	color: #FFF;
	background:#111;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

#wp-calendar caption {
	color:#6c655e;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 18px;
	margin-bottom:5px;
	text-align:center;
}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #d9cab0;
	background:#C9B594 none repeat scroll 0 0;
}

#wp-calendar a {
	color: #FFF;
	display: block;
	text-decoration: none;
	background: #b39a75;	
}
	
	#wp-calendar a:hover {
		color: #FFF;
		background: #5a85aa;
	}
#wp-calendar a, #wp-calendar td, #wp-calendar th {
	line-height:20px;	
}

/* ----------------------------------------------------------------------*/
/* ---------->>> SEARCH <<<-----------*/
/* ----------------------------------------------------------------------*/

#s {
	width: 140px;
	margin: 0;
	padding: 2px;
	color: #000;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

	#s:hover {
		background: #eee;
	}

#searchsubmit {
	margin: 0;
	padding: 0 0 0 2px;
	color: #fff;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	background: #0b3d51;
	border-width: 2px;
	border-style: solid;
	border-color: #052635;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

	#searchsubmit:hover {
		cursor:pointer;
		background: #acc2d4;
	}

/* ----------------------------------------------------------------------*/
/* ---------->>> GALLERY <<<-----------*/
/* ----------------------------------------------------------------------*/

.attachment {
	width: 520px;
	margin: 0 auto;
	text-align: center;
}

	.attachment img {
		margin: 0 0 10px 0;
		border: 1px solid #000;
	}
		
	.attachment p {
		margin: 0 9px 10px 9px;
		padding: 10px;
		border: 1px solid #999;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;	
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}

.imagenav-wrap {
	width: 502px;
	height: 77px;
	margin: 0 auto;
}

.imagenav {
	width: 77px;
	height: 77px;
	float: left;	
}

.imagenav-center {
	width: 316px;
	height: 65px;
	margin: 0 10px;
	padding: 10px 5px 0 5px;
	float: left;
	color: #bbb;
	text-align: center;
	border: 1px solid #999;
	overflow: hidden;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
	
	.imagenav-center a {
		text-decoration: none;
		color: #777;
		border-bottom: 1px dotted #777;
	}
		
		.imagenav-center a:hover {
			color: #777;
			border-bottom: 1px solid #777;
		}

.imagetitle {
	color: #333;
	font-size: 18px;
}

.imagenav-bg {
	width:75px;
	height:75px;
	position: absolute;
	z-index: 0;
	background: #eee;
	border: 1px solid #000;
}

	.imagenav-bg img {
		width:75px;
		height:75px;
	}

.imagenav-arrow {
	width:75px;
	height:75px;
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 50px;
	line-height:75px;
	text-align: center;
	border: 1px solid #000;
	float: left;
}

.imagenav-link {
	width:75px;
	height:75px;
	position: absolute;
	z-index: 2;
	border: 1px solid #000;
	float: left;
}

	.imagenav-link img {
		width:75px;
		height:75px;
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
	}

		.imagenav-link img:hover {
			filter: alpha(opacity=0);
			-moz-opacity: 0.00;
			opacity: 0.00;
		}

.aligncenter {
	margin: 0 auto;
	display: block;
}

.alignright {
	margin: 10px 0 10px 10px;
	display: inline;
	float: right;
}

.alignleft {
	background:#FFF;
/*	border:solid 1px #0b3d51; */
	display: inline;
	float: left;
        clear: both;
	margin: 0px 10px 10px 0;
/*	padding:10px; */
}

.rss_link {
	background: url(images/feed-icon.gif) no-repeat left center;
	padding-left: 12px;	
}

/* ----------------------------------------------------------------------*/
/* ---------->>> BUTTONS <<<-----------*/
/* ----------------------------------------------------------------------*/

.btn_makeComment, #recaptcha-submit-btn-area #submit, .btn_subscribe, .thdrpy a {
	border:none;
	display:block;
	height:29px;
	line-height:0px;
	font-size:0px;
	padding:0px;
	text-indent:-9000px;
}

.btn_makeComment {
	background: url(images/btn_makeComment.gif) no-repeat left top;
	float:right;
	width:118px;
}

.btn_subscribe {
	background: url(images/btn_subscribe.gif) no-repeat left top;
	float:none;
	margin-top:5px;
	width:76px;
}

#recaptcha-submit-btn-area #submit {
	background: url(images/btn_submitComment.gif) no-repeat left top;
	width:118px;
	-moz-border-radius:0px;
	border:none;
	float:right;
	margin:0 0 20px;
	padding:0px;
}

.thdrpy a {
	background: url(images/btn_reply.gif) no-repeat left top;
	height:19px;
	width:37px;
}

.thdrpy a:hover {
	background-position:left -19px;
	border-bottom:none;
}

.btn_makeComment:hover, #recaptcha-submit-btn-area #submit:hover, .btn_subscribe:hover {
	background-position:left -29px;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> SOCIAL BOOKMARKS <<<-----------*/
/* ----------------------------------------------------------------------*/


.social_bookmark a, .social_bookmark br {
	display:none;
}

.social_bookmark div a, .social_bookmark div a:hover {
	display:block;
	float:left;
	color:#ECE4D7;
	cursor:default;
}

.social_bookmark div br {
	display:block;
}

.social_bookmark {
	float:left;
	padding:10px 0 0;
}

.post-frontpage .social_bookmark {
	padding:10px 0 0;
}

.social_bookmark img.social_img {
	margin:0 0 5px;
}

.social_bookmark div a img, .social_bookmark div a:hover img {
	cursor:pointer;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> RECAPTCHA <<<-----------*/
/* ----------------------------------------------------------------------*/

#recaptcha-submit-btn-area {
	margin:10px 0px;
	clear:both;
}

#recaptcha_area {
	background:#D9CAB0 none repeat scroll 0 0;
	padding:10px;
}

#recaptcha_widget_div .recaptcha_input_area {
	padding-top:10px!important;
	margin-left:-7px;
}

#recaptcha_widget_div .recaptchatable {
	border:1px solid #D9CAB0 !important;
}


/* ----------------------------------------------------------------------*/
/* ---------->>> CLEAR FLOATS <<<-----------*/
/* ----------------------------------------------------------------------*/

.clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}
