/*

Author : Gabe Blair
Email : gabe@castironcoding.com

Description: Master Stylesheet

Created: 3/3/08

*/

* {padding:0; margin:0;}

a, a:visited {
	outline: none;
	text-decoration: underline;
	font-weight: normal;
	color: #CE6415;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

a img {
	border: 0;
}

.clear {
	clear:both;
	height:1px;
	margin:-1px 0 0 0;
	padding:0;
	line-height: 1px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-weight: bold;
	font-size: 13px;
	color: #CCCCCC;
}

p {
	padding: 0 0 8px 0;
	color: #7C7C7C;
	line-height: 14px;
}

.rightAlign {
	text-align: right;
}

ul {
	list-style-type: none;
	text-indent: 0;
}

/* page structure */

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	position: relative;
}

#header {
	background: url(../images/joeRyckebosch.png) top left no-repeat;
	position: relative;
	margin: 10px 0 0 0;
	text-align: left;
}

#content {
	min-height: 500px;
	padding: 12px 0 0 0;
	position: relative;
	text-align: left;
	width: 100%;
}

#column {
	float: left;
	padding: 22px 0;
	width: 160px;
	zoom: 1;
	border: 1px solid blue;
}

#copy {
	float: left;
	padding: 0 0 14px 0;
	margin-right: 10px;
	width: 500px;
	min-height: 1px;
	zoom: 1;
}

body.twoCol.left #copy {
	width: 600px;
}

#sidebar {
	float: left;
	padding: 22px 0;
	position: relative;
	width:290px;
	zoom: 1;
}

#footer {
	padding: 12px 0;
	font-size: .9em;
}

#footer .col {
	float: left;
	width: 172px;
}

#footer .middle {
	display: inline;
	margin-right: 10px;
	text-align: center;
	width: 333px;
}

#footer-stripe {
	background-color: #74b9e5;
	height: 15px;
	width: 100%;
}

/* primary nav */
ul#primary {
	padding-top: 50px;
	list-style-type: none;
	text-indent: 0;
}

ul#primary li {
	text-transform: uppercase;
	display: inline;
	margin: 0 10px 0 0;
}

ul#primary li a,
ul#primary li a:visited {
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	height: 11px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

ul#primary li.active a,
ul#primary li a:hover {
	color: #CE6415;
	background-position: 0 -11px;
}

ul#primary li.news a {
	width: 35px;
	background-image: url(../images/sprite_news.gif);
}

ul#primary li.artwork a {
	width: 60px;
	background-image: url(../images/sprite_artwork.gif);
}

ul#primary li.about a {
	width: 41px;
	background-image: url(../images/sprite_about.gif);
}

ul#primary li.contact a {
	width: 55px;
	background-image: url(../images/sprite_contact.gif);
}

ul#primary li a span {
	display: none;
}

/* news styles */
div.post {
	margin: 0 0 10px 0;
}

div.post hr.spacer {
	border: 0;
	background: #CCCCCC;
	height: 2px;
}

div.post .date {
	font-size: 10px;
}

div.post .newsImage {
	margin-bottom: 15px;
}

/* boxes */
.box {
	padding: 0 0 10px 0;
}

.box.rightRounded {
	background: #cccccc url(../images/round_bottomRight.gif) bottom right no-repeat;
}

.box.leftRounded {
	background: #cccccc url(../images/round_bottomLeft.gif) bottom left no-repeat;
}

.box.medium {
	width: 172px;
}

.box h1 {
	background: #000000;
	border: 0;
	margin: 0;
	padding: 6px 8px 7px 8px;
	font-size: 1.5em;
	color: #FFFFFF;
	text-transform: uppercase;
}

.box ul {
	list-style-type: none;
	text-indent: 0;
	margin: 0 10px 10px 10px;
	font-size: 1.1em;
}

.box ul li.news-amenu-item-year,
.box ul li.news-amenu-item-year dd {
	margin: 0;
	padding: 0;
	text-indent: 0;
	text-align: left;
	min-height: 1px;
}

.box ul h3,
.box ul li.news-amenu-item-year {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 10px;
	text-align: left;
}

.box a,
.box a:visited {
	text-decoration: none;
}

.box a:hover {
	text-decoration: underline;
}

.box {
	min-height: 202px;
}

.miniCol {
	position: relative;
	width: 156px;
	float: left;
}

#sidebar .miniCol.left {
	margin: 0 10px 0 0;
	width: 172px;
}

#sidebar .miniCol {
	width: 80px;

}

/* Artwork styles */
#leftbar {
	float: left;
	padding: 0;
	position: relative;
	width:150px;
	zoom: 1;
}

ul.worksList {
	margin: 10px;
	font-size: 12px;
}

ul.worksList li ul {
	margin: 0 0 2px 10px;
	font-size: 12px;
}

.worksList a,
.worksList a:visited,
.worksList ul li a,
.worksList ul li a:visited {
	color: #000000;
}

.worksList li.active a,
.worksList li.active a:visited {
	text-decoration: none;
}

.worksList li.active a:hover {
	text-decoration: underline;
}

.worksList a:hover,
.worksList ul li.active a,
.worksList ul li.active a:visited {
	color: #CE6415;
}

.worksList .active a,
.worksList .active ul li a:hover {
	text-decoration: underline;
}

.worksList .active ul li a:hover {
	color: #CE6415;
}

.worksList .active ul li a {
	text-decoration: none;
}

ul.thumbList {
	margin: 0 0 0 15px;
	clear: both;
}

ul.thumbList li {
	display: block;
	float: left;
	width: 90px;
	margin: 0 15px 15px 0;
}


/* the single art view */
.single {
	width: 600px;
	margin: 0 0 0 15px;
}

.single div {
	margin: 0;
	padding: 0;
}

.single .desc {
	padding-bottom: 0;
	margin-bottom: 0;
	float: left;
}

.single .buyLink {
	width: 200px;
	float: right;
	text-align: right;
	margin: 0;
}

.single .buyLink a {
	text-decoration: none;
}

.single .buyLink a:hover {
	text-decoration: underline;
}

.single .text {
	margin: 10px 0 0 0;
}

form {
	font-size: 1.2em;
}

label {
	display: block;
	padding-bottom: 3px;
	color: #7C7C7C;
}

form span {
	font-size: 12px;
	color: #7C7C7C;
}

.error {
	color: #FF0000;
}

.required {
	padding-left: 15px;
	padding-top: 10px;
	background: transparent url(../images/required.gif) 0 12px no-repeat;
}

div.submit input {
	background: #CE6415;
	margin: 10px 0 0 0;
	color: #FFFFFF;
	padding: 5px;
	border: 3px groove #7C7C7C;
}

input.text, 
textarea, 
select {
	font-size:100%;
	border:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	border-bottom:1px solid #ddd;
	background:#fff;
	padding:2px;
	color:#333;
}