/* 

Theme Name: JanOswald
Theme URI: http://www.janoswald.com
Description: Custom WordPress theme
Version: 2.5
Author: Beers Design
Author URI: http://beersdesign.com

*/

/* ----------------TAGS------------  */

body {
	background: url(images/background.gif) center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	height:100%
}

a {
	color: #0e3b76;
	text-decoration: underline;
}

a:hover {
	color: #db0400;
	text-decoration: underline;
}

h3 {
	margin: 0px;
	padding: 0px 0px 3px;
	font-size: 21px;
}

h3 a {
	color: #000000;
	text-decoration:none;
}

h2 {
	font-size: 11px;
	font-weight: normal;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	line-height:100%;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	line-height:120%;
}


/* ---------------FORM-------------------*/

input.textbox, input.textarea {
	border:#447198 1px solid;
	background:#FFFFFF;
	font-size:12px;
	padding:3px;
	width:150px;
}

textarea {
	width:95%;
}

input.textbox:focus, input.textarea:focus {
	background:#FFFFFF;
	border:#e2e2e2 1px solid;
}

.submit {
	border: #304780 1px solid; 
	font-size: 12px;
	color: #FFFFFF; 
	background: #304780; 
	margin: 0px; 
	padding: 2px; 		
}

.submit:hover {
	border: #447198 1px solid; 
	background: #447198;
	color: #000000; 
}


/* ----------------WATERMARK------------  */

#watermark {
	margin: 0;
	padding: 0;
	background:url(images/header-top.jpg) repeat-x top;
}



/* ----------------WRAPPER------------  */

#wrapper {
	text-align: center;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

/* ----------------HEADER------------  */


#header {
	background:url(images/header.jpg);
	height: 146px;
	padding: 0px 0px 0px 0px;
}

#header p {
	color:#fffff7;
	margin: 70px 0 0 0;
	}

#header h1 {
    margin: 0px;
	padding: 0px;
}

#header a:link, #header a:visited {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}

#header a:hover {
	font-weight: bold;
}

#header h2 {
    margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #131820;
}

/* -------------NAV BAR------------  */

#nav {
    clear: both;
	height: 32px;
	overflow: hidden;
    margin: 0px 0px 0px 0px;
	text-align: right;
	margin-bottom:10px;
}

#nav ul {
    padding: 0px;
	margin:0px;
}

#nav ul li {
	display:inline;
	margin:0;
	padding:0;
	font-size: 12px;
	font-weight:normal;
}

#nav ul li a {
	color:#000;;
	padding: 0px 12px 0px 12px;
	margin: 0px;
	display:block;
	height:32px;
	line-height:32px;
	font-size: 12px;
	font-weight:normal;
	float: left; 
	text-decoration:none;
	overflow:hidden;
}

#nav ul li a:hover {
	background: url(images/nav_over.jpg);
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
}
/* ----------------ADMIN LINKS------------  */

#adminlinks {
	float: right;
	margin: 15px 5px 0px 0px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
}

#adminlinks a:link, #adminlinks a:visited {
	font-size: 10px;
	font-weight: normal;
}
	
#adminlinks a:hover {
	font-size: 10px;
	font-weight: normal;
}


/* ----------MAIN CONTENT AREA----------  */
#white {
	overflow: auto;
	width: 100%;
	margin: 0;
}


/* ----------------CONTENT------------  */

#content {
	float: left;
	width: 570px;
	height: auto;
	margin: 0;
	text-align: left;
	overflow:hidden;
}


.image-align-left {
	padding: 4px;
	float: left;
}

.image-align-right {
	padding: 4px;
	float: right;
}


/* ----------OPTIN----------  */
#optin {
	height:220px;
	margin-top:10px;
	text-align:center;
	background: url(images/optinbox.jpg) no-repeat;
	color:#FFFFFF;
}


/* ----------SIDEBAR----------  */
#sidebar {
    float: right;
	width: 280px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size:12px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

#sidebar li {
    margin: 8px 0px 0px 0px;
	padding: 5px;
}

#sidebar ul ul li {
	margin: 0px;
	padding: 0px 5px 8px 2px;
	list-style-type: none;
	border: none;
}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	margin: 0px;
	padding: 0 0 5px 0;
	color:#db0400;
}

#sidebar a {
	color:#1e325a;
	text-decoration:none;
	font-weight: normal;
}

#sidebar a:hover {
	text-decoration:underline;
	font-weight: normal;
}


.sideblock {
  margin: 5px 0px 5px 0px;
  padding: 0px;
}

.linkcat {
  margin: 5px 0px 5px 0px;
  padding: 0px;
}


/* ----------------FOOTER------------  */

#footer {
    clear: both;
	overflow: hidden;
    margin: 0;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	padding: 30px 0px 20px 0px;
	text-align:left;
}

#footer a{
	text-decoration:none;
	color:#000000;
	}
	
#footer a:hover {
	text-decoration:underline;
	}


/* ----------FOOTER BOTTOM------------  */

#footerbottom {
	/*background-image: url('images/bottom-bg.jpg');
	background-repeat: no-repeat;*/
	height: 14px;
	margin: 0px;
	padding: 0px;
}

/* ---------------POST-------------------*/

h1 {
	margin-bottom: 10px;
	margin-top:5px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#0e3b76;
	line-height:150%;
}

h2 {
	margin-bottom: 10px;
	margin-top:30px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#000000;
	line-height:150%;
}

.storytitle {
	margin-bottom: 10px;
	margin-top:5px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#0e3b76;
}

.storytitle a {
	color:#0e3b76;
	text-decoration:none;
}

.storytitle a:hover {
	color:#db0400;
	text-decoration:none;
}

.meta {
	font-size: 10px;
}

.feedback {
	padding-bottom: 8px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cbcbcb;
}
.storycontent {
	font-size:12px;
	line-height: 150%;
	padding-top: 0px;
}

.storycontent p{
	margin-bottom: 20px;
}

blockquote {
	margin:0 0 10px 0;
	padding: 0 10px 0 10px; 
	border: 1px solid #fcc93c;
	background:#fef8ea;
	color:#0e3b76;
}

blockquote.red {
	margin:0 0 10px 0;
	padding: 0 10px 0 10px; 
	border: 1px solid #b40802;
	background:#fdedee;
	color:#0e3b76;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

cite {
	font-size: 10px;
	font-style: normal;
	color: #333;
	padding-bottom: 4px;
}

/* ---------------image alignment fix-------------------*/


    .aligncenter,
    div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .alignleft {
    float: left;
	margin-right: 10px;
    }

    .alignright {
    float: right;
	margin-left: 10px;
    }

    .wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
    }
