/*
Theme Name: Contempo Graphic Design
Theme URI: http://themeforest.net/user/contempoinc?ref=contempoinc
Description: Portfolio Site
Version: 1.0
Author: Chris Robinson
Author URI: http://wp.contempographicdesign.com
*/

/** CSS - Contempo
==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

/** Body
==============================================================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	background: url(images/header_bg.png) no-repeat top #efefef;
	margin: 0 auto;
}

/** Container
==============================================================================*/

#container {
	width: 945px;
	margin: 0 auto;
} 

/** Floats
==============================================================================*/

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/** Images
==============================================================================*/

a img {
	border: none;
	display: block;
}

img.right {
	margin: 0 0 36px 0;
	border: 1px solid #444444;
}

/** H Tags
==============================================================================*/

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 23px;
	margin: 0 0 23px 0;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	margin: 0 0 18px 0;
	text-transform: uppercase;
}

h3 {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}

/** Links
==============================================================================*/

a:link {
	color: #587298;
	text-decoration: none;
}

a:visited {
	color: #4a6fa8;
	text-decoration: none;
}

a:hover {
	color: #4a6fa8;
	text-decoration: underline;
}

a:active {
	color: #587298;
	text-decoration: none;
}

/** Buttons
==============================================================================*/

a.btn {
	display: block;
	text-decoration: none;
	font-size: 14px;
    padding: 6px 12px;
	width: 127px;
	color: #fff;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25), -2px 0 1px rgba(0, 0, 0, 0.25);
	background: #333;
}

a.btn:hover {
	background: #555;
}

/** Paragraphs
==============================================================================*/

p, .price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 28px;
	margin: 0 0 24px 0;
}

div.rightcol p:last-child {
	margin: 0 0 46px 0;
}

/** Lists
==============================================================================*/

ul li {
	list-style: inside;
	line-height: 24px;
}

ul li {
	list-style-type: disc;
}

/** Logo
==============================================================================*/

#logo {
	margin: 111px 0 0 0;
}

/** Leftcol
==============================================================================*/

.leftcol {
	position: relative;
	width: 305px;
	margin: 0 0 36px 0;
	padding: 16px 0 0 0;
	background: url(images/item_border.png) top repeat-x;
}

.leftcol p, .leftcol ul {
	font-size: 12px;
	line-height: 22px;
	margin: 0 0 22px 0;
}

.price {
	font-size: 20px;
	text-align: right;
	margin: 0 0 8px 0;
	border-top: 1px solid #444444;
}

.price span:first-child {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.tag {
	position: absolute;
	left: -53px;
}

/** Rightcol
==============================================================================*/

.rightcol {
	width: 625px;
	margin: 128px 0 0 0;
}

/** Comment Form / Contact Form
==============================================================================*/

#contact {
	width: 945px;
	margin: 32px 0 32px 0;
}

#commentform,
#contactform {
	width: 623px;
}

fieldset {
	border: none;
}

#commentform .text-input,
#contactform .text-input,
#commentform select,
#contactform select {
	width: 589px;
	color: #555555;
	font-size: 11px;
	margin: 0 5px 10px 0;
	border: 1px solid #cdcdcd;
	background-color: #fff;
}

#commentform input.text-input,
#contactform input.text-input {
	height: 19px;
	padding: 6px 16px 6px 16px;
}

#commentform select {
	padding: 5px 3px 5px 15px;
}

#commentform textarea.text-input,
#contactform textarea.text-input {
	height: 178px;
	padding: 6px 16px 0 16px;
}

#commentform input:focus,
#commentform select:focus,
#commentform textarea:focus,
#contactform input:focus,
#contactform select:focus,
#contactform textarea:focus{
	background: #efefef;
}

#submit {
	font-size: 14px;
	margin: 0 5px 0 0;
    padding: 6px 12px;
	width: 127px;
	color: #fff;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25), -2px 0 1px rgba(0, 0, 0, 0.25);
	background: #333;
	border: none;
}

#contactform input#submit:hover {
	background: #555;
}

#contactform input#submit:focus {
	background: #777;
}

#submit:hover {
	cursor: pointer;	
}

/** Footer
==============================================================================*/

#footer {
	width: 945px;
	margin: 36px 0 36px 0;
	border-top: 1px solid #444444;
}

#footer p.left, #footer p.right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 8px 0 0 0;
	text-transform: uppercase;
}

#footer p.right a {
	margin: 0 8px 0 8px;
}

#footer p.right a.last {
	margin-right: 0;
}