/*
Theme Name: Yxetra WordPress Theme
Theme URI: http://wabbieworks.com/en/portfolio/yxetra-2
Description: A WordPress theme designed and developed for Yxetra Ltd by WabbieWorks 
Version: 1.0
Author: WabbieWorks
Author URI: http://wabbieworks.com
Tags: fixed width, random images, wabbieworks
*/
/* - - - (reset) - - - */
body {
	margin: 0;
	padding: 0;
}
body, input, textarea, button {
	font: normal 9pt/1.5em "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #222;
}

/* - - - (headings) - - - */
h1 {
	margin: 0;
}
h2 {
	height: 70px;
}
h3 {
	margin: 1em 0 0.2em;
}

/* - - - (paragraphs) - - - */
p {
	margin: 0 0 1em;
}

/* - - - (anchors) - - - */
a {
	text-decoration: none;
	color: #222;
	border-bottom: 1px dashed #888;
}
a:hover, a:focus {
	border-bottom-style: solid;
}

/* - - - (common classes) - - - */
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

/* - - - (body) - - - */
body {
	background: #e1e3cf url('images/wrapper.jpg') top left repeat-x;
}

/* - - - (wrapper) - - - */
#wrapper {
	margin: 0 auto;
	width: 934px;
	position: relative;
}

/* - - - (header) - - - */
#header {
	position: absolute;
	z-index: 2;
}
#header h1 {
	width: 291px;
	height: 131px;
	float: left;
}
#header h1 a {
	background: url('images/logo.jpg') top center no-repeat;
	display: block;
	height: 100%;
	text-indent: -9999em;
	border-bottom: none;
	outline: none;
}

/* - - - (topnav) - - - */
#topnav {
	background: url('images/content.jpg') 0px 105px repeat-x;
	height: 105px;
	width: 643px;
	float: left;
}
#topnav ul {
	float: left;
	margin: 0 0 0 -3px;
	padding: 0;
	background: url('images/topnav.jpg') top left no-repeat;
}
#topnav ul li {
	display: inline;
	list-style-type: none;
}
#topnav ul li a {
	width: 155px;
	height: 105px;
	display: block;
	float: left;
	text-indent: -9999em;
	background: url('images/topnav.jpg') top left no-repeat;
	border-bottom: none;
	outline: none;
}
#topnav ul li.last {
	width: 152px;
}
#topnav ul li a.about {
	margin-left: 14px;
	background-position: -14px 0px;
}
#topnav ul li a.services {
	background-position: -169px 0px;
}
#topnav ul li a.people {
	background-position: -324px 0px;
}
#topnav ul li a.contact {
	background-position: -479px 0px;
}
#topnav ul li.active a.about,
#topnav ul li a.about:hover {
	background-position: -14px -105px;
}
#topnav ul li.active a.services,
#topnav ul li a.services:hover {
	background-position: -169px -105px;
}
#topnav ul li.active a.people,
#topnav ul li a.people:hover {
	background-position: -324px -105px;
}
#topnav ul li.active a.contact,
#topnav ul li a.contact:hover {
	background-position: -479px -105px;
}

/* - - - (container) - - - */
#container {
	position: absolute;
	z-index: 1;
	top: 96px;
	padding-top: 35px;
	background: url('images/container.jpg') top left repeat-x;
	height: 394px;
	width: 920px;
}
#innercontainer {
	background: url('images/content.jpg') top right no-repeat;
	width: 920px;
}

/* - - -  (sidebar) - - - */
#sidebar {
	float: left;
	width: 287px;
	height: 368px;
	background: url('images/sidebar.jpg') top left no-repeat;
}
body.services #sidebar {
	background-image: url('images/sidebar-services.jpg');
}
body.people #sidebar {
	background-image: url('images/sidebar-people.jpg');
}
body.contact-us #sidebar {
	background-image: url('images/sidebar-contactus.jpg');
}


/* - - - (content) - - - */
#content {
	float: left;
	width: 615px;
	text-align: justify;
}

/* - - - (footer) - - - */
#footer {
	background: url('images/footer.jpg') top center no-repeat;
	height: 55px;
	padding: 15px;
	color: #223038;
	font-weight: bold;
	width: 920px;
	margin-left: -7px;
	font-size: 8pt;
}
#footer a {
	color: #223038;
}
#footer p {
	margin: 0;
	width: 70%;
	padding: 0 0 0 1em;
	float: left;
}
#footer #creator {
	text-align: right;
	float: right;
	width: 25%;
	padding: 0 1em 0 0;
}

/* - - - (forms) - - - */
.cform {
	float: right;
	font-size: 9pt;
	line-height: 1.5em;
	background-color: #C1C3B1;
	padding: 0.5em 0;
}
.linklove {
	display: none;
}
#cf_field_4 {
	width: 250px;
	height: 80px;
}