﻿/******************************/
/* style sheet for CS Gallery */
/*     author: Jack Thorn     */
/******************************/

body {font-family:Tahoma, Verdana, sans-serif; background:url('../images/background.png') repeat-x fixed;}

#bodydiv {
	width:1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#headerdiv {width:800px; height:250px; background-image:url('../images/header.png');}

#bar {width:800px; height:20px; background-color:#B46843; color:#FFF;}
#bar p {letter-spacing:5px; text-align:center; font-weight:bold;}
#bar a:visited, #bar a:link, #bar a:active {text-decoration:none; color:white;}
#bar a:hover {text-decoration:underline; color:white;}

#contentleft {width:600px; float:left;}

#contentright {width:200px; float:left;}
#contentright img {margin-left:10px; border:0;}
.rightp {text-align:center; font-size:10px;}

#footer {width:800px; background-color:#B46843; color:#FFF; margin-top:10px; text-align:left; font-size:12px; position:relative; float:left;}
#footer a:link, #footer a:visited, #footer a:active {text-decoration:none; color:white;}
#footer a:hover {text-decoration:underline; color:white;}
#web a:link, #web a:visited, #web a:active {text-decoration:none; color:#7A434A;}
#web a:hover {text-decoration:underline;}

.box {margin-top:10px;}
.boxcontent {background-color:#F5E9C8; padding:5px; font-size:12px;}
.round1 {background-color:#F5E9C8; display: block; line-height: 1px; overflow: hidden; height: 1px; margin: 0 1px;}
.round2 {background-color:#F5E9C8; display: block; line-height: 1px; overflow: hidden; height: 1px; margin: 0 2px;}
.round3 {background-color:#F5E9C8; display: block; line-height: 1px; overflow: hidden; height: 1px; margin: 0 3px;}
.box a:visited, .box a:link, .box a:active {color:#B46843; text-decoration:none;}
.box a:hover {color:#B46843; text-decoration:underline;}

/* css for input buttons on artist store pages: */
table input {color:#7A434A;}


/*classes for text variations */
.b {font-weight:bold;}
.i {font-style:italic;}
.u {text-decoration:underline;}
.c {text-align:center;}
.h4 {font-size:14px;}

