/*  
Theme Name: Boast
License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html

WORDPRESS
Theme URI: http://www.woothemes.com/
Version: 1.1.1
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
Copyright: (c) 2009 WooThemes.

TEXTPATTERN
Theme URI: http://protextthemes.com/themes/boast
Version: 1.0.0
Author: ProText Themes
Author URI: http://protextthemes.com
Copyright: (c) 2011 ProText Themes.
*/

/* WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme, you should not edit the styles in this file. Instead use the boast_custom file to add your styles. You can copy a style block from this file and paste it into boast_custom, edit it and it will override the style in this file.*/

/*-------------------------------------------------------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks
-1.3 Accessibility

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
-2.2.1 Drop-down menus
-2.3 Header
-2.4 Featured Box
-2.4.1 Home Page Tabber
-2.4.2 Inner Pages
-2.5 Footer

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination
-3.4 Info boxes

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets

5. COMMENTS
-5.1 Comments
-5.2 Comments Form

6. MISC
-6.1 Buttons
-6.2 Info Boxes
-6.3 Contact Form

-------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  { font: 14px/20px Arial,Helvetica,Sans-serif; color: #fdfdfd; background: #516f8c url(_templates/boast/assets/bg-bodytile.png) repeat top left; }

h1 { display: none; height: 1px; margin-left: -500em; }
h2, h3, h4, h5, h6  { margin: 0; color: #fff; font-weight: normal; }
h2.error-status { margin: 50px 0; }
h2 { font-size: 22px; }
h2.error-status { font-size: 48px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p {margin: 0; }
p.error-msg { font-size: 22px; }

hr { background-color: #e6e6e6;	border:0; height: 1px; margin-bottom: 20px; }

input, textarea { padding: 7px 0 7px 7px; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}


/* 1.2 Hyperlinks */

a:link,
a:visited  { color: #a2cde6; text-decoration: none;}

a:hover {text-decoration: underline;}

h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited  { color: #fff; text-decoration: none; }

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {}

/* 1.3 Accessibility */

#accessibility .skip, #accessibility .hideme { position: absolute; left: -1000em; top: -1000em; }
#accessibility .skip:focus, #accessibility .skip:active { position: static; left: 100px; top: 200px; }



/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#wrapper  { background: url(_templates/boast/assets/bg-wrapper.png) no-repeat center top;}
#content-wrap  { background: url(_templates/boast/assets/bg-content.png) no-repeat center bottom; border-bottom: 1px solid rgba(255,255,255,0.15); }
#content{padding:0 0 40px;}

.col-left { float: left; }
.col-right { float: right; }
.col-full  { width: 940px; margin: 0 auto; }

/* 2.2 Navigation */
#navigation{position: relative; padding: 1px 0 0 0; z-index: 9999; font:14px/14px Helvetica, Arial, sans-serif;background: #243141 url(_templates/boast/assets/bg-nav.png) no-repeat left top;  }

.nav { z-index:99; margin: 0 0 0 20px; padding:0; list-style:none; line-height:1; }
.nav li  { float:left; width: auto; }
.nav li.home a  { display: block; margin: 20px 15px 0 0; height: 0; overflow: hidden; padding-top: 14px; width: 13px; background: url(_templates/boast/assets/ico-home.png) no-repeat top center; }
.nav a  { position:relative; color:#fff; display:block; z-index:100; margin-right: 20px; padding: 18px 10px 12px 10px; line-height:18px; text-decoration:none; }
.nav a:hover{ background: rgba(0,0,0,0.2); }
.nav li.current_page_item, .nav li.current_page_parent  {}
.nav li a.sf-with-ul { padding-right:20px; }

/* 2.2.1 Drop-down menus */
.nav li ul  { background: #FFF; position: absolute; left: -999em; width: 180px; z-index:999; }
.nav li ul li  { border-top:1px solid #fff; border-bottom: 1px solid #c3c3c3; }
.nav li ul li a  { width:165px; padding: 5px 5px 5px 10px; font-weight: bold; background: #eaeaea; margin: 0; color:#555; font-size:12px; }
.nav li ul li a.sf-with-ul { padding: 5px 5px 2px 10px; }
.nav li ul li a:hover  { border-color: transparent; color: #000; background-color: #dedede; }
.nav li ul ul  { margin: -25px 0 0 180px; }
.nav li ul ul li a  {  }
.nav li ul li ul li a  {  }

.nav li:hover,.nav li.hover  { position:static; }
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left:-999em; }
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul  { left:auto; }

.nav .sf-sub-indicator {background: url(_templates/boast/assets/arrow-superfish.png) no-repeat;position:absolute;display:block;right:0.3em;top:1.8em;width:10px;height:10px;text-indent:-999em;overflow:hidden;}
.nav li ul .sf-sub-indicator {right: 5px; top: 10px; background:url(_templates/boast/assets/arrow-superfish-right.png) no-repeat;}

/* 2.3 Header */
#header  { padding:50px 0 40px; clear:both; position:relative; background: url(_templates/boast/assets/bg-header.png) repeat-x top left; }

#logo  { float:left; }
#logo img  { }
#logo .site-title, #logo .site-description  { font-family:Georgia, serif; color: #000; }
#logo .site-title a { color:#eee; font-size:40px; line-height:40px; text-transform:none; font-weight:normal; text-decoration:none; }
#logo .site-title a:hover { text-decoration:underline; }
#logo .site-description { color: #ccc; font-size: 11px; text-transform: uppercase;}

#search-block { padding-top: 22px; }
#search-block form  { display: inline-block; }
#search-block input.field  { height:13px; font-size:11px; font-weight:bold; width: 155px; padding: 4px 0 4px 25px; color: #fff; border: none; background: url(_templates/boast/assets/bg-search.png) no-repeat left top; }
#search-block input.submit  { background: none; border: none; color: #fff; font-weight: bold; margin: -2px 0 0 0; padding: 0; }
#rss { display: inline; margin: 0 0 0 8px; padding: 2px 0 3px 55px; border-left: 1px solid #728aa2; background: url(_templates/boast/assets/ico-rss.png) no-repeat 15px top; }
#rss a  { font-size: 11px; color: #fff; }

/* 2.4 Featured Box */
/* 2.4.1 Home Page Tabber */
#loopedSlider { position:relative; }
#loopedSlider .container {width: 633px; height:464px; overflow:hidden; position:relative; float:left; background: #eaeaea url(_templates/boast/assets/feat-left-bg.png) no-repeat left bottom; border: 1px solid #fff;}
#loopedSlider .slides { position:absolute; top:0; left:0; }


.featured  { margin-bottom: 45px; color: #353a3e; }
.featured .feat-post  {width: 567px;  padding: 0 33px;  }
.featured .feat-post .image img  { margin: 30px 0 0 0; border: 1px solid #fff; }
.featured .feat-post .shadow  { display: block; width: 561px; height: 35px; margin: -16px 0 0 2px; background: url(_templates/boast/assets/feat-img-shadow.png) no-repeat center top; }
.featured .feat-post .details  { margin: 10px 0 22px; }
.featured .feat-post .buttons  { width: 100px; padding: 0 10px 0 15px; }
.featured .feat-post .buttons a  { display: block; float: left; height: 41px; width: 42px; text-indent: -300px; overflow: hidden; background: url(_templates/boast/assets/btn-updown.png) no-repeat left top; }
.featured .feat-post .buttons a.down  { background-position: top right; }
.featured .feat-post .feat-title  { width: 442px; padding: 4px 0 0 0; }
.featured .feat-title h2, .featured .feat-title h2 a  { color: #25211f; font-size: 24px; font-weight: bold; }
.featured .feat-title .sub-title  { color: #6f6b69; font-size: 10px; text-transform: uppercase; }

.featured .feat-index  { width: 304px; background: #3c5065; overflow-x: hidden; border-color: #46596d; border-style: solid; border-width: 1px 1px 1px 0;  }
.featured .feat-index ul  { padding: 15px 0; }
.featured .feat-index a  { display: block; padding: 15px 0 15px 35px; color: #bed5eb; font-size: 15px; font-weight: bold; line-height: 16px; }
.featured .feat-index a:hover  { color: #fff; }
.featured .feat-index a:hover span  { color: #d6e3ee; }
.featured .feat-index .active a  { margin-left: -2px; color: #fff; padding-left: 30px; font-size: 15px; background: url(_templates/boast/assets/feat-index-active.png) no-repeat left 2px; }
.featured .feat-index .active a span  { color: #d6e3ee; }
.featured .feat-index span  { display: block; color: #7b8d9f; font-size: 10px; font-weight: normal; text-transform: uppercase; }
.featured .feat-index a:hover  { text-decoration: none; }

/* 2.4.1 Inner Pages */

.featured.feat-blog {background: #eaeaea url(_templates/boast/assets/feat-left-bg.png) no-repeat left bottom; border: 1px solid #fff; } 
.featured.feat-blog .archive-header  { padding: 0 0 6px; border-bottom: 1px solid #cecece; border-bottom: 1px solid rgba(0,0,0,0.1); margin: 30px 0 0 0; color: #000; }
.featured.feat-blog .archive-header span  { font: bold italic 18px Georgia, Times, serif; }
.featured.feat-blog .archive-header .cat-rss  { display: block; margin-top: -2px; margin-bottom: -6px; border: none!important; font: bold italic 14px Georgia, Times, serif; }
.featured.feat-blog .archive-header .cat-rss a  { padding: 3px 38px 3px 0; font-size: 14px; text-decoration: none; line-height: 28px; color: #3c5065; background: url(_templates/boast/assets/ico-rss.png) no-repeat right center; }
.featured.feat-blog .archive-header .cat-rss a:hover  { color: #000; }
.featured.feat-blog .feat-post  { width: 872px; padding-top: 30px; }
.featured.feat-blog .feat-title  { width: 800px; color: #000; display: inline; }
.featured.feat-blog .feat-title .feat-meta  { display: inline-block; margin: 0 0 15px; font-size: 11px;  text-transform: uppercase; color: #6f6b69; border-bottom: 1px dotted #6f6b69; }
.featured.feat-blog .feat-title .feat-meta a  { color: #000; font-weight: bold; }
.featured.feat-blog .feat-title h2  { margin: 0 0 6px 0; font-size: 30px; }
.featured.feat-blog .feat-title h2 a  { font-size: 30px; }
.featured.feat-blog .feat-content  { margin: 20px 0 35px 0; }
.featured.feat-blog .video  { margin-bottom: 20px; }

.featured.feat-blog .entry h2,
.featured.feat-blog .entry h3,
.featured.feat-blog .entry h4,
.featured.feat-blog .entry h5,
.featured.feat-blog .entry h6  { color: #000; font-weight: bold; }
.featured.feat-blog .entry a  { color: #3c5065; }

/* 2.5 Footer */
#footer  { color:#fff; background: #35526f url(_templates/boast/assets/bg-bodytile.png) repeat top left; }
#footer #footer-widgets {  border-bottom: 1px solid rgba(255,255,255,0.3); }
#footer #credit img{vertical-align:middle;}
#footer #credit span{display:none;}

#bottomline  { width: 940px; margin: 0 auto 40px; padding: 17px 10px 0; font-size:10px; font-weight: bold; text-transform: uppercase; }



/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

#breadcrumb {}

#blog  { margin-bottom: 40px; border-bottom: 1px solid #cecece; border-bottom: 1px solid rgba(255,255,255,0.3); }
#blog .heading  { padding: 0 0 20px 0; font: bold italic 30px Georgia, Times, serif; text-align: center; }
.paged #blog .heading  { padding: 20px 0 20px 0;}
#blog .heading .full-blog  { margin: 6px 0 0 0; background-color: #fff; color: #152332!important; }


#blog .col-left  { width: 450px; padding: 20px 20px 20px 0; text-align: right; }
#blog .col-right  { width: 450px; padding: 20px 0 20px 20px; text-align: left; }
#blog .post .col-right  { border-left: 1px solid rgba(255,255,255,0.3); }
#blog .post .col-left  { position: relative; width: 449px; min-height: 75px; }

#blog h2.search-title { margin: 20px 0; text-align: center; font-weight: bold; font-size: 28px; }

.post  { margin-bottom: -1px; border-top: 1px solid #cecece; border-top: 1px solid rgba(255,255,255,0.3); }

.post .title  { margin: 0 0 3px; font:normal bold 24px/24px Arial, Helvetica, sans-serif;position:relative }
.post .title a:link, .post .title a:visited  { }
.post .title a:hover  { margin-right: -5px; }

.post-category a, .post-date  { color: #bdc9d6; font-size: 12px; font-style: italic; }

.post .comments  { position: absolute; bottom: 20px; right: 20px; }
.post .comments a  { font-size: 12px; font-weight: bold; color: #fff; }

.post-more a, .post-meta a { text-decoration:none; font-weight: bold; font-size: 12px; }
.post-more a:hover, .post-meta a:hover { text-decoration:underline; }

.entry p.tags { background:url(_templates/boast/assets/ico-tag.png) no-repeat center left;padding-left:25px;width:100%;clear:both;margin-bottom:20px; text-transform: uppercase; font-weight: bold; font-size: 11px; }

.entry  {}

/* 3.1 Typographic Elements */
.entry h2 { padding-bottom:20px; }
.entry h3 { padding-bottom:10px; }
.entry h4 {}
.entry h5 {}
.entry h6 {}

.entry p  { margin: 0 0 20px 0; }

.entry blockquote  { background:url(_templates/boast/assets/blockquote.png) no-repeat 0 12px; padding: 10px 20px 10px 50px; color: #444;  }
.entry blockquote p  { font-style:italic; }

.entry ul  { list-style-position: inside; margin: 0 0 15px 10px; padding: 0 0 0 10px; }
.entry ul ul  { list-style-position: inside; margin: 0 0 10px; }
.entry ul li  {	list-style-type: circle; }
.entry ul ul li  { list-style-type: disc; }

.entry ol  { list-style-position: inside; margin: 0 0 15px 10px; padding: 0 0 0 10px; }
.entry ol ol  { list-style-position: inside; margin: 0 0 10px; }
.entry  ol li  { list-style-type: upper-latin; }
.entry  ol li ol li  { list-style-type: lower-latin; }

#search-results .post strong { text-decoration: underline; }

.entry dl.widget-archive-menu {  }
.entry dl.widget-archive-menu dt {font-weight: bold; font-size: 18px; text-decoration: underline;}
.entry dl.widget-archive-menu dd {display: inline; line-height: 32px; margin-left: 15px;}

/* 3.2 Images */
.entry img, img.thumbnail { margin-top: 5px !important; padding: 3px; border: 1px solid #fff; background:#eaeaea;  }

.alignleft  { float: left; height: auto; margin: 5px 25px 10px 0; }
.alignright  { float: right; height: auto; margin: 5px 0 10px 25px; }
.aligncenter  { text-align: center; margin-bottom:15px;}
img.aligncenter  { margin-left:auto; margin-right:auto; display:block; }

.entry .caption { text-align:center; padding: 1px; border: 1px solid #fff; background:#eaeaea; }
.entry .caption img{ margin:0; padding:0; background:none; border:0; }
.entry .caption-text { margin:0; padding:5px; font:11px/22px Arial, Helvetica, sans-serif; text-align:justify; }

.gallery-listing img { display:block; float:left; margin:0 15px 10px 0; }

/* 3.3 Pagination */
.nav-entries, .post-entries { width: 940px; margin: 0 auto; padding-bottom: 40px; font-size:11px; font: bold italic 18px Georgia, Times, serif; border-bottom: 1px solid #cecece; border-bottom: 1px solid rgba(255,255,255,0.3); }
.post-entries  { padding-top: 40px; }
#front .nav-entries  { border-bottom: none; }
.nav-entries a, .post-entries a { color: #fff; display: block; text-decoration:none;}
.nav-entries a:hover, .post-entries a:hover { text-decoration:underline; }


/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */
#main-widgets  { margin-top: 50px; margin-bottom: 0px; }
#main-widgets .widget-col  { float: left; width: 220px; margin: 0 20px 0 0; }
#main-widgets .widget-col.last, #footer-widgets .widget-col.last  { margin: 0; }

#main-widgets .widget  { float: left; width: 180px; height: 300px; margin: 30px 0 40px 0; padding: 0 20px; color: #494d50; background: #fff url(_templates/boast/assets/widget-gradient.png) no-repeat bottom center; }
#main-widgets .widget .inner  { height: 267px; overflow: hidden; }
#main-widgets .widget .inner .innermodule  { height: 267px; }

#main-widgets .widget a:link, #main-widgets .widget a:visited  { color: #4889b2; }

#main-widgets .widget .shadow  { display: block; width: 220px; height: 10px; margin: 16px 0 -5px -20px; background: url(_templates/boast/assets/widget-shadow.png) no-repeat left top; }
#main-widgets .widget .footer-shadow { display: none; }
#main-widgets .widget .controls  { position: relative; margin: 5px 0 24px 0; display: block; height: 8px; text-align: center; }
#main-widgets .widget .controls a  { position:absolute;left: 80px; width: 11px; height: 8px; padding: 0 4px; display: inline-block; overflow: hidden; text-indent: -300px; }
#main-widgets .widget .controls a.up  { background: url(_templates/boast/assets/widget-controls-up.png) no-repeat top center; display: none }
#main-widgets .widget .controls a.down  { background: url(_templates/boast/assets/widget-controls-down.png) no-repeat top center; }
#main-widgets .widget h3  { margin: -35px 0 32px -20px; font-size: 18px; color: #fff; font-weight: bold; }
#main-widgets .widget p { font:12px/20px Arial, Helvetica, sans-serif; margin-bottom:15px; }

#main-widgets .widget ul  { clear:both; padding: 0; border-top: 1px dashed #ebecec; list-style-position:inside; list-style-type:disc;}
#main-widgets .widget ul li  { list-style: none; padding: 5px 0; border-bottom: 1px dashed #ebecec; line-height: 18px; }
#main-widgets .widget ul li a:link, #main-widgets .widget ul li a:visited  { font-size: 16px; font-weight: bold; text-decoration: none; color: #494d50; }
#main-widgets .widget ul li a:hover  { color: #000; }
#main-widgets .widget ul ul  { padding: 0 0 0 10px; border-top: none; }

#footer-widgets { padding: 40px 0 0 0; background: url(_templates/boast/assets/bg-footerwidgets.png) no-repeat top center; }
#footer-widgets .widget-col  { float: left; width: 172px; margin: 0 20px 0 0; }
#footer-widgets .widget  { float: none; }

#footer-widgets .widget  { margin: 0 0 40px 0; font-size: 11px; }
#footer-widgets .widget h3  { margin: 0 0 10px 0; font-size: 13px; color: #a2cde6; font-weight: bold; }
#footer-widgets .widget .controls  { display:none; }
#footer-widgets ul li, #footer-widgets ul li a { color: #d6f0ff; }

/* 4.2 Specific Widgets */

/* FEEDBURNER */
.widget-feedburner p { font-weight: bold !important; }
.widget-feedburner input[type="text"] { width: 100%; font:14px/14px Arial, Helvetica, sans-serif; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid; margin-bottom:15px; }
.widget-feedburner .button {  }

#footer-widgets .widget-feedburner p { margin-bottom: 12px; }

/* ARCHIVES */
#main-widgets .widget_archive dl.widget-archive-menu {  }
#main-widgets .widget_archive dl.widget-archive-menu dt {font-weight: bold; font-size: 16px; text-decoration: underline;}
#main-widgets .widget_archive dl.widget-archive-menu dd {display: inline; line-height: 24px; margin-left: 5px;}

#footer-widgets .widget_archive dl.widget-archive-menu {  }
#footer-widgets .widget_archive dl.widget-archive-menu dt {font-weight: bold; font-size: 14px; text-decoration: underline;}
#footer-widgets .widget_archive dl.widget-archive-menu dd {display: inline; line-height: 20px; margin-left: 5px;}

/* RECENT COMMENTS */
.widget_recent_comments li  { font-size: 12px; font-weight: bold; color: #494d50; padding: 5px 0; line-height: 18px; }
.widget_recent_comments ul li a  { font-size: 12px!important; display: inline; padding: 0; line-height: 18px!important; background: none!important; border: none!important; }

#footer-widgets .widget_recent_comments li, #footer-widgets .widget_recent_comments ul li a  { font-weight: normal; line-height: 12px!important; font-size: 11px!important; }

/* FLICKR */
.widget_flickr  { text-align: center; }
.widget_flickr h3  { text-align: left; }
#main-widgets .widget_flickr h3 span{color:#0061D8;}
#main-widgets .widget_flickr h3 span span{color:#FF1183;}
.widget_flickr .flickr_badge_image  { float: left; margin: 3px; }

.widget_flickr .wrap  { position: relative; margin-bottom: 20px; padding: 0; }
.widget_flickr a img  { float: left; margin: 0 0 8px 4px; display: block; border: 2px solid #cecece; }
.widget_flickr a img:hover  { border-color: #314e6c; }

#footer-widgets .widget_flickr a img  {  margin: 0; border: 2px solid #d6f0ff; }
#footer-widgets .widget_flickr a img:hover  { border: 2px solid #314e6c; }

/* TWITTER */
.widget_twitter  { font-weight: bold; font-size: 12px; }
.widget_twitter span  { display: block; }
.widget_twitter ul  { margin-top: -10px; border-top: none; }
.widget_twitter ul li  { padding: 10px 5px; list-style: none; border-bottom: 1px dashed #ebecec; line-height: 16px; }
.widget_twitter li span a:link, .widget_twitter li span a:visited  { color: #4889b2 !important; font-size: 12px !important; }
.widget_twitter li a:link, .widget_twitter li a:visited  { padding: 0; line-height: 16px; color: #9c9b9a !important; }

#footer-widgets .widget_twitter  { font-weight: normal; font-size: 11px; }
#footer-widgets .widget_twitter li span a:link, #footer-widgets .widget_twitter li span a:visited  { color: #a2cde6 !important; }
#footer-widgets .widget_twitter li a:link, #footer-widgets .widget_twitter li a:visited  { color: #a2cde6 !important; }
#footer-widgets .widget_twitter ul li  { border-bottom: 1px dashed #d6f0ff; }

/* CALENDAR */
#calendar { width:100%; margin-bottom:15px; clear:both; padding:0; }
#calendar caption { padding:0 0 5px 0; font-weight: bold; text-transform: uppercase; }
#calendar th, #calendar td { text-align:center; background:#E7E7E7; color: #494d50 ;padding:5px; font-size:11px; }
#calendar td { background:transparent; border: 1px solid #ebecec; }
#calendar td, table#calendar th { padding:3px 0; }
#calendar #prev, #calendar #next  { font-weight: bold; text-transform: uppercase; }
#main-widgets #calendar td.smd_cal_today { background-color:#E7E7E7; }

#footer-widgets #calendar caption  { color: #d6f0ff; }
#footer-widgets #calendar th, #footer-widgets #calendar td  { color: #d6f0ff; background: #314e6c; font-size: 10px; }
#footer-widgets #calendar td  { border-color: #314e6c; background: transparent; }
#footer-widgets #calendar td.smd_cal_today { background-color:#314e6c; }
#footer-widgets #calendar td.smd_cal_event a { color: #000; }

/* BLOG AUTHOR WIDGET */
.widget_blogauthorinfo .avatar { border: 3px solid #afb0b0; }
.widget_blogauthorinfo .left { float:left; margin:0 10px 5px 0; }
.widget_blogauthorinfo .right { float:right; margin:0 0 5px 10px; }
.widget_blogauthorinfo p  { font-size: 12px; font-weight: bold; }

#footer-widgets .widget_blogauthorinfo .avatar { border: 3px solid #d6f0ff; }
#footer-widgets .widget_blogauthorinfo p  { color: #d6f0ff; font-size: 11px; font-weight: normal; line-height: 14px; }

/* ADSPACE WIDGET */
.adspace-widget  { text-align: center; }
.adspace-widget h3  { text-align: left; }
.adspace-widget img  { width: 180px; }
#footer-widgets .adspace-widget img  { border: 1px solid #d6f0ff; }
#footer-widgets .adspace-widget img:hover  { border: 1px solid #314e6c; }
#footer-widgets .adspace-widget img { width: 172px; }
#footer-widgets .adspace-widget .footer-shadow { display: block; width: 166px; height: 10px; margin-left: 3px; background: url(_templates/boast/assets/widget-shadow.png) no-repeat center top; }

/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */
#comments {position:relative; }
#comments h3  { margin: 0 0 30px 0; font: bold italic 30px Georgia, Times, serif; text-align: center; }
#comments .commentlist  { border-top: 1px solid #cecece; border-top: 1px solid rgba(255,255,255,0.3); }
#comments .comment { list-style-type:none; border-bottom: 1px solid #cecece; border-bottom: 1px solid rgba(255,255,255,0.3); }
#comments .comment .fix  { margin-bottom: -1px; }
#comments .comment .comment-container  { position:relative; }
#comments .comment-head  { padding: 20px; position: relative; width: 39%; text-align: right; border-right: 1px solid #cecece;  border-right: 1px solid rgba(255,255,255,0.3); }
#comments  .avatar  { float: left; }
#comments  .avatar img {margin: 0; border: 3px solid #cecece; border:3px solid rgba(255,255,255,0.3); }
#comments .comment-head .name  { display: block; margin: 0; font-weight: bold; font-size: 24px; }

#comments .comment-head .date,
#comments .comment-head .edit a,
#comments .comment-head .perma a { color: #bdc9d6; font-size: 12px; font-style: italic; }

#comments .comment-entry  { padding: 20px; width: 50%; text-align: left; }
#comments .comment-entry p  { margin: 0 0 10px 0;}

.nocomments  { padding: 0 0 40px 0; text-align: center; font: italic bold 22px Georgia, Times, serif; border-bottom: 1px solid #cecece; border-bottom: 1px solid rgba(255,255,255,0.3); }

/* 5.2 Comments Form */
#respond  { padding: 40px 0 50px; border-bottom: 1px solid #cecece; border-bottom: 1px solid rgba(255,255,255,0.3); background: url(_templates/boast/assets/bg-respond.png) no-repeat 40px 50px; }
#respond h3  { margin: 0 0 30px 298px; font: bold italic 30px Georgia, Times, serif; }

#respond .comments_error_message { margin-bottom: 15px; }
#respond .comments_error_message span { font-size: 32px; line-height: 48px; }
#respond ul.comments_error { color: #990000; margin-bottom: 15px; }

#txpCommentInputForm  { width: 600px; margin: 0 0 0 298px; padding: 20px; font-weight: bold; color: #54555a; background: #eaeaea; border: 1px solid #fff; }
#txpCommentInputForm label  { position:relative; display:inline; vertical-align:top; display:inline-block; margin-top:5px; font-size: 12px; }

#txpCommentInputForm input[type="text"],
#txpCommentInputForm textarea { font:14px/14px Arial, Helvetica, sans-serif; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid; margin-bottom:15px;}

#txpCommentInputForm input[type="text"] { color:#666; background: #fcfcfc; width: 260px; margin: 0 5px 20px 0; padding: 10px 7px; }

#txpCommentInputForm textarea  { color:#666; background: #fcfcfc; width: 96% !important; padding: 5px 7px; }

#txpCommentInputForm input.checkbox { vertical-align: bottom; }
#txpCommentInputForm p.comments_remember { margin: 0 0 10px 5px; }
#txpCommentInputForm p.comments-help {  }

#txpCommentInputForm .button  { margin: 15px 0 0 0; }

p#txpCommentInputForm { text-align: center; font-size: 16px; }


/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/

/* 6.1 Buttons */
.zemSubmit, .button, .button:visited, .reply a{ font: 11px Helvetica, Arial, sans-serif; text-transform: uppercase; background: url(_templates/boast/assets/alert-overlay.png); display: inline-block; padding: 6px 10px 5px; color: #fff !important; text-decoration: none; border:none; position: relative; cursor: pointer; }
.zemSubmit, .button, .button:visited, .reply a{ background-color:#a0b2c3; }
.zemSubmit:hover, .button:hover, .reply a:hover { text-decoration:none; }
.zemSubmit:active, .button:active, .reply a:active { top: 1px; }
.small.button, .small.button:visited, .reply a { font-size: 11px; font-weight: bold; padding: 3px 6px 1px; text-transform:uppercase;}
.zemSubmit, .button, .button:visited, .medium.button, .medium.button:visited { font-weight: bold; line-height: 1; }
.large.button, .large.button:visited { font-size: 14px; padding: 8px 14px 9px; }

/* 6.2 Info Boxes */
p.alert,
p.download,
p.info,
p.note,
p.tick {  margin:10px 0 20px 0; padding:9px 10px 9px 50px; }

p.alert { border-top:1px solid #f0baa2; border-bottom:1px solid #f0baa2; background:#ffd9c8 url(_templates/boast/assets/ico-alert.png) no-repeat 20px 13px; }

p.download { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(_templates/boast/assets/ico-download.png) no-repeat 20px 13px; }

p.tick { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(_templates/boast/assets/ico-tick.png) no-repeat 20px 13px; }

p.info { border-top:1px solid #ccc; border-bottom:1px solid #ccc; background:#eee url(_templates/boast/assets/ico-info.png) no-repeat 20px 13px; }

p.note { border-top:1px solid #efe3ae; border-bottom:1px solid #efe3ae; background:#fef6d2 url(_templates/boast/assets/ico-note.png) no-repeat 20px 13px; }

/* 6.3 Contact Form */
.zemContactForm { float:left; list-style:none; width:100%; margin:10px 0 0; }
.zemContactForm legend { display:none; }
.zemContactForm ul.zemError { color:#990000; margin-bottom:15px; }
.zemContactForm ul.zemError li { list-style-type:none; }
.zemContactForm p { clear:both; float:left; margin-bottom:18px; position:relative; width:100%; }
.zemContactForm label { display:block; float:left; font-weight:700; padding-right:20px; width:100px; }
.zemContactForm input[type="text"] { width:214px; }
.zemContactForm textarea { height:300px; width:400px; }
/*.contact-page ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}*/
.zemContactForm .zemSubmit { margin: 15px 0 15px 105px; }

/* Other */
.hidden,
.disabled { display:none}