/*  
 
Theme Name: Dueling Analogs
Version: 4.0

Theme URI: n/a
Description: A heavily modified version of the customizable theme for publishing comics. <a href="http://mindfaucet.com/comicpress">Visit the ComicPress website.</a>

	Author: Tyler Martin/Steven Napierski

The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html

*/



/* STANDARD HTML TAGS */

body {
	margin: 0;
	padding:0;
	color: #fff;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	background: #007abc url('background.png') repeat-x fixed;
	}

:focus {
   outline: 0;
}

a {
	color: #7de156;
        text-decoration:underline;
font-weight:bold;
  	}
  	
  	a:hover {
  		color: #5db6f4;
                text-decoration:underline;
  		}

	a img {
                text-decoration:none;
		border: none;
		}

p img {
	max-width: 100%;
	padding: 0;
	}
		
small {
	font-size: 11px;
	}
 
hr {
	height: 1px;
	color: #777;
	background-color: #777;
	border: 0px;
	}

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-weight: bold;
	font-style: normal;
	}
	
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;
		}

.advertise {
	background: url('advertisement.gif') no-repeat;
	width:78px;
	height:9px;
	display:block;
	margin:3px auto;
	overflow:hidden;
	text-indent:-3000px;
}
.advertise a, .advertise a:hover {
	width:78px;
	height:9px;
	display:block;
	text-align:left;
}
	

/* HEADINGS */

#logo {
	position:absolute;
	padding:0;
	margin:0;
	top:10px;
	}

#logo a, #logo a:hover {
	background: url('sprite.png') no-repeat scroll 0 0;
	background-position:0 -43px;
	color: #fff;
	text-indent:-3000px;
	display:block;
	overflow:hidden;
	padding:0;
	margin:0;
	width:339px;
	height:139px;
	}

h2, h2 a, h1, h1 a {
	margin: 0;
        color: #BBDDFF;
	font-weight: normal;
	font-size: 21px;
	text-align: left;
	text-decoration: none;	
		letter-spacing: -1px;
        line-height:40px;
	}

	h2.pagetitle, h2.pagetitle a, h1.pagetitle, h1.pagetitle a  {
		margin: 20px 0 0 0;
		padding: 0 0 5px 0;
		color: #3fb8f6;
		font-family:"Trebuchet MS","Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 32px;
		font-weight: normal;	
		letter-spacing: -1px;
		text-align: left;
		}

h3, h3 a {
	margin: 0 10px 0 0;
	padding: 0;
	color: #91daff;
	font-family:"Trebuchet MS","Lucida Grande",Lucida,Verdana,sans-serif;
	font-size: 21px;
		font-weight: normal;
	text-align: left;
	text-decoration: none;
	clear: both;		
		letter-spacing: -1px;
		line-height:40px;
position:relative;
	}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #3fb8f6;
        text-decoration:none;
	border-bottom: 1px dotted #BBDDFF;	
		letter-spacing: -1px;
	}

#forwardpost h3{
	margin:0 0 0 20px;
}


/* THE HEADER */

#header {
	width: 980px;
	height:140px;
	margin: 0 auto;
	position:relative;
        overflow:hidden;
	}
	
	.description {
		margin: -3px 0 0 0;
		padding: 0px 0 10px 30px;
		color: #999;
		font-family: 'Times New Roman', serif;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 2px;
		}

#topad {
        width:728px;
        margin-bottom:15px;
        }
.right {
        float:right;
        }

#rss {
	background: url('sprite.png') no-repeat scroll 0 0;
	background-position:-753px -181px;
	position:absolute;
	padding:0;
	margin:0;
	top:8px;
	left:750px;
	}

#rss a, #rss a:hover {
	color: #fff;
	text-indent:-3000px;
	display:block;
	overflow:hidden;
	padding:0;
	margin:0;
	width:30px;
	height:30px;
	}

/* THE MENU */

#menubar {
	position:absolute;
	top:71px;
	left:353px;
	width:625px;
	}


#menu {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	float:right;
	position:relative;
	}

	#menu ul {
		margin: 0;		
		padding: 0;
		list-style: none;	
		}

	#menu li {
 		margin: 0;
 		padding: 0;
 		float: left;
		}
	
	#menu li a {
                border:none;
 		margin: 0;
 		padding: 0;
 		float: left;
		padding: 0;
		margin: 0 0 0 5px;
		display: block;
		float: left;
		color: #fff;
		text-decoration: none;
		text-indent:-3000px;
		display:block;
		overflow:hidden;
		height: 50px;
		width:106px;
		}

	#menu li.home a {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-374px -8px;
		}

	#menu li.home a:hover {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-374px -90px;
		}

	#menu li.archive a {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-488px -8px;
		}

	#menu li.archive a:hover {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-488px -90px;
		}
		
	#menu li.store a {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-611px -8px;
		}

	#menu li.store a:hover {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-611px -90px;
		}
		
	#menu li.contact a {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-737px -8px;
		}

	#menu li.contact a:hover {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-737px -90px;
		}
		
	#menu li.other a {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-716px -423px;
		margin: 0 0 0 20px;
		}

	#menu li.other a:hover {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-613px -318px;
		margin: 0 0 0 20px;
		}

/* THE COMIC */
	
#comic {
	width:673px;
	margin:0;
	padding: 0;
	text-align: center;
	background: #000;
        position:relative;
	}

#comic img, #comic .youtube {
        padding: 10px 0;
        }


/* THE PAGE WRAPPER */

#page {
	width: 980px;
	margin: 0px auto;
	text-align: left;
        overflow:hidden;
	}



/* THE FOOTER */

#footer {
	width: 980px;
	margin: 0px auto;
	padding: 10px 0 0;	
	color: #999;
	text-align: center;
        background:#1361a1;
	}

#footer ul {
        list-style:none;
        margin:0;
        padding:0;
}
#footer ul li {
        color:#FFFFFF;
        display:block;
        float:left;
        height:300px;
        line-height:19px;
        margin:0;
        padding:10px;
        text-align:left;
        width:305px;
}

#footer ul li h4 {
background:transparent url(widget-title.png) repeat-x scroll 0 0;
color:#FFFFFF;
font-family:"Trebuchet MS","Lucida Grande",Lucida,Verdana,sans-serif;
font-size:20px;
font-weight:normal;
height:40px;
letter-spacing:-1px;
line-height:40px;
margin:0 0 15px;
text-indent:10px;
text-transform:lowercase;
width:100%;
}

	#footer ul li a {
		color: #7DE156;
		text-decoration: none;
		border: none;
margin: 2px 0;
		}

	#footer ul li a:hover {
                color:#5DB6F4;
		text-decoration: underline;
		}

div.disclaimer {
color:#FFFFFF;
line-height:20px;
padding:5px 0 10px 0;
text-align:center;
width:960px;
}

/* NAVIGATION */

.comicNavi {
        background: url('sprite.png') no-repeat scroll 0 0;
	background-position:0 -183px;
	position:relative;
	padding:0;
	margin:0;
	height:39px;
	width:673px;
        display:block;
        overflow:hidden;
}

.subcomicNavi {
        background: url('sprite.png') no-repeat scroll 0 0;
	background-position:0 -236px;
	-background-position:0 -235px;
	position:relative;
	padding:0;
	margin:0;
	height:39px;
	width:673px;
        display:block;
        overflow:hidden;
}

.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: 10px 0 0 0;
	color: #999;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	}
.nav ul{
		margin: 0;		
		padding: 0;
		list-style: none;	
		}

	.nav li {
 		margin: 0;
 		padding: 0;
 		float: left;
		}
	
	.nav li a, .nav li span {
                border:none;
 		margin: 0;
 		padding: 0;
 		float: left;
		padding: 0;
		margin: 0 0 0 20px;
		-margin: 0 0 0 8px;
		display: block;
		float: left;
		color: #fff;
		text-decoration: none;
		text-indent:-3000px;
		display:block;
		overflow:hidden;
		height: 34px;
		background: url('sprite.png') no-repeat scroll 0 0;
		}

	.nav li.first a {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-4px -283px;
		width:93px;
		}

	.nav li.first a:hover {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-4px -319px;
		}

	.nav li.previous a {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-99px -283px;
		width:113px;
		}

	.nav li.previous a:hover {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-99px -319px;
		}

	.nav li.email a {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-213px -283px;
		width:148px;
		}

	.nav li.email a:hover {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-213px -319px;
		}

	.nav li.next a {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-363px -283px;
		width:113px;
		}

	.nav li.next a:hover {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-363px -319px;
		}
		
	.nav li.last a {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-476px -283px;
		width:93px;
		margin: 0 15px;
                -margin: 0 10px;
		}

	.nav li.last a:hover {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-476px -319px;
		}
		
	.nav li.first span {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-4px -354px;
		width:93px;
		}
	.nav li.previous span {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-99px -354px;
		width:113px;
		}		
	.nav li.next span {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-363px -354px;
		width:113px;
		}
	.nav li.last span {
		background: url('sprite.png') no-repeat scroll 0 0;
		background-position:-476px -354px;
		width:93px;
		margin: 0 15px;
		-margin: 0 10px;
		}
		

/* SOCIAL NETWORKING */
#social{
        float:right;
		margin: 0;		
		padding: 0;
		text-align:center;
		width:52px;
		}
		
#social ul{
		list-style: none;
		margin: 0;		
		padding: 0;	
		}
		
#social ul li {
	background: url('sprite.png') no-repeat scroll 0 0;
	padding:0;
	margin:5px 0 0 16px;
	.margin:5px 0 0 2px;
	width:21px;
	height:21px;
	}

#social ul li a, #social ul li a:hover {
	color: #fff;
	text-indent:-3000px;
	display:block;
	overflow:hidden;
	width:21px;
	height:21px;
	}

#social ul li.facebook {
	background-position:-769px -298px;
	-background-position:-768px -298px;
}
#social ul li.twitter {
	background-position:-769px -323px;
	-background-position:-768px -323px;
	border:0;
}
#social ul li.delicious {
	background-position:-769px -348px;
	-background-position:-768px -348px;
}
#social ul li.digg {
	background-position:-769px -374px;
	-background-position:-768px -374px;
}
#social ul li.technorati {
	background-position:-794px -298px;
	-background-position:-793px -298px;
}
#social ul li.reddit {
	background-position:-794px -323px;
	-background-position:-793px -323px;
}
#social ul li.stumbleupon {
	background-position:-794px -349px;
	-background-position:-793px -349px;
}


/* CONTENT AREA */

#column {
        width:673px;
	padding: 5px 0 20px 0;
	float:left;
	overflow: hidden;
	}

.post-frontpage {
	padding: 0 20px 0 20px;
	text-align: justify;
	}
	
.post, .content {
	padding: 0 20px 0 20px;
	text-align: justify;
	}
.post {
	font-size: 13px;
	line-height:1.5em;
      }

.mainpost {
	background: url('entry-bg.png') repeat-x top;
	line-height:1.5em;
        }
        #postcontent {
                width:565px;
                float:right;
                margin:25px 5px 5px 5px;
                }
	#comicdate {
                width:52px;
				color: #FFF;
                height:66px;
                background: url('sprite.png') no-repeat scroll 0 0;
                background-position:-684px -180px;
                padding:0 2px 0 0;
                margin:15px 0 0 0;
                display:block;
line-height:20px;
                font-family:Verdana,Helvetica,sans-serif;
				font-size: 10px;
                font-weight:bold;
                text-align:center;
		}
	.monthday {
		color: #FFF;
		font-family: 'Georgia', serif;
		font-size: 18px;
                line-height:23px;
		}

	.monthyear {
                padding-right:2px;
		}
	.postdate {
		color: #777;
		font-family: 'Georgia', serif;
		font-size: 11px;
		}

.postmeta {
	margin: 0 0 20px 0;
	color: #fff; 	
        font-family:"Trebuchet MS","Lucida Grande",Lucida,Verdana,sans-serif;
 	text-align: right;
        font-weight:bold;
 	}

.postmetamore {
	color: #ff9933;         
        }

	.postmeta ul {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}
 	
.postmeta-single {
	padding: 10px;
 	color: #777;
	font-size: 11px;
	text-align: left;
	background: #eee;
	border: 1px solid #999;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
	.postmeta-single a {
		color: #7de156;
		}	
	
	.postmetatags {
                font-family:"Trebuchet MS","Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 12px;
		}

.postmeta a, .postmeta-single a {
	color: #7de156;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
	}
	
	.postmeta a:hover, .postmeta-single a:hover {
		color: #5db6f4;
		border-bottom: 1px dotted #7de156;
		text-decoration: none;
		}

.postmeta-comments {
	font-size: 16px;
	}
	
	.balloon {
		color: #ccc;
		font-family: 'Webdings', fantasy;
		font-size: 18px;
		}

.subpost {
float:right;
margin:25px 5px 5px;
width:565px;
}

/* THE BLOG */

#blogheader {
	background: url('sprite.png') no-repeat scroll 0 0;
	background-position:0 -397px;
	-background-position:0 -396px;
	margin: 0;
    padding:0;
	overflow:hidden;
	text-indent:-3000px;
	display:block;
	height:28px;
	width:673px;
	}
#blog {
	background: #1979c9;
	color:#FFF;
	margin:0;
	padding:0;
	}
#blog .post {
	position:relative;
}
#blogfooter {
	background: url('sprite.png') no-repeat scroll 0 0;
	background-position:0 -450px;
	margin: 0;
        padding:0;
	height:13px;
	width:673px;
	border:none;
float:right;
	}
.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;
		}

/* COMMENTS */

.comment-wrapper {
	padding: 0 20px;
	}
	
	.comment-wrapper h3 {
		margin: 0;
		padding: 20px 0 0 0;
		color: #777;
		font-family: 'Georgia', serif;
		font-weight: normal;
		font-size: 24px;
		letter-spacing: -1px;
		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;
		}

.avatar {
	margin:10px;
	padding:5px;
	float:left;
	border: 1px solid #3FB8F6;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#comment, #author, #email, #url, #senders_first, #senders_email, #mail_message, #security_code, #recipient_email {
	padding: 2px;
	color: #000;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border: 1px solid #c1d6e9;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

	#comment:hover, #author:hover, #email:hover, #url:hover, #senders_first:hover, #senders_email:hover, #mail_message:hover, #security_code:hover, #recipient_email:hover  {
		background: #eee;
		}
	
	#comment {
		width: 99%;
		}

	#author, #email, #url {
		width: 200px;
		}

#submit {
	margin: 0 0 20px 0;
	padding: 0 5px;
	float: right;
	color: #fff;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	display:block;
	width:137px;
	height:32px;
	line-height:32px;
	text-align:center;
	background: url('submit.png') no-repeat scroll 3px 0;
	border:none;
	}

	#submit:hover {
		cursor:pointer;
		color:#02588f;
		}

ol.commentlist {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height:18px;
	list-style: none;
	}

	.commentlist li {
		padding: 10px;
		clear: both;
		}


.comment{
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#1361A1;
	margin:10px 0;
}
.comment-author-admin{
background:#1979C9;
border:1px solid #BBDDFF;
}
.reply{
clear:both;
}

/* ARCHIVE */  

.comicarchiveframe {
	margin: 20px 0 10px 0;
	padding: 5px 10px 5px 10px;
	border-width: 1px;
	border-style: solid ;
	border-color: #ccc #aaa #555 #777;
	}
 
	.comicarchiveframe:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
		}

.comicarchiveframe {
	border:1px solid #3FB8F6;
margin:20px auto;
padding:5px 10px;
-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;

	border-radius: 10px;
	}
 
	.comicarchiveframe h3 {
		margin: 0;
		}
		
	.comicarchiveframe small {
		display: block;
		}
		
	.comicarchiveframe:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
		}



/* SIDEBAR */

#sidebar {
        width: 305px;
	padding: 0;
        margin:0;
	float: left;
	font-size: 11px;
	overflow: hidden;
	}

#sidebar h2, #sidebar h2 a {
	color: #FFF;
	font-family:"Trebuchet MS","Lucida Grande",Lucida,Verdana,sans-serif;
	width:300px;
	font-weight: normal;
	font-size: 20px;
	text-transform: lowercase;
	text-indent:10px;
	letter-spacing:-1px;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	#sidebar ul li {
		margin: 0 0 10px 5px;
		padding-bottom:15px;
		font-family:Verdana,Sans-Serif;
		line-height:16px;
		}

		#sidebar ul li ul li {
			margin: 0 5px 0 5px;
			padding: 0;
			}

			#sidebar ul li ul li a {
				color: #7de156;
				text-decoration: none;
				}

				#sidebar ul li ul li a:hover {
					color: #5db6f4;
					text-decoration: none;
					}
#sidebar ul li ul li .timetweet {
	float:right;
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#sidebar ul li ul li .timetweet {
	}
}
#sidebar ul li ul li .timetweet a {
    display:inline;
	background:#7de156;
	padding:1px 4px;
	color:#000;
	text-decoration:none;
	border:none;
	margin-left:5px;
}
#sidebar ul li ul li .timetweet a:hover {
	text-decoration:none;
	background:#5db6f4;
	color:#000;
	border:none;
}

#sidebar ul li ul li.tweets {
	clear:both;
	padding:10px 0;
	}
#sidebar ul li ul li.aktt_more_updates {
	clear:both;
}

.aktt_widget {
	background: url('widget.png') bottom no-repeat;
	}
.widget_archive {
	background: url('widget2.png') bottom no-repeat;
	padding-bottom:35px;
}
.widgettitle {
	background: url('widget-title.png') repeat-x;
	}
#sidebar ul li#archives.widget_archive {
	width:130px;
}
#sidebar ul li#archives.widget_archive h2.widgettitle {
	width:130px;
}
#sidebar ul li#latest h2 {
	background: url('widget-title.png') repeat-x;
}
#sidebar ul li#latest ul {
	padding-bottom:25px;
}
#sidebar ul li#latest ul li a{
	line-height:20px;
	margin:0 0 0 10px;
}


#sidebarbanner {
 text-align:right;
 margin:6px 0 6px 5px;
 }
	.quotetweet {
                float:left;
                width:25px;
                height:50px;
                background: url('sprite.png') no-repeat scroll 0 0;
                background-position:-805px -181px;
                display:block;
				margin-right:5px;
				margin-top:5px;
		}

#sidebar ul li ul li.aktt_more_updates a {
	color:#000;
	background: url('twitter-main.png') left no-repeat;
	padding: 6px 0 0 35px;
	line-height:18px;
	display:block;
	width:120px;
	height:35px;
	}
#sidebar ul li ul li.aktt_more_updates a:hover {
	color:#5db6f4;
	}
/* CALENDAR */

#wp-calendar {
	width: 165px;
	margin: 0 0 0 5px;
	}

#wp-calendar th {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	}

#wp-calendar caption {
	color: #555;
	font-family: 'Georgia', sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #999;
	}

#wp-calendar a {
	color: #333;
	display: block;
	text-decoration: none;
	background: #ddd;	
	}
	
	#wp-calendar a:hover {
		color: #333;
		background: #bbb;
		}



/* SEARCH */

#searchform {
	position:absolute;
	left:782px;
    .left:770px;
	top:3px;
	}

#s {
	padding: 7px 0 0 0;
    .padding:0;
	margin:0;
	text-indent:15px;
	line-height:31px;
	color: #fff;
	font-family:"Trebuchet MS","Lucida Grande",Lucida,Verdana,sans-serif;
	font-size: 13px;
	border:none;
	overflow:hidden;
	}
input#s	{ 
	width: 160px;
	height: 31px;
	background: url('sprite.png') no-repeat scroll 0 0;
	background-position:0 0;
	vertical-align:top;	}


#searchsubmit {
	color: #fff;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	overflow:hidden;
	text-indent:-3000px;
	}
input#searchsubmit {
	background: url('sprite.png') no-repeat scroll 0 0;
	background-position:-161px 0;
	margin: 0;
        padding:0;
	margin:0 0 0 -3px;
	overflow:hidden;
	height:31px;
	border:none;
	width:35px;
	line-height:31px;
	cursor:pointer;
}



/* 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 {
	margin: 10px 10px 10px 0;
	display: inline;
	float: left
	}

	
	/* POST FOOTER */
.postFooter {
	line-height:40px;
	height:40px;
	display:block;
	width:100%;
	background:transparent url(widget-title.png) repeat-x scroll 0 0;
	margin-bottom:0;
	padding:0;
	font-weight:bold;
	}
	.marginBottomTen {
	margin-bottom:10px;
	}
	
.postFooterRight {
	line-height:30px;
	margin: 0;
	width:260px;
	float:left;
	text-align:right;
	}
.postFooterLeft {
	line-height:30px;
	margin: 0 0 0 10px;
	width:350px;
	text-align:left;
	float:left;
	}
.postFooterRight a, .postFooterLeft a {
	border-bottom:1px dotted #FFF;
	color:#7DE156;
	text-decoration:none;
	padding:0 1px;
}
.postFooterRight a:hover, .postFooterLeft a:hover {
	border-bottom:1px dotted #7DE156;
	color:#5DB6F4;
	text-decoration:none;
}
.postFooterLeft a {
	margin:0 10px 0 0;
	}
.postFooterRight a {
	background:transparent url(comments.gif) no-repeat 0 2px;
	padding-left:15px;
}
.post-foot {
	background:transparent url(sprite.png) no-repeat scroll 0 -397px;
	display:block;
	height:28px;
	margin:0;
	overflow:hidden;
	padding:0;
	text-indent:-3000px;
	width:673px;
}
#gpod {
	margin:10px 0 0 22px;
	padding:15px 0 0;
}
.required {
color:#FF9933;
margin-left:20px;
}
.stuff {
padding:0 30px;
}
#PWad{
	border:1px solid #00598d;
	margin:15px 5px 0 0;
	padding:5px 5px 7px;
	background:#0077bb;
}
.bottomPad {
padding:0 0 55px;
}

/* CLEAR FLOATS */

.clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	}
.nav-blog-previous{
float:left;
width:325px;
display:block;
}
.nav-blog-previous a, .nav-blog-next a{
font-weight:bold;
border-bottom:1px dotted #FFFFFF;
color:#7DE156;
padding:0 1px;
text-decoration:none;
}
.nav-blog-previous a:hover, .nav-blog-next a:hover {
font-weight:bold;
border-bottom:1px dotted #7DE156;
color:#5DB6F4;
text-decoration:none;
}
.nav-blog-next{
float:left;
text-align:right;
width:305px;
}
h3.year, h3#comments{
color:#fff;
}
.tagged{
float:right;
margin:30px 0 0;
.margin:30px 0;
width:560px;
}
.top30{
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#1675c3;
	border:1px solid #0e68ac;
        margin:10px;
        padding:20px;
.line-height:25px;
}
.top30 a, .top30 a:hover{ text-decoration:none;
}
#footer ul li.tagcloud{
line-height:25px;
text-align:justify;}
#footer ul li.tagcloud a:hover{
text-decoration:none}
.linked{
background:transparent url(link.png) no-repeat scroll 0 0;
display:block;
float:left;
height:25px;
margin:10px 5px 0 0;
width:20px;
}
.rinked{
display:block;
float:left;
height:25px;
margin:0 0 0 20px;
line-height:25px;
width:15px;
}
.sitemap{
display:block;
float:left;
font-size:16px;
line-height:25px;
width:300px;
margin:0 0 10px 0;
}
#footer ul li .sitemap a{
color:#91DAFF;
}
#footer ul li .sitemap a:hover{
color:#5DB6F4;
}
.taggard a{
margin:0 15px;
font-size:14px;
text-decoration:none;
color:#BBDDFF;
font-weight:bold;
}
.taggard a:hover{
border-bottom:1px dotted #BBDDFF;
color:#3FB8F6;
text-decoration:none;
}

/* LINKS PAGE */
h6{
	background:transparent url(webcomic.png) no-repeat scroll 0 0;
	text-indent:36px;
	margin:2px 5px 5px 0;
	}
h6.h6forum {
	background:transparent url(forum.png) no-repeat scroll 0 0;
	text-indent:36px;
	margin:2px 5px 5px 0;
	}
h6.h6flickr {
	background:transparent url(flickr.png) no-repeat scroll 0 0;
	text-indent:36px;
	margin:2px 5px 5px 0;
	}
h6.h6facebook {
	background:transparent url(facebook.png) no-repeat scroll 0 0;
	text-indent:36px;
	margin:2px 5px 5px 0;
	}
h6.h6twitter {
	background:transparent url(twitter.png) no-repeat scroll 0 0;
	text-indent:36px;
	margin:2px 5px 5px 0;
	}
h6.h6link {
	background:transparent url(link.png) no-repeat scroll 0 0;
	text-indent:36px;
	margin:2px 5px 5px 0;
	}
h6, h6 a {
	color:#BBDDFF;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	margin:0;
	text-align:left;
	text-decoration:none;
	}
h6 a:hover {
	border-bottom:1px dotted #BBDDFF;
	color:#3FB8F6;
	text-decoration:none;
}
.hidden {

	display:none;

}

/* ## bubble tooltip ################################# start # */


.tooltip{

	text-align:left; 
	font-family: verdana, helvetica, arial, sans;
	font-size:8pt;
	color:#FFF;
	text-decoration:none;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#0e68ac;
	border:1px solid #1675c3;
    padding:10px;

}

.tooltip span.top{

	
	font-weight:bold;
	font-style:italic;
    
    
}

.tooltip span.bottom{

	margin:0;
    overflow:hidden;
    
}


/* ## bubble tooltip ################################# end ### */

/* ## element "linklist" ############################# start # */

#linklist {

	padding:0;
	list-style-type:none;
	clear:both;

}
ul#linklist {
	margin:0 0 20px 0;
	}

#linklist li {

	display:inline;
	float:left;
	width:210px;
	margin:5px 0;

}
.lincoln {

	padding:0;
	list-style-type:none;
	clear:both;

}
ul.lincoln {
	margin:0 0 20px 0;
	}

ul.lincoln li {

	display:inline;
	float:left;
	width:210px;
	margin:5px 0;

}


.featured {
background:transparent url(featured.gif) no-repeat scroll 0 0;
display:block;
height:9px;
margin:3px auto;
overflow:hidden;
text-indent:-3000px;
width:78px;
}
.featured a, .featured a:hover {
display:block;
height:9px;
text-align:left;
width:78px;
}
.quote{
	margin: 3px auto;
	padding: 5px;
	width: 90%;
	color:#00253d;
	background:#3fb8f6;
}
#pw{
margin:0 auto 10px;
width:468px;
}
a.more-link{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#7DE156 none repeat scroll 0 0;
color:#000000;
display:table;
.display:inline-block;
margin:15px 0 5px;
.margin:25px 0 5px;
padding:5px;
text-decoration:none;
}
a:hover.more-link {
background:#5DB6F4; 
text-decoration:none;
}
