/* phpBB CSS settings */
/* written by Tom Beddard */
/* www.subblue.com */


font{ font-family: Verdana, Arial, Helvetica, sans-serif;}
td	{ font-family: Verdana, Arial, Helvetica, sans-serif;}



/* The register, login, search etc links at the top of the page */
font.mainmenu		{ font-size : 11px; text-decoration : none; line-height : 150%; color : #000000 }
a.mainmenu			{ text-decoration: none; color : #000000}
a:hover.mainmenu	{ text-decoration: underline; color : #C23030}


/* Forum categories */
font.category		{ font-size : 10px; letter-spacing: 1px; font-weight : bold; text-decoration : none; line-height : 150%; color : #000000 }
a.category			{ text-decoration: none; color : #000000 }
a:hover.category		{ text-decoration: underline }


/* Forum stats */
font.statsblock		{ font-size : 11px; line-height : normal; color : #000000 }
a.statsblock		{ color:#000000; text-decoration: none }
a:hover.statsblock	{ color:#C23030; text-decoration: underline }

/* Forum title: Text and link to the forums used in: index.php */
font.forumlink		{ font-size : 10px; font-weight : bold; text-decoration : none; line-height : 150%; color : #000000 }
a.forumlink			{ text-decoration: none; color : #000000 }
a:hover.forumlink	{ text-decoration: underline; color : #000000 }


/* Description to go with the forum name: also used for multiple page spans on the topic title */
font.forumlinkdesc	{ font-size : 10px; font-weight : plain; text-decoration : none; color : #000000 }
a.forumlinkdesc		{ text-decoration: none; color : #000000 }
a:hover.forumlinkdesc	{ text-decoration: underline; color : #000000 }


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


/* titles for the topics: can specify viewed link colour too */
font.topictitle		{ font-size : 11px; font-weight : bold; line-height : 150%; color : #000000}
a.topictitle		{ text-decoration: none; color : #000000 }
a:hover.topictitle	{ text-decoration: underline; color : #000000 }
a:visited.topictitle	{ text-decoration: none; color : #000000 }


/* Name of poster in viewmsg.php and viewtopic.php */
font.normalname		{ font-size : 11px; font-weight : bold; text-decoration : none; line-height : 150%; color : 000000}
a.normalname		{ color: #000000; text-decoration: none}
a.normalname:hover	{ color: #C23030; text-decoration: underline}


/* Titles for types of membership */
font.membertitle	{ font-size : 10px; font-weight : bold; text-decoration : none; line-height : 150%; color : #000000}


/* Small info like poster, replies, views etc in:  viewforum.php */
font.topicinfo		{ font-size : 10px; line-height : 150%; color : #000000 }
a.topicinfo			{ color: #000000; text-decoration: underline }
a:hover.topicinfo	{ color: #000000; text-decoration: underline }


/* Location, number of posts, post date etc in:  viewtopic.php and viewmsg.php */
font.postdetails	{ font-size : 10px; color : #000000 }
a.postdetails		{ color: #000000; text-decoration: none }
a:hover.postdetails	{ color: #C23030; text-decoration: underline }


/* The content of the posts in:  viewtopic.php, viewmsg.php, faq.php (body of text) */
font.postbody,td.postbody { font-size : 11px; line-height : 150%; color : #000000 }
a.postbody			{ text-decoration: none; color : #000000 }
a:hover.postbody	{ text-decoration: underline; color : #C23030 }



/* Testar nya fontclasser */
font.times { font-family : times; line-height : 100%; color : #000000 }
font.arial { font-family : arial; line-height : 100%; color : #000000 }
font.courier { font-family : courier; line-height : 100%; color : #000000 }



/* Quote Code */
font.code			{ font-family:Courier, Courier New; font-size:11px; color: #006600; line-height: 150% }
font.quote			{ font-family:Verdana, Arial; font-size:11px; color: #444444; line-height: 150% }
font.signature		{ font-size : 11px; font-weight : plain; text-decoration : none; line-height : 150%; color : #000000 }
font.editedby		{ font-size : 10px; line-height : 100%; color : #000000 }
font.general,td.general      { font-size : 11px; line-height : 135%; color : #000000 }


/* Used in the section titles for the FAQ */
font.titlelarge,td.titlelarge  { font-size : 14px; font-weight : bold; text-decoration : none; color : #000000 }


/* General title: used for the topic title in viewtopic.php and viewmsg.php */
font.titlemedium	{ font-size : 11px; font-weight : bold; text-decoration : none; line-height : 150%; color : #000000}


/* Headers of columns for viewforum.php etc */
font.columnhead		{ font-size : 10px; font-weight : bold; text-decoration : none; line-height : 150%; color : #000000}
a.columnhead		{ text-decoration: underline; color : #000000 }
a:hover.columnhead	{ text-decoration: none; color : #C23030 }


/* error message */
font.errormsg		{ font-size : 12px; font-weight : bold; text-decoration : none; line-height : 150%; color : #000000}


/* Used lots of places for small sub text */
font.misc,td.misc	{ font-size : 10px; line-height : 150%; color : #000000 }
a.misc				{ text-decoration: none; color : #000000 }
a:hover.misc		{ text-decoration: underline; color : #C23030 }

font.white,td.white	{ font-size : 10px; font-weight : bold; line-height : 150%; color : #FFFFFF }

/* Used loads of places for general text such as confirmation messages etc */
a.general			{ color: #000000; text-decoration: none }
a:hover.general		{ color: #C23030; text-decoration: underline }

a.red				{ color: #FF0000; text-decoration: none }

/* The field names on forms, i.e. username etc */
font.field,td.field	{ font-size : 11px; font-weight : bold; text-decoration : none; line-height : 150%; color : #000000}


/* Form elements */
SELECT, option, textarea, input { font-family: Verdana, Arial; color:#000000; font-size: 11px; }


/* Copyright and bottom info */
font.copyright		{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 11px; line-height: 135%; letter-spacing: 1px}
a.copyright 		{ color: #000000; text-decoration: none}
a.copyright:hover 	{ color: #C23030; text-decoration: underline}

