
/*
 * LAYOUT
 */

body { text-align:center;

	}
td.lefttableborder {
}
td.righttableborder {
}
.beefatar img {
  max-width:140px;
  width: expression(this.width > 140 ? 140: true);
}

.postbody img {
  max-width:500px; 
  width: expression(this.width > 500 ? 500: true);
}
.wordwrapper {
	width: 585px;
	float: left;
	overflow: auto;
	word-wrap: break-word;
}
.postbody {
	overflow: auto;
	word-wrap: break-word;
}
#header {
	background: #FFFFFF url("../images/redline-h.png") bottom center repeat-x;
}
#footer {
	background: #FFFFFF url("../images/redline-h.png") top center repeat-x;
	float: right;
	width: 100%; 
}
hr.blue {
  border:none;
  height:10px;
  background:url("../images/darkblueline-h.png") repeat-x center;
  padding: 20px 0px 0px 0px;
}
hr.green {
  border:none;
  height:10px;
  background:url("../images/greenline-h.png") repeat-x center;
}

.hrblue {
  background:url("../images/redline-h.png") repeat-x center;
  margin: 25px 0px 0px 0px;
}
.hrgreen {
  background:url("../images/greenlin-h.png") repeat-x center;
}
table.blog {
	width: 280px;
}

/*
 * MARGINS AND PADDING
 */	
body {
	margin: 0;
	padding: 0;
	}
.divider {
	clear: both;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h4 {
	margin: 10px auto 4px 5px;
	padding: 0;
}
#leftcolumn ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#leftcolumn li {
	margin: 0px 0px 0px 10px;
	padding: 2px 0px 0px 0px;
}
#rightcolumn ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#rightcolumn li {
	margin: 0px 0px 0px 20px;
	padding: 2px 0px 0px 0px;
}

p {
	margin: 8px 0px px 0px;
	padding: 0px 0px 0px 0px;
}

/*
 * FONTS AND COLOURS
 */
 
body {
 	font-family:  Arial, Helvetica, sans-serif;
 	font-color: #000000;
 	font-size: 0.8em;
	line-height: 1.6;
	}
#maincontent  {
	font-size: 0.9em;
 	color: #000000;
	}
#footer {
	font-size: 0.9em;
	text-align: right;
	}
#maincontent a {
	text-decoration: none;
	color: #111111;
	border-bottom: 1px dotted #CC3333;
	}
#maincontent a:hover {
	border-bottom: 1px solid #CC3333;
	}
#maincontent a.imagelink {
	text-decoration: none;
	border-bottom: none;
	}
#maincontent a.imagelink:hover {
	border-bottom: none;
	}
h3 {
	 color: #CC3333;
	}
	
input {
	background: #FFFFFF;
	border: 1px solid #CC3333;
	font-size: 0.9em;
}
textarea {
	background: #FFFFFF;
	border: 1px solid #CC3333;
	font-size: 0.9em;
}
input.submitbutton {
	background: #FFFFFF;
	border: 1px solid #CC3333;
	font-size: 0.9em;
}

/*
 *  IMAGE REPLACEMENTS
 */
#header h1  {
	background:url("../images/fence-records-logo.png") no-repeat;
	width: 264px;
	height: 67px;
	font: 0.1em Arial;
	color: #FFFFFF; 
	margin: 10px 0px 15px 14px;
	}

#footer ul li a.press {
	float: right;
	background:url("../images/icons/press.png") bottom center no-repeat;
	width: 65px;
	height: 29px;
	font: 0.01em Arial;
	color: #FFFFFF; 
}
#footer ul li a.contact {
	float: right;
	background:url("../images/icons/contact.png") bottom center no-repeat;
	width: 91px;
	height: 29px;
	font: 0.01em Arial;
	color: #FFFFFF; 
}
#footer ul li a.help {
	float: right;
	background:url("../images/icons/help.png") bottom center no-repeat;
	width: 55px;
	height: 29px;
	font: 0.01em Arial;
	color: #FFFFFF; 
}
#footer ul li a.login {
	float: right;
	background:url("../images/icons/login.png") bottom center no-repeat;
	width: 61px;
	height: 29px;
	font: 0.01em Arial;
	color: #FFFFFF; 
}
#footer ul li.copyright {
	float: right;
	background:url("../images/icons/copyrightfence.png") bottom center no-repeat;
	width: 338px;
	height: 27px;
	font: 0.01em Arial;
	color: #FFFFFF; 
	margin: 0px 10px 0px 0px;
}

#footer ul li a.design {
	float: right;
	background:url("../images/icons/33cldesign.png") bottom center no-repeat;
	width: 157px;
	height: 30px;
	font: 0.01em Arial;
	color: #FFFFFF; 
	margin: 0px 5px 0px 0px;
}
#footer ul li a.host {
	float: right;
	background:url("../images/icons/midgetsquid.png") bottom center no-repeat;
	width: 172px;
	height: 30px;
	font: 0.01em Arial;
	color: #FFFFFF; 
	margin: 0px 5px 0px 0px;
}

#nav ul {
	margin: 0 0 0 6px;
}
#nav ul li a.news {
	float: left;
	background:url("../images/icons/news.png") bottom center no-repeat;
	width: 63px;
	height: 29px;
	font: 0.01em Arial;
	color: #FFFFFF; 
}
#nav ul li a.gigs {
	float: left;
	background:url("../images/icons/gigs.png") bottom center no-repeat;
	width: 63px;
	height: 29px;
	font: 0.01em Arial;
	color: #FFFFFF; 
}
#nav ul li a.bandstand {
	float: left;
	background:url("../images/icons/bandstand.png") bottom center no-repeat;
	width: 125px;
	height: 29px;
	font: 0.01em Arial;
	color: #FFFFFF; 
}
#nav ul li a.artists {
	float: left;
	background:url("../images/icons/artists.png") bottom center no-repeat;
	width: 95px;
	height: 29px;
	font: 0.01em Arial;
	color: #FFFFFF; 
}
#nav ul li a.gallery {
	float: left;
	background:url("../images/icons/gallery.png") bottom center no-repeat;
	width: 91px;
	height: 29px;
	font: 0.01em Arial;
	color: #FFFFFF; 
}
#nav ul li a.beef {
	float: right;
	background:url("../images/icons/beef-red.png") bottom center no-repeat;
	width: 75px;
	height: 29px;
	font: 0.01em Arial;
	color: #FFFFFF; 
}
#nav ul li a.shop {
	float: left;
	background:url("../images/icons/shop.png") bottom center no-repeat;
	width: 63px;
	height: 29px;
	font: 0.01em Arial;
	color: #FFFFFF; 
}
ul.linklist {
	list-style: none;
}
ul.linklist li:before {
		content: "\203A \0020 ";
}

ul.beefteasers {
	list-style: none;
	text-align: left;
}
.beefteasers li {
	float: left;
	width: 140px;
	padding: 0px 4px 0px 4px;
	display: inline;
 	font-family:  "Lucida Grande", "Trebuchet MS"  Verdana, Arial;
 	font-size: 0.7em;
	line-height: 1.6;
}

/*
 * HEADER STYLES
 */
 
 


/*
 * LIST STYLES
 */
#nav ul {
	list-style: none;
	}
#nav li {
	display: inline;
	}
#footer ul {
	list-style: none;
	clear: both;
	float: right;
	}
#footer li {
	display: inline;
	}
	
.releases ul {
	list-style: none;
}
.artistlist ul {
	list-style: none;
}
.artistlist li {
	list-style: none;
}
.artistlinks ul {
	list-style: none;
}
.artistlinks li {
	list-style: none;
}
#rightcolumn ul {
	list-style: none;
}



/*
 * GENERAL CLASSES
 */
 .divider {
	 clear: both;
 	}
 
 
 
/* THE FOLLOWING ARE SOME HANDY LITTLE CLASSES FOR SETTING IMAGES TO 
	FLOAT LEFT AND RIGHT */
img {
	border:0; 
	padding: 2px; 
	vertical-align: bottom;
}
img.rightimage { 
	margin: 0 0 2px 7px; 
	display: inline; 
}
img.leftimage { 
	margin: 0 7px 2px 0; 
	display: inline; 
}
.rightimage { 
	float: right; 
}
.leftimage { 
	float: left 
}

/* General font families for common tags */
a:link,a:active,a:visited { color : #663300; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #; border: none; }

/* This is the outline round the main forum tables */
.forumline	{ border: none; 
padding-top:10px;
padding-bottom:10px;
}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; 
padding:5px;
}
td.row2	{ background-color: #DEE3E7; 
padding:5px;
}
td.row3	{ background-color: #D1D7DC; 
padding:5px;
}

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #CCCCCC;
		background-image: url(templates/subSilver/images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFFF; font-size: 11px; font-weight : bold; 
	background-color: #3399CC; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/subSilver/images/cellpic1.gif);
			background-color:#D1D7DC; border-style: none; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #; border-style: none; height: 28px;
}
td.row3Right {
	background-color: #D1D7DC; border: #FFFFFF; border-style: none;
}
td.spaceRow {
	background-color: #FFFFFF; border: #FFFFFF; border-style: none;
}

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; 
padding: 5px;
}
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { 
border-width: 0px 0px 0px 0px;
padding: 5px;
}
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #663300; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 12px; color : #000000;
text-transform: uppercase;
}
a.mainmenu		{ text-decoration: none; color : #990000;  }
a.mainmenu:hover{ text-decoration: underline; color : #00000; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #663300}
a.cattitle		{ text-decoration: none; color : #663300; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #663300; }
a.forumlink 	{ text-decoration: none; color : #663300; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #663300; }
a.nav:hover		{ text-decoration: underline; }

/* viewforum table – contains the forum title etc */
#viewforum { padding-top: 25px; 
			 padding-bottom: 10px;
}
#abovetable { }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #990000; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #000000; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #663300 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}

/* Quote & Code blocks */
.code { 
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
    padding: 5px;
    font-style: italic;
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color:#FAFAFA;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }


