/*
Theme Name: TRAY creative
Theme URI: http://www.traycreative.com
Description: Exclusively for use on www.traycreative.com this design was built by pixology
Version: 1.0
Author: pixology
Author URI: http://www.pixologyinteractive.com
*/

body {
	margin: 0;
	padding: 0;
	font: 12px Helvetica, Arial, sans-serif;
	color: #000000;
	line-height: 20px;
	background: #96CDC5;
}

a {
	color: #9C344C;
	text-decoration: none;
}

a:hover {
	color: #795725;
	text-decoration: none;
}

h1 {
	margin: 0 0 5px;
	padding: 0;
	color: #795725;
	font-weight: 100;
}

h2, h3, h4 {
	margin: 25px 0 5px;
	padding: 0;
	color: #795725;
	font-weight: 100;
}

strong {
	color: #795725;
}

.error {
	color: #DD0000;
	font-weight: bold;
}

img {
	border: none;
}

ul {
	padding: 0 15px;
}

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

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

img.aligncenter {
	margin: 0 10px 10px 10px;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#wrapper.home {
	position: inherent;
	height: auto;
}

#header {
	height: 90px; 
	background: url('images/top-bg.jpg');
}

#content {
	margin: 0;
	padding: 0 0 25px 0;
	float: left;
	width: 100%;
	background: #FFFFFF url('images/sidebar-bg.gif') 85px repeat-y;
	border-top: 1px solid #9C344C;
	border-bottom: 10px solid #9C344C;
}

#content.home {
	padding: 0;
	position: inherent;
	height: auto;
	border-bottom: 10px solid #9C344C;
	background: #FFFFFF;
}

#twitter {
	line-height: 16px;
}

#twitter .twitter-timestamp {
	display: none;
}

#middle {
	margin: 0 0 0 50px;
	padding: 0;
	width: 475px;
	float: left;
}

#middle.home {
	margin: -55px 0 0 0;
	position: inherent;
	height: auto;
	width: 571px;
	background: transparent;
}

#sidebar {
	margin: 0 0 0 85px;
	padding: 25px 0 0 0;
	float: left;
	width: 267px;
	height: 500px;
	line-height: 14px;
	background: url('images/tray-logo.gif') bottom center no-repeat;
}

#sidebar.home {
	padding: 0;
	position: inherent;
	width: 231px;
	height: 463px;
	background: none;
}

#sidebar h2 {
	font-size: 12px;
	color: #96CDC5;
}

#sidebar .social-media {
	margin: 0;
	padding: 0 50px 0 20px;
	height: 210px;
}

#sidebar.home img.team {
	margin-bottom: -30px;
}

#sidebar img.logo {
	padding-left: 30px;
	vertical-align: baseline;
}

#r_sidebar {
	margin: 0;
	padding: 10px 0 0;
	width: 100px;
	float: left;
}

#nav {
	margin: 0;
	padding: 20px 0 25px 25px;
	height: 225px;
	background: url('images/nav-bg.gif') top left no-repeat;
}

#nav ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin: 5px 0;
}

#nav ul li a {
	text-indent: -2000px;
	width: 105px;
	height: 30px;
	display: block;
}

#nav ul li.page-item-4 a {
	background: url('images/nav-home.jpg') no-repeat -105px 0;
}

#nav ul li.page-item-2 a {
	background: url('images/nav-about.jpg') no-repeat -105px 0;
}

#nav ul li.page-item-14 a {
	background: url('images/nav-work.jpg') no-repeat -105px 0;
}

#nav ul li.page-item-16 a {
	background: url('images/nav-contact.jpg') no-repeat -105px 0;
}

#nav ul li.page-item-4 a:hover, #nav ul li.page-item-2 a:hover, #nav ul li.page-item-14 a:hover, #nav ul li.page-item-16 a:hover {
	background-position: 0;
}

#nav ul li.current_page_item a, #nav ul li.current_page_parent a {
	background-position: 0;
}

#submenu ul {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	list-style: none;
	font-size: 14px;
	text-transform: lowercase;
	border-bottom: 1px solid #CCCCCC;
}

#submenu ul li {
	margin: 0 0 25px 0;
	padding: 0 15px 0 0;
	list-style: none;
	display: inline;
}

#submenu ul li.current_page_item a {
	color: #795725;
}

table.portfolio {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}

#row2, #row3 {
	margin-top: 10px;
}

#footer {
	margin: 0;
	bottom: 0;
	padding: 0 10px;
	font-size: 85%;
	text-align: right;
	background: #96CDC5;
	border-top: 1px solid #FFFFFF;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

input {
	margin: 0;
	padding: 2px 4px;
	width: 65%;
	font-family: Helvetica, Arial, sans-serif;
	background: #EEEEEE;
	border: 1px solid #96CDC5;
}

textarea {
	margin: 0;
	padding: 2px 4px;
	width: 65%;
	font: 11px Helvetica, Arial, sans-serif;
	background: #EEEEEE;
	border: 1px solid #96CDC5;
}

#submit {
	width: 85px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #96CDC5;
}

#submit:hover {
	color: #FFFFFF;
	background: #96CDC5;
	border: 1px solid #333333;
}

.clear {
	clear: both;
}