/* 
Theme Name: Speaky
Theme URI: http://www.wpbeginner.com/
Description: Speaky, a Twenty Ten Child Theme with a Featured Post Slider and a whole lot more which speaks for itself.
Author: Syed Balkhi, Dronix
Author URI: http://www.uzzz.net/
Template: twentyten
Version: 1.0.1
Tags: black, blue, white, light, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post
*/

/* Reset */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote{
	margin: 0; 
	padding: 0; 
	border: 0;
}
a {
	text-decoration: none;
}

/* General Styling :D
----------------------------------------*/
body{
	background-color: #f1f1f1;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}
a{
	color: #1d8ac3;
	outline: none;
}
a:hover{
	color: #ff4b33;
}
/* Structure :D
----------------------------------------*/
#wrapper{
	margin: 0 auto;
	width: 940px;
}
#container{
	float: left;
	width: 600px;
}
#primary{
	float: right;
	width: 300px;
}

/* Header :D
----------------------------------------*/
#header{
	margin: 20px 0;
	width: 940px;
}
#header #site-title a{
	color: #555555;
	float: left;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: 0 2px 1px #ffffff;
}
#header #site-description{
	float: right;
	font-style: italic;
	margin: 10px 0;
}
/* Search */
#header #search{
	float: right;
	position: relative;
}
#header #search input{
	color: #999999;
	padding: 8px;
	border: none;
	margin: 0;
}
#header #search input#s{
	font-size: 14px;
	height: 22px;
	margin-right: 53px;
}
#header #search input#searchsubmit{
	background-color: #999999;
	color: #ffffff;
	cursor: pointer;
	position: absolute;
	height: 38px;
	right: 0;
	top: 0;
}
/* Featured Image */
#header #featured-image{
	margin: 30px 0;	
}
#header #featured-image img{
	border:1px solid #cbcbcb;
}
#header #slider{
	clear: both;
	margin: 0;
}
#header #slider.nivoSlider{
	clear: both;
	margin-bottom: 80px;
}
#header .nivo-controlNav{
	left: 43%;
}
/* Menu */
#access {
	margin-bottom: 40px;
	padding: 0;
	width: 940px;
	display:block;
	float:left;
}
#header #access .screen-reader-text{
	left:-9000px;
	position:absolute;
}
#access .menu-header,
div.menu {
	font-size: 13px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	background-color: #ffffff;
	display:block;
	text-decoration:none;
	color:#555555;
	margin-right: 10px;
	padding:0 10px;
	line-height:38px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	height:auto;
	line-height:1em;
	margin-right: 0;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	background-color: #555555;
	color: #ffffff;
}
#access ul li:hover > ul {
	display:block;
}

/* Main Content :D
----------------------------------------*/

.post, .type-page{
	clear: both;
	background-color: #ffffff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
	position: relative;
	
}
#content h1.page-title{
	margin-bottom: 20px;
	text-shadow: 0 2px 1px #ffffff;
}
.entry-title{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 30px 30px 0 30px;
}
.entry-meta{
	font-size: 12px;
	padding-left: 30px;
}
.entry-content, .entry-summary{
	margin-top: 20px;
}
.entry-content p, .entry-summary p{
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 20px;
	padding: 0 30px 0 30px;
}
.type-page .entry-content{
	padding-bottom: 20px;
}
/* Page Navigation */
.entry-content .page-link{
	clear: both;
	font-size: 14px;
	margin: 0 30px 30px 30px;
}
.entry-content .page-link a{
	background-color: #f1f1f1;
	padding: 4px 8px;
	margin-right: 4px;
}
/* Images */
.entry-content img{
	border:1px solid #cbcbcb;
}
.entry-content a img:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.entry-content .alignnone{
	margin-top: 20px;
	margin-left: 30px;
}
.entry-content .wp-caption{
	background-color: #f1f1f1;;
	line-height: 1.5em;
	margin-bottom:20px;
	padding:4px;
	padding-top: 10px;
	text-align:center;
}
.entry-content .wp-caption img{
	border: none;
}
.entry-content .wp-caption p.wp-caption-text {
	color:#777777;
	font-size:12px;
	margin:5px;
}.entry-content .aligncenter{
	clear:both;
	display:block;
	margin: 20px auto;
}
.entry-content .alignright{
	float: right;
	margin: 10px;
}
.entry-content .alignleft{
	float: left;
	margin: 10px 20px 10px 0;
}
.entry-content .wp-caption.aligncenter{
	clear:both;
	display:block;
	margin: 20px auto;
}
.entry-content .wp-caption.alignright{
	float: right;
	margin: 10px 30px 10px 10px;
}
.entry-content .wp-caption.alignleft{
	float: left;
	margin: 10px 20px 20px 30px;
}
/* Asides Category */
.home .category-asides .entry-content p,
.archive .category-asides .entry-summary p {
	padding-top: 30px;
}
/* Gallery Category */
.category-gallery .entry-content .size-thumbnail{
	float: left;
	margin: 0 10px 0 30px;
}
.category-gallery .entry-content .gallery-item {
	margin-left: -10px;
}
.category-gallery .entry-content .gallery-item img{
	float: left ;
	margin: 0 30px 10px 10px;
}
.entry-utility{
	clear: both;
	background-color: #f1f1f1;
	color: #777777;
	font-size: 14px;
	padding: 15px;
	padding-left: 30px;	
}
.entry-utility a, .edit-link a{
	color: #777777;
	text-shadow:1px 1px 0 #ffffff;
	text-transform: lowercase;
}
.entry-utility .comments-link a{
	float: right;
}
.entry-utility span.cat-links a, .entry-utility span.tag-links a{
	font-style: italic;
}
.edit-link a{
	background-color: #f1f1f1;
	font-size: 14px;
	padding: 2px 4px;
	padding-bottom: 5px;
	position: absolute;
	right: 30px;
	top: 0;
}
.edit-link a:hover{
	background-color: #1d8ac3;
	color: #ffffff;
	text-shadow: none;
}
/* Author Info */
#entry-author-info{
	border-top: 1px solid #e8e8e8;
}
#entry-author-info #author-avatar{
	float: left;
	padding: 20px;
	margin: 20px 0 10px 30px;
}

#entry-author-info #author-description{
	font-size: 14px;
	line-height: 1.5em;
	float: left;
	width: 420px;
	margin: 20px 20px 20px 0;
}
#entry-author-info #author-description h2{
	margin-bottom: 3px;
}
.nav-previous, .nav-next{
	margin-bottom: 20px;
}
.nav-previous{
	float: left;
	padding-left: 10px;
}
.nav-next{
	float: right;
	padding-right: 10px;
}
.nav-previous a, .nav-next a{
	color: #777777;
	text-shadow:1px 1px 0 #ffffff;
}
.entry-attachment #nav-below {
	margin-left: 20px;
	position: relative;
	
}
.entry-attachment #nav-below .nav-next{
	float: right;
	position: absolute;
	right: -340px;
}
/* HTML Elements */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 30px 0 30px;
}
.entry-content h1{
	font-size: 24px;
	font-weight: normal;
}
.entry-content h2{
	font-size: 20px;
	font-weight: normal;
}
.entry-content h3{
	font-size: 16px;
	font-weight: normal;
}
.entry-content h4{
	font-size: 14px;
	font-weight: normal;
}
.entry-content h5{
	font-size: 12px;
	font-weight: normal;
}
.entry-content h6{
	font-size: 10px;
	font-weight: normal;
}
.entry-content hr{
	border-color: #e8e8e8;
	border-style: solid;
	border-width: 1px 0 0;
	margin-bottom: 20px;
	margin-top: 30px;
}
.entry-content ins{
	background-color: #ffc;
	text-decoration: none;
}
.entry-content ol,
.entry-content ul{
	margin-left: 50px;
	line-height: 1.5em;
	font-size: 14px;
}
.entry-content dt,
.entry-content dd{
	margin-left: 30px;
	line-height: 1.5em;
	font-size: 14px;
}
.entry-content dt{
	font-weight: bold;
	margin-top: 20px;
}
.entry-content dd{
	margin-bottom: 20px;
}
.entry-content pre{
	background-color: #f1f1f1;
	font-size: 14px;
	line-height: 1.5em;
	margin-left: 30px;
	margin-right: 30px;
	padding: 20px;
}
.entry-content blockquote{
	font-style: italic;
	padding: 0 40px;
}
.entry-content table{
	border:1px solid #e8e8e8;
	border-collapse:collapse;
	border-spacing:0;
	margin: 0 30px 0 30px;
	width: auto;
}
.entry-content tr th, .entry-content thead th {
	color: #888888;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 9px 20px;
	margin: 0;
}
.entry-content tr td {
	border-top:1px solid #E7E7E7;
	font-size: 14px;
	padding:6px 24px;
}
/* Comments */
#comments{
	clear: both;
}
#comments h3#reply-title, #comments h3#comments-title{
	margin-bottom: 10px;
}
#comments #commentform .required{
	margin-right: 16px;
	color: #ff0000;
}
#comments #commentform .comment-form-author .required{
	margin-right: 13px;
}
#comments #commentform .comment-form-url label{
	margin-right: 10px;
}
#comments #commentform .comment-form-comment{
	margin-top: 20px;
}
#comments #commentform .comment-form-comment label{
	color: #999999;
}

#comments #commentform input{
	color: #555555;
	font-size: 12px;
	margin-right: 11px;
	margin-top: 20px;
	border: none;
	padding: 8px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
#comments #commentform textarea{
	border: none;
	font-size: 14px;
	color: #555555;
	margin-top: 20px;
	padding: 20px;
	width: 560px;
	height: 180px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
#comments #commentform .form-allowed-tags{
	font-size: 11px;
	margin-top: 20px;
}
#comments #commentform #submit{
	background-color: #555555;
	color: #ffffff;
	cursor: pointer;
}
#comments #commentform #submit:hover{
	background-color: #777777;
}
#comments .commentlist{
	list-style: none;
}
#comments .commentlist .comment{
	background-color: #ffffff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
}
#comments .commentlist #respond h3#reply-title,
#comments .commentlist #respond p.logged-in-as,
#comments .commentlist #respond label,
#comments .commentlist #respond p.comment-notes,
#comments .commentlist #respond p.form-allowed-tags,
#comments .commentlist #respond p.form-submit{
	margin-left:  30px;
}
#comments .commentlist #respond h3#reply-title{
	margin-top: 20px;
}
#comments .commentlist #respond p.form-submit{
	padding-bottom: 20px;
}
#comments .commentlist .comment-author{
	margin-bottom: 5px;
	padding: 30px 30px 0 30px;
}
#comments .commentlist .comment-author img{
	float: left;
	margin-right: 10px;
}
#comments .commentlist .bypostauthor{
	background-color: #f2f7fc;
}
#comments .commentlist .comment-meta{
	font-size: 12px;
	margin-bottom: 20px;
	padding: 0 30px 0 30px;
}
#comments .commentlist .comment-meta a{
	color: #999999;
}
#comments .commentlist .comment-meta a:hover{
	text-decoration: underline;
}
#comments .commentlist .commentmetadata{
	margin-top: 10px;
}
#comments .commentlist em{
	margin: 20px;
}
#comments .commentlist .comment-body p{
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 20px;
	padding: 0 30px 40px 30px;
}
#comments .commentlist .reply{
	padding-bottom: 3px;
}
#comments .commentlist .reply a{
	color: #777777;
	font-size: 14px;
	text-shadow:1px 1px 0 #ffffff;
	text-transform: lowercase;
	background-color: #f1f1f1;
	font-size: 14px;
	padding: 2px 4px;
	padding-bottom: 5px;
}
#comments .commentlist .reply a:hover{
	background-color: #1d8ac3;
	color: #ffffff;
	text-shadow: none;
}
#comments .commentlist .comment-meta{
	position: relative;
}
#comments .commentlist .comment-meta .comment-edit-link{
	color: #777777;
	font-size: 14px;
	text-shadow:1px 1px 0 #ffffff;
	text-transform: lowercase;
	background-color: #f1f1f1;
	font-size: 14px;
	padding: 2px 4px;
	padding-bottom: 5px;
	position: absolute;
	right: 30px;
	top: -58px;
}
#comments .commentlist .comment-meta .comment-edit-link:hover{
	background-color: #1d8ac3;
	color: #ffffff;
	text-shadow: none;
	text-decoration: none;
}
#comments .commentlist .children{
	list-style: none;
}

/* Sidebar :D
----------------------------------------*/
#primary ul{
	list-style: none;
	
}
#primary a{
	color: #555555;
}
#primary .widget-container{
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
#primary .xoxo li{
	background-color: #ffffff;
	margin-bottom: 20px;
	
}
#primary .xoxo li ul li{
	border-bottom:1px solid #e8e8e8;
	font-size: 14px;
	margin: 4px;
	padding: 8px;
}
#primary .xoxo li ul li:last-child{
	border: none;
}
#primary .xoxo li ul li a:hover{
	color: #999999;
}
#primary h3.widget-title{
	background-color: #555555;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px;
}
#primary .widget_search #searchform div{
	background-color: #f1f1f1;
}
/* Search Widget */
#primary .widget_search{
	position: relative;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#primary .widget_search .screen-reader-text{
	left:-9000px;
	position:absolute;
}
#primary .widget_search input{
	color: #999999;
	padding: 8px;
	border: none;
	margin: 0;
}
#primary .widget_search input#s{
	font-size: 14px;
	margin-right: 53px;
	padding: 8px;
}
#primary .widget_search input#searchsubmit{
	background-color: #999999;
	color: #ffffff;
	cursor: pointer;
	position: absolute;
	height: 33px;
	right: 87px;
}
/* Tag Widget */
#primary .widget_tag_cloud h3.widget-title{
	margin-bottom: 10px;
}
#primary .widget_tag_cloud div{
	padding-bottom: 10px;
}
#primary .widget_tag_cloud a{
	font-style: italic;
	padding: 8px;
	padding-right: 0;	
}
#primary .widget_tag_cloud a:hover{
	color: #999999;
}
/* Text Widget */
#primary .textwidget{
	font-size: 14px;
	margin: 4px;
	padding: 8px;
	padding-bottom: 14px;
}

/* Footer :D
-----------------------------------------*/
#footer{
	clear: both;
	margin-top: 40px;
}
/* Widgets */
#footer ul{
	list-style: none;
}

#footer .widget-area .widget-container{
	float: left;
	font-size: 14px;
	margin-right: 20px;
	margin-top: 80px;
	width: 210px;
}
#footer .widget-area li{
	margin-bottom: 10px;
}
#footer .widget-area a{
	background-color: #ffffff;
	color: #777777;
	padding: 2px 4px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
#footer .widget-area a:hover{
	background-color: #555555;
	color: #ffffff;
}
#footer .widget-area h3.widget-title, #footer .widget-area .widget_text h3.widget-title{
	color: #555555;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 0 2px 1px #ffffff;
	
}
#footer .widget-area .widget_text{
	color: #aaaaaa;
}
/* Copyright/Credits */
#footer #copyright{
	clear: both;
	padding-top: 40px;
	padding-bottom: 80px;
}
#footer #site-info{
	float: left;
}
#footer #site-info a{
	color: #555555;
	text-shadow: 0 2px 1px #ffffff;
}
#footer #site-generator{
	float: right;
}
#footer #site-generator ul{
	list-style: none;
	margin: 0;
}
#footer #site-generator a{
	color: #555555;
}
#footer #site-generator ul#credits {
	list-style: none;
	margin-top: -8px;
}
#footer #site-generator ul#credits li {
	margin: 0 0 0 10px;
	float: left;
}
#footer #site-generator ul#credits li a {
	background: url(images/credits.png) no-repeat;
	display:  block;
	opacity:0.2;
	text-indent:-9999px;
	outline: none;
}
#footer #site-generator ul#credits li a:hover {
	opacity: 1;
}
#footer #site-generator ul#credits li.wpbeginner a {
	background-position: 0 4px;
	height: 30px;
	width: 30px;
}
#footer #site-generator ul#credits li.wordpress a {
	background-position: 0 -28px;
	height: 30px;
	width: 30px;
}

/* 
	LAYOUT: One Column, no sidebar :D
----------------------------------------*/
.one-column #content{
	margin: 0 auto;
	width: 600px;
}
.page-template-onecolumn-page-php #container{
	width: 100%;
}

/* 
	LAYOUT: Full Width, no sidebar :D
----------------------------------------*/
.full-width .post, .full-width .type-page{
	width: 940px;
	overflow: hidden;
}

/* 404 :D
----------------------------------------*/
.error404 #links-container-404 ul{
	margin-left:  15px;
}
.error404 #links-container-404 a{
	font-size: 16px !important;
}
.error404 #links-container-404 h2{
	font-style: italic;
	margin-bottom: 10px;
	padding: 0;
}
.error404 #search-404 {
	margin-left: 30px;
	margin-bottom: 40px;
	position: relative;
	width: 354px;
}
.error404 #search-404 #searchform input{
	color: #999999;
	padding: 8px;
	border: none;
	margin: 0;
}
.error404 #search-404 #searchform input#s{
	font-size: 14px;
	background-color: #f1f1f1;
	margin-right: 53px;
	padding: 8px;
	width: 191px;
}
.error404 #search-404 #searchform input#searchsubmit{
	background-color: #1d8ac3;
	color: #ffffff;
	cursor: pointer;
	position: absolute;
	height: 33px;
	left: 287px;
}
.error404 #month-404{
	float: left;
	line-height: 1.4em;
	margin-left: 30px;
	padding-bottom: 30px;
	width: 210px;
}
.error404 #category-404{
	float: left;
	line-height: 1.4em;
	margin-left: 30px;
	padding-bottom: 30px;
	width: 180px;
}
.error404 #tags-404{
	float: left;
	line-height: 1.4em;
	margin-left: 20px;
	padding-bottom: 30px;
	width: 220px;
}
.error404 #recentposts-404{
	float: left;
	line-height: 1.4em;
	margin-left: 10px;
	padding-bottom: 30px;
	width: 210px;
}
