/*
Theme Name: Red Creative
Theme URI: http://www.redcreative.biz/
Description: Custom theme written for <a href="http://www.redcreative.biz/">Red Creative</a> by Pixeltrix.
Version: 1.0
Author: Andrew White
Author URI: http://www.pixeltrix.co.uk/
Tags: red, fixed width, widgets
*/

/* @override http://red-creative.local/wp-content/themes/red-creative/style.css */

/* @group General */

body {
    background-color: #EEEEEE;
    color: #333333;
    font: 14px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 21px;
    line-height: 21px;
}

h2 {
    font-size: 18px;
    line-height: 18px;
}

h3 {
    font-size: 16px;
    line-height: 18px;
}

h4 {
    font-size: 14px;
    line-height: 18px;
}

h5 {
    font-size: 12px;
    line-height: 15px;
}

h6 {
    font-size: 10px;
    line-height: 12px;
}

input, select, textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px;
}
a {
    color: #C3004A;
}
a img {
    border: none;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */

/* @end */

/* @group Layout */
#wrapper {
    background-color: #DDDDDD;
}
#content {
    background-color: #FFFFFF;
    margin: 0px auto;
    width: 984px;
    padding-bottom: 8px;
}
#main {
	background: url(images/lines.png) repeat right top;
    margin: 0px 16px 24px;
    padding: 32px 0px 0px 0px;
}
div.columns {
    background-color: #FFFFFF;
    margin: 0px -8px;
}
div.columns div.column {
    width: 72px;
    margin: 16px 0px 0px 8px;
    float: left;
    display: inline;
}
div.columns div.span_2 {
    width: 152px;
}
div.columns div.span_3 {
    width: 232px;
}
div.columns div.span_4 {
    width: 312px;
}
div.columns div.span_5 {
    width: 392px;
}
div.columns div.span_6 {
    width: 472px;
}
div.columns div.span_7 {
    width: 552px;
}
div.columns div.span_8 {
    width: 632px;
}
div.columns div.span_9 {
    width: 712px;
}
div.columns div.span_10 {
    width: 792px;
}
div.columns div.span_11 {
    width: 872px;
}
div.columns div.span_12 {
    width: 952px;
}
/* @end */

/* @group Header */

#header {
    margin: 0px 16px 8px 16px;
    height: 90px;
    position: relative;
}
#header h1 {
	background: url(images/header.png) no-repeat left top;
	height: 90px;
    margin: 0px;
    position: relative;
}
#header h1 a {
	display: block;
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 136px;
	height: 56px;
	text-indent: -5000px;
	overflow: hidden;
}

/* @end */

/* @group Navigation */

#header ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 16px;
    bottom: 8px;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
#header ul li {
    float: left;
    display: inline;
    margin: 0px 16px 0px 0px;
}
#header ul li a {
	color: #FFFFFF;
    text-decoration: none;
}
#header ul li a:hover {
    text-decoration: underline;
}

/* @end */

/* @group Tabs */

#tabs {
    height: 32px;
    margin: 8px 0px;
    font-size: 13px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
#tabs ul {
	list-style: none;
    margin: 0px 0px 0px 16px;
    padding: 0px;
    height: 32px;
}
#tabs ul li {
    height: 32px;
    float: left;
    display: inline;
    width: 152px;
    margin: 0px 8px 0px 0px;
}
#tabs ul li a {
	background: url(images/lines.png) repeat left top;
	color: #333333;
	display: block;
    height: 32px;
    text-decoration: none;
}
#tabs ul li.current-menu-item a, 
#tabs ul li.current-page-ancestor a, 
#tabs ul li a:hover {
	background: #E2007A;
	color: #FFFFFF;
}

/* @end */

/* @group Widgets */
#main div.widget {
	margin: 0px 0px 16px;
}
#main div.widget h3 {
	margin: 0px;
	font-size: 14px;
	line-height: 18px;
}
#main div.widget_ordered_links ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#main div.widget_ordered_links ul {
    font-size: 18px;
    line-height: 24px;
}
#main div.widget_ordered_links h3 {
    font-size: 18px;
    line-height: 24px;
}

#main div.widget_ordered_links ul a {
	text-decoration: none;
}
#main div.widget_ordered_links ul a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Content */
#main div.column div.content {
    margin: 0px 0px 0px 0px;
    padding: 0px 16px 0px 0px;
    font-size: 16px;
    line-height: 21px;
    position: relative;
}
#main #contact_form div.content {
    padding: 0px 584px 0px 0px;
}
#main div.column div.content h4 {
	color: #E2007A;
	font-size: 21px;
	line-height: 26px;
	font-weight: normal;
    margin: 0px 0px 12px 0px;
}
#main div.column div.content form.wpcf7-form {
	float: left;
}
#main div.column div.content form.wpcf7-form h5 {
	margin: 0px;
	float: left;
	display: inline;
	background-color: #E2007A;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
#main div.column div.content form.wpcf7-form p {
	clear: left;
}
#main div.column div.content form.wpcf7-form p span.wpcf7-form-control-wrap input, 
#main div.column div.content form.wpcf7-form p span.wpcf7-form-control-wrap textarea {
	border: 1px solid #999999;
	padding: 4px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
    width: 368px;
}
#main div.column div.content form.wpcf7-form p span.wpcf7-form-control-wrap span.wpcf7-radio {
    display: block;
    margin: 0px;
    padding: 8px 0px 0px 0px;
}
#main div.column div.content form.wpcf7-form p span.wpcf7-form-control-wrap span.wpcf7-list-item {
    display: block;
    margin: 0px;
}
#main div.column div.content form.wpcf7-form p span.wpcf7-form-control-wrap span.wpcf7-list-item input {
	width: auto;
}
#main div.column div.content form.wpcf7-form p.buttons {
    background: url(images/lines.png) repeat-x left top;
    margin: 0px;
    padding: 16px 0px 0px 0px;
}
#main div.column div.content form.wpcf7-form p.buttons span.border {
	background: #FFFFFF;
	display: block;
	position: relative;
}
#main div.column div.content form.wpcf7-form p.buttons span.border input {
	display: block;
	float: right;
	margin: 0px;
	background-color: #E2007A;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 8px;
	border: none;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
#main div.column div.content form.wpcf7-form p.buttons span.border img.ajax-loader {
    position: absolute;
    top: 5px;
    right: -20px;
}
#main div.column div.content form.wpcf7-form p.note {
	margin: 8px 0px 0px 0px;
    font-size: 12px;
    line-height: 12px;
}
form.wpcf7-form div.wpcf7-response-output {
    border: none;
    padding: 0px;
    margin: 20px 0px 0px 0px;
    font-size: 11px;
    line-height: 11px;
    font-style: italic;
    color: #CC0000;
    clear: both;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
	background: none;
    border: none;
    padding: 0px;
    display: block;
    position: static;
    margin: 2px 0px 0px 0px;
    width: auto;
    font-size: 11px;
    line-height: 11px;
    font-style: italic;
    color: #CC0000;
}

#main div.column div.content p {
    margin: 0px 0px 12px 0px;
}
#main div.column div.content p.editlink {
	clear: both;
	margin: 32px 0px 0px 0px;
}
#main #clients {
    margin-top: 0px;
    padding-top: 16px;
	background: url(images/lines.png) repeat-x right -2px;
}
#main #clients h3 {
	display: none;
}
#main #clients h2 {
	background-color: #E2007A;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px 48px 32px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
#main #clients li.widget {
	margin: 0px 0px 32px 0px;
}
#main #clients a {
	display: block;
	text-align: center;
}
#main #clients div.border {
	background: #FFFFFF;
}
#main #clients div.border ul.sidebar {
	background: #FFFFFF;
}
#main div.mapp-container {
	float: right;
 	display: inline;
	margin: 0px -582px 0px 0px !important;
	width: 550px;
}
#main div.mapp-canvas-panel {
	border: 1px solid #999999;	
}
#main div.mapp-directions {
	float: right;
	margin: 410px -584px 0px 0px;
	width: 552px;
}
#main div.mapp-directions table {
	margin: 0px 0px 12px 0px;
}
#main div.mapp-directions form {
	margin: 8px 0px 24px 0px;
}
#main div.mapp-directions form table {
	border-collapse: collapse;
}
#main div.mapp-directions form table td {
	padding: 0px;
}
#main div.mapp-directions input {
	font-size: 14px;
}
#main div.mapp-directions input[type=submit] {
	margin: 0px 10px 0px 0px;
}
#main div.mapp-directions p.mapp-address-corrected {
	margin: 0px !important;
}
#main div.mapp-directions #mappress0_directions_div {
	padding: 0px !important;
}
#main div.mapp-directions {
	font-size: 12px;
	line-height: 14px;
}
#main div.mapp-directions div div {
	font-size: 14px;
	line-height: 18px;
}
#main div.mapp-directions table th,
#main div.mapp-directions table td {
	font-size: 14px !important;
	line-height: 18px !important;
	vertical-align: top !important;
}
#main #mapp0_poweredby {
	display: none !important;
}
#main div.mapp-overlay {
	text-align: left !important;
	font-size: 11px !important;
	line-height: 14px !important;
}
#main div.mapp-overlay-links {
	text-align: left !important;
}
#main div.mapp-overlay-title {
	margin: 0px 0px 0px 0px;
}
#main div.mapp-overlay-directions {
	margin: 8px 0px 0px 0px;
}
#main div.mapp-overlay-directions form {
	margin: 4px 0px 0px 0px;
}
#main div.mapp-overlay-directions #saddr {
	margin: 0px 8px 0px 0px;
}
#main div.mapp-directions div.adp-list {
	padding: 6px !important;
	width: 538px !important;
}
#main div.mapp-directions table.adp-placemark {
	background: #EEEEEE !important;
	border: 1px solid #CCCCCC !important;
	margin: 12px 0px 0px 0px !important;
	width: 552px !important;
}
#main div.mapp-directions table.adp-placemark td {
	padding: 6px !important;
	font-size: 18px !important;
	line-height: 24px;
}
#main div.mapp-directions table.adp-directions {
	width: 552px !important;
}
#main div.mapp-directions div.adp-legal {
	font-size: 10px !important;
}
#main div.mapp-directions td.adp-substep:first-child {
	text-align: right;
	width: 24px;
}
#main div.mapp-directions td.adp-substep {
	border-top: 1px solid #CCCCCC !important;
	padding: 4px !important;
}
#main div.mapp-directions td.adp-substep div {
	font-size: 12px !important;
	line-height: 16px !important;
}
#main div.mapp-directions td.adp-substep div.adp-distance {
	font-size: 14px !important;
	text-align: right;
	width: 70px !important;
}
#main div.mapp-directions div.adp-summary {
	margin: 6px 0px;
	padding: 0px;
}
/* @end */

/* @group Footer */

#fwrapper {
    width: 952px;
    padding: 16px;
    margin: 0px auto;
}
#footer {
	background: url(images/footer.png) repeat-y left top;
    color: #666666;
}
#footer h4 {
    text-transform: uppercase;
    margin: 0;
}
#footer h5 {
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
    font-size: 10px;
}
#footer p {
    margin: 0;
}
#footer a {
    color: #666666;
    text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#footer ul li {
    margin: 0;
    padding: 0;
}
#footer #contact {
    float: left;
    display: inline;
    width: 232px;
    padding: 0px 0px 0px 0px;
}
#footer #contact ul {
	margin: 8px 0px 0px 0px;
}
#footer #contact ul li {
	padding: 0px 0px 0px 16px;
	height: 18px;
	line-height: 18px;
}
#footer #phone_number {
    background: url(images/icons.png) no-repeat 0px 2px;
}
#footer #fax_number {
    background: url(images/icons.png) no-repeat 0px -16px;
}
#footer #email_address {
    background: url(images/icons.png) no-repeat 0px -34px;
}
#footer #quick_links {
    float: left;
    display: inline;
    width: 136px;
    margin: 0px 0px 0px 8px;
    padding: 0px 0px 0px 16px;
}
#footer #project_links {
    float: left;
    display: inline;
    width: 136px;
    margin: 0px 0px 0px 8px;
    padding: 0px 0px 0px 16px;
}
#footer #social_links {
    float: left;
    display: inline;
    width: 136px;
    margin: 0px 0px 0px 8px;
    padding: 0px 0px 0px 16px;
}
#footer #social_links ul li {
	padding: 0px 0px 0px 18px;
}
#footer #social_links ul li.twitter {
    background: url(images/twitter.png) no-repeat -1px 1px;
}
#footer #creative_pack {
    float: right;
    display: inline;
    width: 232px;
}
#footer #creative_pack h3.title {
	display: none;
}
#footer #creative_pack div.widget_sp_image {
	margin: 0px;
}
#footer #creative_pack div.widget_sp_image a {
	display: block;
}
#footer #creative_pack div.widget_sp_image a img {
	display: block;
}

/* @end */

/* @group Home Page */

#gallery {
	background-color: #DDDDDD;
    height: 312px;
    margin: 8px 16px;
}
#boxes {
	margin: 8px 16px;
    height: 216px;
}
#boxes #welcome {
	background-color: #C3004A;
	color: #FFFFFF;
    width: 360px;
    margin: 0px 0px 0px 0px;
    padding: 16px 16px 8px 16px;
    height: 192px;
    float: left;
    display: inline;
}
#boxes #welcome h2 {
	font-size: 24px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}
#boxes #welcome p {
	font-size: 14px;
	line-height: 18px;
	margin: 8px 0px;
}
#boxes #samples {
    background: url(images/lines.png);
    width: 216px;
    height: 200px;
    float: left;
    display: inline;
    margin: 0px 0px 0px 8px;
    padding: 8px;
}
#boxes #samples div.border {
	background-color: #FFFFFF;
	height: 200px;
	width: 216px;
}
#boxes #twitter {
	background: #E2007A url(images/bubble.png) no-repeat left top;
    float: right;
    display: inline;
    width: 280px;
    height: 184px;
    padding: 16px;
    position: relative;
}
#boxes #twitter h2 {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 20px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: normal;
}
#boxes #twitter #twitter_link {
	background: url(images/twitter_lg.png) no-repeat right top;
    position: absolute;
	bottom: 8px;
	right: 16px;
	margin: 0px;
	font-size: 16px;
	line-height: 16px;
	padding: 14px 40px 0px 0px;
	height: 18px;
}
#boxes #twitter #twitter_link a {
	color: #FFFFFF;
	text-decoration: none;
}
#boxes #twitter #twitter_link a:hover {
	text-decoration: underline;
}
#tweet {
	height: 120px;
	position: absolute;
	left: 16px;
	top: 48px;
	width: 280px;
}
#tweet ul {
	list-style: none;
	margin: 0px;
	padding: 13px 15px 0px 15px;
	height: 80px;
	overflow: hidden;
}
#tweet ul {
	font-size: 13px;
	line-height: 16px;
}
#tweet ul li span.tweet_time {
	position: absolute;
	bottom: 10px;
	font-size: 11px;
	line-height: 16px;
}
#tweet ul li span.tweet_time a {
	text-decoration: none;
}
#tweet ul li span.tweet_time a:hover {
	text-decoration: underline;
}
#tweet p.loading {
	background: url(images/spinner.gif) no-repeat center center;
	height: 120px;
	margin: 0px;
	position: absolute;
	text-indent: -5000px;
	top: 0px;
	left: 0px;
	width: 280px;
}
#samples div.scrollable {
	position: relative;
	width: 216px;
	height: 200px;
	overflow: hidden;
}
#samples div.scrollable a.browse {
	height: 158px;
	width: 108px;
	cursor: pointer;
	position: absolute;
	top: 42px;
}
#samples div.scrollable a.left {
	left: 0px;
}
#samples div.scrollable a.right {
	right: 0px;
}
#samples div.scrollable a.left:hover {
	background: url(images/previous.png) no-repeat 8px center;
}
#samples div.scrollable a.right:hover {
	background: url(images/next.png) no-repeat 76px center;
}
#samples div.scrollable ul.items {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 6000px;
}
#samples div.scrollable ul.items li {
	float: left;
	display: inline;
}
/* @end */

/* @group Project Pages */

#banner {
	background-color: #DDDDDD;
    margin: 8px 16px;
}
#projectnav {
	float: right;
	display: inline;
	list-style: none;
	margin: -16px 0px 0px 0px;
}
#projectnav li {
	float: left;
	display: inline;
	margin: 0px 0px 0px 10px;
}
#projectnav li a {
	background-color: #E2007A;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
#projectnav li a:hover {
	text-decoration: underline;
}

/* @end */

