/*
Theme Name: hw
Description: The hw theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. hw supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: Eurofood
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
}
body {
		background-color:#e2dbd1;
}
body,
input,
textarea {
	color: #848484;
	line-height: 18px;
}
h1, h2, h3, h4, p, a
{
	font-weight:normal;
	margin:0;	
	padding:0;
}
h1
{
	color: #666;
	font-size:20px;
	text-transform:uppercase;
	padding-bottom:15px;
	text-align:left;
}
.green {color:#95acad;font-weight:bold;}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
a img {
	border: none;
}
/* =Layout
-------------------------------------------------------------- */
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#containerWrapper
{
	width:960px;
	margin:0 auto;
}
#container {
	float: left;
	margin: 0;
	padding:0;
	width: 960px;
}
#content {
	float:left;
	width:960px;
	padding-left:20px;
	margin:25px 0 0 0;
}
#content img, .entry-content img, .entry-content iframe, object,#content p img, .entry-content p img
{
	float:left;
	clear:both;
}
#content p
{
	margin:10px 0 5px 0;}
#primary
{
	float: left;
	width: 180px;
	height:auto;
}
#footer {
	clear: both;
	width: 100%;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
.one-column #content {
	margin: 0 auto;
	width: 640px;
}
/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
#access .menu-header,
div.menu-main-container,
.pingback a.url,
#content,
#content input,
#content textarea,
.entry-content label, .entry-utility, .entry-meta, .home #content .category-asides p, #content .gallery .gallery-caption, .comment-meta, #comments .pingback p, .reply, #comments .pingback .url, #cancel-comment-reply-link, #respond .form-allowed-tags, .BlogSummary, .BlogPSummary, #menu-footer li a, .cat_link_more
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
}
.smallText, #content .wp-caption, #site-info, #content .wp-caption p.wp-caption-text, #respond .form-allowed-tags code, .widget-area .entry-meta, #f_third .widget-container widget_nav_menu, #f_third menu-footer-container, #f_third .widget-title, #f_third #menu-footer, .bel_artikel a, .wp-caption p, .cat-links, .navigation, .entry-content p em, .comment-notes
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size:11px;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.entry-content label,
.entry-content tr th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color:#848484;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.comment-notes, .smallText, cite, em, i, blockquote, .page-title span, .entry-utility, #content .wp-caption, .comment-author .says, #comments .pingback .url, .cat_link_more, .smallText
{
	font-style:italic;	
}

.entry-content h3
{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#fcf9f5;
	padding-bottom:3px;
	text-transform:uppercase;
}
/* =Structure
-------------------------------------------------------------- */
/* The main theme structure */
#colophon,
#branding,
#wrapper {
	margin:0 auto;
	width: 960px;
}
##main, #access .menu-header,
div.menu-header
{
	float:left;
	width:960px;
}
.logo
{
	width:960px;
	height:140px;
	float:left;
	text-decoration:none;
	background: transparent url(images/headers/logo.jpg) no-repeat center top;
}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
/* Text elements */
p {
	margin-bottom: 7px;
}
ul {
	list-style: none;
	margin: 0 0 0 0;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
strong {
	font-weight: bold;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
a:visited, a:link, .footerWidget a:hover {
	color: #333;
	text-decoration:none;
}
a:active,
a:hover {
	color: #666;
}
.footerWidget a{
	color: #d27c9c;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Header
-------------------------------------------------------------- */
#header {
	padding: 30px 0 0 0;
	background-color:transparent;
}
/* This is the custom header image */
#branding {
	clear: both;
	display: block;
	height:150px;
}
/* =Menu
-------------------------------------------------------------- */
#access {
	float: left;
	width:960px;
	border-top:1px dashed #fff;
	border-bottom:1px dashed #fff;
	height:30px;
}
#access .menu-header ul
{
	list-style: none;
	margin: 0;
	width:960px;
	text-align:center;
	padding-top:8px;
}
#access .menu-header li
{
	display:inline;
}

#access .menu-header li a
{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#fcf9f5;
	text-transform:uppercase;
	padding:0 30px 0 30px;
}

#access .menu-header li a:hover, .current-menu-item
{
	background-color:#cec1ae;
	
}

/* =Content
-------------------------------------------------------------- */
#main {
	overflow: hidden;
	padding: 0;
	float:left;
}
#footerTop
{
	width:960px;
	float:left;
	height:23px;
}
#content,
#content input,
#content textarea {
	color: #848484;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #d27c9c;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #333;
}
#postHeading
{
	font-size:20px;
	color:#95acad;
	text-decoration:none;
}

.entry-title a:link,
.entry-title a:visited {
	color: #9f7e85;
	text-align:left;
	width:380px;
	font-size:30px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;

}
.entry-title a:active,
.entry-title a:hover {
	text-decoration:none;
	color:#999;
}
#content .entry-title {
	color: #9f7e85;
	text-align:left;
	width:380px;
	line-height:28px;
	font-size:30px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
#content h1.entry-title, #content h1 {
	text-align:left;
	padding:0;
	margin:0;
	margin-left:-20px;
	padding:12px 0 5px 20px;
	font-size:17px;
	font-weight:normal;
	color:#666;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-top: 1px dotted #666;
}
.entry-content,
.entry-summary {
	padding: 0;
	float:left;
}
.entry-summary {height:200px;}
#content .entry-summary img
{float:left; margin:0 20px 20px 0; }
#content .entry_summary p {float:left; padding-left:30px;}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px 35px 24px 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 4px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content select {
	margin: 0 0 2px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #666;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
.entry-utility {
	clear: both;
	margin:0 0 10px 0;
	width:610px;
	float:left;
	background-color:#eae5e6;
	color: #666;
	padding:6px 0 6px 10px;
}
.entry_header
{
	width:620px;
	float:left;
	border-bottom:solid 1px #e0d9db;
	padding-bottom:1px;
	color:#bfc0c3;
	margin-top:15px;
}
.entry-meta {
	float:right;
	padding:4px 3px 0 0;
}
.post_date{
	float:left; 
	width:150px;
	padding:0 0 0 3px;
}
.post_date a {font:17px "Trebuchet MS", Verdana, sans-serif; text-transform:uppercase; text-decoration:none; color: #bfc0c3;}
/* =Asides
-------------------------------------------------------------- */
.home #content .category-asides p {
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}
/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
.nav-previous {float:left; margin-right:5px;}
.nav_next  {float:right; }
/* =Images
-------------------------------------------------------------- */
#content img {
	margin: 0;
	height: auto;
	max-width: 610px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background:transparent;
	margin-bottom: 10px;
	text-align: left;
	color:#c3517b;
}
#content .wp-caption p.wp-caption-text {
	color: #c3517b;
	width:610px;
	padding-left:10px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
#comments-title,
h3#reply-title {
	color: #999;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
	border:dashed 1px #ededed;
	width:580px;
}
.commentlist li.comment {
	line-height: 15px;
	margin: 0;
	padding:20px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 10px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
	display:none;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-meta {
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #666;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	padding: 0 0 10px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #666;
}
.commentlist .children {
	list-style: none;
	margin: 0;
	background-color:#efefef;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	line-height: 18px;
	margin: 0;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 15px 0;
	overflow: hidden;
	position: relative;
	border:dashed 1px #ededed;
	width:540px;
	padding:0 20px;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
	display:none;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	line-height: 18px;
}
.required {
	color: #c3517b;
	padding-left:2px;
}
#respond label {
	color: #666;
	width:150px;
	float:left;
}
#respond input {
	margin: 0 0 9px;
}
#respond textarea {
	width: 88%;
}
#respond .form-allowed-tags {
	line-height: 18px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #666;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul {
	border: none;
	padding: 0;
	margin-left:5px;
}
.textwidget img {padding-right:6px;float:left; margin-bottom:10px;}
.textwidget p{font: bold 11px "Trebuchet MS", Verdana, sans-serif; color:#f6f0e7; line-height:13px;}

/* =Footer
-------------------------------------------------------------- */
#footer {
	border-top:4px solid #cec1ae;
	height:100px;
	padding-top:5px;
}
            
/*footer widgets*/
.footerWidget
{
	width:350px;
	margin-left:20px;
	padding-left:30px;
	float:left;
	clear:both;
	list-style:none;
	background:transparent url('images/contact_footer.jpg') no-repeat top left;
}

.widget-container a, .widget-container a:hover, .menu-footer li a, .menu-footer li a:hover
{text-decoration:none; }

#menu-footer 
{
	margin:0;
	padding:0;
	margin-bottom:0;
}
#menu-footer li
{
	list-style:none;
	display:inline;
	padding:0 7px;
	border-right:dotted 1px #333;
}

#menu-footer li a
{
	color:#333;
}
#menu-footer li a:hover
{ color:#333;
}
#site-info {
	float: right;
	font-weight: bold;
	color:#333;
}

.floatRight {float:right;}
.floatLeft {float:left;}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
/*form styling */
.wpcf7 p {margin:0; padding:0; }
.wpcf7-form {float:left;}
.wpcf7-form input {width:300px; background-color:#fff;border:dotted 1px #ededed;}
input.wpcf7-submit {width:90px; padding:0; background-color:#cec1ae;text-transform:uppercase;color:#fcf9f5;border:none;margin:20px 0 0 -15px;font-weight:bold;}
input.wpcf7-acceptance {width:30px; background-color:#f3f3f3;border:dotted 1px #ededed;}
#submit, .submit
{
	border:none;
	padding:4px 10px;
	background-color:#eae5e6;
	color:#fff;
	margin-top:10px;
}

#columnLeft {
	float:left; 
	width:180px;
	margin-right:10px;
}

#columnMiddle {
	width:550px;
	float:left;
	margin-right:30px;
}

#columnRight {
	width:150px;
	float:left;
}

#contactLeft
{
	float:left; 
	width:630px;
}

#contactRight
{
	padding-top:40px;
	float:left; 
	width:305px;
}

#contactRight img
{
	padding:2px;
	border:1px solid #c0b9b0;
}


/* =Print Style
-------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		background:none;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 12pt;
	}
	.entry-content {
		font-size: 12px;
		line-height: 15px;
	}
	
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 20px 0 0;
		width: 100%;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}