/*
Theme Name: Good Morning
Theme URI: http://ellothemes.com/goodmorning
Author: Ello Themes
Author URI: http://ellothemes.com
Description: Good Morning is a Simple and Clean WordPress Theme by Ello Themes. Easily Customize through Theme Options. Features: Custom Menu and Theme Options (Header Logo, Sidebar Logo, Fav Icon, Social Icons).
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: white, two-columns, sidebar, fixed-width, custom-menu, theme-options
*/
/* =Import css
----------------------------------------------- */
	@import url(css/style.css);
	@import url(css/typo.css);
	
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
}	

/* Tags */
#main #content .tags {
	padding-bottom: 15px;
}
#main #content .tags a {
	color:#999;
	font-size: 12px;
	font-weight: bold;
}
#main #content .tags a:hover {
	color:#4b4d4b;
}
/* Table */
#content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
#content th {
	font-size: 12px;
	text-align:left;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
#content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.page-template-default div.col8,
.error404 div.col8 {
	margin: 0 auto;
	float: none;
}
/* Comments form */
#respond textarea {
	width: 620px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
#respond #commentform {
	margin-bottom:30px;
	margin-top:10px;
}
#respond #commentform p {
	margin:0px;
}
#respond #commentform label {
	/*float: left;*/
	line-height: 33px;
	margin: 0 30px 0 0;
	text-align: left;
	clear:left;
	width: 54px;
}
#respond #commentform .comment-subscription-form {
	margin: 20px 0 0 84px;
	padding-bottom:0;
	}
#respond #commentform .comment-subscription-form label {
	float: none;
	line-height: 33px;
	margin: 0;
	text-align: left;
	clear:left;
	width: auto;
}
#respond #commentform .comment-subscription-form input {
	margin:0 10px 0 0;
	padding-bottom:0;
}
#respond #commentform .text {
	background-color:#fff;
	border: 1px solid #ccc;
	float: left;
	margin: 0 0 20px;
	color:#aaa !important;
	padding:9px 10px;
	font-style:italic;
	width: 368px;
	box-shadow: 0 2px 2px #e5e5e5 inset;
}
#respond #commentform textarea {
	background-color:#ffffff;
	border: 1px solid #ccc;
	color:#aaa;
	height:205px;
	width:530px;
	margin:0px 0 20px;
	font:14px Arial, Helvetica, sans-serif;
	line-height:22px;
	box-shadow: 0 2px 2px #e0e0e0 inset;
}

#respond #commentform .text:focus, #respond #commentform .text:hover, #respond #commentform textarea:hover, #respond #commentform textarea:focus {
 background-color:#ffffff;
 border: 1px solid #bbb;
}

.entry-caption p {
	color: #666666;
	font-style: italic;
	padding: 10px 10px 5px;
}
/* Single page */
.single a.readmore {
	padding-top:0px;
}
.single #main #content .post {
	padding-bottom:0px;
}
.single #main #content blockquote {
	margin-bottom:15px;
}

/* Search Widget */

input[type=submit]{	
	font-size:15px;
	color:#ffffff;
	font-weight:normal;
	border:none;
	background-color:#000000;
	display:block;
	overflow:hidden;
	cursor:pointer;
	width:81px;
	height:27px;
	margin:0px;
	}
	
input[type=submit]:hover{
	color:#ffffff;
	opacity: 0.4;
	filter: alpha (opacity=40); /* for IE8 and earlier */
	width:81px;
	height:27px;
	}
	
	/* =Calender
-------------------------------------------------------------- */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 248px;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#wp-calendar a:hover {
	text-decoration: underline;
}
#wp-calendar caption {
	text-decoration: none;
	font: bold 13px Arial, Sans-Serif;
	padding-bottom:20px;
}
#wp-calendar td {
	padding: 3px 5px;
	color: #7a7a7a;
	text-align:center;
}
#wp-calendar td#today {
	color: #ffffff;
	background-color:#a09c9c;
	text-align:center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: 3px 5px;
	text-align:center;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

/* Form */
input[type=text], input.text, input.title, textarea, select {
	background-color:#fff;
	border: 1px solid #ccc;
	color:#aaa;
	padding:5px 10px;
	font-style:italic;
	width: 220px;
	margin: 0 0 5px;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	background-color:#ffffff;
	border:1px solid #bbb;
}
textarea {
	padding:10px;
	background-color: #ffffff;
}

/* Contact Form 7 Support */
.wpcf7-form span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FF0000;
    font-size: 14px;
    left: 10px;
    line-height: 16px;
    top: 0;
}