/*  
Theme Name: his1k Custom Theme
Theme URI: http://www.his1k.com/
Description: Custom theme for website
Version: 1.0
Author: David Pitlyuk
Author URI: http://www.dpitmedia.com

*/

/* ************************  CSS RESET  **************************/

body { color: black; background: white; }
 
body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
 
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
 
ol, ul { list-style: none; margin: 0; padding: 0; }
 
table { border-collapse: collapse; border-spacing: 0; } 

caption, th { text-align: left; font-weight: normal; font-style: normal; }
 
acronym, abbr, fieldset, img { border: 0;}
 
:focus { outline: 0; }

/* ************************ END CSS RESET  **************************/

/* ************************ BROWSER BUG FIXES  **************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* ************************ END BROWSER BUG FIXES  **************************/

/* ************************ GENERAL  **************************/

body {
	background-color: #f7f5d5;
	background-repeat:no-repeat;
	font-family: georgia, times new roman, serif;
	font-size: 1em;
	color: #3c3c3c;
}

p {
	margin-bottom: 1em;
	line-height: 1.4em;
}

div.hr {
	clear: both;
	margin: 0;
	padding: 0;
}
	div.hr hr {
		display: none;
	}

	.hidden {
		display: none;
	}

.clear {
	clear: both;
}
	
.center {
	text-align: center;
	margin-bottom: 0;
}

.right {
	float: right;
	margin-bottom: 0;
}

.left {
	float: left;
	margin-bottom: 0;
	padding: 0 7px 0 0;
}
	
#containerL1 {
	margin: auto;
	width: 1100px;
	background-image:url(images/bg_main.jpg);
	background-repeat: no-repeat;
}

#containerL2 {
	margin: auto;
	width: 990px;
}

/* ************************ HEADER  **************************/

#header img {
	float: left;
}

#header #search {
	float: right;
	margin: 37px 40px 0 0;
}

#header #search .searchbox {
	float: left;
	font-family: georgia,times new roman, sans-serif;
	font-size: 1.6em;
	font-style: italic;
	padding: 3px 5px 3px 5px;
	width: 200px;
	background-color: #f7f5d5;
	border: 1px solid #c3c19c;
	color: #94937c;
	margin-right: 7px;
}

/* ************************ CONTENT  **************************/

#content {
	clear: both;
	background-color: #41403e;
	width: 640px;
	padding: 10px 10px 0 0;
	float: left;
	overflow: hidden;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
}

.page {
	float: left;
	background-color: #fff;
	width: 620px;
	min-height: 500px;
	padding: 10px;
	margin-bottom: 10px;
	font-family: arial,verdana,sans-serif;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
}

.post {
	float: left;
	background-color: #fff;
	width: 500px;
	padding: 10px;
	margin-bottom: 10px;
	font-family: arial,verdana,sans-serif;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
}

.post a,.page a {
	color: #5b6b74;
	font-weight: bold;
	background-color: #f7f5d5;
	text-decoration: none;
	padding: 1px;
}

.post a:hover,.page a:hover {
	color: #f7f5d5;
	background-color: #5b6b74;
}

.post  a.imagepost, .page a.imagepost {
	background: none;
}

.post a:hover.imagepost, .page a:hover.imagepost {
	background: none;
}

h2.pagetitle {
	color: #f7f5d5;
	margin: 0 0 10px 10px;
	font-size: 28px;
	font-style: italic;
}

.post h2,.page h2 {
	margin-bottom: 10px;
	color: #41403e;
	background: none;
	font-size: 28px;
	font-weight: bold;
}

.post h2 a {
	color: #41403e;
	background: none;
}

.post h2 a:hover {
	background: none;
	color: #5b6b74;
}

.post h3,.page h3 {
	margin-bottom: 10px;
	color: #41403e;
	background: none;
	font-size: 24px;
	font-weight: bold;
}

.post h4,.page h4 {
	margin-bottom: 10px;
	color: #41403e;
	background: none;
	font-size: 20px;
	font-weight: bold;
}

.post ul,.post ol,.page ul,.page ol {
	margin-left: 20px;
	margin-bottom: 1.2em;
}

.post ul li,.page ul li {
	border-left: 3px solid #5b6b74;
	margin-bottom: 5px;
	padding-left: 5px;
}

.post ol li,.page ol li {
	list-style: decimal;
	margin-left: 20px;
}

.post blockquote,.page blockquote {
	margin-left: 20px;
	font-style: italic;
}

.postside {
	float: right;
	margin-top: 10px;
	color: #41403e;
	width: 120px;
}

.postside .commentsbox{
	margin-left: 17px;
	background: url(images/commentbox.gif) no-repeat;
	height: 57px;
	width: 63px;
	color: #ede8a0;
	font-size: 24px;
	text-align: center;
	padding-top: 6px;
}

.postside .commentsbox a {
	color: #ede8a0;
	text-decoration: none;
}

.postside .commentsbox a:hover {
	color: #fbf9da;
}

.postside ul {
	font-size: 18px;
	font-style: italic;
	background-image:url(images/bg_postsidedata.gif);
	background-repeat: repeat-y;
	background-color: #f7f5d5;
	border-right: 6px solid #5b6b74;
	padding: 2px 0 5px 8px;
}

.postside ul a{
	color: #41403e;
	text-decoration: none;
}

.postside ul a:hover{
	text-decoration: underline;
}

.postside ul li {
	border-bottom: 3px solid #e9e7cd;
	padding-top: 3px;
	padding-bottom: 3px;
}

.postside ul li.price {
	border: 0;
	padding: 0;
}

.postside ul .pricenum{
	font-size: 12px;
}

#pagination {
	clear: both;
	margin: 0 130px 0 10px;
}

#paginationpage {
	clear: both;
	margin: 0 10px 0 10px;
}

#pagination .prev, #paginationpage .prev {
	float: left;
	margin-bottom: 10px;
}

#pagination .next, #paginationpage .next {
	float: right;
	margin-bottom: 10px;
}

.searchresult {
	border-bottom: 6px solid #5b6b74;
	margin-bottom: 10px;
}

.searchresult h3 a {
	background: none;
	font-size: 28px;
}

.searchthumb {

	margin-right: 10px;
	margin-bottom: 10px;
	border: 3px solid #5b6b74;
}

/************************** CONTACT FORM ***********************/

.wpcf7 p {
	line-height: 1.3em;
	margin: 0;
}

.wpcf7 input,textarea {
	background-color: #f3f2e9;
	border: 2px solid #e9e8d9;
}

.wpcf7 .submit input {
	margin-top: 5px;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
}

/* ************************ COMMENTS  **************************/

h2#comments {
	border-top: 6px solid #5b6b74;
	padding-top: 10px;
}

.commentlist li {
	padding: 10px;
	margin-bottom: 3px;
	clear: both;
}

.commentlist li.even {
	background-color: #f3f2e9;
	border: 2px solid #e9e8d9;
}

.commentlist li.odd {
	
}

.commentlist li.comment-author-admin {
	background-color: #b9c9d3;
	border: 2px solid #abbac3;
}

.commentlist .avatar {
	float: right;
	border: 2px solid #e9e8d9;
}

.commentlist .vcard {
	margin-bottom: 5px;
	color: #3c3c3c;
	font-size: 1.2em;
	font-weight: bold;
}

.commentlist a.url  {
	background-color: #e9e8d9;
}

.commentlist a:hover.url  {
	color: #3c3c3c;
}

#respond input {
	background-color: #f7f5d5;
	border: 1px solid #3c3c3c;
	padding: 3px 5px;
	font-family: arial, verdana, sans-serif;
	font-size: 1.3em;
}

#respond textarea {
	width: 400px;
	height: 200px;
	background-color: #f7f5d5;
	border: 1px solid #3c3c3c;
	padding: 10px;
	font-family: arial, verdana, sans-serif;
	font-size: 1.4em;
	margin-top: 5px;
}

#respond .submitcomment {
	background-color: #616161;
	border: 1px solid #000;
	padding: 7px;
	color: #f7f5d5;
	font-size: 1.6em;
	font-family: arial, verdana, sans-serif;
}

#respond {
	border-top: 6px solid #5b6b74;
	padding-top: 10px;
	margin-top: 10px;
}

.subscribe-to-comments input {
	border: 0;
	background: none;
}

/* ************************ SIDEBAR  **************************/

#sidebar {
	float: left;
}

#sidebar h3 {
	color: #f7f5d5;
	font-size: 30px;
 }
 
.sidebarbox {
	width: 300px;
	background-color: #5b6b74;
	padding: 10px;
	color: #ebf8fa;
	font-style: italic;
	margin-top: 10px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
}

.sidebarbox p {
	margin-bottom: 0;
}

.subscribe li {
	border-bottom: 5px solid #51616b;
	padding: 5px 0 5px 0;
}

.subscribe li a {
	color: #ebf8fa;
	text-decoration: none;
}

.subscribe .subscribebox {
	float: left;
	height: 19px;
	padding: 3px 5px 3px 5px;
	background-color: #f7f5d5;
	border: 2px solid #51616b;
	font-family: georgia,times new roman, sans-serif;
	color: #94937c;
	font-style: italic;
	font-size: 16px;
}

.tagcloud p {
	color:#909ba1;
	font-size: .8em;
}

.sidebarbox a {
	color:#ebf8fa;
	text-decoration: none;
}

.sidebarbox a:hover {
	color:#f7f5d5;
	background-color: #909ba1;
}

#dpitmedialogo {
	text-align: center;
	margin-top: 10px;
}

/* ************************ FOOTER  **************************/

#footer {
	margin-top: 10px;
	background: #5b6b74 url(images/bg_footerheadline.gif);
	background-repeat: repeat-x;
	color: #272e32;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	font-size: .8em;
}

#footercontainer {
	margin: auto;
	width: 990px;
	padding: 0 15px 0 15px;
}

#footer #col1,#col2,#col3 {
	width: 300px;
	float: left;
	margin-bottom: 10px;
}

#footer h3 {
	font-size: 28px;
	font-style: italic;
	color: #f7f5d5;
	font-family: georgia, times new roman, serif;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
}

#footer ul {
	margin: 0 10px 0 0;
}

#footer li {
	float: left;
	width: 130px;
	margin-right: 10px;
}

#footer li a {
	color: #272e32;
	border-bottom: 5px solid #51616b;
	text-decoration: none;
	display: block;
	padding: 3px;
}

#footer li a:hover {
	color: #272e32;
	border-bottom: 5px solid #272e32;
	background-color: #f7f5d5;
}

#footer p {
	padding: 10px 40px 0 0;
	line-height: 1.2em;
	font-family: verdana, arial, sans-serif;
	font-size: .8em;
	overflow: hidden;
	clear: both;
}

#footer a {
	color: #272e32;
}

#footer a:hover {
	color: #f7f5d5;
}