/****************************************************************************

Author: Stephen Saugestad
Development by: Wallop Creative
Last updated: 

*****************************************************************************/

/* defaults ****************************************************************/

* {
	margin: 0;
	padding: 0;
} 

body {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	background:#000;
	color:#373737;
}

body a {
	color:#E26D16;
	text-decoration: underline;
}

body a:hover {
	text-decoration: none;
	color:#EB8336;
}

/* heading attibutes *************************************************/

h1, h2, h3 {
	margin:0 0 10px 0;
	padding:0;
}

h3 {
	font-size:14px;
	color:#fff;
}

/* removes the link underline from logo swap */

h1 a {
	text-decoration:none;
}

/* list items ********************************************/

/*li {
	line-height: 16px;
	background: url(../images/bullet.gif) no-repeat 0px 4px;
	padding-left: 14px;
	padding-bottom: 4px;
}*/

ul, li {
	list-style:none;
}
	#header .tag {
	color:#FFFFFF;
	width: 406px;
	margin-top: 40px;
	float: left;
	margin-left: 52px;
	font-family: "Century Gothic";
}


/* set more defaults **********************************************************/

p {
	margin:0 0 10px 0;
	padding:0;
	line-height:18px;
}

input, textField {
	border:none;
	border:0;
	padding:4px;
}

acronym {
	border-bottom: 1px solid #8F9F20;
	color:#8F9F20;
	cursor:help;
	font-style:normal;
}

a img {
	border:none !important;
}

/* hacks *************************************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

/* Hides from IE-mac */

* HTML .clearfix {
	height: 1%;
}

/* End hide from IE-mac */
/* End clearfix */

/* class attributes *********************************************/

/* dotted line breaks */

.break p {
	margin:0;
	padding:0;
}

p.break, p.breakLight, p.border {
	background: url(../images/break.gif) repeat-x 0px 4px;
	margin:0 0 4px 0;
	padding:0;
	height:10px;
	clear:both;
}

p.breakLight {
	background: url(../images/break_light.gif) repeat-x 0px 4px;
}

p.border {
	background: url(../images/border_pixel.gif) repeat-x 0px 4px;
}

p.readMore {
	float:right;
}

p.smallTitle {
	color:#EDBB15;
}

p.buttonRight {
	float:right;
	margin:0;
	padding:0;
}

.category {
	color:#EE7215;
	font-size:12px;
	font-weight:bold;
	padding:4px 0 0 0;
}

/* box with the art description on the inside pages */

.box {
	background-color:#3C3635;
	border:solid 1px #59504F;
	padding:14px 20px 14px 20px;
	margin:18px 0 4px 0;
	font-size:10px;
}

.box strong {
	color:#DBAD11;
	font-size:10px;
}

.box li {
	margin:0;
	line-height: 16px;
	background: url(../images/bullet_box.gif) no-repeat 0px 7px;
	padding: 0 0 4px 12px;
}

.box a {
	color:#DBAD11;
}

.box a:hover {
	color:#EEBF20;
}

/* artwork on the gallery pages */

.artwork {
	text-align:center;
	margin:40px 0 30px 0;
}

.testimonial {
	color:#DBAD11;
	width:560px;
	padding:0 0 4px 50px;
	margin:0 0 20px 40px;
	background:url(../images/quotes.gif) no-repeat 0 0px;
}

/* prices on the artwork pages */

.priceTable td {
	/*background-color:#453E3D;*/
	border-top:solid 1px #453E3D;
	text-align:center;
	vertical-align:middle;
	height:42px;
}

/* other */

p.disclaimer {
	text-align:right;
	margin:0 20px 20px 0;
	color:#999;
	clear:both;
}

p.quote {
	background:url(../images/quotes.gif) no-repeat 0 0;
	padding:0 0 20px 30px;
}

.title {
	color:#EE7215;
	font-weight:bold;
}

.title02 {
	color:#EDBB15;
	font-weight:bold;
}

.newsList a {
	color:#ccc;
	text-decoration:none;
}

.newsList strong {
	color:#E26D16;
	font-size:10px;
}

.newsTitle {
	color:#E26D16;
}

.boxGeneral, .contestPhoto {
	background-color:#161616;
	border:solid 1px #333;
	padding:10px 16px 10px 16px;
	margin:0 0 20px 0;
}

.boxContestInfo {
	background-color:#161616;
	border:solid 1px #333;
	padding:10px 16px 10px 16px;
	margin:0 0 20px 20px;
	float:right;
	clear:right;
}

.boxContestForm {
	background-color:#161616;
	border:solid 1px #333;
	padding:10px 16px 10px 16px;
	margin:0 0 20px 0;
	float:left;
}

.contestPhoto {
	text-align:center;
	padding:20px;
}

/* table for the contest */

.contestTable td {
	padding:6px;
}

.contestWinnerTable {
	width:680px;
	margin:20px 0 0 0;
	font-size:10px;
}

.contestWinnerTable p {
	margin:0 0 6px 0;
}

.contestWinnerTable td {
	padding:4px;
	text-align:center;
	vertical-align:top;
}

.finePrint {
	font-size:10px;
	color:#666;
}

.textField {
	background-color:#453E3D;
	border-bottom:solid 1px #DBAD11;
	color:#f0f0f0;
}

.pagePhoto img {
	border:solid 1px #333;
}

/* main divs ********************************************************************/

#wrap {
	width:980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	width:980px;
	height:100px;
	background-color:#342F2E;
}

a#logo {
	width:185px;
	height:54px;
	margin: 26px 0 0 24px;
	padding:0;
	float:left;
	text-indent:-9999px;
	background: url(../images/logo.jpg) no-repeat 0px 0px;
	display: inline; /* for double float bug */
}

#content, #contentInside {
	width:980px;
	margin:1px 0 0 0;
	background:url(../images/bg_home_content.gif) repeat-y 0 0;
	color:#c7c7c7;
}

#contentInside {
	background:url(../images/bg_home_content_inside.gif) repeat-y 0 0;
}

#contentBlank {
	background-image:none;
	margin:0 0 20px 0;
}

#content strong, #contentWide strong {
	color:#fff;
	padding:0 0 10px 0;
}

#contentWide, #contentGalleryWide, #contentContest {
	width:680px;
	color:#ccc;
	margin:20px 0 20px 34px;
	float:left;
	display: inline; /* for double float bug */
}

/*#contentWide img {
	float:right;
	margin:0 0 20px 20px;
	height:200px;
	width:200px;
}*/

#contentWide ul {
	margin:0 0 20px 0;
}

#contentWide li {
	line-height: 20px;
	padding: 0 4px 2px 4px;
	margin:0 10px 6px 10px;
	color:#fff;
	border-bottom: 1px solid #464646;
}

/* column that holds the photos on the interior pages */

#contentPhoto {
	width:200px;
	margin:48px 34px 20px 20px;
	float:right;
	display: inline; /* for double float bug */
	color:#999;
}

#contentPhoto strong {
	color:#fff;
	font-size:10px;
}

#contentPhoto p {
	margin:0 0 20px 0;
}

#contentPhoto li {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	font-size:10px;
	border-bottom: 1px solid #464646;
}

/* wide column for the gallery page and contest page */

#contentGalleryWide, #contentContest {
	width:912px;
	margin:20px 34px 20px 34px;
}

/* main columns on the inside pages */

#contentLeft {
	width:669px;
	float:left;
	margin:0 1px 0 0;
	display: inline; /* for double float bug */
}

#contentRight {
	width:270px;
	float:right;
	display: inline; /* for double float bug */
	padding:14px 20px 14px 20px;
}

#contentRight a {
	color:#EDBB15;
}

#contentRight a:hover {
	color:#F2CF57;
}

#contentRight strong {
	font-size:10px;
}

#contestPhoto {
	padding:2px 0 0 0;
}

#featuredArt {
	width:669px;
	display: inline; /* for double float bug */
	border-bottom:solid 1px #000;
	position: relative;
	z-index: 10;
}

#boxNews {
	width:295px;
	float:left;
	display: inline; /* for double float bug */
	padding:14px 20px 20px 20px;
}

#boxTestimonials {
	width:293px;
	float:left;
	display: inline; /* for double float bug */
	padding:14px 20px 20px 20px;
}

#boxNews strong, #boxTestimonials strong {
	font-size:10px;
}

#footer, #footerInside, #separator {
	width:958px;
	height:27px;
	background:url(../images/bg_footer.gif) no-repeat 0 0;
	padding:14px 0 0 22px;
	clear:both;
}

#footerInside, #separator {
	background:url(../images/bg_footer_inside.gif) no-repeat 0 0;
	height:29px;
}

#separator {
	background:url(../images/bg_separator.gif) no-repeat 0 0;
	text-align:center;
	color:#ccc;
}

#footer a, #footerInside a, #copyright a {
	color:#999;
	text-decoration:none;
}

#footer a:hover, #footerInside a:hover, #copyright a:hover {
	color:#ccc;
}

/* sub nav in the footer */

#subNav li {
	display: inline;
	float:left;
	margin:0 26px 0 0;
}

p#copyright {
	text-align:center;
	margin:10px 0 0 0;
	color:#666;
}

/* artwork sample photos on inside pages */

#sampleLeftFloat {
	width:49%;
	float:left;
	margin:20px 0 20px 0;
	text-align:center;
}

#sampleRightFloat {
	width:49%;
	float:right;
	margin:20px 0 20px 0;
	text-align:center;
}

/* contact page boxes */

#contactBox01 {
	float:left;
	width:180px;
	margin:0;
}

#contactBox02 {
	float:left;
	width:180px;
	margin:0 20px 0 20px;
}

#contactBox03 {
	float:left;
	width:180px;
	margin:0;
}

/* gallery index page table */

#galleryCatTable, #galleryTable {
	margin:20px 0 0 0;
}

#galleryCatTable td {
	text-align:center;
	height:120px;
}

#galleryCatTable img {
	width:210px;
	height:100px;
}

/* gallery category table */

#galleryTable td {
	text-align:center;
	padding:6px;
	width:100%;
	height:100%;
	border:solid 1px #333;
}

#galleryTable p {
	margin:0;
	padding:0;
}

#galleryTable #galleryItems {
	width:140px;
	height:180px;
	padding:3px;
	border:0px solid #fff;
}

#galleryTable #galleryItems td.artimg{
	width:150px;
	height:155px;
	border:0px;
	padding:1px;
}

#galleryTable #galleryItems td.arttitle{
	height:25px;
	border:0px;
	padding:1px;
	text-align:center;
}
/* navigation **************************************/


/* the common attributes */

/* headings */

#content h2, #contentInside h2 {
	font-size:1px; /* ie leaves the default height of the h1 tag without this */
	margin:0;
	padding:0;
	padding-top:20px;
	text-indent:-9999px;
}

/* home page */

h2#h_news {
	width:42px;
	height:10px;
	background:  url("../images/headings/h_news.gif") no-repeat 0px 0px;
}

h2#h_testimonials {
	width:102px;
	height:10px;
	background:  url("../images/headings/h_testimonials.gif") no-repeat 0px 0px;
}

h2#h_enter {
	width:100px;
	height:10px;
	background:  url("../images/headings/h_enter_to_win.gif") no-repeat 0px 0px;
}

/* inside page */

h2#h_abstractGallery {
	width:109px;
	height:23px;
	background:  url("../images/headings/h_abstract_gallery.gif") no-repeat 0px 0px;
}

a.artthumb {
	border: 1px solid #ccc;
}

/* search */

div.searchbox {
	width:264px; 
	height:25px;
	float:right;
	color:#ccc;
	margin:34px 0 0 0;
	border:0px solid #fff;
}

div.searchbox .greyInput {
	background-color:#eee;
}


/*span.searchlbl {
	color:#fff;
	position:relative;
	top:-5px;
	font-size:10px;
}

input.searchtxtbox {
	border:1px solid #333333;
	width:190px;
	height:16px;
	margin:0px;
	padding:2px;
}

input.searchsubmit {
	border:0px solid #333;
	background-color:#CC6600;
	color:#fff;
	width:26px; height:20px;
	margin:0px 0px 1px 0px;
	padding:1px;
	font-family:Arial, Verdana, Helvetica;font-size: 11px;
}*/
#newsletter input {
	border: 1px solid #EE7316;
}
#newsletter .submit {
	margin-left: 5px;
	height: 22px;
	padding: 0px;
}
#newsletter {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
