@import url('reset.css');
@import url('typography.css');

body {
	background-color: #fafafa;
	margin: auto;
	width: 100%;
}

div#status-bar {
	background: url('/images/status-bar-bg.png') repeat-x;
	border-bottom: 2px groove #ffffff;
	height: 40px;
	width: 100%;
}

div#status-bar-content {
	margin: 10px auto 0px auto;
	width: 800px;
}

div#status-bar-commands {
	width: 400px;
}

p#welcome {
	float: left;
	padding-top: 7px;
	width: 150px;
}

p#action-bar {
	background: url('/images/action-bar-bg.png') no-repeat;
	height: 14px;
	margin-left: 200px;
	padding: 8px 28px;
	width: 160px;
}

p#action-bar a:before {
	content: '|  ';
}

p#action-bar a[title="Login"]:after {
	content: '  |';
}

form#search-form {
	float: right;
	width: 200px;
}

form#search-form input[type="text"] {
	background: url('/images/search-field.png') no-repeat;
	border: none;
	font-size: 10px;
	height: 20px;
	padding: 5px 0px 0px 30px;
	width: 170px;
}

form#search-form input[type="submit"] {
	display: none;
}

div#header {
	background: url('/images/header-bg.png') repeat-x;
	background-color: #000000;
	border-bottom: 2px groove #000000;
	height: 150px;
	width: 100%;
}

div#header div#header-content {
	background: url('/images/header.png') no-repeat;
	height: 150px;
	margin: 0px auto 0px auto;
	width: 890px;
}

div#logo {
	margin: auto;
	padding-top: 20px;
	padding-left: 100px;
	width: 800px;
}

div#content-top-shadow {
	background: url('/images/content-top-shadow.png') repeat-x;
	height: 20px;
	width: 100%;
}

div#content-bottom-shadow {
	background: url('/images/content-bottom-shadow.png') repeat-x;
	clear: both;
	height: 20px;
	width: 100%;
}

div#content {
	margin: auto;
	padding-bottom: 50px;
	position: relative;
	width: 800px;
}

div#page-wrapper {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 233px;
	margin-top: 45px;
	overflow: hidden;
	padding: 15px;
	width: 768px;
}

div#slideshow {
	border-right: 1px solid #b2b2b2;
	float: left;
	padding-right: 15px;
	width: 375px;
}

div#slides {
	border: 1px solid #a7a7a7;
	height: 200px;
	width: 370px;
}

div#slides a.thumb {
	display: none;
}

div#slides a.default-slide {
	display: block;
}

div#slideshow-commands {
	background: url('/images/commands-bg.png') no-repeat;
	height: 19px;
	left: 15px;
	padding: 3px 25px;
	position:relative;
	width: 290px;
}

a#previous-slide {
	background: url('/images/commands-previous-slide.png') no-repeat;
	display: block;
	float: left;
	height: 12px;
	margin-top: 2px;
	text-indent: -9000px;
	width: 9px;
}

a#next-slide {
	background: url('/images/commands-next-slide.png') no-repeat;
	display: block;
	float: right;
	height: 12px;
	margin-top: 2px;
	text-indent: -9000px;
	width: 9px;
}

div#slideshow-commands h4 {
	margin-top: 1px;
	width: 100%;
}

div#message {
	margin-left: 410px;
	width: 350px;
}

div#message h3 {
	margin-bottom: 20px;
}

p#contact-info span {
	display: block;
}

span#phone {
	background: url('/images/phone-icon.png') no-repeat 0px 1px;
	float: left;
	margin-top: 25px;
	padding-left: 35px;
	width: 125px;
}

span#address {
	background: url('/images/address-icon.png') no-repeat 160px 30px;
	padding: 18px 0px 0px 195px;
}

/* NAGIATION */

ul#tabs {
	margin-top: 30px;
	position: absolute;
	right: 0px;
	top: -65px;
}

ul#tabs li {
	background: url('/images/navigation-bar.png') no-repeat;
	float: left;
	height: 35px;
	width: 70px;
}

ul#tabs li a {
	display: block;
	height: 100%;
	text-indent: -9000px;
	width: 100%;
}

ul#tabs li#previous {
	background-position: 0px 0px;
	width: 25px;
}

ul#tabs li#previous:hover {
	background-position: 0px -35px;
}

ul#tabs li#previous.current,
ul#tabs li#previous:active {
	background-position: 0px -70px;
}

ul#tabs li#home {
	background-position: -25px 0px;
	width: 70px;
}

ul#tabs li#home:hover {
	background-position: -25px -35px;
}

ul#tabs li#home.current,
ul#tabs li#home:active {
	background-position: -25px -70px;
}

ul#tabs li#portfolio {
	background-position: -95px 0px;
	width: 70px;
}

ul#tabs li#portfolio:hover {
	background-position: -95px -35px;
}

ul#tabs li#portfolio.current,
ul#tabs li#portfolio:active {
	background-position: -95px -70px;
}

ul#tabs li#about {
	background-position: -165px 0px;
	width: 70px;
}

ul#tabs li#about:hover {
	background-position: -165px -35px;
}

ul#tabs li#about.current,
ul#tabs li#about:active {
	background-position: -165px -70px;
}

ul#tabs li#contact {
	background-position: -235px 0px;
	width: 70px;
}

ul#tabs li#contact:hover {
	background-position: -235px -35px;
}

ul#tabs li#contact.current,
ul#tabs li#contact:active {
	background-position: -235px -70px;
}

ul#tabs li#next {
	background-position: -305px 0px;
	width: 65px;
}

ul#tabs li#next:hover {
	background-position: -305px -35px;
}

ul#tabs li#next.current,
ul#tabs li#next:active {
	background-position: -305px -70px;
}

/* BLOG */

div#blog {
	float: left;
	margin: 50px 15px 0px 0px;
	width: 385px;
}

div#blog h4.module-header-bar {
	background: url('/images/blog-header-bar.png') no-repeat;
	height: 29px;
	margin-bottom: 15px;
	padding-top: 13px;
	width: 385px;
}

div#blog div.blog-entry {
	margin-left: 15px;
}

div#blog div.blog-entry h5 {
	float: left;
	width: 200px;
}

div#blog div.blog-entry blockquote {
	clear: both;
	padding: 10px 0px 10px 15px;
}

div#blog div.blog-entry p.meta {
	padding-top: 4px;
}

p#read-more-wrapper {
	float: right;
	margin-top: 10px;
	width: 215px;
}

p#read-more-wrapper a {
	background: url('/images/read-more-button.png') no-repeat;
	border: none;
	display: block;
	height: 30px;
	text-indent: -9000px;
	width: 214px;
}

p#read-more-wrapper a:hover {
	background-position: 0px -30px;
}

p#read-more-wrapper a:active {
	background-position: 0px -60px;
}

/* TWITTER */

div#twitter {
	margin: 38px 0px 0px 415px;
	width: 375px;
}

div#twitter h4.module-header-bar {
	background: url('/images/twitter-header-bar.png') no-repeat;
	height: 40px;
	padding-top: 26px;
	width: 385px;
}

div#twitter div.tweet {
	margin: 3px 0px 17px 30px;
}

div#twitter div.tweet img {
	border: 1px solid #757575;
	float: left;
	height: 29px;
	margin-right: 15px;
	width: 29px;
}

div#twitter div.tweet h5 {
	position: relative;
	top: -3px;
}

p#get-tweets-wrapper {
	float: right;
	margin-top: 10px;
	width: 215px;
}

p#get-tweets-wrapper a {
	background: url('/images/get-tweets-button.png') no-repeat;
	border: none;
	display: block;
	height: 30px;
	text-indent: -9000px;
	width: 214px;
}

p#get-tweets-wrapper a:hover {
	background-position: 0px -30px;
}

p#get-tweets-wrapper a:active {
	background-position: 0px -60px;
}

/* FOOTER */

div#footer-wrapper {
	background: url('/images/header-bg.png') repeat-x;
	background-color: #000000;
	border-bottom: 2px groove #000000;
	height: 50px;
	width: 100%;
}

div#footer-wrapper div#footer-image {
	background: url('/images/footer-image.png') no-repeat;
	height: 50px;
	margin: 0px auto 0px auto;
	width: 890px;
}

p#footer-text {
	background: url('/images/content-top-shadow.png') repeat-x;
	height: 37px;
	padding-top: 13px;
	width: 100%;
}
