/* @override 
	http://wilkoszandway:8888/site_css/style.css
	http://wilkoszandway.com/site_css/style.css
*/

@import url("../css/reset.css");

/*The Kitchen Sink Style : Wade Sakundiak
Feel free to add tags and basic styling
as you see fit.*/

body {
	text-align: center;
	color: #515151;
	font: 13px/1.6 "Lucida Grande", Lucida, Verdana, sans-serif;
}

#wrapper {
	text-align: left;
	display: inline-block;
	margin: 0 auto 20px;
	width: 960px;
	padding: 0 10px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/* @group Headings */

h1 {
	font-size: 200%;
}

h2 {
	font-size: 177%;
}

h3 {
	font-size: 154%;
}

h4 {
	font-size: 131%;
}

h5 {
	font-size: 108%;
}

h6 {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	margin: 15px 0 5px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}

/* @end */

/* @group Text */

p {
	margin-bottom: 10px;
	letter-spacing: 0;
}

blockquote {
	border-left: 1px solid #e0e0e0;
	background-color: #fff;
	font-size: 1.2em;
	color: gray;
	padding: 0 20px;
	margin: 20px;
	letter-spacing: 0;
}

blockquote p {
	margin-bottom: 5px;
}

strong {
	color: black;
}

small {
	font: 85% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	margin-bottom: 20px;
}

cite {
	display: block;
	padding: 0 40px;
	font-size: 1.2em;
	color: gray;
	margin: 20px 0;
}

em {
	color: black;
}

strike {
	color: black;
	text-decoration: line-through;
}

/* @group Definition List */

dd {
	line-height: 1.5;
}

dt {
	font-weight: bold;
	color: black;
	margin: 0;
	padding: 0 .5em 0 0;
	border-bottom-width: 1px;
	float: left;
	line-height: 1.5;
}

dt:after {
	content: ":";
}

dl {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	display: block;
	margin: 15px 0;
}

/* @end */

/* @end */

/* @group Table */

caption {
	text-align: left;
	font-weight: bold;
	font-size: 105%;
	color: black;
}

td {
	padding: 2px 0;
}

table {
	width: 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 10px 0;
}

th {
	background-color: #fff;
	color: #000;
	padding: 5px 0;
}

tr {
	font-size: 90%;
	text-indent: .5em;
	color: #363636;
}

/*tr:nth-child(2n+1) {
	background-color: #f1f6fb;
}

tr:nth-child(2n) {
	
}*/

/* @end */

/* @group Code */

pre {
	
}

code {
	font-family: Courier, "Courier New", mono;
	color: #1ea367;
}

/* @end */

/* @group Lists */

ol {
	list-style-type: decimal;
	padding-left: 20px;
}

li {
	margin-bottom: 10px;
}

ul {
	list-style-type: disc;
	padding-left: 20px;
}

/* @end */

/* @group Links */

a:hover {
	color: #66c8f5;
}

a {
	text-decoration: none;
	color: black;
}

/* @end */

/* @group Layout */

#header h1 {
	margin: 20px 0 0;
	text-indent: -9999px;
	background: url(images/logo.jpg) no-repeat 0 center;
	width: 210px;
	float: left;
}

#contact_head {
	background: url(images/email.jpg) no-repeat 0 0;
	height: 10px;
	float: right;
	width: 145px;
	position: relative;
	right: 60px;
	top: 30px;
	border-style: none;
	text-transform: uppercase;
	font-size: 10px;
	text-indent: -9999px;
}

#contact_head:hover {
	background-position: 0 -10px;
}

#header {
	height: 78px;
	background: url(images/header.png) no-repeat right top;
}

img#bar {
	position: relative;
	top: -5px;
	left: -190px;
}

ul#nav {
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #c8c8c8;
	font-size: 80%;
	font-family: Futura, Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

ul#nav li {
	margin: 0;
	padding-top: 9px;
	padding-bottom: 10px;
	line-height: 1;
	text-transform: uppercase;
	border-bottom: 1px solid #c8c8c8;
	text-indent: -9999px;
}

#nav li a {
	color: gray;
}

li#category_contact a {
	display: block; 
	background: url(../nav_images/nav-contact.gif) no-repeat 0 0; height: 8px;
	width: 70px;
}

li#category_contact a:hover {
	background: url(../nav_images/nav-contact.gif) no-repeat 0 -8px;
}


li#category_blog a {
	display: block; 
	background: url(../nav_images/nav-blog.gif) no-repeat 0 0; height: 8px;
	width: 70px;
}

li#category_blog a:hover {
	background: url(../nav_images/nav-blog.gif) no-repeat 0 -8px;
}

#main_sidebar {
	float: left;
	width: 70px;
	margin-right: 34px;
}

.content {
	float: left;
	width: 800px;
	border: 1px solid #c8c8c8;
	padding: 27px 27px 10px;
}

.port_img {
}

/* @end */


#left_col {
	float: left;
	width: 360px;
	padding-bottom: 25px;
	padding-right: 40px;
	/* border-right: 1px solid #c8c8c8; */
}

#right_col {
	float: right;
	width: 320px;
}

a#mail_link {
	text-indent: -9999px;
	display: inline-block;
	width: 147px;
	margin-bottom: 10px;
	height: 10px;
	background: url(images/email.jpg) no-repeat 0 0;
	margin-top: 10px;
}

a#mail_link:hover {
	background-position: 0 -10px;
}

#contact img {
	margin-bottom: 10px;
}

#contact p {
	font: normal 85%/1.6 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #7f7f7f; 
}

input.cleardefault {
	width: 100%;
	border: 1px solid #e6e6e6;
	height: 20px;
	margin-bottom: 10px;
}

#contact-form {
	margin-top: 90px;
}

#arrows p {
	text-align: center;
	margin-bottom: 0;
	margin-top: 11px;
	font-size: 90%;
	color: #989898;
	position: relative;
	top: 487px;
}

#left_arrow {
	float: left;
	text-indent: -9999px;
	height: 15px;
	width: 16px;
	background: url(images/arrow-left.gif) no-repeat 0 0;
	margin-top: 2px;
}

#right_arrow {
	float: right;
	text-indent: -9999px;
	height: 15px;
	width: 16px;
	background: url(images/arrow-right.gif) no-repeat 0 0;
	margin-top: 2px;
}

#left_arrow:hover {
	background-position: 0 -15px;
}

#right_arrow:hover {
	background-position: 0 -15px;
}

#button-sign-up input {
	width: 63px;
	height: 22px;
	display: inline-block;
	background: url(images/signup.gif) no-repeat 0 0;
	border-style: none;
	float: right;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 30px;
}

#button-sign-up input:hover {
	width: 63px;
	height: 22px;
	display: inline-block;
	background: url(images/signup.gif) no-repeat 0 -22px;
	border-style: none;
	float: right;
}


#header h1 a {
	width: 205px;
	height: 40px;
	display: block;
}

p#copy {
	text-align: center;
	text-indent: 87px;
	font-size: 90%;
	color: #acacac;
	margin-top: 20px;
}

.items object {
	margin-left: 27px;
	margin-right: 15px; 
}

#right_col li {
	list-style-type: none;
	margin-bottom: 5px;
	color: #7f7f7f; 
}

#right_col ul {
	padding-left: 0;
	margin-top: 24px;
	font-size: 12px;
	margin-bottom: 70px; 
}
