/* @group Global Reset */

/* Used for global layout stuff - based on the Yahoo reset: http://developer.yahoo.com/yui/reset/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
	font-size: small;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img
{
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var
{
	font-style: normal;
	font-weight: normal;
}

ol,ul
{
	list-style: none;
}

caption,th
{
	text-align: left;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after
{
	content: '';
}

abbr,acronym
{
	border: 0;
}



/* @end */

/* @group Layout Grid */

/* DIV Layouts */

#wrap {

	width:900px;
	margin: 80px auto 0 auto;

}

#artists_featured_box {
	width: 100%;
	float: left;
	clear: both;
}

#artists_featured_cols1 {
	width: 250px;
	float: left;
	border-top: 1px solid #d0cfcf;
	border-bottom: 1px solid #d0cfcf;
	padding: 10px 0 10px 0;	
	margin-right: 75px;
}

#artists_featured_cols2 {
	width: 250px;
	float: left;
	border-top: 1px solid #d0cfcf;
	border-bottom: 1px solid #d0cfcf;
	padding: 10px 0 10px 0;	
	margin-right: 75px;
}

#artists_featured_cols3 {
	width: 250px;
	float: left;
	border-top: 1px solid #d0cfcf;
	border-bottom: 1px solid #d0cfcf;
	padding: 10px 0 10px 0;
}

.artist_box {
	margin: 15px 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #d0cfcf;
	float: left;
	width: 900px;
	
	/*Min-Height Hack*/
	 
}

.img_thumb {
	float: left;
	margin-right: 10px;
	width: 140px;
}

.text_frame {
	float: left;
	width: 730px;
}


/* @end */

/* @group Type & Links */

/* Used for type */

body {
	font: 1em/1.5em "Courier New", Courier, mono;
}

h1 {

	margin-bottom: 25px;

	font-weight: bold;

	font-family: "Copperplate Gothic Bold", "Lucinda Grande", Verdana, Arial;
	text-align: center;
	line-height: 2em;
	text-decoration: underline;
	font-size: 2em;

}

h2 {

	font-weight: bold;
	font-family: "Copperplate Gothic Bold", "Lucinda Grande", Verdana, Arial;
	text-align: center;
	line-height: 1.2em;
	margin: 0;
	padding: 15px 0 15px 0;
	font-size: 1.2em;
	clear: both;
}

h3 {
	font-weight: bold;
	font-family: "Copperplate Gothic Bold", "Lucinda Grande", Verdana, Arial;
	text-align: center;
	line-height: 2em;
	font-size: 1.2em;
	padding: 35px 0 10px 0;
	clear: both;
}

h4 {
	color: #919090;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

p {
	color: #000;
	line-height: 1.1em;
}

.artist_box p {
	margin-bottom: 10px;
}

.redText
{
	color: red;
}

.blueText
{
	color: blue;
}

.greenText
{
	color: green;
}

.center {
	text-align: center;
}

#artists_featured_box a { 
	color: #000;
	text-decoration: none;
	font-size: 1em;
	font-family: "Courier New", Courier, mono;
}

#artists_featured_box a:link { 
	color: #000;
	text-decoration: none;
	font-size: 1em;
	font-family: "Courier New", Courier, mono;
}

 #artists_featured_boxa:visited { 
	 color: #878686;
	text-decoration: none;
	font-size: 1em;
	font-family: "Courier New", Courier, mono;;
}

#artists_featured_box a:hover { 
	color: purple;
	text-decoration: underline;
	font-size: 1em;
	font-family: "Courier New", Courier, mono;
}

h2 a:link { color: #878686;
	text-decoration: none;
	font: 1em "Copperplate Gothic Bold", "Lucinda Grande", Verdana, Arial;
}

h2 a:visited { color: #878686;
	text-decoration: none;
	font: 1em "Copperplate Gothic Bold", "Lucinda Grande", Verdana, Arial;
}

h2 a:hover { color: purple;
	text-decoration: underline;
	font: 1em "Copperplate Gothic Bold", "Lucinda Grande", Verdana, Arial;
}

a:link { color: #23518e;
	text-decoration: none;
	font: .8em Verdana, Arial, sans-serif;
}

a:visited { color: #878686;
	text-decoration: none;
	font: .8em Verdana, Arial, sans-serif;
}

a:hover { color: purple;
	text-decoration: underline;
	font: .8em Verdana, Arial, sans-serif;
}

.topOfPage {
	float: right;
}

/* @end */

/* @group Widgets */

/* Used for widgets like tabs, drop-down menus, and Òread moreÓ buttons */

/* @end */
