/*
	Theme Name: Hemmed
	Description: A theme based partly on the Hemingway idea, with my flavor added of course.
	Version: 1.3.5
	Author: charlie
	Author URI: http://www.nfiniti.org/
	Theme URI: http://blox.nfiniti.org/
		 
	This theme is released under GPL
*/

/* Major Components */

body {
	margin: 0;
	padding: 0;
	background: #e6e6e6;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
}

p {
	color: #555555;
}

#maincontainer {
	margin: 0 auto;
	padding: 0;
	padding-bottom: 15px;
	width: 760px;
	text-align: left;
	height: 100%;
	overflow: hidden;
	background: url(images/mainbg.gif) repeat-y;
}

#singlecontainer {
	margin: 0;
}

#feedbackcontainer {
	margin: 0;
}

#bottomcontainer {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: left;
	height: 100%;
	overflow: hidden;
	background: url(images/bottombg.gif);
}

/* Basic XHTML styling */

h1, h2, h3 {
	margin: 0px;

}

h1 {
	text-align: left;
	font-size: 20px;
	color: #0860a8;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	margin: 8px 0 10px 8px;
	padding: 0;
	font-size: 100%;
	color: #0860a8;
	
}

h3 {
	line-height: 120%;
	margin: 15px 0 0 20px;

}

h4 {
	color: #2C355C;
	font-size: 13px;
	font-weight: bold;

}

a, a:link, a:visited {
	color: #0860a8;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a img {
	max-width: 400px;
	border: none;
	padding: 1px;
}

/* Header Styling */

#header {
	width: 760px;
	padding: 0;
	padding-top: 30px;
	margin: 10px auto 0;
	background-image: url(images/headerbg.gif);
	height: 60px;

}

#headercontent {
	float: left;
	width: 68%
}

#headertitle {
	width: auto;
	float: left;
	padding: 5px 12px 5px 28px;
	text-align: left;
	border-right: 2px solid #e6e6e6;
}

#header a:link, a:visited {
	text-decoration: none;
	color: #000000;
}

#header p {
	color: #0860a8;
	margin: 0;
	padding: 8px 5px 3px 0;
}

/* Search Form Styling */

#search{
	float:right;
	width:200px;
	margin: 0;
	padding: 7px 30px 0 0;
	-moz-opacity:0.4; */
	text-align:right;
}
#search:hover{
	-moz-opacity:1.0;
}
#search .searchimg{
	float:left;
	width:14px;
	height:13px;
	background:url(images/search.gif) 0 0 no-repeat;
	position:relative;
	top:4px;
}
#search input{ 
	width:175px; 
	font-size: 0.85em; 
	background:#f2f2f2;
	margin-top:2px;
}
#search input:focus{
	background:#FFF;
}

#searchform{
	margin:1em 0;
	border: none;
}

#searchform #s{
	background:#222;
	border:none;
	border-bottom:1px solid #333;
	width:30em;
	color:#666666;
	padding:0.25em;
}

#searchform #searchsubmit{
	background:#000;
	color:#666;
	border:none;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.25em;
}

#searchresult {
	float: right;
	width: 475px;
	margin: 0;
	margin-top: 12px;
	text-align: left;
	padding: 0 15px 0 5px;
	line-height: 150%;
}

#searchresult h2 {
	font-size: 1.2em;
	margin-left: 0;
}

#searchresult ul {
	list-style-type: none;
	list-style-image: none;
	margin: 2px 10px 2px 0;
	padding: 0;
}

#searchresult ul li {
	margin: 0 5px 0 0;
	list-style-type: none;
	list-style-image: none;
	padding: 0px 0 3px 0px;
	color: #777777;
	border-bottom: 1px solid #cccccc;
}

#searchresult ul .date {
	color:#858585;
	padding:0 1.5em 0 0;
}


/* Titlebar Styling */

#titlebar {
	width: 760px;
	height: 0px;
	margin: 10px auto 4px auto;
}


/* Main Content Styling */

#content {
	margin: 0;
	text-align: left;
	padding: 5px 0 0 20px;
	line-height: 150%;
	float: left;
	width: 484px;
}

#singlecontent {
	float: right;
	width: 480px;
	margin: 0;
	text-align: left;
	padding: 5px 15px 0 5px;
	line-height: 150%;
}

/* Post Styling */

.post {
	margin: 0 10px 0 0;
	padding: 5px 0;
}

.posttitle {
	margin: 5px 0;
	padding: 5px 6px 0px;
	font-size: 16px;
	font-family: Arial, sans-serif;
}

.posttitle a:link, .posttitle a:visited {
	color: #0860a8;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.posttitle a:hover, .posttitle a:active {
	text-decoration: none;
	color: #000000;
}

.postcontent {
	padding: 0px 6px 1px 6px;
	margin: 0;
	text-align: justify;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.05em;
	line-height: 150%;
	color: #4e4e4e;
}

.postcontent ul {
	list-style-type: none;
	list-style-image: none;
	font: Arial, Helvetica, sans-serif;
}

.postcontent ol {
	font: Arial, Helvetica, sans-serif;
}
.postcontent ul li {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	margin-top: 3px;
	margin-left: 0px;
}

.postcontent ol li {
	margin-top: 3px;
	margin-left: 0px;
}

.postcontent a:link, .postcontent a:visited {
	color: #0860a8;
	text-decoration: none;
	font-weight: bold;
}

.postcontent a:hover {
	text-decoration: underline;
	font-weight: bold;
   
}

.postcontent p img {
	max-width: 400px;
	border: none;
	padding: 1px;
}

/* Misc Post Styling */


.details {
	padding: 1px 6px 1px 6px;
	margin: 0;
	text-align: right;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.0em;
}

.details .inside {
	border-top: 1px solid #cccccc;
}

.details a:link, .details a:visited {
	color: #0860a8;
	text-decoration: none;
}

.details a:hover {
	color: #000;
	text-decoration: none;
}

.singlecomment {
	color: #000000;
	text-align: right;
	font-size: 0.9em;
	margin: 0 10px;
	padding: 10px 25px 10px;
	background: url(images/postbottom.gif) no-repeat;
}

.navigation {
	text-align: center;
	margin: 8px 0 0;
	padding: 0;
	width: 100%;
	}

.navigation .left {
	float: left;
	width: 40%;
	text-align: left;
	padding-left: 5px;
	}

.navigation .right {
	float: right;
	width: 40%;
	text-align: right;
	padding-right: 15px;
}

/* Sidebar styling */

#sidebar {
	float: right;
	width: 225px;
	margin-top: 0.5em;
	padding-right: 25px;
}

#sidebar h2 {
	font-size: 1.15em;
	margin: 15px 5px 0 0;
	color: #555555;
}

#sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
}

#sidebar ul {
	list-style-type: none;
	list-style-image: none;
	margin: 8px 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
}

#sidebar ul li {
	margin: 3px 5px 0 0;
	list-style-type: none;
	list-style-image: none;
	padding: 0px 0 3px 0px;
	color: #777777;
}

#sidebar ul li a {
	color: #0860a8;
	height:1%; /* IE WIN */
}

#sidebar ul li a:hover {
	text-decoration: none;
	color: #000000;
}

#sidebar ol{
	list-style-type: none;
	list-style-image: none;
	margin: 2px 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
}

#sidebar ol li{
	margin: 0 5px 0 0;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	color: #777777;
}

/* Footer Styling */

#footer{
	width: 760px;
	clear:both;
	margin: 0 auto;
	padding: 0;
}

#footercredit {
	text-align: left;
	margin: 0px;
	padding: 10px 0 10px 30px;
	color: #878787;
	float: left;
}

#footermeta {
	text-align: right;
	margin: 0px;
	padding: 10px 30px 10px 0;
	color: #878787;
	float: right;
}

#footer a:link, #footer a:hover, #footer a:visited {
	color: #4e4e4e;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

/* Info menu styling */

#infomenu {
	float: left;
	width: 230px;
	margin-top: 1.2em;
	padding-left: 25px;
}

#infomenu h2 {
	font-size: 1.1em;
	margin-left: 0;
}

#infomenu p {
	padding-bottom: 0.6em;
	margin: 0;
	border-bottom: 1px solid #cccccc;
}

dl {
	margin:0 0;
	border-bottom: 1px solid #cccccc;
	padding:0.5em 0 0.6em 0;
}

dt {
	display:inline;
	margin:0;
	padding:0;
	color:#909090;
}

dd {
	display:inline;
	margin:0;
	padding:0;
	color: #555555;
}

/* Bottombar styling */

#bottombar {
	width: 760px;
	margin: 0 auto;
	padding: 1.2em 20px 0 20px;
}

.bottombarbox {
	float:left;
	width: 30%;
	padding: 0 0 0 10px;
}

.bottombarboxheader {
	height: 22px;
	margin: 0 5px 5px 0;
	border-bottom: 2px solid #0860a8;
}

.bottombarboxheader .iconimg {
	margin: 0px 3px 0 0;
	width: auto;
	float: left;
}

.bottombarbox h2 {
	margin: 0;
	padding: 2px 0 2px 0;
	color: #000000;
	font-size: 1.2em;
}

.bottombarbox p {
	margin: 0;
	padding: 5px 5px 5px 0;
	color: #777777;
}

.bottombarbox a img {
	float: right;
	margin: 0;
	padding: 9px 7px 1px 0;
}

.bottombarbox ol{
	list-style-type: none;
	list-style-image: none;
	margin: 8px 0;
	padding: 0;
}

.bottombarbox ol li{
	margin: 0 5px 0 0;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	color: #777777;
}

.bottombarbox ul{
	list-style-type: none;
	list-style-image: none;
	margin: 2px 0;
	padding: 0;
}

.bottombarbox ul .date{
	color:#858585;
	padding:0 1.5em 0 0;
}

.bottombarbox ul li{
	margin: 0 5px 0 0;
	list-style-type: none;
	list-style-image: none;
	padding: 3px 0 2px 0px;
	color: #777777;
}

.bottombarbox ul li ul {
	margin-bottom: 2px;
}

.bottombarbox ul li ul li{
	margin-left: 15px;
	padding-left: 0;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
}

.bottombarbox ul li a, .bottombarbox ol li a, {
	color: #0860a8;
	height:1%; /* IE WIN */
}

.bottombarbox ul li a:hover, .bottombarbox ol li a:hover, .bottombarbox ul a:hover .date {
	text-decoration: none;
	color: #000000;
}

.bottombarbox ul li ul {
	margin: 0;
	padding: 0;
}

#bottomclose {
	width: 760px;
	margin: 0 auto;
	height: 25px;
	background: url(images/bottomclose.gif) no-repeat;
}

/* WordPress Comments Styling */

#feedback {
	margin: 0 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #cccccc;
}

.submit{ 
	margin: 0;
	padding:0 0.5em;
}

#commentform textarea {
	border: 1px solid #c1c1c1;
	background-color: #f7f9fd;
	width: 100%;
}

#commentform textarea:focus {
	background-color: #ffffff;
	border: 1px solid #555555;
}

#commentlist {
	font-size: 11px;
	margin: 0 0 0 8px;
	padding: 0;
}

#commentlist li {
	margin: 0;
	margin-top: 8px;
	padding: 5px;
	list-style-type: none;
	list-style-image: none;
	border: 1px solid #cccccc;
}

.color1 {
	background-color: #f7f9fd;
}

.color2 {
	background-color: #ffffff;
}

#commentlist p {
	margin: 4px 0;
}

#commentform {
	width: 455px;
	padding: 0;
	margin: 0;
	margin-left: 8px;
}

.comment-feedback {
	padding-bottom: 1px;
	margin: 0;
}

/* Form styling */

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	padding: 1px;
	border: 1px solid #AFA186;
	background-color: #f7f9fd;
	font-size: 1.0em; 
}

input:focus, textarea:focus {
	border: 1px solid #555555;
	background-color: #ffffff;
}

acronym, abbr {
	border-bottom: 1px dashed #aaa;
	cursor: help;
	letter-spacing: .07em;
}

blockquote {
	color: #000000;
	padding: 1px 15px 1px 10px;
	margin: 10px 20px 5px 20px;
	border-left: 2px solid #0860a8;
	background-color: #e5ecf9;
}

code {
	color: #000000;
	padding: 4px 11px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;

}

/* Calendar Styling */

#wp-calendar {
	text-align: center;
	empty-cells: show;
	font-size: 11px;
	margin: 0;
	width: 100%;
}

#wp-calendar #next a {
	padding-right: 8px;
	text-align: right;
	color: #555555;
}

#wp-calendar #prev a {
	padding-left: 8px;
	text-align: left;
	color: #555555;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#wp-calendar a:hover {
	background-color: #eaeaea;
	color: #000000;
	display: block;
}

#wp-calendar caption {
	margin: 0;
	padding: 8px 0;
	font-size: 1.15em;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

#wp-calendar td {
	color: #a0a0a0;
	font: normal 12px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	line-height: 130%;
	padding: 0;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	background-color: #e5ecf9;
}

#wp-calendar #today{
	border: 1px solid #cccccc;
	color: #000;
}