/*
	Theme Name: CUBECOLOUR
	Theme http://cubecolour.co.uk
	Description: Based on Minimum, a two or three column child theme created for the Genesis Framework.
	Author: cubecolour
	Author URI: http://cubecolour.co.uk/

	Version: 2.1
	
	Tags: black, custom-background, custom-header, custom-menu, featured-images, fixed-width, gray, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white
	
	Template: genesis
	Template Version: 1.6.1

*/

/**********************************************************\

		BACKGROUND 	efefeb
LINKS		ORANGE 		ff6c60
		ORANGELINE 50% 	ffb7b1
BODYTEXT	GREY 		7a8a8f
		BLUE		54b3df
		GREYBLUE	bed5df
		GREYBLUE 50%	aec5cc
		DARK GREY	2c3133
		FOOTER BG	6c7a7e
		GREEN BRIGHT	54df73
		GREEN 		b3d6ce

\**********************************************************/


/* Import Fonts
------------------------------------------------------------ */

@font-face {
	font-family: 'NovecentowideMedium';
	src: url('fonts/Novecentowide-Medium-webfont.eot');
	src: url('fonts/Novecentowide-Medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/Novecentowide-Medium-webfont.woff') format('woff'),
	url('fonts/Novecentowide-Medium-webfont.ttf') format('truetype'),
	url('fonts/Novecentowide-Medium-webfont.svg#NovecentowideMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Oswald';
	src: url('fonts/oswald-webfont.eot');
	src: url('fonts/oswald-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/oswald-webfont.woff') format('woff'),
	url('fonts/oswald-webfont.ttf') format('truetype'),
	url('fonts/oswald-webfont.svg#OswaldRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	overflow-y: scroll;
}

body {
	background: #efefeb url(images/bg-radialfade.jpg) top center no-repeat;
}

/* topbar & subtopbar
------------------------------------------------------------ */
#topbar {
	background: #fff url(images/topbar-overlay-burst.png) top center repeat-x;
	width: 100%;
	height: 140px;
	position: absolute;
	top: 0;
	z-index:-2;
	opacity: .50;
	filter: alpha(opacity=50);
	filter: “alpha(opacity=50)”;
}

#subtopbar {
	background: #fff;
	width: 100%;
	height: 46px;
	position: absolute;
	top: 140px;
	z-index:-1;
	opacity: .8;
	filter: alpha(opacity=80);
	filter: “alpha(opacity=80)”;
	border-top: 1px solid #2c3133;
	border-bottom: 1px solid #2c3133;
}

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #2c3133;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input,
select,
textarea,
.sticky,
.taxonomy-description {
	background-color: #fff;
	border: 1px solid #aec5cc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

li,
ol,
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #ff6c60;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Header
------------------------------------------------------------ */

#header {
	min-height: 120px;
	margin: 10px auto 0 auto;
	overflow: hidden;
	width: 960px;
}

.page-template-pagelanding-php #header {
	margin: 20px auto 0;
}

a#cc_logo {
	display: block;
	background: url(images/logo.png) 0 0 no-repeat;
	height: 100px;
	width: 100px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -496px;
}

#title-area {
	float: left;
	overflow: visible;
	padding: 25px 0 0 0;
	width: 400px;
}
	
h1#title,
p#title {
	font-family: 'NovecentowideMedium', arial, sans-serif;
	font-size: 36px;
	line-height: 1em;
	text-transform: uppercase;
	padding: 18px 0 0 90px;
	letter-spacing: 6px;
	margin:0;
	text-shadow:0px -1px 2px #2c3133;
}

.header-full-width #title {
	text-align: center;
}

h1#title a,
p#title a {
	text-decoration: none;
	margin:0;
	color: #fff;
}

h1#title a:hover,
p#title a:hover {
	text-decoration: none;
	margin:0;
}

#description {
	font-family: 'NovecentowideMedium', arial, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 0 0 93px;
	color: #2c3133!important;
}

.header-full-width #description {
	text-align: center;
}

#header .widget-area {
	float: right;
	width: 550px;
}


/* Homepage Header text Widget
------------------------------------------------------------ */

#header .widget_custom_post_widget ul {
	float: right;
	text-align: right;
	width: 100%;
}

#header .widget_custom_post_widget ul li.telephone {
	display: inline;
	list-style: none;
	background: url(images/telephone.png) no-repeat scroll left top;
	padding: 0 0 2px 30px;
	color: #fff;
	font-family: 'NovecentowideMedium', arial, sans-serif;
	font-size: 24px;
	margin-top: 0;
	text-shadow:0px -1px 2px #2c3133;
}

#header .widget_custom_post_widget ul li.telephone a,
#header .widget_custom_post_widget ul li.telephone a:hover,
#header .widget_custom_post_widget ul li.telephone a:active {
	color: #fff;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 920px;
}

/* Genesis Slider
------------------------------------------------------------ */
/* Replace Generated */

#previous a img { background: transparent url(images/slider-previous.png) no-repeat; }

#next a img { background: transparent url(images/slider-next.png) no-repeat; }

#genesis-slider,
#slides,
.genesis-slider-wrap {
	height: 256px;
	width: 936px;
}
.slide-excerpt {width: 936px;}
.slide-excerpt { bottom: 0; }
.slide-excerpt { left: 0; }
div.slider-next, div.slider-previous { top: 98px }

/* Replace Default */

#genesis-slider {
	background-color: #fff;
	border: 10px solid #eee;
	margin: 0 auto;
	padding: 10px;
}

.genesis-slider-wrap {
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

#jFlowSlide {
	clear: both;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
}

#jFlowSlide img {
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
}

#slides {
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 1;
}

.slide-excerpt {
	background-color: #fff;
	filter: alpha(opacity=80);
	display: block;
	margin: 10px;
	opacity: 0.8;
	padding: 0;
	position: absolute;
	z-index: 8;
}

html > body .slide-excerpt-border {
	background: none;
	border: 1px solid #ddd;
	display: inline;
	float: left;
	margin: 10px;
	padding: 14px;
	position: relative;
	z-index: 8;
}

.slider-next,
.slider-previous {
	background: url(images/slider-previous.png);
	clear: both;
	cursor: pointer;
	display: block;
	height: 60px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	width: 30px;
	z-index: 9;
}

.slider-next,
.slider-next:hover {
	background: url(images/slider-next.png);
	right: 0;
}

.slider-previous,
.slider-previous:hover {
	background: url(images/slider-previous.png);
	left: 0;
}

.slider-next:hover,
.slider-previous:hover {
	background-position: -30px 0;
}

/* Custom */

#genesis-slider {
	background-color: #fff;
	border: 12px solid #fff!important;
	margin: 10px auto;
	padding: 0!important;
}

.genesis-slider-wrap {
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.featured #slides a img {
	border: 0;
	padding: 0;
}

#genesis-slider .slide-excerpt  {
	background: transparent !important;
	margin: 0;
	padding: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	filter: “alpha(opacity=100)”;
}

#genesis-slider .slide-excerpt-border {
	border: 0;
	padding: 0;
	margin: 16px;
	width: 912px;
}

#genesis-slider .slide-excerpt-border  h2 a {
	padding: 0 6px;
	background-color: #54df73;
	color: #fff;
}

#genesis-slider .slide-excerpt-border p {
	font-size: 16px;
	padding: 0 6px;
	margin: 0;
	background-color: #fff;
	color: #2c3133;
	float: left;
	-moz-box-shadow: -10px 10px 50px #000;
	-webkit-box-shadow: -10px 10px 50px #000;
	box-shadow: -10px 10px 50px #000;
}

#genesis-slider .slide-excerpt p+p {
	background: transparent;
	float: right;
	width: 150px;
	-moz-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
}

#genesis-slider .slide-excerpt a.more-link {
	float: right;
	padding: 2px 28px 2px 16px;
}

/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover { 
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
	padding: 30px 0 0 0;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #54b3df;
	display: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 14px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #ff6c60;
}

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #fff;
	border: 1px solid #eee;
	border-top-width: 0;
	color: #54b3df;
	font-size: 11px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	color: #ff6c60;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a { 
	width: 140px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	clear: both;
	color: #7a8a8f;
	font-family: 'NovecentowideMedium', arial, sans-serif;
	font-size: 16px;
	margin: 12px auto 6px auto;
	overflow: hidden;
	width: 960px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #7a8a8f;
	display: block;
	padding: 12px 30px 11px 12px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li.menu-item-home a {
}

#nav li a:hover,
#nav li a:active {
	color: #ff6c60;
}

#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a,
#nav .current-menu-ancestor a,
#nav .current_page_parent a {
	color: #2c3133;
}

#nav li a.sf-with-ul {
	padding-right: 46px;
	}	

#nav li a .sf-sub-indicator {
	background: url(images/arrows.png) no-repeat 2px -33px;
	width: 10px;
	height: 10px;
	top: 19px;
	right: 26px;
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#nav li.current_page_item a .sf-sub-indicator,
#nav li.current_page_parent a .sf-sub-indicator,
#nav li.current_page_ancestor a .sf-sub-indicator,
#nav li.current-menu-item a .sf-sub-indicator,
#nav li.current_menu_parent a .sf-sub-indicator,
#nav li.current-menu-ancestor a .sf-sub-indicator {
	background: url(images/arrows.png) no-repeat 2px -43px;
}

#nav li a:hover .sf-sub-indicator,
#nav li a:active .sf-sub-indicator {
	background: url(images/arrows.png) no-repeat 2px -23px;
}

#nav li ul {
	border: 1px solid #2c3133;
	border-top: 0;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #fdfdfd;
	border-top: 1px solid #e4e9eb;
	border-bottom-width: 0;
	color: #7a8a8f;
	font-size: 13px;
	padding: 6px 10px 4px;
	position: relative;
	width: 140px;
}

#nav li li.current_page_item a,
#nav li li.current-cat a,
#nav li li.current-menu-item a,
#nav li li.current-menu-ancestor a {
	color: #2c3133;
}

#nav li li a:hover,
#nav li li a:active {
	color: #ff6c60;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a { 
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}

/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 10px 10px 8px;
	text-transform: uppercase;
}

#nav li.right a {
	background: transparent;
	border: none;
	color: #54b3df;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #ff6c60;
	text-decoration: none;
}

#nav li.search {
	padding: 0 0 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	border-bottom: 1px solid #ffb7b1;
	clear: both;
	color: #54b3df;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #54b3df;
	display: block;
	padding: 0px 10px 3px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #ff6c60;
}

#subnav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #fff;
	border: 1px solid #eee;
	border-top-width: 0;
	color: #54b3df;
	font-size: 11px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #ff6c60;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Welcome
------------------------------------------------------------ */

.welcome p {
	background-color: #b3d6ce;
	margin: 0 auto;
	padding: 24px 0;
	width: 960px;
	text-align: center;
	color: #fff;
	font-family: 'Oswald', arial, sans-serif;
	font-size: 48px;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.welcome p span {
	color: #54b3df;
}

/* Featured
------------------------------------------------------------ */

.featured {
	border-bottom: 0px solid #2c3133;
	margin: 0 auto;
	overflow: hidden;
	padding: 23px 0 0 0;
	width: 960px;
}

.featured p {
	padding: 0 0 15px;
}


/* Portfolio
------------------------------------------------------------ */

.portfolio {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 960px;
}

.portfolio p {
	font-size: 16px;
	line-height: 20px;
	padding: 0;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 24px 0;
	width: 960px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	color: #7a8a8f;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 12px;
	margin: 0 auto 30px;
	padding: 5px 0;
}

.breadcrumb a,
.breadcrumb a:visited {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 790px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 960px;
}


/* Home Content-Sidebar Wrap
------------------------------------------------------------ */

.home #content-sidebar-wrap {
    width: 960px;
}

.home #content {
    width: 960px;
} 

/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 490px;
	margin-top: 25px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 660px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

.page-template-pagelanding-php #content  {
	padding: 20px 100px 0;
	width: 760px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat top left;
	margin: 0 0 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 16px;
	font-style: italic;
}

.post {
	border-bottom: 1px solid #eee;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0 0 25px;
}

.single .post {
	background: transparent;
	border: none;
	margin: 0 0 10px;
	padding: 0;
}

.entry-content a,
.entry-content a:visited {
	text-decoration: none;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content .archive-page a,
.entry-content .archive-page a:visited {
	text-decoration: none;
}

.entry-content .archive-page a:hover {
	text-decoration: underline;
}

.entry-content p,
.page .entry-content p {
	padding: 0 0 20px;
}

p.subscribe-to-comments {
   padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #2c3133;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #7a8a8f;
	font-family: 'NovecentowideMedium', arial, sans-serif;
	margin: 0 0 10px;
	text-transform: uppercase;
}

h1.entry-title {
	font-size: 36px;
	line-height: 1.6em;
}

h1,
h2,
h2 a,
h2 a:visited {
	color: #7a8a8f;
	font-family: 'NovecentowideMedium', arial, sans-serif;
	font-size: 24px;
	line-height: 1.6em;
	text-transform: uppercase;
}

.featured h2,
.featured h2 a,
.featured h2 a:visited {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 15px;
}

.portfolio h2,
.portfolio h2 a,
.portfolio h2 a:visited {
	font-size: 19px;
	line-height: 20px;
	margin: 0 0 5px;
}

h2 a:hover {
	color: #ff6c60;
	text-decoration: none;
}

h3 {
	font-size: 20px;
}

h4,
h4 a,
h4 a:hover,
h4 a:visited {
	color: #54b3df;
	font-size: 18px;
	text-decoration: none;
}

.widget-area h4 {
	font-size: 16px;
	margin: 0 0 5px;
	text-transform: uppercase;
	color: #7a8a8f;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 20px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0 15px;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 48%;
}


/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 2px 0 2px 22px;
}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 20px;
}
	
.time {
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}


/* Images
------------------------------------------------------------ */

img.portfolio {
	border: 1px solid #ddd;
	padding: 14px;
	width: 960px;
}

.featured a img,
.portfolio a img {
	border: 1px solid #aec5cc;
	padding: 4px;
	background: #fff;
}

.featured a:hover img,
.portfolio a:hover img {
	border: 1px solid #54b3df;
}

.featuredpage img,
.featuredpost img {
	margin: 0 10px 0 0;
}

.portfolio .featuredpage img,
.portfolio .featuredpost img {
	margin: 0;
}

.avatar,
.post-image {	
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 30px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 20px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 20px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	text-align: center;
}

p.wp-caption-text {
	color: #6c7a7e;
	font-size: 11px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}

#content .category-portfolio img.size-large {
	margin-top: 12px;
}

/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
	padding-right: 4px;

}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	font-family: 'NovecentowideMedium', arial, sans-serif;
	font-size: 14px;
	border: 1px solid #7a8a8f;
	color: #7a8a8f;
	padding: 2px 8px;
	margin: 0!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #7a8a8f;
	color: #efefeb;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 16px;
	line-height: 1.4em;
	margin: 20px 0;
	padding: 15px 15px 5px;
	width: 250px;
}

#sidebar-alt {
	background: #f5f5f5;
	float: left;
	padding: 15px 15px 5px;
	width: 120px;
}

.sidebar p {
	font-size: 16px;
	line-height: 1.6em;
}

.sidebar-bottom-left {
	display: inline;
	float: left;
	width: 110px;
}
	
.sidebar-bottom-right {
	display: inline;
	float: right;
	width: 125px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area ol,
.widget-area ul {
	margin: 0 0 0 20px;
}

.widget-area ul li {
	list-style-type: square;
 	word-wrap: break-word;
	font-family: 'NovecentowideMedium', arial, sans-serif;
	font-size: 16px;
	line-height: 1.6em;
}

.widget-area ol li {
	list-style-type: decimal;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background-color: #fff;
	color: #ff6c60;
	display: inline;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 3px;
	width: 100%;
}

/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border: none;
	margin: 0 ;
	overflow: hidden;
	padding: 0;
}

.home .portfolio .featuredpost {
	position: relative;
	left: 15px;
}

.portfolio .featuredpage .page,
.portfolio .featuredpost .post {
	float: left;
	margin: 12px 20px 0 0;
	width: 170px;
}

/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
	border: 0;
	padding: 0;
}

.user-profile h4 {
	font-size: 28px;
	padding: 6px 0;
	color: #7a8a8f;

}

.user-profile p {
	padding: 6px 0;
	font-size: 14px;
	color: #2c3133;
}

/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.searchsubmit,
#submit {
	background-color: #7a8a8f;
	border: 0;
	color: #fff !important;
	cursor: pointer;
	font-family: 'NovecentowideMedium', arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 7px 4px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#nav .searchsubmit {
	padding: 2px 4px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #ff6c60;
	border: 0;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ * /

#header .searchform {
	float: right;
	padding: 40px 10px 0 0;
}

#nav .searchform {
	float: right;
	margin: 0;
}

.s {
	background-color: #fff;
	color: #aec5cc;
	text-transform: uppercase;
	font-size: 12px;
	margin: 9px 0 0 0;
	padding: 2px 0 3px 7px;
	width: 227px;
	border-color: #7a8a8f;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 20px;
}

.s:hover,
.s:focus,
.s:active {
	background-color: #fff;
	color: #7a8a8f;
}

#nav .s {
	padding: 2px 0 2px 5px;
}

/* Search Form
------------------------------------------------------------ */
#header .widget-area {
	padding: 0;
}

.searchform {
	float: right;
	position: relative;
	background: #fff;
	font-size: 12px;
	border: 1px solid #7a8a8f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 9px;
}

.searchsubmit {
	margin: 1px;
	padding: 2px 4px!important;
	background: #2c3133!important;
	color: #fff!important;
	border-width: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.searchsubmit:hover {
	color: #fff!important;
	background: #ff6c60!important;
}

.searchform input.s {
	color: #7a8a8f!important;
	text-transform: uppercase;
	width: 216px;
	margin: 2px 0 0 0;
	padding: 2px 0 0 8px;
	background: transparent;
	background: #fff;
	border: 0;
	font-size: 12px;
}

.searchform input:focus.s {
	color: #2c3133!important;
}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	background-color: #fff;
	color: #ff6c60;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 5px 7px;
	width: 195px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}

/* Home Featured Widgets
------------------------------------------------------------ */

.home #content {
	width: 960px;
}

.featured-left {
	float: left;
	width: 600px;
	margin: 12px 0 0 4px;
}

.featured-left .widget_custom_post_widget ul {
	list-style: square inside;
}

.featured-left .widget_custom_post_widget li {
	list-style: none;
	float: left;
	font-size: 16px;
}

.featured-left .widget_custom_post_widget li a {
	display: block;
	font-family: 'NovecentowideMedium', arial, sans-serif;
	padding: 14px 0 14px 50px;
	margin: 12px;
	background: #fff url(images/wplogo.png) no-repeat 10px center;
	width: 222px;
	color: #2c3133;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.featured-left .widget_custom_post_widget li a:hover {
	background-color: #54b3df;
	color: #fff;
	text-decoration: none;
}

.featured-left .widget_custom_post_widget li#dev a {
	background-image: url(images/screen_aurora.png);
}

.featured-left .widget_custom_post_widget li#logo a {
	background-image: url(images/palette.png);
}

.featured-left .widget_custom_post_widget li#wordpress a {
	background-image: url(images/wordpress.png);
}

.featured-left .widget_custom_post_widget li#hosting a {
	background-image: url(images/datacentre.png);
}

.featured-right {
	background-color: #fff;
	float: right;
	width: 332px;
	height: 124px;
	margin: 24px 16px 0 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.featured-right p {
	font-family: 'NovecentowideMedium', arial, sans-serif;
	color: #2c3133;
	font-size: 20px;
	line-height: 26px;
	margin: 12px 0 6px 0;
	padding: 0;
}

.featured-right a.more-link {
	margin: 0;
	padding: 2px 28px 2px 16px;
}

/* Contact Text Widget
------------------------------------------------------------ */

.widget_custom_post_widget ul.contactdetails,
.widget_custom_post_widget ul.metalinks  {
	margin: 0;
	padding: 0;
}

.widget_custom_post_widget ul.contactdetails li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0;
}

.widget_custom_post_widget ul.contactdetails li.name {
	font-family: 'NovecentowideMedium', arial, sans-serif;
	font-size: 16px;
}

.widget_custom_post_widget ul.contactdetails li.address .postcode {
	font-size: 14px;
}

.widget_custom_post_widget ul.contactdetails li.landline {
	padding-left: 24px;
	background: url(images/phone.png) 0 50% no-repeat;
}

.widget_custom_post_widget ul.contactdetails li.mobile {
	padding-left: 24px;
	background: url(images/iphone.png) 0 50% no-repeat;
}

.widget_custom_post_widget ul.contactdetails li.email {
	padding-left: 24px;
	background: url(images/mail.png) 0 50% no-repeat;
}

.widget_custom_post_widget ul.metalinks li {
	font-family: 'NovecentowideMedium', arial, sans-serif;
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0 0 0 24px;
}

.widget_custom_post_widget ul.metalinks li.status {
	background: url(images/server.png) 0 50% no-repeat;
}

.widget_custom_post_widget ul.metalinks li.quote {
	background: url(images/clipboard.png) 0 50% no-repeat;
}

/* Footer Widgets
------------------------------------------------------------ */
 
#footer-widgets {
	clear: both;
	background: #6c7a7e;
	width: 100%;
	padding-top: 0;
	border-top: 1px solid #2c3133;
}

#footer-widgets .wrap {
	font-size: 14px;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 0;
	width: 960px;
}

#footer-widgets .widget {
	background: transparent;
	border: none;
	padding: 0;
}

#footer-widgets p {
	padding: 0 0 16px;
}
 
#footer-widgets ul {
	margin: 0 0 16px;
	padding: 0;
	border-top: 1px solid #7a8a8f;
}
 
#footer-widgets ul li {
	list-style: none;
	font-family: 'NovecentowideMedium', arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #7a8a8f;
	color: #7a8a8f;
}

#footer-widgets .widget_recent_entries ul li a,
#footer-widgets .menu-categories ul li a {
	background: url(images/square-bullet.gif) no-repeat 7px center; 
	display: block;
	padding:  6px 20px;
	color: #fff;
}

#footer-widgets .widget_recent_entries ul li a:hover,
#footer-widgets .menu-categories ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #7a8a8f;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: transparent;
}

.footer-widgets-1 {
	float: left;
	padding: 0 30px 0 0;
	width: 300px;
}
 
.footer-widgets-2 {
	float: left;
	width: 300px;
}
 
.footer-widgets-3 {
	float: right;
	width: 300px;
}

#footer-widgets h4.widgettitle {
	font-size: 18px;
	color: #fff;
	padding: 12px 0 8px 0;
}

#footer-widgets .latest-tweets ul {
	border-top: 1px solid #7a8a8f;
}

#footer-widgets .latest-tweets li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	list-style: none!important;
	font-size: 12px;
	color: #fff;
	text-transform: none;
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px solid #7a8a8f;
}

#footer-widgets .latest-tweets li a {
	color: #fff;
	font-weight: bold;
}

#footer-widgets .latest-tweets li span a {
	display: block;
	text-align: right;
}

#footer-widgets .latest-tweets li.last,
#footer-widgets .latest-tweets li.last a {
	font-family: 'NovecentowideMedium', arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 0;
	text-align: right;
}

/* Footer
------------------------------------------------------------ */

#footer {
	width: 100%;
	background: #2c3133;
}

#footer .wrap{
	background: #2c3133;
	clear: both;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	overflow: hidden;
	margin: 0 auto;
	padding: 12px 0;
	width: 960px;
}

#footer p {
	color: #efefeb;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #efefeb;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}


#footer .gototop a{
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 755px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 30px;
	overflow: hidden;
}

#comments {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment  {
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author { 
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}

.comment-meta { 
	background: #e5e5e5;
	font-size: 12px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 0;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #7a8a8f !important;
	font-size: 13px !important;
	padding: 4px 5px !important;
}

div.gform_wrapper input:focus,
div.gform_wrapper select:focus,
div.gform_wrapper textarea:focus {
	border-color: #7a8a8f;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

p.required_text {
	font-size: 12px;
	text-style: italic;
}

p.required_text span.gfield_required {
	text-style: normal;
}

span.gfield_required,
.gform_wrapper .gfield_required {
	color: #ff6c60!important;
}


/* PayPal donation form
------------------------------------------------------------ */
form.paypal input {
	border: 0;
	background: transparent;
}

/* Portfolio
------------------------------------------------------------ */

.page-template-page_portfolio-php #content .portfolio {
	width: 210px;
	margin: 0 15px 20px 15px !important;
	float: left;
	overflow: hidden;
	text-align: center;
}
	
.page-template-page_portfolio-php #content .portfolio .entry-title {
	font-size: 18px;
	margin: 10px 0;
	line-height: 22px;
	text-align: left;
}

.page-template-page_portfolio-php #content .portfolio p {
	margin: 0 0 12px 0;
	padding: 0;
	text-align: left;
}

.page-template-page_portfolio-php #content .portfolio .entry-title a {
	text-decoration: none;
}

a.more-link {
	font-family: 'Oswald', arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #ff6c60 url(images/arrows.png) right 9px no-repeat;
	color: #fff;
	display: inline-block;
	padding: 4px 28px 4px 16px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

a.more-link:hover {
	background-color: #54df73;
	color: #fff;
	text-decoration: none;
}

/* Meteor Slides
------------------------------------------------------------ */
.meteor-buttons {
	bottom: 0px;
	position: absolute;
	left: 182px!important;
}

.meteor-slides h3 {
	background: transparent url('images/black-50.png') repeat top left;
	bottom: 0;
	right: 0;
	color: #efefeb;
	font-size: 12px;
	margin: 0;
	padding: 5px;
	position: absolute;
	text-align: center;
	width: 100%;
}

/* Jetpack
------------------------------------------------------------ */

.sharing {
	border-top: 1px solid #aec5cc;
	margin-top: 10px;
}

.wdgpo {
	padding-top: 2px;
}

img#wpstats {
	width:0px;
	height:0px;
	padding:0px;
	border:none;
	overflow:hidden;
}

/* White box (donations)
------------------------------------------------------------ */
.whitebox {
	background: #fff;
	padding: 20px;
	border: 1px solid #aec5cc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.whitebox .paypal-donations input {
	border: none;
	background: transparent;
	margin-top: 12px;
}

dl.wphelp {

}

dl.wphelp dt {
	margin-top: 24px;
}

dl#wphelp dt h2 {
}

dl.wphelp dd {
	margin-bottom: 24px!important;
}

/* Skip to Content - for screen readers
------------------------------------------------------------ */
#skip a,
#skip a:hover,
#skip a:visited {
	position:absolute;
	left:0;
	top: -100px;
	width: 1px;
	height: 1px;
	overflow:hidden;
}

#skip a:active,
#skip a:focus {
	position:static;
	width:auto;
	height:auto;
} 
