/* template.css | Updated: May 29, 2007 */
/* http://arwinclicks.com/template.css  */

body { background:url(../images/bg.jpg) scroll top left; /*background-color:#FFFFFF;*/ margin:0px; padding:0px; }
body, td { font-family:Arial; font-size:11px; color:#003579; } /*default font-family and font color*/

/*some standards*/
form, ul, ol, h1, h2, h3, h4, h5 { padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; }
p { margin:0px; }
a img { border: none; } /*default border attribute on images that have a link*/

/*basics*/
.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs17 { font-size:17px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }

.txc {font-size:14px; color:#000000;}

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; /*border-bottom:1px solid #3366FF;*/ }

#left { text-align:left; }
#right { text-align:right; }
#center { text-align:center; }
#justify { text-align:justify; }

/*td's padding or sample padding to be use*/
.main_td { padding:20px 15px 20px 15px; }
.area_a_td { padding:10px 15px 10px 15px; }
.footer_td { padding:5px 15px 5px 15px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }

/*default color on text-links and text-decoration*/
a:link, a:visited { color:#003579; text-decoration:underline; }
a:hover { color:#003579; text-decoration:none; }

/*to override default color on text-links and text-decoration*/
.a1 a:link, .a1 a:visited { color:#FF7315; text-decoration:none; }
.a1 a:hover { color:#FF7315; text-decoration:underline; }

.a2 a:link, .a2 a:visited { color:#003579; text-decoration:none; }
.a2 a:hover { color:#003579; text-decoration:underline; }

/*css navigation | main nav*/
.nav_block { padding:0px 0px 0px 0px; font-family:Arial; font-size:12px; }
.nav a { /*display:block; for vertical*/ /*float:left; for horizontal*/
		 /*display:table-cell; display:inline-block;*/ 
         padding:0px 29px 0px 28px; font-family:Arial; font-size:12px; font-weight:bold; 
		 height:auto; width:auto;
       }
.nav a:link, .nav a:visited { color:#FF7315; text-decoration:none; }
.nav a:hover { color:#FF7315; text-decoration:underline; }
#currentnavpage { }

#navfirst { }
#navlast { }
#navfirst:hover { }
#navlast:hover { }
#currentnavfirst { }
#currentnavlast { }

/*footer nav*/
.footer_block { padding:0px 0px 0px 0px; color:#003579; font-family:Arial; font-weight:normal; font-size:11px; text-align:right; }
.footer a { padding:0px 6px 0px 4px; font-weight:normal; font-family:Arial;  font-size:11px; }
.footer a:link, .footer a:visited { color:#003579; text-decoration:none; }
.footer a:hover { color:#003579; text-decoration:underline; }

/*CSS Box Model | w3.org standards and explanation, http://www.w3.org/TR/REC-CSS2/box.html */
/*sample css box model hack | Technique no. 3 of Alternate Box Model Hacks, http://css-discuss.incutio.com/?page=BoxModelHack */
.csshack {
padding:10px 20px 10px 20px; 
width: 360px !important; 
width /**/: 400px; 
background-color:orange;
}

/*css box model hack alternative | Trick no. 6, http://www.evolt.org/article/Ten_CSS_tricks_you_may_not_know/17/60369/ */
#box { width:400px; background-color:yellow; }
#box .box2 { padding:10px 20px 10px 20px;  }

/*add-ons*/
.ff_cs { font-family:"Comic Sans MS"; } /*sample font-family to be use*/
.brown { color:#B29D90; } /*sample font color to be use*/
.title { font-family:Times New Roman; font-size:20px; font-weight:bold; color:#FF802A; }
.register { font-family:Arial; font-size:11px; color:#003579; padding-left:30px; } /*font attrributes for form, e.g., input box, textarea, select*/
.txt_left { font-family:Arial; font-size:11px; color:#FFCB5A; line-height:1.45em; }

/*bg*/
.bg_top  { background:url(../images/bg_top.gif);
	background-position:top left;
	background-repeat:repeat-x; }

/*main design*/
.main1 { background:url(../images/fshmusic_01.jpg);
	background-position:top left;
	background-repeat:repeat-x; }

.main2 { background:url(../images/fshmusic_02.jpg);
	background-position:top;
	background-repeat:no-repeat; }

.main3 { background:url(../images/fshmusic_03.jpg);
	background-position:top;
	background-repeat:no-repeat; }
	
.main4 { background:url(../images/fshmusic_forum_pic.jpg);
	background-position:top;
	background-repeat:repeat-y; }


.main4top { background:url(../images/fshmusic_04top.jpg);
	background-position:top;
	background-repeat:no-repeat; }

.main4bottom { background:url(../images/fshmusic_04bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat; }
	
.topbanner { background:url(../images/banner.jpg);
	background-position:top;
	background-repeat:no-repeat; }
		
.bg_mid { background:url(../images/bg_mid.jpg);
	background-position:top;
	background-repeat:no-repeat; }
		
.bg_bottom { background:url(../images/bg_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat; }	

.main5 { background:url(../images/fshmusic_05.jpg);
	background-position:top;
	background-repeat:repeat-x; }

/*margin*/
.margin_vt { margin-top:16px; }
.margin_lefttxt { margin-left:4px; }
.margin_leftimg { margin:3px 5px 0px 4px; }

/*padding*/
.padding_mainleft { padding:15px 18px 10px 13px; }
.padding_mainright { padding:14px 15px 27px 18px; }
.padding_footer { padding-top:13px; }

/*float*/
.float_left { float:left; }

/*border*/
.border_style1 { border:1px solid #FF802A; }

/*spacing*/
.double_space { line-height:2em; }