/*
Theme Name:     City Copy
Theme URI:      http://www.chromatix.com.au
Description:    A theme designed for City Copy
Author:         Chromatix
Author URI:     http: //www.chromatix.com.au
Version:        1.0
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,400italic);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***
 * General
 */
body {
	font-family: 'Open Sans', Arial, sans-serif;
	background: #a29061;
}
h1 {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 15px;
}
h2 {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 15px;
	color: #a29061;
}
h3 {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 15px;
}
p {
	color: #737373;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 15px;
}
a {
	color: #a29061;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table tr td {
	vertical-align: top;
	color: #737373;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 15px;
}
#main_content ul li {
	color: #737373;
	font-size: 13px;
	line-height: 18px;
	list-style: disc outside;
	margin-left: 15px;
}
#main_content ul {
	padding-bottom: 15px;
}
a.hover_button {
	background: #a29061;
	width: 400px;
	height: 40px;
	display: block;
}
a.hover_button:hover {
	background: #737373;
}

/***
 * Header
 */
#header {
	width: 100%;
	background: #a29061;
	overflow: hidden;
}
#header_content {
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
}
img#logo {
	display: block;
	margin: 0 auto;
}

div#main_nav {
	width: 860px;
	height: 40px;
	margin: 0 auto;
}
div#main_nav > ul > li {
	float: left;
	line-height: 35px;
	margin-right: 36px;
}
div#main_nav > ul > li:last-child {
	margin-right: 0;
}
div#main_nav > ul > li > a {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 3px;
}
div#main_nav > ul > li.current-menu-item > a {
	border-bottom: 2px solid #fff;
}

#masthead {
	background: #fff;
	width: 980px;
	overflow: hidden;
}
#masthead_content {
	width: 960px;
	height: 100px;
	background: #000;
	margin: 10px auto 0 auto;
}

/***
 * Body
 */
#main {
	background: #f8f8f8;
	width: 100%;
	overflow: hidden;
}
#main_content {
	width: 960px;
	padding: 30px 10px 5px 10px;
	margin: 0 auto 15px auto;
	background: url('images/main_content_footer.png') bottom center no-repeat #fff ;
}
#main_content_footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b0b0b0;
	font-size: 18px;
	font-style: italic;
	line-height: 80px;
	height: 80px;
	text-align: center;
}
#main_content li {
	line-height: 25px;
}


/***
 * Footer
 */
#footer {
	width: 100%;
	min-height: 160px;
	background: #a29061;
	overflow: hidden;
}
#footer_content {
	width: 960px;
	padding: 30px 10px;
	margin: 0 auto;
	background: url('images/footer_top.png') top center no-repeat;
}
#footer_content a {
	color: #fff;
}
#footer_content h1 {
	padding-left: 50px;
}
#footer_content > li {
	float: left;
	list-style: none;
	padding-left: 50px;
	width: 320px;
}
#footer_content li p {
	font-size: 13px;
	color: #fff;
	line-height: 20px;
}
#footer_nav {
	float: left;
	width: 320px;
}
#footer_nav li {
	line-height: 18px;
}
#footer_nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
#footer_social_media {
	width: 260px;
	color: #fff;
	line-height: 20px;
	font-size: 13px;
}
#footer_social_media {
	padding-bottom: 40px;
	float: right;
}
#footer_social_media img {
	vertical-align: middle;
}
#chromatix {
	margin: 0 auto;
	clear: both;
	padding-top: 20px;
	color: #fff;
	line-height: 20px;
	font-size: 13px;
	width: 300px;
}

 
/***
 * Front Page
 */
body.home #masthead {
	background: #fff;
	width: 980px;
	overflow: hidden;
}
body.home #masthead_content {
	width: 960px;
	height: 310px;
	background: #000;
	margin: 10px auto 0 auto;
}
body.home #main_cta_buttons {
	height: 70px;
	width: 100%;
	line-height: 70px;
	text-align: center;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
body.home #main_cta_buttons img {
	vertical-align: middle;
	margin: 0 40px;
}

/* defaults for all examples */  
.kwicks {  
    list-style: none;  
    position: relative;  
    margin: 0;  
    padding: 0;  
}  
.kwicks li {
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
}

.kwicks li {
    float: left;  
    width: 320px;  
    height: 310px;  
}  
#kwick1 {
    background: #000 url('images/homebanner1.jpg') top left no-repeat;
}  
#kwick2 {  
    background: #000 url('images/homebanner2.jpg') top left no-repeat;
}  
#kwick3 {  
    background: #000 url('images/homebanner3.jpg') top left no-repeat;
}
.kwicks li a {
	width: 100%;
	height: 100%;
	display: block;
}

/***
 * Request a Quote
 */
body.page-id-29 form.wpcf7-form input[type="text"] {
	width: 100%;
}
body.page-id-29 form.wpcf7-form textarea {
	width: 100%;
}
body.page-id-29 form.wpcf7-form table tr td {
	width: 20%;
	padding-right: 5%;
	padding-bottom: 5px;
}

/***
 * Page Banners
 */
/* About Us */
body.page-id-7 #masthead_content {
	background: url('images/citycopy_topbanner1.jpg') top center no-repeat;
}
/* Contact */
body.page-id-19 #masthead_content {
	background: url('images/citycopy_topbanner2.jpg') top center no-repeat;
}
/* Equipment */
body.page-id-13 #masthead_content {
	background: url('images/citycopy_topbanner3.jpg') top center no-repeat;
}
/* Feedback */
body.page-id-31 #masthead_content {
	background: url('images/citycopy_topbanner4.jpg') top center no-repeat;
}
/* Our Team */
body.page-id-15 #masthead_content {
	background: url('images/citycopy_topbanner5.jpg') top center no-repeat;
}
/* Printing Solutions */
body.page-id-9 #masthead_content {
	background: url('images/citycopy_topbanner6.jpg') top center no-repeat;
}
/* Request a Quote */
body.page-id-29 #masthead_content {
	background: url('images/citycopy_topbanner7.jpg') top center no-repeat;
}
/* Resources */
body.page-id-17 #masthead_content {
	background: url('images/citycopy_topbanner8.jpg') top center no-repeat;
}
/* Services */
body.page-id-11 #masthead_content {
	background: url('images/citycopy_topbanner9.jpg') top center no-repeat;
}
/* Printing Solutions - Education */
body.page-id-108 #masthead_content {
	background: url('images/citycopy_topbanner4.jpg') top center no-repeat;
}
/* Printing Solutions - Financial Services */
body.page-id-148 #masthead_content {
	background: url('images/citycopy_topbanner11.jpg') top center no-repeat;
}
/* Printing Solutions - Franchise */
body.page-id-151 #masthead_content {
	background: url('images/citycopy_topbanner2.jpg') top center no-repeat;
}
/* Printing Solutions - Technology */
body.page-id-153 #masthead_content {
	background: url('images/citycopy_topbanner5.jpg') top center no-repeat;
}
/* Printing Solutions - Legal */
body.page-id-156 #masthead_content {
	background: url('images/citycopy_topbanner6.jpg') top center no-repeat;
}
/* Printing Solutions - Manufacturing */
body.page-id-158 #masthead_content {
	background: url('images/citycopy_topbanner9.jpg') top center no-repeat;
}
/* Printing Solutions - Pharmaceutical */
body.page-id-160 #masthead_content {
	background: url('images/citycopy_topbanner8.jpg') top center no-repeat;
}
/* Printing Solutions - Property */
body.page-id-162 #masthead_content {
	background: url('images/citycopy_topbanner3.jpg') top center no-repeat;
}
/* Printing Solutions - Architects */
body.page-id-164 #masthead_content {
	background: url('images/citycopy_topbanner10.jpg') top center no-repeat;
}
/* Printing Solutions - Government */
body.page-id-166 #masthead_content {
	background: url('images/citycopy_topbanner1.jpg') top center no-repeat;
}
/* Printing Solutions - Mining */
body.page-id-168 #masthead_content {
	background: url('images/citycopy_topbanner7.jpg') top center no-repeat;
}