body {
	text-align: left;
	background: #1e5288 url(images/bg-body.png) left top repeat-x;
	color:#000;
	text-align:center;
	padding: 0;
	margin: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#watermark {
	margin:0;
	padding:5px;
	background: url(images/bg-body2.png) left top no-repeat;
}

/* Layout Elements */
#container {
	margin: 0 auto; /* 10px top/bottom margin, the auto centres this div */
	width: 750px;
	text-align: left;
	background: #FFFFFF url(images/bg-wrapper.png) center top no-repeat;
	border: 1px solid #000;
	-moz-border-radius: 10px; /* CSS3 Rounded corners in FireFox */
	-webkit-border-radius: 10px; /* CSS3 Rounded corners in Safari3 */
}
#header {
	height: 150px;
	height: 98px;
	position: relative;
	color: #000;
	background: url(images/header.png) no-repeat;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
}
#header h1 {
	font-size: 2.5em;
	text-align: left;
	color: #000;
	margin: 0;
	padding: 0;
}
#sidebar {
	float: right;
	width: 165px;
	padding: 10px 15px;
}
#sidebar p{
	margin-bottom:5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C5C877;
}

#content {

}

#content p {
       line-height: 1.5em;
}

#content em {
	line-height: 165%;
	font-style:italic;
}
.narrowcolumn {
	float:left;
	margin:0 0 0;
	padding:0 0 10px 10px;
	width:500px;
}

#footer {
	clear: both;
	padding: 0; 
	background: url(images/bg-footer.png) repeat-x;
	height:100px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;


}
#skipmenu {
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
	display:none;
}
#skipmenu a {
	color: #666;
	text-decoration: none;
}
#skipmenu a:hover {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}


/* Layout */


/* Top Navigation */
#navigation {
	width:100%;
	height:30px;
	background:url(images/bg-topnav.png) repeat-x;
}
#navigation ul {
	margin:0px;
	padding:0px;
}
#navigation ul li {
	display:inline;
	float:left;
	list-style:none;
	font-family: verdana, arial, sans-serif;
	font-size: .85em;
	font-weight: bold;
	height:30px;
	position:relative;
	border-right: 1px solid #f10000;
}
#navigation li a {
	color:#fff;
	text-decoration:none;
	height:20px;
	display:block;
	padding:5px 10px 1px;
}
#navigation li a:hover {
	color:#000;
	background: url(images/bg-topnav-hover.png) repeat-x;
}
#navigation li ul {
	margin:0px;
	padding:0px;
	display:none;
	position:absolute;
	left:0px;
	top:30px;
	background: #9c9c9c url(images/bg-body.png);
	z-index: 2;
}
#navigation li:hover ul {
	display:block;
	border:#f10000 solid 1px;
}
#navigation li li {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	height:30px;
}
#navigation li li a {
	color:#fff;
	text-decoration:none;
	padding:9px 10px 1px;
	display:block;
	min-width:160px;
}
#navigation li li a:hover {
	color:#fff;
	background: url(images/bg-topnav-hover.png) repeat-x;
}


.popout {
	background: url(images/popout.png) no-repeat top center;
	text-align:center;
}
/* Text */

img {
     border: 0;
}
h1 {
       font-size: 1.5em;
       font-weight:bold;
}
h2 {
       font-size: 1em;
       font-weight:bold;
}
h3 {
       font-size: 0.9em;
       font-weight:bold;
}

p, li {
       font-size: 0.85em;

}

form {
	margin-bottom:1px;
	padding: 0px;
}

blockquote {
	display:block;
	background: url(images/quotes.png) no-repeat left top;
	margin:5px 20px;
	padding:5px 20px;
}

.fleft {
	float:left;
	}
	
.fright {
	float:right;
	}

.title {
	font-size: 1em;
	font-weight: bold;
}

.postdate {
	font-size: 0.8em;
	color:#666;
}

.gallery-caption {
	font-size:0.8em;
}
.post {
	background: url(images/bg-post.png) left top no-repeat;
}
.post h2{
	padding: 5px 10px;
}
.post h2 a{
	color:#fff;
	text-decoration: none;
}
.entry{
	padding:5px;
       font-size: 0.8em;
}
small {
	color:#333;
	padding-left:5px;
	font-size:0.8em;
}
#footer p {
	color:#FFFFFF;
	font-size:0.8em;
	margin:0;
	padding:55px 10px 0 10px;
}

.hidden {
	display:none;
}

#ctc {
	text-transform:capitalize;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 5px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar .widget_twitter li {
	margin: 10px 0;
}
.entry-content {
}
.entry-meta {
	font-size:0.75em;
}
/* Add an external-link icon to absolute links */

#content a[href^="http:"] {
        background: url(images/external.png) right center no-repeat;
        padding-right: 12px;
}

#content a[href^="http:"]:hover {
        background: url(images/external.png) right center no-repeat;
}

/* ...but not to absolute links in this domain... */

#content a[href^="http://www.vastneonwolf.net"] {
        background: transparent;
        padding-right: 0px;
}

#content a[href^="http://www.vastneonwolf.net"]:hover {
        background: transparent;
}

/* ...or to the "google for $postTitle" link for each entry */

#content a[href^="http:"].googlelink {
        background: transparent;
        padding-right: 0px;
}

#content a[href^="http:"].googlelink:hover {
        background: transparent;
}