
/*
	Filename: style.css
	Title: Primary CSS file for ArtPrize.com
	Site: http://www.artprize.com
	
	Site Colors:
		Light Green		: #CCFF66
		Light Orange 	: #FFCC66
		Dark Grey		: #666666
		Medium Grey		: #999999
		Light Grey		: #CCCCCC

	Element Colors:
		Green Link		: #99CC33
			-hover		: #FFFFFF
		Grey Link		: #666666
			-hover		: #FFFFFF
*/


/* GLOBAL PROPERTIES
   Notes: Sitewide properties and reset overrides
----------------------------------------------------------------------------------------------------*/
body {
	background: #FFF url(../images/bg_squares.gif) repeat fixed left top;
}
.listSquareBullets li {
	list-style: square;
	color: #666;
	margin-left: 18px;
	line-height: 2em;
}
.listSquareBullets li a {
	color: #666;
	text-decoration: underline;
}
.listSquareBullets li a:hover {
	color: #FFF;
	text-decoration: underline;
}
.bottom {
	margin-bottom: 10px;
}
.right {
	text-align: right;	
}
.rightBlock 
{
	text-align: right;
	display: block;
}
.bottomPad {
	padding-bottom: 10px;
}
.centerImg {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
.divider_bottomGreen {
	background: url(../images/dividerBottomGreen640px.gif) no-repeat bottom;
	padding-bottom: 10px;
	overflow: hidden;
}
.divider_leftGreyBG {
	background: url(../images/dividerGrey250px.gif) no-repeat right top;
	overflow: hidden;
}
.content {
	line-height: 1.4em;
}
.content ul li {
	padding-left: 20px;
	padding-bottom: 5px;
	background-image: url(../images/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 0em .5em;
	line-height: 1.5em;
	margin-left: 10px;
	*height: 1%;
}
.content ol {
	padding: 0px 0px 10px 0px;
}
.content ol li {
	padding-bottom: 5px;
	list-style-type:decimal;
	line-height: 1.5em;
	margin-left: 30px;
}
.relatedContent 
{
	line-height: 1.4em;
	color: #FFF;
	padding: 10px 5px;
}
.columnBG {
	background: #FFF;
	background-image: url(../images/bg_columns.gif);
}

/* ROUNDED CORNERS
   Notes: Definitions for sprite rounded corners
----------------------------------------------------------------------------------------------------*/
.roundedBox {
	position: relative;
	padding: 6px;
	margin: 0px 0px 10px 0px;
}
.corner {
	position: absolute; 
	width: 6px;
	height: 6px;
}
.topLeft {
	top: 0;
	left: 0;
	background-position: -1px -1px;
}
.topRight {
	top: 0;
	right: 0;
	background-position: -8px -1px;
}
.bottomLeft {
	bottom: 0;
	left: 0;
	background-position: -1px -8px;
}
.bottomRight {
	bottom: 0;
	right: 0;
	background-position: -8px -8px;
}
#type1 {
	background-color:#FFF;
	*width: 138px;
	_height: 18px;
	_font-size: 0px;
}
	#type1 .corner {
		background-image: url(../images/sprite_roundType1.gif);
	}
#type2 {
	background-color:#FFF;
	border: 2px solid #CCFF66;
	*width: 434px;
	*height: 18px;
	_font-size: 0px;
}
	#type2 .corner {
		background-image: url(../images/sprite_roundType2.gif);
	}
		#type2 .topLeft {
			top: -2px;
			left: -2px;
		}
		#type2 .topRight {
			top: -2px;
			right: -2px;
		}
		#type2 .bottomLeft {
			bottom: -2px;
			left: -2px;
		}
		#type2 .bottomRight {
			bottom: -2px;
			right: -2px;
		}
#type3 {
	background-color:#FFF0D1;
	border: 1px solid #ff6633;
	*width: 444px;
	*height: 34px;
	_font-size: 0px;
}
	#type3 .corner {
		background-image: url(../images/sprite_roundType3.gif);
	}
		#type3 .topLeft {
			top: -1px;
			left: -1px;
			background-position: -1px -1px;
		}
		#type3 .topRight {
			top: -1px;
			right: -1px;
			background-position: -10px -1px;
		}
		#type3 .bottomLeft {
			bottom: -1px;
			left: -1px;
			background-position: -1px -10px;
		}
		#type3 .bottomRight {
			bottom: -1px;
			right: -1px;
			background-position: -10px -10px;
		}

/* TEXT STYLES
   Notes: Base font declarations
----------------------------------------------------------------------------------------------------*/
body {
	font-size: 62.5%;
}
div, p, span, td, th, dt, dd {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.03em;
	
}
h1 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.4em;
	color: #999;
	font-weight: normal;
 
}
h2 {
	padding-bottom: 5px;
	font-size: 1.3em;
	color: #FFCC66;
	font-weight: bold;
	line-height: 1.2em;
}
h3 {
	font-size: 1.2em;
	color: #666;
	font-weight: normal;
	line-height: 1.2em;
}
h4 {
	font-size: 1.1em;
	color: #FFF;
	margin: 5px 0px 0px 0px;	
}
h5 {
	padding: 0px 10px;
	font-size: 1.4em;
	color: #FFF;
	font-weight: normal;
}
h6 {
	font-size: 1em;
}
h3 a:link {
	display: block;
	color: #666;
	padding: 15px 0px 5px 0px;
}
.roundedBox h3 a {
	color: #666;
	padding: 0px;
	display: inline;
	text-decoration: none;
}
.roundedBox h3 a:hover {
	text-decoration: underline;
}
a:link {
	color: #669933;
}
a:visited {
	color: #999;
}
a:hover  {
	color: #FFCC33;
}
a:active  {
	color: #FFCC33;
}
#textWhite {
	color: #FFF;
}
#textWhite a {
	color: #FFF;
	text-decoration: none;
}
#textWhite a:hover {
	text-decoration: underline;
	color: #FFCC66;
}
.relatedContent a {
	color:#FFF;
	text-decoration: underline;
}
.relatedContent a:visited {
	color: #FFF;
}
.relatedContent a:hover {
	color: #FFCC66;
}
.textSmall 
{
	font-size: .7em;
	line-height: 1.1em;
}
.fieldLabel {
	font-size: .9em;
}
.titleWhite {
	font-size: 1em;
	color: #FFF;
	display: block;
	margin: 0 0 0.4em;
}
.titleOrange {
	font-size: 1.1em;
	color: #FFCC66;
}
.subhead {
	font-size: 1.35em;
	color: #FFCC66;
	display:block;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCC;
}
.sectionTitle {
	font-size: 1.6em;
	color: #FFCC66;
	margin: 10px 0px 5px 0px;
	
}


/* CONTAINERS - PAGE STRUCTURE
   Notes: Site structure and elements for grid
----------------------------------------------------------------------------------------------------*/
#container {
	overflow: hidden;
}
#gridPrimary {
	background: #fff;
}
#gridSecondary {
	background: #999;
}

/* HEADER
   Notes: Site header styles
----------------------------------------------------------------------------------------------------*/
#header {
	background: url(../images/header/bg_headerSplash-3.jpg) no-repeat top right;
	height: 106px;
}

#loginControl {
	color: #FFF;
}
#loginControl a {
	color: #FFF;
	text-decoration: none;
}
#loginControl a:hover {
	text-decoration: underline;
	color: #FFCC66;
}
.searchIndent {
	padding: 2px 2px 5px 15px;
}
.signInButton {
	padding-top: 2px;
}

/* NAVIGATION
   Notes: Site navigation styles
----------------------------------------------------------------------------------------------------*/
#spaceHolder {
	padding: 0px;
	background: #666666;
	height: 24px;
}
#logoHolder 
{
	padding: 0px;
	background: #FFF;
	height: 24px;	
}
#navBar {
	background: url(../images/bg_1pxGrey.gif) repeat right top;
	height: 35px;
}
#navBar ul li { 
	display: inline;
}
#navBar ul li a {
	height: 24px;
	text-align: center;
	padding: 11px 20px 0;
	color: #666;
	font-size: 1.1em;
	text-decoration: none;
	float: left;
}
#navBar ul li a:hover {
	background: #EBFDC6;
	height: 23px;
	color: #666;
	border-bottom: 1px solid #666;
}
#navBar ul li a.navActive {
	background: #FFF;
	color: #666;
	height: 23px;
	border-bottom: 1px solid #666;
}
#navSidebar {
	background: #CCFF66;
	color: #666;
	margin: 10px 0px;
	padding: 5px 5px 30px 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
#navSidebar .heading {
	font-size: 1.4em;
	background-color: #FFF;
	/* text-align: center; */
}
#navSidebar li a {
	text-decoration: none;
	color: #666;
	display: block;
	line-height: 2.3em;
	padding: 0px 5px;
	border-bottom: 1px solid #FFF;
}
#navSidebar li a:hover {
	text-decoration: none;
	background-color: #EBFDC6;
	color: #666;
}
#navSidebar li a.active {
	text-decoration: none;
	background-color: #FFF;
	color: #666;
}


/* CALLOUTS 
   Notes: Site accents and callouts
----------------------------------------------------------------------------------------------------*/
#homeArtistCallout {
	background: #CCFF66;
	margin-bottom: 10px;
	padding: 5px;
	height: 120px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

#homeVenueCallout {
	background: #FFCC66;
	margin-bottom: 10px;
	padding: 5px;
	height: 120px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
#homeEvents {
	padding: 0px 5px 5px 10px;
	font-size: 0.95em;
}
#homeDates {
	padding: 0px 5px 5px 10px;

}
#homeDates td 
{
	padding: 0px 4px 10px 0px;
		font-size: 0.90em;	
}
#homeNewArtists {
	padding: 0px 0px 5px 0px;
}
#homeGallery {
	padding: 0px 0px 5px 0px;
}
#homeGallery li {
	line-height: 1.5em;
}
#featureBox {
	padding: 8px;
	height: 254px;
	border: 1px solid #999;
	font-size: 1em;
}
#featureBox a
{
	float: left;
}
#featureBox .button 
{
	padding: 0px 5px 0px 0px;
}
#searchBox {
	padding: 5px;
	margin-top: 0px;
	background: #666666;
}
#homeNews {
	margin: 10px;
	color: #FFF;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #FFF;
}
#homeAnnouncements {
	margin: 10px;
	color: #FFF;
	padding: 5px 0px 15px 0px;
	border-bottom: 1px solid #FFF;
}
#homeFollowUs {
	margin: 10px;
	color: #FFF;
	padding: 5px 0px 15px 0px;
}
#homeFollowUs dd {
	line-height: 1.5em;
	vertical-align: middle;
}
#homeFollowUs img {
	vertical-align: middle;
	padding: 5px 5px 5px 0px;
	border: 0px;
}
#homeFollowUs a {
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}
#homeFollowUs a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFCC66;
}
#artistsNews {
	margin: 10px;
	color: #FFF;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #FFF;
}
#getEmail {
	background: #FFF;
	margin-bottom: 10px;
	padding: 5px 5px 15px 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
#calendar 
{
	border: 1px solid #999;
}
#calendar .odd 
{
	background: #EEE;
}
#calendar th 
{
	background: #999;
	color: #FFF;
	text-align: left;
	padding: 2px;
}
#calendar td 
{
	padding: 4px;
}
#calendar td.date {
	font-weight: bold;
	padding-left: 5px;
}

#artistProcess
{
	border: 1px solid #ccc;
}
#venueProcess
{
	border: 1px solid #ccc;
}

.titleBarGreen
{
	background-color: #CCFF66;
	display: block;
	padding: 10px;
	height: 15px;
}

.titleBarOrange
{
	background-color: #FFCC66;
	display: block;
	padding: 10px;
	height: 15px;
}
.manageVenues
{
	display: block;
	padding: 10px;
	background-color: #ccc;
}

.buttonGreen 
{
	background-color: #CCFF66;
	text-align: center;
	display: block;
	padding: 10px;
	width: 130px;
	margin: 5px;
}
.buttonGrey
{
	background-color: #ccc;
	text-align: center;
	display: block;
	padding: 10px;
	width: 130px;
	margin: 5px;
}

/* FORMS
   Notes: Site form styles
----------------------------------------------------------------------------------------------------*/
.formTable {
	width: 100%;
}
.formTable th {
	background-color: #ccc;
	color: #fff;
	font-weight: bold;
	padding: 4px;
}
.formTable td {
	padding: 4px;	
	vertical-align: top;
}
.formTable .formField {
	white-space: nowrap;
}
.formTable .formLabel {
	white-space: nowrap;
}
.formButtons {
	text-align: right;
}

/* Public profile table styles */
.publicProfile
{
	width: 100%;
}
.publicProfile th 
{
	color: #FFCC66;
	font-weight: bold;
	font-size: 1.4em;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.publicProfile .publicLabel 
{
	text-align: left;
	font-weight: bold;
	padding: 4px;
	width: 50%;
}

.publicProfile .publicField
{
	text-align: left;
	font-weight: bold;
	padding: 4px;
	width: 50%;
}

.publicProfile .bottomDots
{
	border-bottom: dotted 2px #ccc;
}

/* Text input types */
input.textBox, .defaultModal #loginControl input.textBox {
	border: solid 1px #CCC;
	background-color: #FFF;
	line-height: 1.2em;
	float: left;
	display: block;
	width: 200px;
}
input.textBox:focus, .defaultModal #loginControl input.textBox:focus {
	border: solid 1px #666;
	background-color: #fff;
}
input.textBox:hover, .defaultModal #loginControl input.textBox:hover {
	border: solid 1px #666;
	background-color: #fff;
}
input.error {
	border: solid 1px #ea5200;
	background-color: #ffffd5;
}
#loginControl td 
{
	padding-bottom: 4px;
	vertical-align: top;
}
#loginControl input.textBox {
    font-size: 11px;
    background-color: #FFF;
    margin: 0px 0px 0px 4px;
	border: solid 1px #999;
	width: 130px;
}

/* Textarea input types */
textarea.textArea {
	border: solid 1px #CCC;
	background-color: #FFF;
	line-height: 1.2em;
	float: left;
	display: block;
	width: 100%;
}

textarea.textArea:focus {
	border: solid 1px #666;
	background-color: #fff;
}
textarea.textArea:hover {
	border: solid 1px #666;
	background-color: #fff;
}

input.error {
	border: solid 1px #ea5200;
	background-color: #ffffd5;
	width:200px;
}


/* MODALS
   Notes: Modal popup styles
----------------------------------------------------------------------------------------------------*/
#modalMaskBlack {  
	position: absolute;  
	z-index: 9000;  
	background-color: #000;  
	top: 0px;
	left: 0px;
	display: none;
}  

#modalBoxes #modalDialog {  
	width: 375px;   
	/*height: 375px;*/
}  

.defaultModal {  
	position: absolute;  
	width: 440px;
	display: none;  
	z-index: 9010;
	padding: 20px;
	background-color: #fff;
	border: solid 8px #ccc;
}
.defaultModal .loginContainer, .defaultModal #loginControl
{
    background-color:#fff;
    color:#000;
}
/* Modules
   Notes: Module styles
----------------------------------------------------------------------------------------------------*/
.module {
	width: 300px;
	height: 200px;
	border: solid 4px #000;
	padding: 6px;
	margin: 4px;
	float: left;
}
.editContent 
{
	stuff: with things;
}

/* NOTIFICATIONS
   Notes: Styles for notification messages - status, errors, etc.
----------------------------------------------------------------------------------------------------*/
.profileHidden {
	margin: 10px 0px 10px 0px;
	color: #F47321;
}
.profileHidden p {
	margin-left: 50px;
	margin-top: 3px;
}
.iconFloat {
	float: left;
}

/* FOOTER
   Notes: Site footer styles
----------------------------------------------------------------------------------------------------*/
#footer {
	background: #CCC;
	padding: 15px 0px;
	color: #666;
	font-size: 0.90em;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer2 {
	background: #666;
	color: #FFF;
	font-size: 0.9em;
}
#footer2 ul {
	color: White;
	width: 100%;
	padding: 5px 0px;
}
#footer2 ul li { 
	display: inline;
}
#footer2 ul li a {
	padding: 0.2em 2em 0.6em 0.8em;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	float: left;
}
#footer2 ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footerLinkColumn {
	float: left;
	display:inline;
	padding: 0px 35px 10px 0px;
}
.footerLinkColumn dt {
	font-weight: bold;
}
.footerLinkColumn dd {
	line-height: 1.5em;
}
.footerContent {
	float: left;
	width: 100%;
	line-height: 1.3em;
	padding-top: 0.6em;
}
.imgSponsors {
	padding: 10px 5px 5px 10px;
}

/* DEBUG 
   Notes: Add-on classes to be used for debugging
----------------------------------------------------------------------------------------------------*/
.blue {
	background: blue;
}
.grey {
	background: #999999;
}
.green {
	background: green;
}
.purple {
	background: purple;
}
.red {
	background: red;
}
.yellow {
	background: yellow;
}
.white {
	background: white;
}
