/**
 * Theme Name: Inspired Design
 * Theme URI: http://inspired-design.com.au
 * Description: Custom Theme for Inspired Design
 * Version: 0.1
 * Author: Overall Web
 * Author URI: http://overallweb.com
 * Tags:
*/

/* Reset - Eric Meyer's reset 
-----------------------------------------------------------------------------*/
@import url('reset.css');


/* Layout
-----------------------------------------------------------------------------*/

html {
    text-align: center; 
    height: 100.01%;
    margin-bottom: 1px;
}

body {
    margin: 0 auto;
    font: normal normal normal 12px/1.5em "Helvetica Neue", Arial, Helvetica, sans-serif;
    background: #fff url(images/puzzle.png) repeat top left;
	color: #484848;
}

#page {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    border-left: 1px solid #78CC39;
	border-right: 1px solid #78CC39;
	background: #fff url(images/header-bg.jpg) 0 -18px no-repeat;
	position: relative;
}

#header {
	width: 1000px;
	height: 190px;
	margin: 0 0 15px 0;
	padding: 0px;
	background: url(images/header.jpg) top left no-repeat;
}

#leftcol {
	width: 192px;
	margin: 0 -3px 0 0;
    float: left;
}

#rightcol {
	width: 165px;
	margin: 12px 0 0 0;
	float: right;
}

#page-banner {
    height: 132px;
    width: 797px;
    margin: 0 -3px 0 203px;
    background-color: silver;
    overflow: hidden;
}

#content {
    margin: 0 172px 18px 202px;
    width: 620px;
    overflow: hidden;
}

#footer {
    clear: both;
    width: 1000px;
    height: 157px;
    margin: 0;
    padding: 0;
	background: url(images/footer.jpg) top left no-repeat;
}

/* Top Nav
-----------------------------------------------------------------------------*/

#nav {
	padding-top: 161px;
	height: 30px;
	width: 803px;
	padding-left: 197px;
	text-align: center;
	font-size:13px;
	color: #484848;
	text-decoration: none;
}

#nav a, #nav a:hover {
	font-size: 13px;
	color: #484848;
	text-decoration: none;
	cursor: pointer;
}

#nav a:active {
	font-size: 13px;
	color: #484848;
	text-decoration: none;
	cursor: pointer;
}

#pagenav li a:hover {
	color: #fff;
}

#sitenav li a {
	color: #fff
}

ul#pagenav, ul#pagenav li {
	display: inline;
	list-style: none;
}

ul#pagenav {
    float: left;
}

ul#pagenav li a {
	display: inline-block;
    padding: 0;
	margin: 0 10px;
	height: 30px; line-height: 30px;
}

ul#sitenav, ul#sitenav li {
	display: inline;
	list-style: none;
}

ul#sitenav {
	float: right;
	margin-right: 15px;
}

ul#sitenav li a.siteinactive {
	background: url(images/nav-bg-inactive.jpg) no-repeat;
}

ul#sitenav li a.siteinactive:hover {
    color: #fec420;
}

ul#sitenav li a.siteactive {
	background: url(images/nav-bg-active.jpg) no-repeat;
}

ul#sitenav li a {
    display: inline-block;
	height: 30px; line-height: 30px;
	margin: 0;
	width: 112px;
}

/* Left Col
-----------------------------------------------------------------------------*/

#leftcol #login {
	padding: 0 15px 15px 15px;
}

#leftcol #login table {
	width: 165px;
	border-collapse: collapse;
    
}

#leftcol #login td {
    vertical-align: middle;
}

#leftcol #login td#field_name {
    width: 70px;
}    
#leftcol #login td input {
    width: 90px;
}    

#leftcol #login input {
	margin: 6px 0;
}

#leftcol #login {
	color: #484848;
	background-color: #dfe7c3;
}

#leftcol #login a {
	color: #484848;
}

#leftcol #login h2 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #484848;
	padding: 0;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

ul.catnav {
	margin: 0 0 0 12px;
	padding: 0px;
	list-style: none;
}

ul.catnav .master {
	background-color: #fff;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #484848;
	margin-top: 18px;
	padding: 6px 3px 6px 3px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
	border-bottom: 1px solid #cbdc8e;
}

ul.catnav .subcat a {
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	color: #484848;
	text-decoration: none;
	display: block;
	padding: 3px 3px 3px 3px;
    border-bottom: 1px solid #cbdc8e;
}

ul.catnav .subcat a:hover {
	color: #484848;
	line-height: 18px;
    text-decoration: none;
    background-color: #cbdc8e;
}

/* Typography
-----------------------------------------------------------------------------*/

h1 {
    font-size: 1.333em;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.125em;
    margin: 0.75em 0;
}

h1 a {
    color: #484848;
    text-decoration: none;
}

h1 a:hover, h2 a:hover {
    color: #701471;
    text-decoration: underline;
}

h2 {
    font-size: 1.167em;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.286em;
    margin: 1.286em 0;
}

h2 a {
    color: #484848;
    text-decoration: none;
}

p {
    margin: 1em 0;
}

a {
    color: #701471;
}

a:hover {
}

#content ul li {
    list-style-type: disc;
    margin-left: 1.5em;
}

.price {
    font-size: 1.5em;
    color: #78cc39;
    font-family: Georgia, "Helvetica Neue", Arial, Helvetica, sans-serif;
    
}

/* Boxes
-----------------------------------------------------------------------------*/

.major-box {
    width: 200px;
    height: 325px;
    float: left;
    margin: 0 9px 36px 0;
    text-indent: -9999px;
    display: inline;
}

.post .major-box img, .post .minor-box img {
    margin: 0;
}

#box-large-print.major-box {
    margin-right: 0;
}

.minor-box {
    height: 123px;
    float: left;
    margin-bottom: 9px;
    text-indent: -9999px;
    display: inline;
}

#box-logo-solutions {
    width: 197px;
    margin-right: 9px;
}
#box-stationery {
    width: 404px;
    margin-right: 0;
}
#box-business-cards {
    width: 405px;
    margin-right: 9px;
}
#box-copy-paper {
    width: 197px;
    margin-right: 0;
}
#box-promo-cards {
    width: 183px;
    margin-right: 9px;
}

/* Page/Post
-----------------------------------------------------------------------------*/

.post {
}

.post img {
    float: left;
    margin: 0 9px 18px 0;
}

.post img.alignright {
    float: right;
    margin: 0 0 18px 10px;
}

.post img.alignnone {
    float: none;
    margin: 18px;
}

/* Miscellaneous
-----------------------------------------------------------------------------*/

img {
    display: block;
}

.clear-floats {
    float: none;
    clear: both;
}

table#web-hosting {
    width: 66%;
}

/* Contact
-----------------------------------------------------------------------------*/

#contact-details {
    float: left;
    width: 49%;
}

#operating-hours, #google-maps-location {
    float: right;
    width: 49%;
}

#operating-hours table {
    width: 100%;
}

/* wpcf7-form Forms
-----------------------------------------------------------------------------*/

form.wpcf7-form label {
    display: inline-block;
    width: 30%;
}

form.wpcf7-form textarea {
    width: 80%;
}

/* specials
-----------------------------------------------------------------------------*/

.special-offer {
    border-bottom: 1px solid #cbdc8e;
    margin-top: 26px;
}


