/*  
Theme Name: The Station
Version: 1.1.0
Description: Designed by <a href="http://www.adii.co.za">Adii Rockstar</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
*/

/* Custom styles */
@import "custom.css";

/*>>>>> Setup and Reset <<<<<*/

body, html  {
	height: 100%;
}

body, html, p, ul, ol {
	margin: 0;
	padding: 0;
	border: none;
}

body  {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
		font-size: 12px;
	line-height: 1.5;  /*unitless for proper inheritance*/
}











h1, h2, h3, h4, h5, h6  {
	margin: 5px 0;
}

/*h1  {font-size: 18px}
h2  {font-size: 18px}
h3  {
	font-size: 30px;
	color: #5A5A5A;
} */
h4  {font-size: 14px}
h5  {font-size: 12px}
h6  {font-size: 12px}

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  {
	text-decoration: underline;
}






p  {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 20px;
}

ul, ol  {
	margin: 0;
	padding: 0;
}

/*>>>>> Navigation <<<<<*/

a:link, a:visited  {
	text-decoration: none;
}

a:hover  {
	text-decoration: underline;
}

#nav  {
	width: 980px;
	margin: 0 auto;
	height: 35px;
	
}

/* Page Nav */

#pagenav {
	float: left;
	position: relative;
	z-index: 100;
	padding: 0 10px;
}

#pagenav li {
	float: left;
	line-height: 35px;
	padding: 0 9px 0 5px;
	margin: 0;
}

#pagenav li.home { padding: 7px 8px 0 0;display: block;height: 33px; }
#pagenav li.home a:hover { background: none;-moz-opacity:.80; filter:alpha(opacity=80); opacity:.80; }

#pagenav li a:link, #pagenav li a:visited {
	display: block;
	position: relative;
	padding: 0 8px;
	text-decoration: none;
	z-index: 100;
}

#pagenav li a:hover, #pagenav li.current_page_item a:link, #pagenav li.current_page_item a:visited  {
	position: relative;
}

#pagenav li a:hover span.left, #pagenav li.current_page_item span.left  {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 5px;
	height: 33px;
}

#pagenav li a:hover span.right, #pagenav li.current_page_item span.right  {
	display: block;
	position: absolute;
	right: 0;	
	bottom: 0;
	width: 5px;
	height: 33px;
}

/* Style drop down list */

#pagenav li ul li {
	float: none;
	padding: 0;
}

/* first level */

	#pagenav li ul {
		position: absolute;
		left: -999em;
	}

	#pagenav li:hover ul, #pagenav li.sfhover ul {
	}

	/* second level */

		#pagenav li li:hover ul ul, #pagenav li li.sfhover ul ul {
			left: -999em;
		}

		#pagenav li li li:hover ul, #pagenav li li li.sfhover ul {
			left: auto;
		}

		/* third level */

			#pagenav li li li:hover ul ul, #pagenav  li li li.sfhover ul ul {
				left: -999em;
			}

			#pagenav li li li li:hover ul, #pagenav li li li li.sfhover ul {
				left: auto;
			}

#pagenav li ul ul {
	margin: -26px 0 0 200px;
}

#pagenav li ul ul li a {
	line-height: 20px;
}

#pagenav li:hover ul ul, #pagenav li.sfhover ul ul {
	left: -999em;
}

#pagenav li:hover ul, #pagenav li li:hover ul, #pagenav li.sfhover ul, #pagenav li li.sfhover ul {
	left: auto;
}

#pagenav li ul li a:link, #pagenav li ul li a:visited  {
	display: block;
	width: 190px;
	padding: 0px 0 0px 10px!important;
}

#pagenav li ul li ul li a:link, #pagenav li ul li ul li a:visited  {
	padding: 5px 0 5px 10px!important;
}

#pagenav li ul li a:hover  {

}

#pagenav li ul li a span.left  {
	display: none!important;
}

#pagenav li ul li a span.right {
	display: none!important;
}


/* IE7 Fix */

#pagenav li:hover, #pagenav li.hover {  
	position: static;
}

/*>>>>> Layout <<<<<*/

#header  {
	width: 980px;
	margin: 0 auto;
	height: 110px;
}

#header h1  {
	display: none;
}

#header img  {
	float: left;
	margin: 20px 0 0 0;
}

#header #subscribe  {
	float: right;
	display: block;
	height: 28px;
	width: 183px;
	padding: 8px 0 0 35px;
	margin: 55px 0 0 0;
	text-decoration: none;
	font-weight: bold;
}

#container  {
	padding-top: 20px;
	padding-bottom: 20px;
}

#container_bottombg  {
	width: 980px;
	height: 41px;
	margin: 0 0 -20px -10px;
}

#tickertape  {
	height: 50px;
	width: 865px;
	background-image: url(styles/minimal/tickertapebg.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -20px;
	margin-left: -10px;
	padding-top: 15px;
	padding-left: 115px;
	overflow: hidden;
	z-index: 0;
}

#featured  {
	float: left;
	background-color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 238px;
}

#featured.slider  {
	width: 940px;
	position: relative;
}

#featured.slider .arrow_left  {
	position: absolute;
	left: -11px;
	top: 45%;
}

#featured.slider .arrow_right  {
	position: absolute;
	right: -11px;
	top: 45%;
}

#featured.slider .information  {
	width: 900px;
	float: left;
	position: relative;
}

#featured.slider .information #image.left  {
	float: left;
	margin: 0 20px 0 0;
}

#featured.slider .information #image.right  {
	float: right;
	margin: 0 0 0 20px;
}

#featured.slider .information #image img  {
	border: 5px solid #bcc5c7;
}

#featured.slider .information #text h2  {
	margin-bottom: 0;
}

#featured.slider .information #text h2 a:link,
#featured.slider .information #text h2 a:visited  {
	color: #16181A;
	display: inline;
}

#featured.slider .information #text .description  {
	display: block;
	color: #4F5357;
	font-weight: normal;
	font-size: 14px;
}

#featured .information  {
	float: left;
	width: 618px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
		height: 240px;

}

#featured .information h2  {
	margin: 0 0 10px 0;
	line-height: 30px;
	font-size: 30px;
}

#featured .information .feat-button .left  {
	display: block;
	float: right;
	width: 5px;
	height: 30px;
}

#featured .information .feat-button a.more-info  {
	display: block;
	float: right;
	height: 24px;
	padding: 6px 4px 0 8px;
	text-transform: uppercase;
	cursor: pointer;
}

#featured .information .feat-button .right  {
	display: block;
	float: right;
	width: 19px;
	height: 30px;
}

#featured-tabs  {
	float: left;
	width: 301px;
	height: 240px;
}

#featured-tabs li  {
}

#featured-tabs li a:link, #featured-tabs li a:visited  {
	display: block;
	margin-left: -1px;
	padding: 10px 0 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#featured-tabs li a:hover, #featured-tabs li.active a  {
}

#featured-tabs a span  {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-top: -4px;
}

#featured .information ul,
#featured .information ol {
	margin: 5px 0;
	padding: 0 0 0 30px;
}

#featured .information ul li  {
	list-style-type: square;
}

#featured .information ul li ul  {
	margin: 8px 0;
	padding: 0 0 0 15px;
}

#featured .information ul li ul li  {
	list-style-type: disc;
}

#featured .information ol li  {
	list-style-type: upper-latin;
}

#featured .information ol li ol  {
	margin: 8px 0;
	padding: 0 0 0 15px;
}

#featured .information ol li ol li  {
	list-style-type: lower-latin;
}


#wide_image { margin: 0; }
#wide_image img {
	width: 940px;
	height: 115px;
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #DCDCDC;
}

/*>>>>> Slider <<<<<*/

#slider {
  width: 940px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  width: 940px;
  height: auto;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scrollContainer div.panel {
  height: auto;
  width: 940px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollButtons {
  cursor: pointer;
  z-index: 100;
}

#breadcrumb  {
	width: 940px;
	margin: -8px 10px 0 10px;
	padding: 0 0 10px 0;
}

#content  {
}

#breadcrumb p  {
	margin: 0;
	font-weight: bold;
}

#main_content  {
	float: left;
	width: 619px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 15;
	padding-left: 0;
}

#main_content #top  {
}

#main_content #top h2  {
	margin: 0 0 20px 0;
}

#main_content #top p  {
	margin: 10px 0 10px 0;
}

#main_content #top p img  {
	float: left;
	margin: 0 10px 0 0;
	border: none !important;
}

#two-col  {
	padding-top: 10px;
}

#two-col h3  {
	text-transform: uppercase;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
}

#two-col ul {
	padding: 0 !important;
}

#two-col ul li  {
	margin: 0 0 8px 0 !important;
	padding: 0 0 0 20px !important;
	list-style: none !important;
}

#two-col .left  {
	float: left;
	width: 309px;
}

#two-col .right  {
	float: left;
	width: 300px;
	padding: 0 0 0 10px;
}

#two-col .left a.signup, #two-col .right a.signup  {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	padding: 5px 0 0 0;
	margin: 20px 0 0 0;
	width: 300px;
	height: 25px;
}

#sidebar  {
	float: left;
	width: 280px;
	margin: 20px 0 0 20px;
}

#sidebar h2  {
	text-transform: uppercase;
	font-size: 14px;
}

#sidebar .box  {
}

#sidebar .box h2  {
	padding-bottom: 5px;
}

#newsletter  {
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#newsletter .field, #feedburner .field , #campaignmonitor .field {
	display: block;
	float: left;
	width: 191px;
	height: 20px;
	padding: 7px 0 0 5px;
	margin: 0 4px 0 0;
}

#newsletter .button, #feedburner .button, #campaignmonitor .button  {
	width: 78px;
	height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer !important;
}


#search, #feedburner, #campaignmonitor  {
	margin-bottom: 15px;
	padding-bottom: 25px;
}

#search input#s  {
	display: block;
	float: left;
	width: 191px;
	height: 20px;
	padding: 7px 0 0 5px;
	margin: 0 4px 0 0;
}

#search input.submitsearch  {
	width: 78px;
	height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer !important;	
}

#twitter  {
	padding: 0 0 10px 0;
	background-image: url(styles/minimal/twitbird.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#twitter ul  {
	margin: 10px 0;
}

#twitter_update_list li {
	padding: 5px 0 !important;
}

#twitter a:link, #twitter a:visited  {
	display: inline;
	padding: 0;
}

#twitter span.website  {
	display: block;
	text-align: right;
}

#footer  {
	width: 980px;
	margin: 0 auto 40px auto;
}

#footer .footnav  {
	float: left;
	width: 660px;
}

#footer .footnav ul  {
	padding: 30px 0 20px 10px;
}

#footer .footnav ul li  {
	display: inline;
	margin: 0 15px;
}

#footer .footnav ul li a:link, #footer .footnav ul li a:visited  {
	font-weight: bold;
}


#footer .bottombg  {
	width: 980px;
	height: 7px;
}

.spacer  {
	height: 10px;
}

/*>>>>> Post Styling <<<<<*/

.post  {
	float: left;
	width: 619px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.post .video {
	margin: 0 0 20px 0;
}

.post_head  {
	float: left;
	width: 619px;
	margin: 0 0 15px 0;
}

.post_head .title_meta  {
	float: left;
	width: 559px;
}

.post_head .title_meta h2  {
	margin: 0 0 5px 0;
}

.post_head .title_meta h2 a:link, .post_head .title_meta h2 a:visited  {
}

.post_head .title_meta p  {
	margin: 0;
}

.post_head .comments  {
	width: 60px;
	text-align: right;
	float: right;
}

.post_head .comments a:link, .post_head .comments a:visited  {
	display: inline-block;
	text-align: center;
	padding: 6px 1px;
	margin: 5px 0 0 0;
	font: bold 16px Georgia,Times,Serif;
}

.post_head .comments span.bg  {
	display: block;
	width: 11px;
	height: 10px;
	margin: 0 0 0 35px;
}

.post p.continue_reading  {
	margin: 0;
}

.post p.continue_reading a  {
	padding: 0 10px 0 0;
}

/*>>>>> Page Styles <<<<<*/

#sub_nav  {
	float: left;
	width: 120px;
	padding: 5px 10px;
}

#sub_nav ul li  {
	margin: 3px 0;
}

#sub_nav ul li.active  {
	margin-top: 10px;
}

#sub_nav ul li ul  {
	margin: 0 0 10px 5px;
	display: none;
}

#sub_nav .current_page_parent ul, #sub_nav .current_page_item ul {
	display: block;
}

#sub_nav .current_page_parent ul li, #sub_nav .current_page_item ul li {
	margin-top: 10px;
}

#sub_nav ul li ul li  {
	padding: 0 0 0 10px;
}

#sub_nav ul li.sub_active a:link, #sub_nav ul li.sub_active a:visited  {
	text-decoration: underline;
}

#page  {
	float: left;
	width: 460px;
	margin: 0 0 0 17px;
}

#main_content.fullwidth  {
	width: 940px;
	border-right: 0;
}

#main_content.fullwidth #page  {
	width: 783px;
	margin-left: 17px;
}

#main_content.fullwidth #page.no_sub_nav_full  {
	margin: 0;
	width: 940px;
}

.no_sub_nav {
	width: 620px !Important;
	margin: 0px !Important;
}

#page h2.title  {
	margin: 0 0 15px 0;
}

#page h2.title a:link, #page h2.title a:visited  {
}

/*>>>>> ARCHIVES TEMPLATE STYLES <<<<<*/

#archive_posts li, #archive_categories li, #archive_monthly li  {
	margin: 0 0 5px 0;
}

#archive_categories li, #archive_monthly li  {
	font-weight: bold;
}

#archive_posts li a:link, #archive_posts li a:visited  {
	font-weight: bold;
}

#archive_posts li span.comments  {
	text-transform: uppercase;
	font-size: 11px;
}

/*>>>>> Widget Styles <<<<<*/

.widget  {
	margin: 0 0 20px 0;
}

.widget.two-col  {
	float: left;
}

.widget h3  {
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: 100;
}

.widget ul  {
}

.widget.two-col ul  {
	float: left;
	margin-bottom: -1px;
}

.widget ul li  {
	display: block;
}

.widget ul li ul  {
	margin: 0 0 5px 10px;
	font-size: 11px;
}

.widget ul li li  {
}

.widget ul li li a:link, .widget ul li li a:visited  {
	height: 22px;
	line-height: 20px;
	padding: 0 0 0 15px;
}

.widget.two-col ul li  {
	float: left;
	width: 140px;
}

.widget ul li a:link, .widget ul li a:visited  {
	display: block;
	height: 25px;
	padding: 5px 0 0 15px;
}

.widget ul li a:hover  {
}

#flickr  {
	float: left;
	margin: 0 0 20px 0;
}

#flickr h3  {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
}

#flickr .pics  {
	float: left;
	padding: 7px;
}

#flickr .pics .flickr_badge_image  {
	margin: 4px 6px;
	float: left;
	width: 75px;
}

#ads img  {
	margin: 5px 6px;
}

.widget_lifestream ul li  {
	padding-top: 7px!important;
	padding-bottom: 7px!important;
	background-position: 0 9px!important;
}

#videos .inner  {
	padding: 5px 10px 10px 10px;
	background-color: #ebebeb;
	border-left: 1px solid #CBD1D2;
	border-right: 1px solid #CBD1D2;
}

#videos .inner .video  {
	margin: 0 0 8px 0;
}

#videos h3  {
	margin-bottom: -0px;
}

/*>>>>> COMMENTS <<<<<*/

#comments_wrap  {
	width: 619px;
}

ol li.comment  {
	display: block;
	padding: 10px 0 10px 10px;
}



ol li.comment .comment-author  {
	
}

ol li.comment .comment-author img  {
	float: right;
}

ol li.comment .comment-author cite  {
	font-weight: bold;
	font-size: 14px;
}
	

ol li.comment .comment-meta  {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

ol li.comment p  {
	margin: 0 0 5px 0;
}

ol li.comment .reply  {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin: 7px 0 0 0;
}

/*>>>>> THREADED COMMENTS <<<<<*/

ol li.comment ul.children  {
	margin: 10px 0 0 5px;
}

/*>>>>> COMMENT FORM <<<<<*/

#form_wrap {
	padding: 15px 0;
	position: relative;
	clear: both;
}

#form_wrap h2 {
	padding-bottom: 28px;
	position: relative;
}

#form_wrap .form-left {
	width: 30%;
	float:left;
}

#form_wrap .form-right {
	float:right;
	width: 70%;
}

#form_wrap textarea, #form_wrap .form-left input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 7px 10px;
}

#form_wrap textarea {
	width: 95%;
	margin-bottom: 18px;
}

#form_wrap .form-left input {
	width: 147px;
	display: block;
	margin-bottom: 10px;
}

#form_wrap input.sb {
	width: 78px;
	height: 28px;
	font-weight: bold;
	text-transform: uppercase;
}

#form_wrap p.lc_logged {
	margin-top: -20px;
	position: relative;
}

#cancel-comment-reply-link  {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

/*>>>>> ALTERNATE HOMEPAGE LAYOUT <<<<<*/

#recent_articles  {
}

#recent_articles h2.heading  {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px 0 0 0;
	padding: 0 0 6px 0;
}

#recent_articles .article  {
	float: left;
	position: relative;
	width: 300px;
	border-top: 1px solid #cbd1d2;
}

#recent_articles .article.left  {
	padding: 10px 9px 10px 0;
	border-right: 1px solid #cbd1d2;
}

#recent_articles .article.right  {
	padding: 10px 0 10px 9px;
	border-left: 1px solid #cbd1d2;
	margin: 0 0 0 -1px;
}

#recent_articles .article h2  {
	margin: 0;
}

#recent_articles .article h2 a:link,
#recent_articles .article h2 a:visited  {
	color: #23262a;
	font-size: 16px;
}

#recent_articles .article .meta  {
	margin: 0 0 10px 0;
	font-size: 11px;
}

#recent_articles .article .meta a:link,
#recent_articles .article .meta a:visited  {
	color: #4f5357;
}

#recent_articles .article .comments  {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 7px;
	padding: 0 3px;
	border-radius: 3px;
 	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #5c5c5c;
}

#recent_articles .article .comments a:link,
#recent_articles .article .comments a:visited  {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#recent_articles .article img  {
	float: left;
	margin: 0 8px 5px 0;
	border: 2px solid #bcc5c7;
}

#recent_articles .article p  {
	margin: 0 0 8px 0;
}

#adbox  {
	padding: 25px 0;
	text-align: center;
	border-top: 1px solid #CBD1D2;
	border-bottom: 1px solid #cbd1d2;
}

#bottom  {
	
}

#more_articles  {
	float: left;
	width: 380px;
	padding: 0 9px 0 0;
	border-right: 1px solid #cbd1d2;
}

#more_articles h2.heading  {
	text-transform: uppercase;
	font-size: 14px;
	margin: 9px 0 0 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #CBD1D2;
}

#more_articles ul li  {
	float: left;
	position: relative;
	width: 380px;
	padding: 10px 0;
	border-bottom: 1px solid #e4e4e4;
}

#more_articles ul li img  {
	float: left;
	margin: 0 15px 0 0;
	border: 2px solid #bcc5c7;
}

#more_articles ul li .posttitle  {
	float: left;
	width: 270px;
}

#more_articles ul li .posttitle h2  {
	margin: 0;
}

#more_articles ul li .posttitle h2 a:link,
#more_articles ul li .posttitle h2 a:visited  {
	color: #23262a;
	font-size: 14px;
}

#more_articles ul li .meta  {
	margin: 0;
	color: #4f5357;
}

#more_articles .meta a:link,
#more_articles .meta a:visited  {
	color: #4f5357;
}

#more_articles ul li .comments  {
	margin: 0;
	position: absolute;
	top: 15px;
	right: 0;
	padding: 0 3px;
	border-radius: 3px;
 	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #5c5c5c;
}

#more_articles ul li .comments a:link,
#more_articles ul li .comments a:visited  {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#widget_area  {
	float: left;
	width: 220px;
	margin: 0 0 0 9px;
	padding: 10px 0 0 0;
}

/*>>>>> END ALTERNATE HOMEPAGE LAYOUT <<<<<*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-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: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Post Typographic Elements */

.entry h1  {}
.entry h2  {}
.entry h3 {
	color: #525252;
}
.entry h4 {}
.entry h5 {}
.entry h6 {}
.entry p {
	color: #565555;}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6  {

}

.entry blockquote  {
	padding: 10px 30px;
	color: #666;
	font-style: italic;
}

.entry blockquote p  {
	margin: 0;
}

.entry ul  {
	margin: 5px 0;
	padding: 0 0 0 30px;
}

.entry ul li  {
	list-style-type: square;
}

.entry ul li ul  {
	margin: 8px 0;
	padding: 0 0 0 15px;
}

.entry ul li ul li  {
	list-style-type: disc;
}

.entry ol  {
	margin: 5px 0;
	padding: 0 0 0 30px;
}

.entry  ol li  {
	list-style-type: upper-latin;
}

.entry ol li ol  {
	margin: 8px 0;
	padding: 0 0 0 15px;
}

.entry  ol li ol li  {
	list-style-type: lower-latin;
}

.entry.sitemap ul  {
	margin-bottom: 30px;
}

.entry.sitemap li ul li ul  {
	margin-bottom: 5px;
}

/* Post Images */

.entry img  {
	padding: 5px;
}

img.wp-smiley  {
	padding: 0;
	border: none;
}

.entry .alignleft  {
	float: left;
	margin: 10px 15px 10px 0;
}

.entry .alignright  {
	float: right;
	margin: 10px 0 10px 15px;
}

.entry .aligncenter  {
	text-align: center;
}

/*>>>>> Page Navi <<<<<*/

div.Nav  {
	width: 609px;
	float: left;
	margin-top: -19px;
	height: 25px;
	padding: 5px 0 0 10px;
}

.Nav strong.on  {
	padding: 2px 5px;
}

.Nav a  {
	padding: 2px 5px;
}

/*>>>>> WordPress Images <<<<<*/

img.wp-smiley  {
	padding: 0;
	border: none;
}

.alignleft  {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright  {
	float: right;
	margin: 0 0 10px 15px;
}

.aligncenter  {
	text-align: center;
}

/*>>>>> Custom Styles <<<<<*/

.floatl  {float: left;}
.floatr  {float: right;}

.alignl  {text-align: left;}
.alignr  {text-align: right;}
.alignc  {text-align: center;}

#topnav

{
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 10px;
	background-color: #323941;
}#topnav a

{
	color: #CCCCCC;
}
#topcorner_promo {
	left: 0px;
	top: 0px;
	height: 100px;
	width: 100px;
	clear: right;
	float: left;
	display: block;
	position: absolute;
}
#greyboxed
{
	background-color: #FFFFFF;

	margin-bottom: 15px;
	background: url(http://www.clickymedia.co.uk/wp-content/uploads/2010/01/calltoaction.jpg) bottom;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
height: 141px;
}
#greyboxed p

{width: 232px;}


#greyboxedsimple
{
	background-color: #FFFFFF;
	border: 1px solid #C3C7C8;
	margin-bottom: 15px;
	background: url(styles/minimal/greyboxedbg.jpg) bottom;
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#greyboxedsimple li
{
	font-size: 12px;
	font-weight: bold;
	list-style-type: square;	
}

#map {	border: 1px solid #CCCCCC;}
#yellowboxed
{
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #FF9900;
}
#newswoo  {
	margin-bottom: 15px;
}

#newswoo h2  {
	display: block;
	margin-bottom: 0;
	width: 280px;
	position: relative;
}

#newswoo h2 a:link, #newswoo h2 a:visited  {
	position: absolute;
	top: 0;
	right: 0;
}

#newswoo ul li  {
	padding: 7px 0;
}

#newswoo ul li a:link, #newswoo ul li a:visited  {
	font-weight: bold;
}

#newswoo ul li span.meta  {
	display: block;
	font-size: 11px;
}

.clientswide{
	margin-top: 10px;
	margin-left: 10px;
}

.cufon-active h1 { /* for Cufon.replace('h1') */
	font-size: 52px;
}
.cufon-loading h1 { /* for Cufon.replace('h1') */
	visibility: hidden !important;
}
.cufon-active h2 { /* for Cufon.replace('h1') */
	font-size: 42px;
}
.cufon-loading h2 { /* for Cufon.replace('h1') */
	visibility: hidden !important;
}
.cufon-active h3 { /* for Cufon.replace('h1') */
	font-size: 32px;
} 
.cufon-active h3 strong{ /* for Cufon.replace('h1') */
	font-size: 32px;
}
.cufon-loading h3 { /* for Cufon.replace('h1') */
	visibility: hidden !important;
}

#left_footer { float: left; height: 232px; width: 650px; }
#right_footer { float: right; height: 232px; width: 330px; }
#f_cols { margin-left: 11px; }
.footer_bottom { 
	float: left;
	width: 650px;
	margin: 0; }

.footer_bottom ul  {
	padding: 10px 0 0px 5px;
	float: left;
}

.footer_bottom ul li  {
	display: inline;
	margin: 0 15px;
}

.footer_bottom ul li a:link, .footer_bottom ul li a:visited  {
	font-weight: bold;
	color: #fff;
}


.copyright  {
	float: right;
	width: 295px;
	margin: -50px 0 0 0;
	font-size: 10px;
}

.footer_col { float: left; width: 153px;height: 172px;  }
.footer_col h5 { font-size: 13px; color: #fff; font-family: Arial, Helvetica, sans-serif; background: url(img/title_divider.png) no-repeat bottom left; margin-left: 11px; font-weight: 100; padding-bottom: 3px; margin-bottom: 7px; margin-top: 13px; }
.footer_col h5 a { color: #fff; font-size: 13px; }
.footer_col ul { margin-left: 11px; }
.footer_col li a { color: #fff; font-size: 10px; }
.footer_col li a:hover { text-decoration: underline; }
.small_divider { float: left; width: 2px; margin: 9px 0 0 4px; }
.horizontal_divider { margin-left: 10px; }
.vertical_divider { margin-left: 10px; margin-top: 20px; }
#social { float: right; width: 295px; margin: 5px 0 0 0;}
#social .facebook { float: left; margin-left: 50px; margin-top: 14px; }
#social .twitter { float: left; margin-left: 20px; }
.right_divider { float: right; margin: 4px 10px 4px 10px; }
#footer_testimonial { float: right; width: 295px; margin: 10px 0 0 0; }
#footer_testimonial p { color: #fff; font-size: 11px; text-align: left; width: 230px; line-height: 17px; font-style: italic; float: left; }
#footer_testimonial img { float: right; margin: 12px 15px 0 0;}
.footer_bottom .rss { margin: 0px 28px 0 0; position: relative; top: 3px; }

/* Homepage Widgets */

#home_col_left { float: left; height: auto; width: 307px;  margin: 10px 5px 50px 0px; }
#home_col_center { float: left; height: auto; width: 307px;  margin: 10px 5px 50px 0px; }
#home_col_right { float: left; height: auto; width: 307px;  margin: 10px 5px 50px 0px; }

.home_left { border-right: 1px solid #cbd1d2; padding: 5px 10px 15px 10px;  }
.home_left h3 { border-bottom: 1px solid #cbd1d2; padding-bottom: 5px; }
.home_center { border-right: 1px solid #cbd1d2; padding: 5px 10px 15px 10px; }
.home_center h3 { border-bottom: 1px solid #cbd1d2; padding-bottom: 5px; }
.home_right { padding: 5px 10px 15px 10px;  }
.home_right h3 { border-bottom: 1px solid #cbd1d2; padding-bottom: 5px; }

/* Case Studies */
.case_sidebar { float: right;  width: 300px; height: auto; padding: 5px;}
.case_sidebar p { margin: 15px 0 15px 0; line-height: 22px; }
.case_sidebar ul { margin: 0 0 0 45px; }
.case_sidebar .case_btn a{ background: url(images/case_btn.png) no-repeat; width: 274px; height: 46px; background-position: 0px 0px; float: left; }
.case_sidebar .case_btn a:hover { background: url(images/case_btn.png) no-repeat; width: 274px; height: 46px; background-position: 0px -46px; float: left; }
/*.case_sidebar .case_btn a { width: 274px; height: 46px; float: left; } */

.case_content  { float: left; width: 590px; margin-top: 20px; margin-right: 0; margin-bottom: 50px; margin-left: 10px; padding-top: 0; padding-right: 20px; padding-bottom: 25; padding-left: 0; border-right: 1px solid #CBD1D2; }
.case_content li { background-image: none; list-style: none; }



#slider_web {height: 450px; width: 600px;}
#slider_web ul { 
	width: 483px;
	height: 404px;
	margin: 0px 0px 0px 0px;
	padding:20px 52px;
	list-style:none; float: left;

}
#slider_web li {overflow: hidden;}
#slider_web li.noicon { list-style: none; background-image: none;overflow: hidden; height:450px; width:600px; margin: 0; padding: 0;}
#slider_web li img { border: 1px solid #CBD1D2; }
#slider_back_web #prevBtn, #slider_back_web #nextBtn {display:block; width:32px; height:32px; margin: -250px 0 0 0; padding: 0; float: left;}	
#slider_back_web #nextBtn {float: right;}	



#prevBtn a, #nextBtn a {display:block; width:32px; height:32px; background:url(images/slider_left.png) no-repeat 0 0; text-indent: -5000px;}
#nextBtn a {background:url(images/slider_right.png) no-repeat 0 0;}

#case_wrap { float: left; margin: 10px 0 30px 0; }
.caselist { width: 220px; float: left; height: auto; margin: 10px 15px 0 0; }
.caselist h4 { font-size: 16px; font-weight: bold; color: #323841; }
.caselist h4 a { font-size: 16px; font-weight: bold; color: #323841; text-decoration: none; }
.caselist h4 a:hover { color: #1F2228 }
.caselist p { font-size: 12px; color: #4C4C4C; line-height: 21px; }
.caselist img { border: 1px solid #CBD1D2; }
.caselist img:hover { -moz-opacity:.70; filter:alpha(opacity=70); opacity:.70; }


@font-face {
	font-family: 'ChristopherhandRegular';
	src: url('comesinhandy_2.eot');
	src: local('Christopherhand'), local('Christopherhand'), url('comesinhandy_2.woff') format('woff'), url('comesinhandy_2.ttf') format('truetype'), url('comesinhandy_2.svg#Christopherhand') format('svg');
}


h1 { font-size: 52px; line-height:normal; font-weight: normal; font-family: 'ChristopherhandRegular', sans-serif;}

h2 { /* for Cufon.replace('h1') */
	font-size: 42px;line-height:normal; font-weight: normal; font-family: 'ChristopherhandRegular', sans-serif;
}

h3 { /* for Cufon.replace('h1') */
	font-size: 32px;line-height:normal; font-weight: normal; font-family: 'ChristopherhandRegular', sans-serif;
} 

h3 strong { font-weight: normal;font-size: 32px;line-height:normal; font-weight: normal; font-family: 'ChristopherhandRegular', sans-serif; }

/* Slideshow */

#slideshow { border:1px solid #CBD1D2;width: 940px; height: 240px; margin: 0 10px; }
#slider-full-width { width: 940px; height: 240px; position: relative;  display: none; }
#slider-full-width ul { list-style-type: none; }
#slider-full-width * { margin: 0; padding: 0; }
#slider-full-width li { width: 940px; height: 240px; text-align: center; }

/* Web Design Template */

#webdesigntemplate { float: left; padding: 0; margin: 15px -11px 20px -11px;  }

#webdesigntemplate .slideshow_header { background: url(images/slideshow_header_bg.png) repeat-x; height: 389px; width: 980px; }
#webdesigntemplate .slideshow_header .details { float: left; width: 470px; margin: 0 0 0 30px; }
#webdesigntemplate .slideshow_header .details h1 { width: 470px; }
#webdesigntemplate .slideshow_header .details p { color: #525252; font-size: 15px; line-height: 28px; width: 460px; margin: 20px 0 0 0; }
#webdesigntemplate .slideshow_header .details p a { color: #525252; font-size: 15px; line-height: 28px; width: 460px; text-decoration: none; }

#webdesigntemplate .slideshow_header .quote { width: 470px; float: left; margin: 0px 0 0 30px; }
#webdesigntemplate .slideshow_header .quote p { float: left; width: 470px; border-top: 1px solid #ccc; padding-top: 8px;color: #525252; font-size: 15px; line-height: 28px;text-align: center; }
#webdesigntemplate .slideshow_header .quote p a { color: #525252; font-size: 15px; line-height: 28px; width: 460px; text-decoration: none; }
#webdesigntemplate .slideshow_header .quote .getaquote { float: left; }
#webdesigntemplate .slideshow_header .quote h4 { float: left; width: 200px; color: #222; font-size: 17px; border-left: 1px solid #ccc; margin: 7px 0 0 10px; padding: 0 10px; }
#webdesigntemplate .slideshow_header .quote h4 span { color: #FF6600; }

#webdesigntemplate .slideshow_header #rotate { float: right; width: 400px; height: auto; margin: 10px 10px 0 0; }

#webdesigntemplate .col_left { float: left; width: 326px; height: 221px; background-color: #EDEDED;border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
#webdesigntemplate .col_left a { width: 326px; height: 221px;display: block; text-decoration: none; }
#webdesigntemplate .col_left a:hover { -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80; }
#webdesigntemplate .col_left h3 { padding: 0 15px; float: left; width: 136px; }
#webdesigntemplate .col_left p { color: #525252; font-size: 13px; line-height: 18px; width: 136px; padding: 0 15px; float: left; }
#webdesigntemplate .col_left .icon { float: right; margin: 10px 0 0 0; }
#webdesigntemplate .col_left .learnmore { float: left; margin: 10px 0 10px 15px; }

#webdesigntemplate .col_center { float: left; width: 326px; height: 221px; background-color: #fff; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
#webdesigntemplate .col_center p { color: #525252; font-size: 13px; line-height: 18px; width: 136px; padding: 0 15px; }
#webdesigntemplate .col_center h3 { padding: 0 15px; }
#webdesigntemplate .col_center .icon { float: right; margin: 10px 0 0 0; }
#webdesigntemplate .col_center a { width: 326px; height: 221px;display: block; text-decoration: none; }
#webdesigntemplate .col_center a:hover { -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80; }
#webdesigntemplate .col_center .learnmore { float: left; margin: 10px 0 10px 15px; }

#webdesigntemplate .col_right { float: left; width: 328px; height: 221px; background-color: #EDEDED; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
#webdesigntemplate .col_right p { color: #525252; font-size: 13px; line-height: 18px; width: 136px; padding: 0 15px; }
#webdesigntemplate .col_right h3 { padding: 0 15px; }
#webdesigntemplate .col_right .icon { float: right; margin: 10px 0 0 0; }
#webdesigntemplate .col_right a { width: 326px; height: 221px;display: block; text-decoration: none; }
#webdesigntemplate .col_right a:hover { -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80; }
#webdesigntemplate .col_right .learnmore { float: left; margin: 10px 0 10px 15px; }

#webdesigntemplate .col_left_bottom { float: left; width: 326px; height: 221px; background-color: #fff; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
#webdesigntemplate .col_left_bottom p { color: #525252; font-size: 13px; line-height: 18px; width: 136px; padding: 0 15px; }
#webdesigntemplate .col_left_bottom h3 { padding: 0 15px; }
#webdesigntemplate .col_left_bottom .icon { float: right; margin: 10px 0 0 0; }
#webdesigntemplate .col_left_bottom a { width: 326px; height: 221px;display: block; text-decoration: none; }
#webdesigntemplate .col_left_bottom a:hover { -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80; }
#webdesigntemplate .col_left_bottom .learnmore { float: left; margin: 10px 0 10px 15px; }

#webdesigntemplate .col_center_bottom { float: left; width: 326px; height: 221px; background-color: #EDEDED; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
#webdesigntemplate .col_center_bottom p { color: #525252; font-size: 13px; line-height: 18px; width: 136px; padding: 0 15px; }
#webdesigntemplate .col_center_bottom h3 { padding: 0 15px; }
#webdesigntemplate .col_center_bottom .icon { float: right; margin: 40px 30px 0 0; }
#webdesigntemplate .col_center_bottom a { width: 326px; height: 221px;display: block; text-decoration: none; }
#webdesigntemplate .col_center_bottom a:hover { -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80; }
#webdesigntemplate .col_center_bottom .learnmore { float: left; margin: 10px 0 10px 15px; }

#webdesigntemplate .col_right_bottom { float: left; width: 328px; height: 221px; background-color: #fff; border-bottom: 1px solid #ccc; }
#webdesigntemplate .col_right_bottom p { color: #525252; font-size: 13px; line-height: 18px; width: 136px; padding: 0 15px; }
#webdesigntemplate .col_right_bottom h3 { padding: 0 15px; }
#webdesigntemplate .col_right_bottom .icon { float: right; margin: 30px 10px 0 0; }
#webdesigntemplate .col_right_bottom a { width: 326px; height: 221px;display: block; text-decoration: none; }
#webdesigntemplate .col_right_bottom a:hover { -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80; }
#webdesigntemplate .col_right_bottom .learnmore { float: left; margin: 10px 0 10px 15px; }

.portfolio { float: left; width: 780px; }
.portfolio img { float: left; border: 1px solid #ccc; padding: 2px; background-color: #FFFFFF; margin-right: 4px; margin-top: 4px; margin-bottom: 4px;}


/*
* Required 
*/
.slide-container { width:352px; height:221px; overflow:hidden; position:relative;top:18px; left:18px; z-index: 7;   }
.slides { position:absolute;  }
.slides > li { position:absolute; width:352px; display:none; }

#homeSlider {
	background: url(images/screen.png) no-repeat; height: 326px; width: 387px;
	overflow:hidden;
	position:relative;
	padding-bottom: 50px; z-index: 0;}

.sliderbox {
	}

.slide-image {
	float:left;
	position:relative;
	height:221px;
	width:352px;
	
	overflow:hidden}

.recentwork { float: right; position: relative; top: -10px; }


/*
* Optional
*/
ul.pagination {
	list-style:none;
	position: relative;
	top:130px;
	width:180px;
	margin:0 0 0 130px;
	text-align:center
}
ul.pagination li  {
	float:left;
	margin:0 4px}
	
ul.pagination li a {
	background:url(images/slider_bullets.png) 0 0 no-repeat;
	display:block;
	height:13px;
	width:13px;
	font-size:10px}
	
ul.pagination li.active a {
	background:url(images/slider_bullets.png) 0 -13px no-repeat;}

.slider-arrow {
	width:100%;
	position:relative}
	
a.previous, a.next {
	display:block;
	position:absolute;
	top:20px;
	left:70px;
	width:15px;
	height:15px;
	background:url(../images/slider/slider_arrows.png) 0 0 no-repeat}

a.next {
	 left:910px;
	 background:url(../images/slider/slider_arrows.png) 0 -15px no-repeat}