/**
 * Theme Name: CoolStory
 * Theme URI: http://coolstory.me/wp-theme/
 * Description: A user-friendly, search-engine optimized theme, featuring multiple widget-ready areas (before content, after content, sidebar 1 and 2, footer, singular page). 
 * Version: 0.1
 * Author: CoolStory
 * Author URI: http://coolstory.me
 * Tags: theme-options, threaded-comments, sticky-post, microformats, translation-ready, rtl-language-support, two-columns, fixed-width
 *
 *
 * Hybrid is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Body */

body {
	font: normal normal normal 13px/20px Arial;
	color: #333;
	}
.sticky {
background:#C5FEBA;
padding:10px;
border-left:5px solid #999999;
}

.gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 0px;
}

/* Body container */
#body-container {
	margin: 0px auto 0px auto;
	}
.post-title entry-title h1{

}
.sidebar-aside ul{
list-style:none;
margin:0 0 21px 1em;
padding:0 0 0 0;
}

.sidebar-aside {
margin:0 0 25px 0;
background:#eeeeee;
}

.sidebar-aside-secondary {
background:#eeeeee;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 20px;
margin:0 0 25px 0;
background-image:#eeeeee;
}

.sidebar-aside a:link, .sidebar-aside a:visited {
text-decoration: none;
}

.sidebar-aside-secondary ul{list-style:none;margin:0 0 21px 1em}
.sidebar-aside-secondary a:link, .sidebar-aside-secondary a:visited {
text-decoration: none;
}

.sidebar-aside h3 {
color:#fff;
background:#7fc03e;
padding: 9px;
height:30px;
}

.sidebar-aside-secondary h3 {
color:#fff;
background:#7fc03e;
padding: 9px;
height:30px;

}




/* Links */
a {
	color: #21759b;
	text-decoration: none;
	}
a:visited {
	color: #551a8b;
	}
a:hover, a:active {
	color: #d54e21;
	text-decoration: underline;
	}


/* Headers */
h2, h3, h4, h5, h6 {
	font-family: Tahoma;
	color: #000;
	font-weight: bold;
	}
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}

/* Lists */
ul {
	list-style: square;
	}

/* Blockquotes */
blockquote {
	font-style: italic;
	color: #555;
        border-left: 2px solid #999;
        background:#eeeeee;
        padding: 5px 0 3px 4px;
        margin: 1em 3em;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Georgia, serif;
	color: #333;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 17px 0;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.breadcrumb a {
	color: #111;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #d54e21;
	text-decoration: underline;
	}

/* Images */
.post img {
	max-width: 568px;
	padding: 5px;
	border: 1px solid #ccc;
	}

.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

/* Header */
.header {
	margin: 0 auto;
        width:950px;
        height:100px;
        padding:20px 0 0 0;
        
	}
.header-container {
background:#f9f9f9;
border-bottom:1px solid #eeeeee;
}

/* Blog title */
#site-title {
	font: italic normal normal 25px/25px Georgia, Times, "Times New Roman", serif;
	margin: 0 0 10px 0;

	}
#site-title a {
	color: #000;
	}

/* Blog description */
#site-description {
	font: normal normal normal 16px/20px Georgia, Times, "Times New Roman", serif;
	margin: 0;
	color: #666;
	}

/* Navigation */

.menu-full {
background-image:url(greybackgr.jpg);
}

.nav-previous {
float:left
}
.nav-next {
float:right;
}
.menu-center {
max-width:930px;
margin:0 auto;

}
#primary-menu,#navigation {
position:relative;
	overflow: visible;
	height: 31px;
	margin: 0 0 0px 0;
	z-index: 100;
background-image:url(greybackgr.jpg);        
	}
#navigation {

}
#primary-menu li, #page-nav li {
	margin-right: 7px;
background-image:url(greybackgr.jpg);
	}
#primary-menu li li, #page-nav li li {
	margin-right: 0;

	}
#primary-menu li a, #page-nav li a {
	padding: 8px 8px 10px 10px;
	color: #fff;
text-shadow: 1px 1px 1px #3d3d3d;

	}

/* Drop-downs style */
#primary-menu li:hover ul, #primary-menu li.sfHover ul, #page-nav li:hover ul, #page-nav li.sfHover ul {
	top: 30px;
        left:2px;
        }
#primary-menu li li a, #page-nav li li a {
	border-top: none;
	margin-right: 0;
-moz-border-radius: 0px;
border-radius: 0px;
background-image:url(greybackgr.jpg);
	}

#primary-menu li ul, #page-nav li ul {
	background: #fff;

	}
#primary-menu li li:hover ul, #primary-menu li li.sfHover ul, #primary-menu li li li:hover ul, #primary-menu li li li.sfHover ul, 
#page-nav li li:hover ul, #page-nav li li.sfHover ul , #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -0px;
	}
#primary-menu li li li, #page-nav li li li {
	margin-left: -1px;
	}

/* Container (wraps content, primary, and secondary) */
#container {
	margin-bottom: 21px;
	}

/* Main content */
.content {
	margin: 0 0 21px 0;
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 960px;
	}

/* Posts */
.entry-title-box {
background: #F7F7F7; /* old browsers */
background: -moz-linear-gradient(top, #F7F7F7 0%, #eeeeee 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#eeeeee)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#eeeeee',GradientType=0 ); /* ie */
padding:9px 0 1px 8px;
margin-bottom:10px;
}
.post {
	overflow: hidden;
	margin: 0 0 30px 0;
        border-left: 10px soild #e3e3e3
	padding:0 20px 0 0;
        }
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

/* Archive information */
.author-info, .search-info {
	overflow: hidden;
	margin: 0 0 40px 0;
	}

/* Entry title */
.entry-title {
	font-size: 20px;
	margin: 0 0 2px 0;
	font-weight: normal;
	font-family:tahoma;
	}
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.page-title, .attachment-title {
	margin: 0 0 21px 0;
	}
.entry-title a {
	color: #000;
	}

/* Byline */
.byline {
	margin: 0 0 10px 0;
        color: #6e6e6e; 
font-size:12px;
        text-transform: uppercase;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: uppercase;
	}

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 0 0;
	}

/* Entry metadata */
.entry-meta {
	clear: both;
        font-size:12px;
        text-transform: uppercase;
	color: #666;
	}

.more-link {
font-size:12px;
text-transform: uppercase;
font-style:italic;
}

/* Page links (multiple-paged posts) */
p.page-links a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Navigation links */
.navigation-links {
	margin-bottom: 15px;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}
.navigation-attachment {
	overflow: hidden;
	}

/* WP Pagenavi plugin */
.wp-pagenavi {
	margin-bottom: 21px;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 15px 0;
	color: #464646;
	}
.widget a {
	color: #464646;
	text-decoration: underline;
	}
.widget a:hover {
	color: #d54e21;
	text-decoration: none;
	}

/* Widget titles */
.widget-title {
	font-size: 18px;
	font-weight: normal;
        text-transform:uppercase;
	color: #111;
	}

/* Utility widget areas */
#utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #ccc;
	}



/* Comments template */
#comments-template {
	clear: both;
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment metadata */
.comment-meta {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	}
.comment-author {
	font-size: 15px;
	color: #000;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #666;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/* Form */

.search-text {
margin:0 0 0 15px;
}

input#search-text:focus{
      border:1px solid #eeeeee; 
}

input#search-text{      
border:1px solid #ccc;      
padding:5px; }

.text-input {
	display: block;
	padding: 3px 6px;
	width: 50%;
	}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
textarea {
	width: 65%;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	width: 50px;
	background: #fff;
	border: 1px solid #ccc;
        margin:0 0 0 4px;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #f9f9f9;
	}

/* Footer container */
#footer-container {
	clear: both;
	margin: 0 0 21px 0;

	}

/* Subsidiary */

#subsidiary {
	margin: 0 0 0 0;
        background:#eeeeee;
        border-left:1px dotted #e3e3e3;
        border-right:1px dotted #e3e3e3;
        padding: 20px 0 20px 20px;

	}

/* Footer */
#footer {
	color: #fff;
text-align:right;
height:70px;
background-image:url(greybackgr.jpg); 

	}

#footer a:link, #footer a:visited {
	color:#fff;
}

#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration:underline;
}

#footer .copyright {
	display: inline;
text-align:center;
	}

/* Calendar */

.calendar-wrap {

}

/* Post Layouts */
.layout-1c .content {
	width: 960px;
	}
.layout-1c #primary {
	clear: left;
	float: left;
	width: 475px;
	}

.layout-1c #secondary {
	clear: none;
	float: right;
	width: 450px;
	}
.layout-2c-r .content {
	float: right;
	width: 620px;
	}
.layout-2c-r #primary {
	float: left;
	width: 300px;
	}
.layout-2c-r #secondary {
	clear: left;
	float: left;
	width: 300px;
	}
.layout-2c-l .content {
	float: left;
	width: 620px;
	}
.layout-2c-l #primary {
	float: right;
	width: 300px;

	}
.layout-2c-l #secondary {
	clear: right;
	float: right;
	width: 300px;

	}
.layout-3c-r .content {
	float: right !important;
	width: 520px !important;
	}
.layout-3c-r #primary {
	float: left !important;
	width: 190px !important;
	}
.layout-3c-r #secondary {
	clear: none;
	float: left !important;
	width: 190px !important;
	margin-left: 20px;
	}
.layout-3c-l .content {
	float: left;
	width: 520px;
	}
.layout-3c-l #primary {
	float: right;
	width: 190px;
	}
.layout-3c-l #secondary {
	clear: none;
	float: right;
	width: 190px;
	margin-right: 20px;
	}
.layout-3c-c #container {
	padding-left: 240px;
	padding-right: 240px;
	}
.layout-3c-c .content {
	width: 460px;
	float: left;
	}
.layout-3c-c #primary {
	float: left;
	width: 220px;
	position: relative;
	right: 700px;
	}
.layout-3c-c #secondary {
	float: left;
	width: 220px;
	position: relative;
	margin-left: -200px;
	}
