/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:
If you have enabled the custom stylesheet in the Thesis options panel, the &amp;lt;;;body&gt; tag 
will be appended with the "custom" class, like so: &lt;;body class="custom"&gt;. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.
For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:
	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them
WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/




/* HEADER ZONE */

/* Structure */
.custom #header_area { background: #ccc; }
.custom #header_area .page { background: #ccc; }
.custom #header { background: #fff; border-bottom: 0; height: 8em; }


/* Styles */
.custom #taggy { color: #FFFFFF; float: right; font-size: 3.5em; font-weight: bold; padding-top: 0.8em; }
.custom .logo { float: left; }
.custom #header { border-style: none; border-top:20px solid #cccccc; }
.custom #header_area .page { height: 13em; background: #ffffff;  }

/* NAVBAR ZONE */

/* Structure */
.custom #nav_area .page { background: #ffffff;  }
.custom .menu { background: #006699; border: 0;  }
.custom .menu li.tab a, li.tab { border: 0; font-weight: bold; text-decoration: none; }
.custom .menu li.tab a:hover { color: #ffffff; }

/* Styles */
.custom .menu a { color: #fff; letter-spacing: 0; text-transform: none; }
.custom .menu, .menu a, .menu li ul {border-color: #fff; }
.custom .menu a { padding: 0.9em 2.135em; text-align: left; }

/* CONTENT ZONE */

/*.custom #content_area .page { background: #fff; background-image: url(images/content_bg.gif); background-repeat: no-repeat; background-position: bottom; padding:0em;  }
.custom #content_box {background: #fff; padding-bottom:0em;  }
.custom #content_area p,  {  margin-top: 0;  }
.custom #content_area  ul { margin: -.75em 0 2em 2em; }*/

.custom #content textarea, #content input { background-color: #FFFFFF; border: 1px solid #00AFEF; color: #787878; padding: 0; }
.custom input[type="button"], input[type="submit"] { background-color: #0071B7; cursor: pointer; width: 20%; font-color: #fff; font-weight: bold; }
.custom #content textarea#ye { width: 45%; }
.custom #content input#cap { width: 21%; }

/* Styles */
.custom .post_box, .teasers_box, .full_width #content_box .page { margin: 0em 2.3em 0em 2.2em; padding-bottom: 0em; }
.custom .format_text a { text-decoration:none; }
.custom .format_text a:hover { text-decoration:underline; }
.custom h1, h2, h5, h6 { font-weight: normal; margin-bottom:-.5em }
.custom h2 { font-size: 1.5em; margin-top:1em; font-weight: normal;}
.custom h3 { font-size: 1.5em; }
.custom h3, h4 { }
.custom h4 {}
.custom .format_text h2, .custom .format_text h3 { margin:.0em 0 .25em 0 ;  }
.custom .format_text img.right, .format_text img.alignright, .wp-caption.alignright { margin:0 0 1em 1em; }
.custom .format_text img.left, .format_text img.alignleft, .wp-caption.alignleft { margin:0 1em 1em 0; }
.custom .red {color:#660033; }
.custom .grey {color:#666666; }
.custom .format_text sup { vertical-align:top; line-height:150%; }

/* Tables */
.custom .tableBorder table{ border: 0px solid #cccccc; border-collapse:collapse;}
.custom table h2 { font-size: 1.5em; margin-top:1em; font-weight: normal;}


/* Tables */

.custom table.data { border-spacing: 0px; border-collapse: collapse; background: #660033; border: 1px solid #cccccc; margin-top:10px }
.custom table.data caption { font-size: 1.2em; font-weight: bold; color: #DB0C41; text-align: left; }
.custom table.data th { font-size: 1em; text-align: left; font-weight: bold; padding: 0 0.8em 0 0; color: #111; background: #fff; 
border-bottom: 1px solid #fff; vertical-align:top; }
.custom table.data td { font-size: 1em; font-weight: normal; text-align: left; padding: 0 0.8em 0 0; border-bottom: 1px solid #fff; border-right: 
 1px solid #fff; vertical-align:top; }

.custom bullet { list-style-image: url(images/bullet.gif); 

list-style-position:inside; list-style-type: none; margin-bottom:100%; }


/* FOOTER ZONE */

/* Structure */
.custom #footer_area { background: #cccccc }
.custom #footer_area .page { background: #ccc; clear:both; }
 }
.custom #footer { margin-top:2em; border: 0; background: transparent }

/* Styles */
.custom #footer { border: 0em solid #f2f2f4; }
.custom #footer p { font-size: 1em; }
.custom #footer a { color:#666; text-decoration:none; }
.custom #footer a { border-bottom:0 none; }
.custom #footer a:hover { color:#666; text-decoration:underline; }

/* Customize Footer Text */
.custom #footer { color: #666666; text-align: center; }


/* BEHIND EVERYTHING */

body.custom { background: #cccccc;  background: url(images/body_bg.gif); background-attachment:fixed; background-position:center;  line-height: 130%; }

/* POSTS */

/* Remove Italics */


.custom .headline_meta { font-style: normal; }
/* Remove Uppercase */
.custom .headline_meta span, .headline_meta abbr { color: #787878; font-size: 1.1em; font-weight: normal; letter-spacing: 0; text-transform: none; }
.custom .headline_meta, .headline_meta a, .teaser_author, .teaser_date, .teaser .edit_post, .teaser_author a, .teaser_comments, .teaser_category, .teaser .edit_post a { color: #787878; letter-spacing: 0; text-transform: none; }
/* Content lists only */
.custom #content ul { list-style-image: url(images/bullet.gif);  list-style-position: outside; list-style-type: none; padding-top:.5em; margin-left:3em }
.custom #content ol { padding-top:5px; margin-left:3em }

.custom #content li { padding-bottom: 0px; }
/* Archives */
.custom #archive_info p { font-size: 1.1em; letter-spacing: 0; text-transform: none; }
.custom #feature_box, #archive_info, #comment_nav_2 { border-width: 0 0 0.1em; }
.custom #archive_info, .prev_next { border-color: #00AFEF; }
.custom .prev_next { font-size: 1.1em; border-width: 0.1em 0 0; letter-spacing: 0; text-transform: none; }
.custom .post_box, .teasers_box { border-color: #CCCCCC; border-style: solid; clear: both; }
.custom .post_box top { border: none; }
.custom .teaser .teaser_date { font-size: 1.1em; line-height: 1.6em; }


/* COMMENTS */
.custom .format_text .to_comments { color: #787878; }
.custom .format_text .to_comments span.bracket { color: #787878; }
.custom .format_text .to_comments span { font-size: 1.4em; }
.custom .format_text .to_comments a { color: #787878; }
.custom #respond_intro p { font-size: 1.4em; color: #787878; }
/* Teasers */
.custom abbr, acronym { letter-spacing: 0; text-transform: none; }
/* Remove comments */
.custom .comments_closed p { display: none; }
.custom .format_text .to_comments { display: none; }


/* SIDEBARS */
.custom #sidebars li.widget ul { list-style-image: url(images/bullet.gif); list-style-position: outside; list-style-type: none; margin-bottom: 0.5em; }
.custom #sidebars li.widget li { margin:0 0.5em 0 17px; padding:0; }
.custom li.widget ul li { margin-bottom: 0; }
.custom li.widget p { margin-bottom: 0.5em; }
.custom li.widget p a { text-decoration:none; }
.custom li.widget p a:hover { text-decoration:underline; }
.custom .sidebar h3 { color: #0071B7; font-variant: normal; letter-spacing: 0; margin-bottom: 0.7em; }
.custom li#text-3 h3, li#text-4 h3 { color: #333333; font-variant: normal; letter-spacing: 0; margin-bottom: 0.7em; }
.custom li.widget { margin-bottom: 1em; }
.custom li#recent-posts-3, li#archives-3 { border: 1px solid #00afef; padding: 0.5em 0.5em 0 0.5em; text-align: left; width: 14.4em; }
.custom li#text-3, li#text-4 { border: 1px solid #0071b7; padding: 0.5em 0.5em 0 0.5em; text-align: left; width: 14.4em; }
.custom a:hover { color:#0071B7; text-decoration: underline;}
.custom .sidebar { color: #787878; margin-top: 2.2em; padding-bottom:20px; }

/* Quotes */
.custom .format_text blockquote span { font-size: 0.9em; float: right; color: #000000; font-style: normal; font-weight:normal; line-height: normal; width:320px; }
.custom .format_text blockquote { color: #000000; font-size: 1.1em; }
.custom blockquote { background:url("images/quotes_general_bg.gif") no-repeat scroll 0 0 transparent; margin:0 0 1.571em; padding:1em 7em 0em 5em; border-left: none; width:420px; }



/* Forms */

.custom #content textarea, #content input { background-color: #FFFFFF; border: 1px solid #003399; color: #00000; padding: 0; width:300px; }
.custom input[type="button"], input[type="submit"] { background-color: #cccccc; cursor: pointer; width: 20%; font-color: #fff; font-weight: bold; }
.custom #content textarea#ye { width: 65%; }
.custom #content input#cap { width: 21%; }


/* Captions */
.custom .wp-caption { background-color: #FFFFFF; border-color: #FFFFFF; border-style: none; font-size: 0.9em; font-style: normal; text-align: center; }


/* CUSTOMISED PAGE STYLES */

/* social links */
ul.bookmark_links { list-style:none; font-size: 1em; padding: 0.57143em 2em; border: 1px solid #bed630;  margin-left:0em; font-weight:bold;  }
li.bookmark_links a, li.bookmark_links a:visited {text-decoration: none; list-style:none;}
li.bookmark_links a:hover { text-decoration: none; list-style:none;}


/* Home - structure */

/*link from  header to home page*/
     .custom #logo a {
	background-image: url(images/logo.gif);	
	width: 950px;
	height: 112px; 
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin:-.45em 0em;
        } 


.custom div#box_1 h3, .custom div#box_2 h3, .custom div#box_3 h3 { color:#db0c41; font-size:1.6em; font-weight:bold; padding:0.75em 0 0 0.8em; }
.custom div#box_1 p, .custom div#box_2 p, .custom div#box_3 p { font-size:1.2em; font-weight:normal; padding:0.75em 0 0 1.15em; width:11.5em; }
.custom div#box_1 a:link, .custom div#box_1 a:visited, .custom div#box_2 a:link, .custom div#box_2 a:visited, .custom div#box_3 a:link, .custom div#box_3 a:visited { color: 0a85ba; text-decoration: none; }
.custom div#box_1 a:hover, .custom div#box_2 a:hover, .custom div#box_3 a:hover { text-decoration: underline; }

.custom .home_highlight{ background:none repeat scroll 0 0 #FFF; margin-bottom:0; width:100%; }
.custom div#highlight { background:url(images/homepage_banner.gif) no-repeat scroll 0 0 transparent; height:26.1em; margin-top:-.2em; padding:0; }
.custom div#highlight h1 { color:#db0c41; font-size:3em; font-weight:bold; padding:0.5em 0 0 0.7em; }
.custom div#highlight h2 { color:#db0c41; font-size:1.8em; font-weight:bold; padding:0 0 0.3em 1.25em; }
.custom div#highlight p { font-size:1.4em; font-weight:normal; line-height:130%; padding:0.2em 0 0 1.5em; width:30em; }
.custom div#highlight p.enter { font-size:1.4em; font-weight:normal; line-height:130%; padding:0.7em 0 0 1.5em; width:30em; }
.custom div#highlight a:link, .custom div#highlight a:visited { color: 0a85ba; text-decoration: none; }
.custom div#highlight a:hover { text-decoration: underline; }


/* Remove headline from home page only */
.custom #post-30 .headline_area { position:absolute; top:-1500px; left:-1500px; }


/* Home - structure */
.custom #feature_box { background:none repeat scroll 0 0 #FFF; border-bottom:0 none; color:#ffffff; float:left; font-family:Arial,Helvetica,sans-serif; padding:0; width:100%; }
.custom div#box_1 { background:url(images/hp_button1.jpg) no-repeat scroll 0 0 transparent; }
.custom div#box_2 { background:url(images/hp_button2.jpg) no-repeat scroll 0 0 transparent; }
.custom div#box_3 { background:url(images/hp_button3.jpg) no-repeat scroll 0 0 transparent; }
.custom div#box_1, .custom div#box_2, .custom #box_3 { border:0px solid #A3A3A3; float:left; height:36px; width:32em; padding-top:28px; margin:0 0 0 0; }
.custom div#box_1, .custom div#box_2 { margin:0 0 0 0; }
.custom #box_3 { margin:0 0 0 0; width:30.5em; }


/* Home - styles */
.custom div#box_1 h3, .custom div#box_2 h3, .custom div#box_3 h3 { color:#ffffff; font-size:1.6em; font-weight:bold; padding:0 1em; }
.custom div#box_1 p, .custom div#box_2 p, .custom div#box_3 p { font-size:1.2em; font-weight:normal; padding:0.4em 0 0 1.15em; width:11.5em; }
.custom div#box_1 a:link, .custom div#box_1 a:visited, .custom div#box_2 a:link, .custom div#box_2 a:visited, .custom div#box_3 a:link, .custom div#box_3 a:visited { color: ffffff; text-decoration: none; }
.custom div#box_1 a:hover, .custom div#box_2 a:hover, .custom div#box_3 a:hover { text-decoration: underline; }
.custom #swirl {background-color:#cccccc; background-image: url(http://www.marketingserviceszone.co.uk/wp-content/uploads/2010/06/velocity_box1.gif);background-repeat: no-repeat; background-position: right; padding: 5px; 80px 5px 5px; }
.custom .indent_text {margin-left:-2em; }
.custom .quote {font-size:17px;  width:450px; padding: 30px 60px; width: 450px; w\idth: 330px;  background-image: url(http://www.marketingserviceszone.co.uk/wp-content/uploads/2010/06/quote_bg1.gif); background-repeat: no-repeat; }
.custom .quote2 {font-size:17px;  width:480px; padding: 10px 60px; width: 480px; w\idth: 360px;  background-image: url(http://www.marketingserviceszone.co.uk/wp-content/uploads/2010/07/building_quote_bg.gif); background-repeat: no-repeat; }
.custom .quote3 {font-size:17px;  width:530px; padding: 10px 60px 60px 0; margin:0px; width: 530px; w\idth: 410px; height: 60px; background-image: url(http://www.marketingserviceszone.co.uk/wp-content/uploads/2010/07/service_quote_bg.gif); background-repeat: no-repeat; }
.custom .hptext {font-weight:bold; width:330px; font-size:15px; }
.custom .blue { color:#003399; } 

.custom .headline_meta {margin-top:10px; margin-bottom:10px;}
.custom #archives-3.widget {border:0 solid #ffffff;}
.custom input#submit.form_submit {border:0 solid #ffffff}





















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































