﻿/*  
Theme Name: BrandAlert
Theme URI: http://www.brandalert.co.uk

Description: A theme built for BrandAlert - based on <a href="http://themasterplan.in/tma/">The Masterplan</a>.

Version: 1.0

Re-skinned: Daniel Peplow

Design: Andrew Butterworth
Design URI: http://www.nypocreative.co.uk/

*/

/* --------------------------------------------------------------   
   This theme makes use of the Blueprint CSS Framework [bjorkoy.com/blueprint]    
-------------------------------------------------------------- */


/* Start The Brand Alert Stylesheet
-------------------------------------------------------------- */
body
{
    /*background: #ebeff2 url(images/bg/body_main.png) repeat-y top center !important;*/
    background: #ebeff2 !important;
    font-family: Arial, Georgia, Sans-Serif !important;
}
a
{
    color: #000;
    text-decoration: none;
}
h2
{
    font-weight: normal;
}

.container
{
    text-align: left;
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 960px;
    padding: 0 20px 30px 20px;
    background: #fff;
}


/* Header styles
-------------------------------------------------------------- */
#header
{
    padding: 5px 0;
}
#header #logo
{
    float: left;
    margin: 0;
}

#header #logo a
{
    display: block;
    width: 247px;
    height: 121px;
    position: relative;
    text-decoration: none;
    color: #000;
    margin: -5px 0 0 0;
}
#header #logo a span
{
    display: block;
    width: 247px;
    height: 121px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: url(images/brand_alert_logo.jpg);
}

#header #logo a:hover
{
    color: #fff;
    background: #000;
    text-decoration: none;
}




/* Search and navigation
-------------------------------------------------------------- */

#header #search_menu
{
    border: 0;
    width: 660px;
    margin: 0;
    float: right;
    clear: none;
}
#header #search_menu #search
{
    margin: 0;
    padding: 30px 0 0 0;
    float: right;
    width: 572px;
}
.menu
{
    width: 290px;
    float: right;
    clear: both;
    margin: 0 0 15px 0;
    padding: 1px 0 0 0;
    list-style: none;
    font-weight: bold;
    text-align: left;
    background: #e2e2e2 url(images/bg/dot.png) top left repeat-x;

}

.menu li
{
    float: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    width: 290px;
    height: 32px;
    background: #e2e2e2 url(images/bg/dot.png) bottom left repeat-x;
    /*border-bottom: 1px dotted #818181;*/
}

.menu li a
{
    padding: 6px 0 0 8px;
    margin: 0 0 10px 0;
    width: 282px;
    display: block;
    height: 25px;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    background: url(images/nav/nav_arrow_off.gif) 269px 13px no-repeat;
}
.menu li a:hover, .menu li.current_page_item a
{
    text-decoration: none;
    color: #fff;
    background: #f18e00 url(images/nav/nav_arrow_on.gif) 269px 13px no-repeat;
}
.menu li span
{
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

.menu-top
{
    width: auto;
    float: right;
    clear: none;
    margin: 0;
    padding: 23px 0 0 0;
    list-style: none;
    font-weight: bold;
    text-align: right;
}

.menu-top li
{
    float: left;
    padding: 0 17px;
    background: url(images/nav_spacer.gif) right 4px no-repeat;
    margin: 0;
    line-height: 1.6em;
    font-size: 0.9em;
}
.menu-top li.page-item-4 { padding-left: 0 !important; }

.menu-top li.page-item-6
{
    padding: 0 0 0 14px;
    background: none;
}

.menu-top li a
{
    padding: 0;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
}
.menu-top li a:hover, .menu-top li.current_page_item a
{
    padding: 0;
    text-decoration: none;
    color: #f18e00;
}
.menu-top li span
{
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

#header #search_menu div.call-us { float: left; font-size: 18px; padding: 0 10px 0 0; font-weight: bold; color: #000; }
#header #search_menu div.call-us strong { color: #f28f00; }


/* Top banner with rotating images
-------------------------------------------------------------- */

#topbanner, #topbanner_arch, #topbanner_single
{
    padding: 0 0 50px 0;
    position: relative;
}

#topbanner_arch, #topbanner_single
{
    min-height: 289px;
}

.pagetitle
{
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0 0 5px 0;
    letter-spacing: normal;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #013889;
    top: 308px;
    left: 0;
    z-index: 999;
    width: 650px;
    text-transform: uppercase;
    background: url(images/bg/dot.png) bottom left repeat-x;
}
.homepagetitle { top: 309px; width: 380px; }

/* Home page columns
-------------------------------------------------------------- */

#home_content
{
    margin: 1.5em 0;
}

/* latest post */

#latest_post
{
    padding: 0 0 1.5em 0;
}
#latest_post_image img
{
    margin: 0 0 0.2em 0;
}
.latest_post_meta
{
    font-size: 0.9em;
    line-height: 1.6em;
}
.latest_post_meta a
{
    font-weight: bold;
}
.latest_post_meta a:hover
{
    text-decoration: underline;
}
.latest_read_on
{
    padding: 0 20px 1px 20px;
    background: url(images/bg/readon.png) no-repeat top left;
}
.latest_comments
{
    padding: 0 20px 1px 20px;
    background: url(images/bg/comment.png) no-repeat top left;
}
.latest_category
{
    padding: 0 20px 1px 20px;
    background: url(images/bg/category.png) no-repeat top left;
}

/* featured post */

#home_featured, #text-3
{
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    background: #f2f2f2 url(images/bg/dot.png) top left repeat-x;
    position: relative;
}
.feat_content
{
    float: left;
    padding: 0;
}
.feat_thumb img
{
    float: left;
    padding: 0;
    margin: 0 8px 3px 0;
    border: 1px solid #999;
}
.feat_title
{
    font: 700 12px georgia, serif;
    padding: 0 0 0.3em 0;
}
.feat_title a
{
    color: #000;
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    text-decoration: none;
}
.feat_title a:hover
{
    color: #000;
    text-decoration: underline;
}

.feat_exc
{
    padding: 0 10px 6px 10px;
    margin: 0 0 0 0;
    background: url(images/bg/dot.png) bottom left repeat-x;
}
.post-container { float: left; clear: both; padding: 9px 0 0 0; }
.span-11 .post-container { float: left; clear: both; padding: 9px 0 12px 0; background: url(images/bg/dot.png) bottom left repeat-x }

.feat_exc p
{
    padding: 0 0 6px 0;
    margin: 0;
    clear: none !important;
}

.feat_thumb
{
    margin: 0 0 0 8px;
}
.twitter-column { width: 255px !important; margin-right: 20px; }

ul.twitter
{
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
    width: 255px;
}
ul.twitter li
{
    font-size: 13px;
    list-style: none;
    padding: 0 8px 8px 10px;
    width: 225px;
    margin: 0 0 8px 0;
    background: url(images/bg/dot.png) bottom left repeat-x;
}
ul.twitter li div 
{ 
    padding: 0 0 0 68px;
    width: 157px;
    min-height: 60px;
    background: url(images/tweet_avatar.gif) top left no-repeat;

}
ul.twitter li.first { }
ul.twitter li.last { margin: 0; border: 0; padding-bottom: 13px; }

ul.twitter li a
{
    font-weight: bold;
    color: #000;
    top: -1px;
    position: relative;
}
ul.twitter li a:hover { text-decoration: none; color: #F18E00; }

a.follow-twitter
{
    position: absolute;
    bottom: -25px;
    right: 4px;
    display: block;
    width: 267px;
    padding: 0 15px 0 0;
    color: #737373;
    text-align: right;
    background: url(images/twitter-arrow.gif) right 6px no-repeat;
}



/* asides */

ul.arrow, ul.cat, ul.reccom, ul.email
{
    list-style: none;
    list-style-image: url(foo.gif);
    margin: 0;
}
ul.arrow li
{
    padding: 0 0 0.5em 12px;
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #dadada;
    border-left: 5px solid #dadada;
}
ul.arrow li a, ul.reccom li a, ul.email li a
{
    color: #3a6999;
}
ul.arrow li a:hover, ul.reccom li a:hover, ul.email li a:hover
{
    color: #000;
    background: #eee;
}

/* about */

#home_about
{
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    margin: 0 0 1em 0;
    background: #f3f9ff;
    padding: 1.0em 0.7em 0 0.7em;
}
#home_about p
{
    font-size: 0.9em;
    font-family: tahoma;
    text-align: left;
}

/* recent posts */

.home_recent_post
{
    padding: 0.1em 0 1.2em 0;
    margin: 0 0 0.8em 0;
    background: url(images/bg/dot.png) repeat-x bottom left;
}
.home_recent_thumb
{
    padding: 0 10px 0 0;
    margin: 0 0 0.25em 0;
    float: left;
}
.home_recent_thumb img
{
    float: left;
    margin: 0;
}
.home_recent_thumb a img
{
    background: #999;
    padding: 2px;
    margin: 0;
    border: 0;
}
.home_recent_thumb a:hover img
{
    background: #333;
    padding: 2px;
    margin: 0;
    border: 0;
}
.home_recent_title a
{
    font-weight: bold;
}
.home_recent_title a:hover
{
    color: #fff;
    background: #000;
}
.home_recent_date, .home_recent_auth
{
    padding: 0;
    margin: 0;
    color: #666;
    font-size: 0.9em;
}
.home_recent_exc p
{
    color: #666;
    text-align: left;
}

/* category list */

#side_categories
{
    margin: 0 0 1em 0;
}
ul.cat li
{
    padding: 0 0 0.3em 0;
    margin: 0;
}
ul.cat li a
{
    display: block;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #dadada;
    border-left: 3px solid #dadada;
    padding: 3px 12px 0 7px;
    margin: 0;
    background: url(images/bg/arrow.png) no-repeat 177px 3px;
    height: 19px;
}
ul.cat li a:hover
{
    background: #f1f1f1 url(images/bg/arrow2.png) no-repeat 177px 3px;
    color: #3a6999;
}
ul.cat li ul
{
    list-style: none;
    list-style-image: url(foo.gif);
    margin: 0;
    padding: 0.3em 0 0.2em 0.8em;
}
ul.cat li ul li
{
    padding: 0;
    margin: 0;
}
ul.cat li ul li a
{
    border: 0;
    margin: 0;
    padding: 0 0 0 12px;
    text-transform: none;
    font-size: 0.9em;
    height: 19px;
    background: url(images/bg/sub.png) no-repeat;
}
ul.cat li ul li a:hover
{
    background: #f1f1f1 url(images/bg/sub1.png) no-repeat;
}

/* recent comments */

#side_recent_comments, #side_most_emailed, #side_tag_cloud
{
    margin: 0 0 1.4em 0;
}
#side_tag_cloud a:hover
{
    color: #fff;
    background: #000;
}

ul.reccom li
{
    padding: 0 0 0.2em 20px;
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #dadada;
    background: url(images/bg/bubble.png) no-repeat 0 3px;
}

/* most emailed */

ul.email li
{
    padding: 0 0 0.2em 20px;
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #dadada;
    background: url(images/bg/doc.png) no-repeat 0 3px;
}

/* ad */

.ad_block
{
    border: 1px solid #dadada;
    padding: 4px 0;
    margin: 1em 0 1.2em;
    text-align: center;
}
.ad_block .ad160
{
    margin: 0 auto;
    width: 160px;
}
.ad_block .ad180
{
    margin: 0 auto;
    width: 180px;
}
.ad_block .ad250
{
    margin: 0 auto;
    width: 250px;
}
.ad_block img, .ad_block p img
{
    margin: 0;
    padding: 0;
    display: block;
}

/** widgets **/

.widget
{
    margin: 0 0 1.4em 0;
}
.widget a
{
    color: #224970;
}
.widget a:hover
{
    color: #000;
}
.widget ul, .widget ol
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget ul li
{
    padding: 0 0 0.3em 20px;
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #dadada;
    background: url(images/bg/postbullet.png) no-repeat 0 2px;
}
.widget ol li
{
    padding: 0 0 0.3em 10px;
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #dadada;
}

/*recent comments*/
ul#recentcomments li.recentcomments
{
    background: url(images/bg/bubble.png) no-repeat 0 3px;
}

/*wp-calendar*/
table#wp-calendar
{
    margin: 0;
    width: 100%;
    border: 0;
}
table#wp-calendar caption
{
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1.8em;
    font-weight: bold;
    padding: 0 0 0.6em 0;
    letter-spacing: 0.1em;
    color: #175595;
}
table#wp-calendar th, table#wp-calendar td
{
    height: 1em;
    padding: 0.2em 0.4em; /*padding: 5px 7px;*/
    text-align: right;
    border-right: 2px solid #fff;
}
table#wp-calendar th, table#wp-calendar td#today
{
    font-weight: bold;
    background: #dadada;
    color: #000;
    border-bottom: 0;
}
table#wp-calendar td#today
{
    font-weight: bold;
    background: #f2f2f2;
}
table#wp-calendar td
{
    border-bottom: 1px solid #efefef;
}
table#wp-calendar td a
{
    font-weight: bold;
}

/*most e-mailed*/
.widget_email_most_emailed ul li
{
    background: url(images/bg/doc.png) no-repeat 0 2px;
}

/* Archive styles
-------------------------------------------------------------- */

#arch_content, #post_content
{
    margin: 0;
    padding: 0 0 60px 0;
}
#arch_content { width: 650px; padding: 0 10px 60px 0; }
#arch_content .span-3 { width: 650px; }
div.home-featured-freeform { width: 375px; padding-right: 15px; margin: 0; }
div.span-5 ul { margin: 0; padding: 0 0 10px 4px; }
div.span-5 ul li { list-style: none; padding: 0 0 5px 17px; background: url(images/bullet.gif) 1px 4px no-repeat; }


.archive_meta
{
    margin: 5px 0 0 0;
    border-top: 1px solid #dadada;
}
.archive_meta a
{
    color: #555;
}
.archive_meta a:hover
{
    color: #3a6999;
}
.archive_feed
{
    padding: 0.5em 1.5em;
    margin: 0;
    border-bottom: 1px solid #dadada;
    background: url(images/bg/feedicon12.png) no-repeat 0 8px;
    color: #666;
}
.archive_number
{
    padding: 0.5em 1.5em;
    margin: 0;
    border-bottom: 1px solid #dadada;
    color: #666;
    background: url(images/bg/info.png) no-repeat 0 8px;
}
.archive_email
{
    padding: 0.5em 1.5em;
    margin: 0;
    border-bottom: 1px solid #dadada;
    color: #666;
    background: url(images/bg/email_author.png) no-repeat 0 9px;
}
.archive_post_block
{
    padding: 20px 0 4px 0;
     margin: 0 0 1.2em 0;
     background: url(images/bg/dot.png) bottom left repeat-x;
    clear: both;
    width: 100%;
}
.archive_post_meta
{
    padding: 0 0 10px 0 !important;
}
.archive_post_meta a, .post_meta a
{

}
.archive_post_meta a:hover, .post_meta a:hover
{
    color: #000;
    text-decoration: underline;
}

/* Single post styles
-------------------------------------------------------------- */

.post_meta, .archive_post_meta
{
    color: #999;
    padding: 0;
    font-size: 11px;
    text-transform: uppercase;
}
.post_meta a, .archive_post_meta a { color: #999; }
.post_meta_tag
{
    color: #666;
}
.post_meta p img, .post_meta a img
{
    margin: 0;
    padding: 0;
    float: none;
}
img.WP-PrintIcon, img.WP-EmailIcon
{
    display: none;
}
.post_meta p
{
    margin: 0 0 0.4em 0;
}
.post_text
{
    margin: 0;
    padding: 20px 0 0 0;
}
.post_text p
{
    margin: 0 0 1em 0;
    padding: 0;
    line-height: 1.6em;
}
.post_text a
{
    color: #999;
    text-decoration: underline;
}
.post_text h2, .post_text h3, .post_text h4, .post_text h5 { padding: 0 0 8px 0 !important; }
#post_content blockquote
{
    float: right;
    width: 260px;
    color: #666;
    margin: 0 0 0 1.5em;
    color: #000;
    font: bold 1.3em georgia, serif;
    font-style: italic;
    letter-spacing: -0.048em;
}
#post_content blockquote p
{
    text-align: right;
    line-height: 1.5em;
}
#post_content p img
{
    /*margin: 0;padding:0;*/
    border: 1px solid #999;
    margin: 2px 14px 10px 0 !important;
    float:left;
}
#post_content img.WP-PrintIcon, #post_content img.WP-EmailIcon, #post_content img.posttag
{
    margin: 0 0.3em 0 0;
    padding: 0.1em 0 0 0;
}
#post_content p a, #arch_content p a
{
    color: /*#224970;*/ #333;
    font-weight: normal;
    text-transform: capitalize;
}
#post_content p a:hover, #arch_content p a:hover, #post_content p a:hover span, #arch_content p a:hover span
{
    text-decoration: none !important;
    color: #F18E00;
}

/* Comment area styles
-------------------------------------------------------------- */

#comments
{
    margin-top: 3em;
}
#commenthead
{
    margin-bottom: 1em;
}
ol#commentlist
{
    list-style-type: none;
    margin: 0;
    padding: 0 0 12px 0;
}
ol#commentlist li
{
    border-right: 3px solid #dadada;
    border-bottom: 1px solid #dadada;
    margin: 0 0 1.2em 0;
    padding: 0 1em 0 0;
    overflow-x: hidden;
}
ol#commentlist li.alternate
{
    border-right: 3px solid #999;
    border-bottom: 1px solid #dadada;
}
ol#commentlist cite
{
    font-style: normal;
    text-align: left;
    display: block;
    color: #818181;
    text-transform: uppercase;
    font-size: 11px;
}
ol#commentlist cite a
{
    color: #818181;
}
ol#commentlist cite a:hover
{
    color: #000;
    text-decoration: none;
}
ol#commentlist li blockquote
{
    float: none;
    width: auto;
    padding: 0 2em 0 0;
    margin: 0.5em 0;
    color: #818181;
    font: italic 1em arial, sans-serif;
    letter-spacing: 0;
    text-align: left;
}
ol#commentlist li .commentauthor
{
    font-weight: bold;
    color: #818181;
}
ol#commentlist li .commentauthor a, ol#commentlist li .commenttime a
{
    font-weight: bold;
    color: #3a6999;
}
ol#commentlist li .commentauthor a:hover, ol#commentlist li .commenttime a:hover
{
    color: #000;
    text-decoration: underline;
}
ol#commentlist li .commnumber
{
    width: 30px;
    text-align: left;
    float: left;
    font-size: 3em;
    font-weight: bold;
    line-height: 1em;
}
ol#commentlist li .commentcont p
{
    margin: 0 0 0.9em 0;
    padding: 0;
    line-height: 1.6em;
}
ol#commentlist li ul.children, ol#commentlist li ul.children li ul
{
    list-style: none;
    margin: 0 0 0 2em;
    padding: 0;
}
ol#commentlist li ul.children li, ol#commentlist li ul.children li ul li
{
    border-right: 0;
    border-bottom: 0;
    border-top: 1px dashed #bbb;
    padding: 1em 0 0 0;
    margin: 0;
}
.reply
{
    margin: 0.6em 0 2em 0;
}
.reply a, a#cancel-comment-reply-link
{
    line-height: 1em;
    color: #fff;
    background: #3a6999;
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 0.2em 0.3em;
    font-weight: bold;
}
.reply a:hover, a#cancel-comment-reply-link:hover
{
    color: #fff;
    background: #000;
}
.cancel-comment-reply
{
}

/* comment form */

#comment-form form
{
    margin-top: 1.5em;
}
label.com
{
    float: left;
    width: 100px;
}
input.comtext, textarea.comtext
{
    width: 300px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 2px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #333;
}
input.comtext:focus, input.comtext:hover, textarea.comtext:focus, textarea.comtext:hover
{
    background: #f7f7f7;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
}
input.comsubmit
{
    margin-left: 100px;
}

/* archives page */

ul.archives, ul.wp-tag-cloud
{
    margin: 0 0 1.5em 0;
    list-style: none;
    list-style-image: url(foo.gif);
}
ul.archives li, ul.wp-tag-cloud li
{
    padding: 0 0 0.2em 20px;
    background: url(images/bg/doc.png) no-repeat 0 2px;
}
ul.archives li a, ul.wp-tag-cloud li a
{
    color: #224970;
}
ul.archives li a:hover, ul.wp-tag-cloud li a:hover
{
    color: #000;
    background: #eee;
}

/* Footer
-------------------------------------------------------------- */

#footer
{
    background: url(images/bg/dot.png) repeat-x top left;
    padding: 1em 0 0 0;
    color: #777;
    clear: both;
}
#footer p { float: left; }

#footer .span-7 { margin: 0; float: right; width: 470px; text-align: right; }
#footer .span-7 div { margin: 0; }
#footer .span-7 div a img { margin: -3px 0 0 0; }
#footer .first { float: left; text-align: left; }


/* Form styles
-------------------------------------------------------------- */

input.search_input
{
    width: 205px;
    border: 0;
    background: #fff url(images/bg/search_box.gif) 0 0 no-repeat;
    padding: 4px 5px 5px 5px;
    color: #333;
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    float: left;
    font-family: Arial, Sans-Serif;
    letter-spacing: normal;
}
input.submit_input
{
    background: /*#E0691A*/ url(images/bg/submit.png) no-repeat;
    border: 0;
    height: 24px;
    padding: 0;
    width: 65px;
    margin: 0 0 0 5px;
    color: #FFF;
    font: bold 14px arial, sans-serif;
    float: left;
}
input.submit_input:hover
{
    cursor: pointer;
}


/* Miscellaneous styles
-------------------------------------------------------------- */

/*  heading styles */

h2.archive_name, h2.post_name
{
    padding: 0 0 7px 0;
    font-size: 16px;
    color: #333;
}
h2.archive_name { padding: 35px 0 0 0; }
h2.archive_name a, h2.post_name a { color: #555; text-decoration: none; }
h2.archive_name a:hover, h2.post_name a:hover { color: #000; text-decoration: none; }

/* h2.post_name { height: 0; padding: 0; display: none; visibility: hidden; } */
h2.post_cat
{
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1.8em;
    font-weight: bold;
    padding: 0 0 0.2em 0;
    margin: 0 0 1em 0;
    letter-spacing: 0.1em;
    color: #999;
    border-bottom: 1px solid #dadada;
}
h2.post_comm
{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: bold;
    padding: 4px 5px;
    margin: 0 0 0.2em 0;
    color: #013889;
    border-bottom: 1px solid #dadada;
    border-top: 3px solid #999;
    background: url(images/bg/stripe.png) repeat;
}

h3.mast5 { padding: 13px 0 0 0; font-weight: bold; font-family: Arial, sans-serif; color: #000; }

h2.post_comm2
{
    text-transform: uppercase;
    font-weight: bold;
    color: #011b58;
    font-size: 12px;
    padding: 0 0 20px 20px;
    margin: 7px 0 0 0;
    background: url(images/comment.gif) 0 1px no-repeat;
}

div#respond { background: #f2f2f2; padding: 6px 10px; }


h3.latest_post_title
{
    font: bold 1.6em arial, sans-serif;
    line-height: 1.6em;
    margin: 0;
    letter-spacing: -.035em;
    padding: 0 0 0.2em 0;
}
h3.latest_post_title a:hover
{
    color: #fff;
    background: #000;
}
h3.home_featured { margin: 0 0 5px 0; }
h3.home_featured, h3.mast
{
    /*background: url(images/bg/dot.png) repeat-x top left; */
    text-transform: uppercase;
    font-size: 15px;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    padding: 0 8px 4px 0;
    margin: 0;
    color: #333;
}
h3.mast4
{
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    padding: 0 0 0.6em;
    text-transform: uppercase;
    font-family: Arial, Sans-Serif;
    color: #000;
}

h3.archive_title
{
    padding: 0 0 8px 0;
}
h3.archive_title a { color: #333; font-size: 14px; text-decoration: none; }
h3.archive_title a:hover { color: #000; text-decoration: none; }

h3.archive_sidebar { padding-top: 15px; }
ul.archive_sidebar { padding: 8px 10px 2px 10px !important; width: 270px !important; list-style-position: inside; }
ul.archive_sidebar li { padding: 0 0 6px 0; width: 270px; }
ul.archive_sidebar li a { color: #333; }
ul.archive_sidebar li a:hover { color: #F18E00; text-decoration: none; }

h4.gall
{
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1.8em;
    font-weight: bold;
    padding: 0 0 0.4em 0;
    color: #5f9410;
    letter-spacing: 0.1em;
}
div.textwidget
{
    padding: 10px 8px;
}
div.textwidget textarea
{
    width: 267px;
}
div.textwidget span input
{
    width: 267px;
}

img.ajax-loader
{
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
    display: none;
    visibility: hidden;
}

div.wpcf7-response-output
{
    width: 255px;
    border: 2px solid #F7E700;
    padding: 3px 4px !important;
    margin: 0 !important;
    font-weight: bold;
    background: #f8f6d2;
}

span.wpcf7-not-valid-tip
{
    position: relative !important;
    font-weight: bold;
    clear: both !important;
    top: 0 !important;
    left: auto !important;
    margin: 0 !important;
    padding: 3px 0 !important;
    width: 257px !important;
    border: 0 !important;
    color: #d2350b;
    background: none !important;
}

/* miscellaneous */

.none
{
    display: none;
}
.border_left
{
    padding-left: 9px;
    margin-left: 0;
    border-left: 1px solid #ddd;
}
.dot
{
    font-family: "lucida sans unicode" , "arial unicode ms" , sans-serif;
}
.navigation
{
    color: #818181;
}
input.Forms, textarea.Forms
{
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 2px;
}
input.buttonem
{
    background: #dadada;
    float: left;
}
.filedunder
{
    background: #111;
    color: #eee;
    padding: 0.1em 0.4em;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 1em;
}
.fright
{
    float: right;
    margin: 0 0 0.3em 0.7em;
}
div.commentcont .fright { float: left !important; margin: 0 10px 0 0 !important; }
.fright img
{
    border: 3px solid #777;
}
.stripe
{
    background: url(images/bg/stripe.png) repeat top left;
}

/* legacy image caption classes */

.captionleft
{
    float: left;
    margin: 0 1.5em 1em 0;
    padding: 0.5em;
    text-align: left;
}
.captionright
{
    float: right;
    margin: 0 0 1em 1.5em;
    padding: 0.5em;
    text-align: left;
}
.captionfull
{
    margin: 0 0 1em 0;
    padding: 0;
    text-align: left;
}
.captionleft img, .captionright img, .captionfull img
{
    margin: 0;
    display: block;
}
.captionleft p, .captionright p, .captionfull p
{
    background: #eee;
    margin: 0;
    line-height: 1.6em;
    padding: 0.5em;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 0.9em;
    color: #555;
}

/* image styles */

.aligncenter, div.aligncenter
{
    display: block;
    margin: 14px auto;
}
.alignleft
{
    float: left;
    margin: 0 14px 10px 0;
}
.alignright
{
    float: right;
    margin: 0 0 10px 14px;
}
.wp-caption
{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px; /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption img
{
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text
{
    font-size: 11px;
    line-height: 14px;
    padding: 5px 4px 5px 5px;
    margin: 0;
}

/*gallery thumbnails */

dt.gallery-icon
{
    background: url(images/bg/stripe.png) repeat top left;
}
dt.gallery-icon a
{
    border: 0;
}
dt.gallery-icon img
{
    border: 5px solid #bbb;
    margin: 0;
    padding: 0;
}
.gallery img
{
    border: 0;
}
.gallery
{
    margin: 0 0 1em 0;
    width: 100%;
}
dl.gallery-item
{
    margin: 0;
}
dd.gallery-caption
{
    font-size: 0.8em;
    padding: 5px 0 3px 0;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* gallery individual images */

.bigimage
{
    background: url(images/bg/stripe.png) repeat;
    text-align: center;
    padding: 18px 0 0 0;
}
.bigimage a
{
    border: 0;
}
.bigimage img
{
    border: 3px solid #777;
}
.bigcaption
{
    margin: 10px 0 0 0;
}
.bigcaption p
{
    line-height: 1.4em;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.8em;
    letter-spacing: 0.1em;
}
.prvimg
{
    float: left;
}
.nxtimg
{
    float: right;
}
.imgnav
{
    margin: 2em 0;
}


/* Home Banner Slideshow */

#slideshow
{
    position: relative;
    height: 179px;
}
div.home-slideshow { height: 289px !important; }
#slideshow IMG
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}
#slideshow IMG.active
{
    z-index: 10;
}
#slideshow IMG.last-active
{
    z-index: 9;
}


/* Twitter */


.twitter-container 
{
    padding: 6px 10px;
    width: 235px;
}
.twitter-container p { background: url(images/bg/dot.png) bottom left repeat-x; padding: 0 0 10px 0; margin: 0 0 10px 0; }

.twitter-column h3.home_featured { padding: 0 20px 4px 0; background: url(images/twitter_t.gif) right 1px no-repeat; }
