/*  
Theme Name: Cinch
Theme URI: http://www.woothemes.com/
Version: 1.0
Description: Designed by <a href="http://www.wicked-wordpress-themes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.wicked-wordpress-themes.com

	Copyright: (c) 2009 WooThemes.
	License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html

*/

/* 

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 custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)

http://www.wicked-wordpress-themes.com

*/

/* Default styles */
@import "css/reset.css";

/*-------------------------------------------------------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. CONTAINERS

3. QUICKLINKS

4. MAIN

5. SIDEBAR
-5.1 Logo
-5.2 About
-5.3 Navigation
-5.3.1 Drop-down menus
-5.4 Credits (footer)

6. POSTS
-6.1 Typographic Elements
-6.2 Images
-6.3 Pagination / WP-Pagenavi
-6.4 Info boxes

7. WIDGETS
-7.1 Generic Widgets
-7.2 Specific Widgets

8. COMMENTS
-8.1 Comments
-8.2 Pingbacks / Trackbacks
-8.3 Comments Form

9. MISC
-9.1 Buttons
-9.2 Info Boxes
-9.3 Conatct Form 

-------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  { font: 14px/20px Helvetica, Arial,Sans-serif; color: #0f0f0f; background-color: #e8e6d1; }

h1, h2, h3, h4, h5, h6  { margin: 0; color: #222; font-weight:normal; }
h1  {font-size: 22px; } h2  {font-size: 22px;} h3  {font-size: 18px;} h4  {font-size: 16px;} h5  {font-size: 14px;} h6  {font-size: 12px;}

p {margin: 0; }

hr { background-color: #e6e6e6;	border:0; height: 1px; margin-bottom: 20px; }


/* 1.2 Hyperlinks */

a:link, a:visited  { color: #417faf; text-decoration:none;}
a:hover { color: #043255; }

h1 a:link, h1 a:visited, 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  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {  }



/*-------------------------------------------------------------------------------------------*/
/* 2. CONTAINERS */
/*-------------------------------------------------------------------------------------------*/

#wrapper  { padding:0 0 0px; width: 940px; }
.col-left { float: left; }
.col-right { float: right; }
.col-full  { width: 940px; margin: 0 auto; }



/*-------------------------------------------------------------------------------------------*/
/* 3. QUICKLINKS */
/*-------------------------------------------------------------------------------------------*/

#tip { display:none; position: fixed!important; top: 4px!important; padding: 1px 8px 0px 8px; font-size:11px; font-size: 11px; font-weight: bold; text-transform: uppercase; color:#fff; background: #043255; }

#quicklinks  { position: fixed; z-index: 9999; width: 598px; height: 35px; left: 320px; top: 20px; padding: 0 0 0 18px; background: #549bd1 url('../images/bg-quicklinks-overlay.png') repeat-x left top; border: 2px solid #99bdcd; }
#quicklinks ul  { height: 35px; line-height: 35px;}
#quicklinks li  { display: inline; margin-right: 2px; padding: 4px 0; }
#quicklinks li img  { cursor: pointer; }
#quicklinks li.divide  { padding-right: 22px; margin-right: 18px; background: url('../images/ql-divider.png') no-repeat right center; }
#quicklinks li img  { vertical-align: middle; }
#quicklinks li.inactive  { opacity: .30; cursor: default; }
#quicklinks form  { display: inline; }
#quicklinks form input.field  { width: 168px; height: 17px; padding: 3px 0 1px 5px; color: #404040; background: url('../images/bg-search.png') no-repeat left top; border: none; }
#quicklinks form input.submit  { margin:  0 -6px -4px 6px; }
#quicklinks #post-scroll img  { margin: -2px 2px 0 -1px; }


/*-------------------------------------------------------------------------------------------*/
/* 4. MAIN */
/*-------------------------------------------------------------------------------------------*/

#main{ width:620px; padding: 80px 0 40px 17px; border-left: 1px solid #aaa9a3;}
#maxposts {display:none}
#currentpost {display:none}


/*-------------------------------------------------------------------------------------------*/
/* 5. SIDEBAR */
/*-------------------------------------------------------------------------------------------*/

#sidebar{ width:260px; padding: 20px 20px 20px; overflow:hidden; background-color: #549bd1; border-right: 2px solid #8eb7cd; }
#sidebar .primary { }

/* 5.1 Logo */
#logo  { }
#logo img  { }
#logo .site-title, #logo .site-description  { color: #000; display:none; text-align: center;  }
#logo .site-title a { color:#fff; font-size:40px; line-height:40px; font-weight: bold; text-decoration:none; }
#logo .site-title a:hover { text-decoration:underline; }
#logo .site-description { color:#000;}

/* 5.2 About */
#about  { margin: 30px 0; font-weight: bold; color: #fff; text-align: center; }
#about a  { color: #fff; }

/* 5.3 Navigation */
#navigation{font:14px/14px Helvetica, Arial, sans-serif; margin-bottom:40px;}

.nav { z-index:99; margin:0; padding:0; list-style:none; line-height:1; font-size: 13px; border-top: 1px solid #3877a8; border-bottom: 1px solid #65ace2; }
.nav a  { position:relative; color:#28526d; text-transform: uppercase; font-weight: bold; display:block; z-index:100; padding:5px 10px; line-height:18px; text-decoration:none; }
.nav a:hover, .nav li.current_page_item a  { color: #fff; }
.nav li  { width: auto; border-top: 1px solid #65ace2; border-bottom: 1px solid #3877a8; }
.nav li a.sf-with-ul { padding-right:20px; }

/* 5.3.1 Drop-down menus */
.nav li ul  { background: #FFF; position: absolute; left: -999em; width: 180px; border: 1px solid #dbdbdb; border-width:1px 1px 0; z-index:999; }
.nav li ul li  { background:#eee; border-top:1px solid #fff; border-bottom:1px solid #dbdbdb;}
.nav li ul li a  { width:160px; color:#555; font-size:0.8em; }
.nav li ul li a.sf-with-ul { padding:5px 10px; }
.nav li ul li a:hover  { background:#eaeaea;}
.nav li ul ul  { margin: -30px 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(images/arrow-superfish.png) no-repeat;position:absolute;display:block;right:0.4em;top:0.9em;width:10px;height:10px;text-indent:-999em;overflow:hidden;}
.nav li ul .sf-sub-indicator {background:url('../images/arrow-superfish-right.png') no-repeat;}



/* 5.4 Credits (footer) */
#footer{padding: 7px 0 20px; clear: both; font-size:11px; text-transform: uppercase; font-weight: bold; border-top: 1px solid #65ace2; color:#28526d;}
#footer p {}
#footer #credit img{vertical-align:middle;}
#footer #credit span{display:none;}



/*-------------------------------------------------------------------------------------------*/
/* 6. POSTS */
/*-------------------------------------------------------------------------------------------*/

#breadcrumb {}

.archive_header  { display: block; float: left; width: 560px; padding: 0 0 5px 60px; text-transform: uppercase; font-size: 12px; font-weight: bold; }
.archive_header .catrss a  { font-size: 14px; text-decoration: none; line-height: 23px; font-size: 11px; }

.post  { margin: 0 0 40px;}

.post .icon  { float: left; width: 60px; padding: 27px 0 0 0; border-top: 3px solid #b5b39e; text-align: center; }
.post .middle  { float: left; width: 400px; padding: 31px 20px 0 0; border-top: 1px solid #b5b39e; }
.post .meta  { float: left; width: 140px; padding: 29px 0 0 0; border-top: 3px solid #b5b39e; }

.post.page .middle  { width: 540px; }

.post .title  { font:normal bold 26px/22px Arial, Helvetica, sans-serif;position:relative; margin: 0 0 25px; }
.page .post .title  { margin: 0 0 20px 0; }
.post .title a:link, .post .title a:visited  { color:#222; }

.post .media  { margin: 0 0 25px 0; }

.post.quote blockquote  { margin: 0; padding: 0 0 15px 0; background: none; font: 18px/22px Georgia, Times, Serif; font-style: italic; }
.post.quote cite  { display: block; margin: 0 0 20px 0; font-style: normal; font-size: 16px; font-weight: bold; text-align: right; }
.post.quote cite:before  { content: '~ '; }
.post.quote cite a { color:#0F0F0F; }

.post.link .media a  { font-weight: bold; font-style: italic; }

.post.chat .media ul  { margin: 0; padding: 0; }
.post.chat .media ul li  { list-style: none; padding: 5px 10px 4px 10px; font-style: italic; }
.post.chat .media ul li .name  { font-weight: bold; font-style: normal; }

.post .meta .date  { display: block; cursor: default; margin: 0 0 25px 0; background-color: #ff7e00; }
.post .meta .date:active  { top: 0; }
.post .meta a  { color: #474747; }
.post .meta a:hover  { color: #000; text-decoration: none; }
.post .meta ul  { font-weight: bold; border-top: 1px solid #cac8b1; }
.post .meta ul li  { padding: 7px 15px 5px 10px; line-height: 16px; border-bottom: 1px solid #cac8b1; }
.post .meta ul li.comments, .post .meta ul li.tweets  { font-size: 11px; text-transform: uppercase; }
.post .meta ul li.tags  { font-size: 12px; }

.post .meta ul li.comments  { background: url('../images/ico-comments.png') no-repeat 120px center; }
.post .meta ul li.tweets  { background: url('../images/ico-retweet.png') no-repeat 120px center; }
.post .meta ul li.tags  { background: url('../images/ico-tag.png') no-repeat 120px 10px; }

.tweetmeme_button { overflow: hidden; width: 70px; }
.tweetmeme_button iframe { position: relative; right: -60px; border: 1px solid red; }

.post-more { clear:both; text-transform:uppercase; }
.post-more a { text-decoration:none; font-size: 11px; font-weight: bold; }

.post p.tags{background:url('../images/ico-tag.gif') no-repeat center left;padding-left:25px;width:100%;clear:both;margin-bottom:20px;}

.entry  {}

/* 6.1 Typographic Elements */
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6  { margin: 0 0 15px 0; text-transform: uppercase; font-weight: bold; }
.entry h1 { font-size: 20px; }  .entry h2 { font-size: 18px; }  .entry h3 { font-size: 16px; }  .entry h4 { font-size: 14px; }  .entry h5 { font-size: 12px; }  .entry h6 { font-size: 12px; }

.entry p  { margin: 0 0 20px 0; }

.entry blockquote  { background:url('../images/blockquote.png') no-repeat 0 12px; padding: 10px 20px 10px 50px; color: #444;  }
.entry blockquote p  { font-style:italic; }

.entry ul  { margin: 0 0 15px 0; padding: 0 0 0 15px; }
.entry ul ul  { margin: 0; }
.entry ul li  {	list-style-type: circle; }
.entry ul ul li  { list-style-type: disc; }

.entry ol  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ol ol  { margin: 0; }
.entry  ol li  { list-style-type: upper-latin; }
.entry  ol li ol li  { list-style-type: lower-latin; }

/* 6.2 Images */
.entry img, img.thumbnail { position: relative; display: block; padding: 4px; border: 1px solid #fff; background:#ebebeb;  }
img.wp-smiley  { padding: 0; border: none; }

.alignleft  { float: left; width: auto; margin: 5px 15px 5px 0; }
.alignright  { float: right; width: auto; margin: 5px 0 5px 15px; }
.aligncenter  { text-align: center; margin-bottom:15px;}

.entry .wp-caption { padding: 1px; text-align:center; background:#F8F8F8; border: solid 1px #e6e6e6; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text { margin:0; padding:0; font:11px/22px Arial, Helvetica, sans-serif; text-align:center; }

/* 6.3 Pagination / WP-Pagenavi */
.nav-entries, .wp-pagenavi {font-size:11px; padding:7px 15px 7px 5px; border: 1px solid #cac8b1; background: #dedcc7;  }
.nav-entries a { display: block; font:italic 12px/16px Georgia, serif; color:#777; text-decoration:none;}
.nav-entries a:hover { text-decoration:underline; }

.wp-pagenavi { margin: 0 !important; }
.wp-pagenavi a:link,
.wp-pagenavi a:visited { display: inline !important; font-weight: bold; text-decoration: none !important; background: none !important;color: #666 !important; padding: 6px 9px !important; border:none !important;}
.wp-pagenavi .current, 
.wp-pagenavi .on,
.wp-pagenavi a:hover { padding: 6px 9px !important; background: #cac8b1 !important; border:none !important; }
.wp-pagenavi span.extend, .wp-pagenavi span.pages { line-height: 27px; padding: 0 30px 0 10px!important; margin:  0!important; background:none !important; border:none!important; color:#666 !important; text-transform :uppercase; font-weight: bold; font-size: 11px; }



/*-------------------------------------------------------------------------------------------*/
/* 7. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

#widgets  { border-bottom: 1px solid #3877a8; }

/* 7.1 Generic Widgets */
.widget  { margin: 0 0 40px 0; font-size:12px; }
.widget h3  { margin: 0 0 10px 0; font-size:12px; text-transform: uppercase; font-weight: bold; color:#043255; }
.widget p { font:12px/20px Arial, Helvetica, sans-serif; margin-bottom:15px; }

.widget ul  { clear:both; list-style: none; border-top: 1px solid #3877a8; border-bottom: 1px solid #65ace2; }
.widget ul li  { padding: 0 0 0 10px; border-top: 1px solid #65ace2; border-bottom: 1px solid #3877a8; color: #28526d; }
.widget ul li a  { line-height: 26px; text-decoration: none; color: #fff; }
.widget ul li a:hover  { color: #043255; text-shadow: none; }
.widget ul ul  { padding: 0 0 0 15px; border-top: none; }

#sidebar .widget_recent_comments li, #sidebar .widget_woo_twitter li  { padding: 5px 10px; line-height: 18px; } /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments li a, .widget_woo_twitter a  { display: inline; padding: 0; line-height: 18px!important; background: none!important; border: none!important; } /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */

#footer-widgets { border-top:1px solid #e6e6e6; padding:10px 0; }
#footer-widgets .block { padding:20px 0 0 20px; width:210px; float:left; }


/* 7.2 Specific Widgets */

/* SOCIAL */
#social h3  {  }
#social .inside  { border: 2px solid #4783b0; }
#social ul  { border: none; }
#social li  { padding: 10px 10px; border-bottom: 1px solid #407ca8; border-top: none; background: #4a8bbc; }
#social li:hover  { padding-left: 20px; background-image: url('../images/ico-social_popout.png'); background-repeat: no-repeat; background-position: 235px 10px; }
#social li img  { float: left; margin: 0 10px 0 0; }
#social li a  { padding: 0; line-height: 14px; }
#social li a .site  { display: block; line-height: 15px; padding: 3px 0 0 0; font-size: 16px; font-weight: bold; text-transform: uppercase; color: #fff; }
#social li a .url  { display: block; line-height: 15px; font-size: 12px; color:#193b51; font-weight: bold; }

/* WIDGET FORMS */
.widget_woo_search  { border-bottom: 1px solid #65ace2; }
.widget_woo_search .searchform  { padding: 0 0 15px 0; border-bottom: 1px solid #3877a8; }
.widget input.s  { float:left; width: 70%; padding: 4px 0 4px 7px; margin-right:5px; background-color: #efefef; border-color: #3877a8 #65ace2 #65ace2 #3877a8; border-width:1px; border-style:solid;}
.widget input.s:focus  { background-color: #fff; }
.widget .screen-reader-text  { display: none; }
.widget input.submit { float:right; padding: 4px 5px; background-color: #3877a8; border: none; text-transform: uppercase; font-weight: bold; color: #fff; }
.widget input.submit:hover { background-color: #043255; }

/* TWITTER */
.widget_woo_twitter h3  { margin: 0; padding: 10px 0 5px 0; background: url('../images/ico-twitter.png') no-repeat right top; }
#sidebar .widget_woo_twitter ul  { padding: 10px; border: none; background: #4a8bbc; }
#sidebar .widget_woo_twitter li  { border: none; padding: 0; color: #28526d; font-weight: bold; }

/* FLICKR */
.widget_woo_flickr h3  {}
.widget_woo_flickr h3 span{color:#0061D8;}
.widget_woo_flickr h3 span span{color:#FF1183;}
.widget_woo_flickr .flickr_badge_image  { float: left; margin: 0 9px 9px 0; }

.widget_woo_flickr .wrap  { position: relative; margin-right: -10px; margin-bottom: 20px; padding: 0; }
.widget_woo_flickr a img  { float: left;  margin: 0 0 0 0;  display: block; border: #65ace2 3px solid; }
.widget_woo_flickr a:hover img  { border:#28526d 3px solid; }

/* LIFESTREAM */
.widget_lifestream ul li  { border-bottom: 1px solid #e0e6e6; }
.widget_lifestream ul li a  { border:none; background:none!important; }
.widget_lifestream ul .lifestream_meta  { color: inherit; }

/* CALENDAR */
#wp-calendar{width:100%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar a:link, #wp-calendar a:visited  { color: #fff; }
#wp-calendar a:hover  { color: #043255; text-shadow: none; }
#wp-calendar caption{}
#wp-calendar th,#wp-calendar td{text-align:center;background:#65ace2;color:#28526d;padding:5px; border:1px solid #65ace2;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* ADS */
.adspace-widget  { text-align: center; }
.adspace-widget h3  { text-align: left; }
.adspace-widget img  { border: #65ace2 3px solid; }

/* WOOTABS */
#tabs {	height:auto; display: block; margin-bottom:30px; }

#tabs ul.wooTabs { padding:0 0 0 7px; }
#tabs ul.wooTabs li { float: left; display:inline; color: #ffffff; margin:0px; cursor: pointer; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { background:#4783b0; color: #fff; text-decoration:none; }
#tabs ul.wooTabs li a {	color:#28526d; font-size: 10px; font-weight: bold; display: block;float: left;padding: 8px 9px; text-transform:uppercase; }

#tabs .inside { background:#4a8bbc; border: 2px solid #4783b0; }
#tabs .inside li {}
#tabs #tab-tags { padding:10px; }
#tabs .inside ul { margin:0; }
#tabs .inside li { border-bottom:1px solid #4783b0; border-width:0 1px 1px 1px; padding:10px; }
#tabs .inside li a { font-weight: bold; color: #fff; }
#tabs .inside a:hover{}
#tabs .inside li span.meta { display:block; color: #193b51; font: bold 11px/12px Helvetica, Arial,sans-serif; text-transform:uppercase; }
#tabs .inside li img.avatar, #tabs .inside li img.thumbnail { border: 1px solid #ddd; padding: 2px;	background-color: #ffffff; float: left;	margin: 0 8px 0 0; }



/*-------------------------------------------------------------------------------------------*/
/* 8. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 8.1 Comments */
#comments {margin-top:20px;padding:0; zoom:1;}
#commentsheader  {  }
#commentsheader .icon  { float: left; width: 60px; height: 60px; border-top: 3px solid #b5b39e; background: url('../images/ico-comments_big.png') no-repeat center 27px }
#commentsheader h3 { float: left; width: 420px; padding: 28px 0 0 0; font:normal bold 24px/22px Arial, Helvetica, sans-serif; border-top: 1px solid #b5b39e; }
#commentsheader .leavecomment  { float: left; width: 140px; padding: 26px 0 0 0; border-top: 3px solid #b5b39e; }
#commentsheader .leavecomment a  { background-color: #b5b39e; }

#comments .commentlist  { margin: 30px 0 0 0; }
#comments .comment { width:100%;list-style-type:none; }
#comments .comment.depth-1  { border:0 !important; }
#comments .avatar-box  { float: left; width: 60px; }
#comments .avatar-box img  { padding: 4px; border: 1px solid #fff; background:#ebebeb; }
#comments .comment .comment-container  { margin: 0px 0 20px 70px; padding: 10px 0 0 10px; border-top: 1px solid #b5b39e; }
#comments .comment-head  { margin: 0 0 15px 0; }
#comments .comment-head .avatar img{margin: 0 10px 0 0;vertical-align: middle;border:3px solid #eee;}
#comments .comment-head .name  { padding: 8px 20px 0 0; font-weight: bold; font-size: 15px; }
#comments .comment-head .comment-meta  { float: right; text-align: right; color: #474747; }
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma { font-size: 11px; text-transform: uppercase; }
#comments .comment-entry p  { margin: 0 0 14px 0; font-size: 12px;}

#comments ul.children{margin:0 0 0 40px;padding:0;}
 #comments .comment-reply-link  { margin-bottom: 10px; }
#comments .cancel-comment-reply{ font-size: 11px; text-transform: uppercase; }
.reply a:link, .reply a:visited  { padding: 4px 6px 3px 6px; text-transform: uppercase; font-weight: bold; font-size: 10px; color: #fff; background-color: #417faf; }
.repy a:hover  { background-color: #043255; }

#comments .navigation { }
#comments .navigation a{ display: block; margin: 15px 0 0 0; text-decoration: none; }
#comments .navigation a:hover{}

/* 8.2 Pingbacks / Trackbacks */
h3#pings  { margin: 20px 0 10px 0; }
.pinglist li  { margin: 0 0 0 20px; list-style-type: decimal; }
.pinglist li .author  { font-weight: bold; font-size: 15px; }
.pinglist li .date  { font-size: 11px; }
.pinglist li .pingcontent  { display: block; margin: 10px 0; }

/* 8.3 Comments Form */
#respond  { margin: 15px 0 0 68px; padding: 0; border-top: 2px solid #b5b39e; }
.comment-container #respond  { margin: 0; padding: 0; border: none; }
#respond h3  { float: none; margin: 27px 0 0 0; font-size: 24px; font-weight: bold; }

#commentform  {	margin: 15px 0 0 0; }
#commentform label  { font-size: 11px; text-transform: uppercase; }
#commentform input.txt, #commentform textarea  { font-size: 13px; color: #393939; background-color: #cfcdb6; border: 1px solid #b5b39e; }
#commentform input.txt:focus, #commentform textarea:focus  { background-color: #f4f2db; }
#commentform input.txt  { width: 30%; margin: 0 5px 10px 0; padding: 7px 5px; }
#commentform input#url  { margin-right: 0; }
#commentform textarea  { width: 97.5%!important; padding: 5px; }
#commentform #submit  { margin: 15px 0 0 0; padding: 9px 12px 5px 12px; font-weight: bold; font-family: Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ff7e00; }


/*-------------------------------------------------------------------------------------------*/
/* 9. MISC */
/*-------------------------------------------------------------------------------------------*/

/* 9.1 Buttons */
.button, .button:visited{ background: url('../images/alert-overlay.png'); display: inline-block; text-transform:uppercase; text-align: center; padding: 6px 10px 5px; color: #fff !important; text-decoration: none; border:none; position: relative; cursor: pointer; }
.button, .button:visited{ background-color:#555; }
.button:hover{ color: #fff  !important; text-decoration:none; }
.button:active { top: 1px; }
.small.button, .small.button:visited { font-size: 10px; padding: 0px 6px 1px; text-transform:uppercase;}
.button, .button:visited, .medium.button, .medium.button:visited { font-size: 12px; font-weight: bold; line-height: 1; }
.large.button, .large.button:visited { font-size: 14px; padding: 8px 14px 9px; }

/* 9.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('../images/ico-alert.png') no-repeat 20px 13px; }
p.download { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url('../images/ico-download.png') no-repeat 20px 13px; }
p.tick { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url('../images/ico-tick.png') no-repeat 20px 13px; }
p.info { border-top:1px solid #ccc; border-bottom:1px solid #ccc; background:#eee url('../images/ico-info.png') no-repeat 20px 13px; }
p.note { border-top:1px solid #efe3ae; border-bottom:1px solid #efe3ae; background:#fef6d2 url('../images/ico-note.png') no-repeat 20px 13px; }

/* 9.3 Contact Form */
#contact-page .screenReader { left: -9999px; position: absolute; top: -9999px; }
#contact-page ol.forms{float:left;list-style:none;width:100%;margin:10px 0 0;}
#contact-page ol.forms li{clear:both;float:left;margin-bottom:18px;position:relative;width:100%}
#contact-page ol.forms label{cursor:pointer;display:block;float:left; text-align: right; font-weight:700; padding-top: 3px; padding-right:20px;width:100px;}
#contact-page ol.forms input.txt{width:214px; padding: 4px 0 4px 5px; }
#contact-page ol.forms input#sendCopy{border:none;}
#contact-page ol.forms textarea{height:300px;width:400px; padding: 10px 0 0 5px;}
#contact-page ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}
#contact-page ol.forms li.textarea .error{display:block; margin-left:120px}
#contact-page ol.forms li.screenReader{margin-bottom:0;}
#contact-page ol.forms li.buttons .submit{ margin: 15px 0 0 120px; padding: 8px 12px 5px 12px; font-weight: bold; font-family: Helvetica, Arial, sans-serif; font-size: 14px; background-color: #ff7e00; }
#contact-page ol.forms li.buttons .submit:hover { color: #884400; text-shadow: none; }
#contact-page ol.forms li.inline input{width:auto;margin-left:120px;}
#contact-page ol.forms li.inline label{display:inline;float:none;width:auto;}


#contact-page ol.forms textarea, #contact-page ol.forms input.txt  { font-size: 13px; color: #393939; background-color: #cfcdb6; border: 1px solid #b5b39e; }
#contact-page ol.forms textarea:focus, #contact-page ol.forms input.txt:focus  { background-color: #f4f2db; }