/*
Theme Name: Coaster
Theme URI: http://www.themeswpfree.net/themes/coaster-wordpress-theme/
Description: Coaster is a free professional WordPress theme with responsive layout built by an awesome team behind <a href="http://www.themeswpfree.net/">ThemesWPFree.net</a>. Follow us on Twitter @ThemesWPfree
Version: 1.62
Author: Themes WP Free
Author URI: http://www.themeswpfree.net/
Tags: fixed-width, two-columns, right-sidebar, sticky-post, theme-options

License: This version licensed under the terms of GNU General Public License v2.0.
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Elements */

html {
	overflow-y: scroll !important;
}

body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	background: #fff url(images/bg.jpg) left top repeat-x;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}


/* Body */

#wrap {
	width: 975px;
	height: 100%;
	margin: 0 auto;
}

#col-left {
	float: left;
	width: 675px;
	padding: 25px 0;
}

#col-right {
	float: right;
	width: 300px;
	padding: 25px 0;
}


/* Header */

#header {
	width: 975px;
	height: 75px;
}

#header #logo {
	float: left;
	background: #fd6a1d url(images/logo-bg-right.jpg) right top no-repeat;
}

#header #logo a {
	height: 75px;
	display: block;
	margin: 0 10px 0 0;
	padding: 0 25px 0 35px;
	color: #fbf1ec;
	font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
	font-weight: normal;
	text-shadow: 1px 1px 2px #3d3f43;
	font-size: 34px; 
	line-height: 72px; 
	background: transparent url(images/logo-bg-left.jpg) left top no-repeat;
}

#header #logo a:hover {
	color: #fff;
	text-shadow: 1px 1px 1px #111;
	text-decoration: none;
}


/* Navigation */

.menu ul, ul.menu {
	float: right;
	height: 50px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	background: #2d2e32 url(images/nav-bg.jpg) left top repeat-x;
}

.menu ul li, ul.menu li {
	float: left;
	height: 48px;
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	background: #2d2e32 url(images/nav-separator.jpg) right top no-repeat;
}

.menu ul li a, ul.menu li a {
	display: block;
	margin: 0;
	padding: 0 15px;
	color: #dee4e5;
	text-shadow: 1px 1px 1px #111;
	line-height: 49px;
}

.menu ul li a:hover, ul.menu li a:hover {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
}

/* Drop-Down Menu */
.menu li ul  { background: #f1efe8; position: absolute; left: -999em; width: 180px; height: 32px; z-index: 999; }
.menu li ul li  { height: 32px; background: #f1efe8; border-top: 1px solid #fff; border-bottom: 1px solid #dbdbdb; padding-right: 0; }
.menu li ul li a  { width: 160px; padding: 0 10px; color: #148ca3; font-size: 12px; line-height: 31px; text-transform: none; text-shadow: 0 0 0 #f1efe8; }
.menu li ul li a:hover  { color: #f15713; background: #f1efe8; text-shadow: 0 0 0 #f1efe8; }
.menu li ul ul  { margin: -32px 0 0 180px; border-left: 1px solid #dbdbdb; }
.menu li ul ul li a  {}
.menu li ul li ul li a  {}
.menu li:hover,.menu li.hover  { position: static; }
.menu li:hover ul ul, .menu li.sfhover ul ul,
.menu li:hover ul ul ul, .menu li.sfhover ul ul ul,
.menu li:hover ul ul ul ul, .menu li.sfhover ul ul ul ul { left: -999em; }
.menu li:hover ul, .menu li.sfhover ul,
.menu li li:hover ul, .menu li li.sfhover ul,
.menu li li li:hover ul, .menu li li li.sfhover ul,
.menu li li li li:hover ul, .menu li li li li.sfhover ul  { left: auto; }


/* Banner */

#banner { 
	clear: both; 
	width: 960px; 
	height: 225px;
}

#banner #banner-headline {
	padding: 60px 35px 18px 35px;
	color: #fff;
	font-size: 36px;
	font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
	line-height: 36px;
	text-shadow: 1px 1px 2px #498d9a;
}

#banner #banner-secondary {
	padding: 0 35px;
	color: #fff;
	font-size: 25px;
	font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
	line-height: 34px;
	text-shadow: 1px 1px 2px #498d9a;
}


/* Content */

h1, h2, h3, h4, h5, h6 {
	color: #148ca3;
	font-family: helvetica, arial, tahoma, verdana, helvetica, sans-serif;
	font-weight: normal;
	padding: 12px 25px 6px 25px;
}

h1 {	font-size: 29px; line-height: 31px; padding: 18px 25px 10px 25px; }
h2 {	font-size: 25px; line-height: 28px; padding: 16px 25px 10px 25px; }
h3 {	font-size: 22px; line-height: 25px; padding: 14px 25px 10px 25px; }
h4 {	font-size: 19px; line-height: 22px; padding: 12px 25px 10px 25px; }
h5 {	font-size: 16px; line-height: 19px; padding: 10px 25px 10px 25px; }
h6 {	font-size: 14px; line-height: 16px; padding: 8px 25px 10px 25px; }

hr {
	color: #148ca3;
	background: #148ca3;
	height: 1px;
}

p {
	margin: 0;
	padding: 2px 25px 16px 25px;
}

a {
	color: #f15713;
	text-decoration: none;
}

a:hover {
	color: #f15713;
	text-decoration: underline;
}

a:active, a:focus {
	outline: none;
}

small {
	color: #777;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}

blockquote {
	margin: 2px 25px 16px 25px;
	padding: 0;
	color: #444;
	font-style: italic; 
	background: transparent url(images/blockquote_bg.gif) left top no-repeat; 
}

blockquote p {
	padding: 38px 25px 16px 25px;
}

ul {
	margin: 0;
	padding: 4px 25px 12px 65px;
	list-style-type: disc;
	list-style-image: none;
}

ul ul {
	padding: 10px 16px 0 40px;
	list-style-type: circle;
}

ol {
	margin: 0;
	padding: 4px 25px 12px 65px;
}

ol ol {
	padding: 10px 25px 0 40px;
}

li {
	padding: 0 0 6px 0;
}

dl {
	margin: 0;
	padding: 4px 25px 12px 45px;
}

dt {
	padding: 0 0 6px 0;
	font-weight: bold;
}

dd {
	padding: 0 0 9px 0;
	font-style: italic;
}

strong {
	color: #555;
}

.post { margin-bottom: 50px; }

.pagination {
	display: block;
	font-size: 15px;
	text-align: center;
	margin: 10px 0 35px 0;
}

.pagination a, .pagination .on, #morepage-list a, #morepage-list .on {
	font-size: 14px;
	text-align: center;
	margin: 0 4px 0 0;
	padding: 2px 6px;
	border: 1px solid #eee;
}

.pagination .on, #morepage-list .on {
	font-weight: normal;
	background: #f9f9f9;
	border: 1px solid #ddd;
}

.postmetadata {
	clear: both;
	font-size: 12px;
	margin: 5px 25px;
	padding: 12px 20px;
	background: #efefef;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
}

#morepage-list { clear: both; }


/* Comments */

.commentlist {
	padding: 0;
	margin: 0 25px;
	text-align: justify;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}	
	
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
	font: 14px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
	
.commentlist li ul li {
	font-size: 14px;
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
	
.children { padding: 0; }

.nocomments {
	color: #777;
	text-align: center;
	margin: 0;
	padding: 0;
}

.bypostauthor {}

#commentform {
	margin: 5px 10px 0 0;
}
	
#commentform p {
	margin: 5px 0;
}

#commentform input {
	width: 170px;
	padding: 3px;
	color: #666;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #aaa;
}
	
#commentform textarea {
	width: 100%;
	padding: 3px;
	color: #666;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #aaa;
}
	
#commentform #submit {
	float: right;
	margin: 0 0 5px auto;
	padding: 2px;
	color: #666;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	background: #eee;
	border: 1px solid #148ca3;
}	


/* Search form */

#searchform {
	margin: 20px auto 5px auto;
	padding: 0;
	text-align: center;
}

#searchform #s {
	width: 150px;
	padding: 3px;
	color: #666;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #aaa;
}

#searchform #searchsubmit {
	padding: 2px;
	color: #666;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	background: #eee;
	border: 1px solid #148ca3;
	cursor: pointer;
}


/* Various Tags & Classes */

.screen-reader-text {
    position: absolute;
    left: -1000em;
}

.thread-alt { background-color: #f8f8f8; }

.thread-even { background-color: white; }

.depth-1 { border: 1px solid #ddd; }

.even { border-left: 1px solid #ddd; }

cite { font-weight: bold; }


/* Right column styles */

#col-right ul, #col-right ul ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#col-right ul li {
	margin-bottom: 15px;
}

#col-right ul ul, #col-right .widget ul {
	margin: 5px 15px 0 40px;
	list-style-type: square;
	list-style-image: none;
}

#col-right ul ol, #col-right .widget ol {
	margin: 5px 15px 0 25px;
}

#col-right ul li {
	margin-bottom: 0;
}

#col-right .widget .textwidget, #col-right .widget .tagcloud, #col-right .widget .st-tag-cloud {
	padding: 5px 15px 0 25px;
}

#col-right #searchform {
	margin: 20px 25px 5px 25px;
	padding: 0;
	text-align: left;
}

#col-right #searchform #s {
	width: 150px;
	padding: 3px;
	color: #666;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #aaa;
}

#col-right #searchsubmit {
	padding: 2px;
	color: #666;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	background: #eee;
	border: 1px solid #148ca3;
}


/* Tables */

table {
	padding: 0;
	margin: 2px 25px 16px 25px;
	border: 0;
}

table caption {
	color: #444;
	background: #ddd;
	padding: 5px 8px;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 17px;
	line-height: 21px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

table thead tr th, table tr th {
	text-align: left;
	padding: 4px 8px;
	color: #777;
	background: #e7e7e7;
}

table tbody tr td, table tr td {
	padding: 3px 8px;
	color: #666;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	vertical-align: middle;
	border-bottom: 1px solid #e7e7e7;
}

table tfoot tr td {
	color: #888;
	font-size: 11px;
	padding: 2px 8px;
}


/* Forms */

form {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
	padding: 3px 0 0 0;
	line-height: 18px;
}

input {
	width: 175px;
	color: #555;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	padding: 4px;
	margin: 0 0 10px 0;
	background: #fdfdfd;
	border: 1px solid #aaa;
}

textarea {
	width: 265px;
	height: 75px;
	color: #555;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	padding: 4px;
	margin: 0 0 10px 0;
	background: #fdfdfd;
	border: 1px solid #aaa;
}


/* Toolbox */

.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }

.fleft { float: left; }
.fright { float: right; }

.cboth { clear: both; }
.cleft { clear: left; }
.cright { clear: right; }


.home .sticky {
	margin: 5px 25px 35px 25px;
    padding: 2px 0 16px 0;
    background: #faf9f6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px !important; /* prevent too-wide images from breaking layout */
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	padding: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* Footer */

#footer {
	clear: both;
	width: 975px;
	color: #999;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	border-top: 1px solid #ddd;
}

#footer p {
	padding: 12px 25px 15px 25px;
}

#footer a {
	color: #999;
	text-decoration: none;
	border-bottom: 0;
}

#footer a:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 0;
}

