/***********************************************/
/* SF.css                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
* {padding: 0; margin: 0;}
p {margin-top: 0;}

body{
	font-family: Arial;
	line-height: 1.166;	
	padding: 0px;
    background-image: url(Images/bkgrnd.jpg);

}

/******* hyperlink and anchor tag styles *******/





/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Times,serif;
 color: #334d55;
}
				
input{
font-family: Times,serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	position: relative;
	clear: both;
	top: 0px;
	width: 825px;
	z-index: 1;
	margin: auto;
}


#banner{
	position: relative;
	width: 825px;
	height: 140px;
	z-index: 3;
	
}

#menu{
	position: relative;
	background-image: url(Images/halfmenu.jpg);
	border: 1px solid #CCCCCC;
	height: 38px;
	width: 823px;
	z-index: 3;
}

#menubar{
	float: left;
}

#blogname{
	position: relative;
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #CCCCCC;
	background-color: #006699;
	height: 120px;
	width: 823px;
		
}

#pagecell{
	position: absolute;
	top: 307px;
	width: 823px;
	padding: 0px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	z-index: 3;
	background-color: #FFFFFF;

}

#fullwcontent{
	width: 807px;
	margin: 0px 3px 5px 3px;
	padding: 5px;
	background-color:#FFFFFF;
}
	
#ftr{	
	position: relative;
 	width: 825px;
	height: 80px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	background-image: url(Images/ftr.gif);
}
	
#content {
	float:left;
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	width:450px;
	}
	
#sidebar {
	float:right;
	margin:0 0 20px 10px;
	width:250px;
	}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#spacer{
	position: relative;
	width: 823px;
	height: 5px;
	background-image:url(Images/grayslant.gif);
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	z-index: 1;

}

#item{
	font-size: 13px;
	font-family: Arial;
	position: relative;
	width: 803px;
	padding: 8px 10px 15px 10px;
	border-bottom: 1px solid #E1E1E1;
	z-index: 3;

}
a.item{
  	font-size: 13px;
  	color: #FF3300;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
	margin: 0px;
}

a.item:hover{
	color:#000000;
	text-decoration: underline;
	
}

#roll tr.ruled {
  background:#ECF0F3;
}
/***********************************************/
/* Menu                                        */
/***********************************************/

#MenuLinks{
	position: absolute;
	top: -2px;
	padding: 7px 0px 0px 0px;
	height: 38px;
	width: 825px;
}

a.mlink1{
  	font-size: 22px;
  	color: #000000;
	font-weight: normal;
	font-family: Century Gothic;
	text-decoration: none;
	margin: 0px;
	padding: 5px 52px 4px 62px;

}
	
a.mlink2{
  	font-size: 22px;
  	color: #FF3300;
	font-weight: normal;
	font-family: Century Gothic;
	text-decoration: none;
	margin: 0px;
	padding: 5px 63px 4px 63px;
}

a.mlink3{
  	font-size: 22px;
  	color: #000000;
	font-weight: normal;
	font-family: Century Gothic;
	text-decoration: none;
	margin: 0px;
	padding: 5px 69px 4px 69px;
}

a.mlink4{
  	font-size: 22px;
  	color: #000000;
	font-weight: normal;
	font-family: Century Gothic;
	text-decoration: none;
	margin: 0px;
	padding: 5px 49px 4px 49px;

}

a.mlink:visited{
	color: #000000;
	text-decoration:none;
}

a.mlink1:hover{
	color: #FF3300;
	text-decoration: none;
}

a.mlink2:hover{
	color: #FF3300;
	text-decoration: none;

}

a.mlink3:hover{
	color: #FF3300;
	text-decoration: none;
}


a.mlink4:hover{
	color: #FF3300;
	text-decoration: none;
}

.skipLinks {display: none;}


/*************** image styles *****************/
img.floatLeft { 
    float: left; 
}

img.floatRight { 
    float: right; 
}

/***********************************************/
/* Blog style                                  */
/***********************************************/
/* Begin Header */
h1 {
	font-family:14px arial;
	padding:30px 0 0 0;
	text-align:center;
	text-transform:uppercase
	}
	
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
	text-decoration:none;
	color:#000
	}

.description {
	color:#777;
	font:14px arial;
	padding:0 0 5px 0;
	text-align:center;
	text-transform:uppercase
	}
	
#header ul{
	border-bottom:2px solid #000;
	border-top:1px solid #000;
	padding:3px 0;
}

#header ul li {
	display:inline;
	padding:0 30px 0 0
}

#header ul li a:link, #header ul li a:active, #header ul li a:visited, #header ul li a:hover{
	color:#000;
	font:1.1em arial;
	text-decoration:none;
	text-transform:uppercase
}
/* End Header */



/* Begin Content*/
h2,h3,h4,h5,h6{
	color:#000;
	font:bold 16px arial;
	margin:20px 0 5px 0
	}

h2,h3{
	border-bottom:1px solid #000
	}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover,
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#000;
	text-decoration:none
}

.postmetadata {
	color:#555;
	font-size:.85em;
	padding:2px 0 0 0
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#555;
	text-decoration:none
}

.postmetadata a:hover{
	text-decoration:underline
}

.entry, .entrytext, .entrytext p{
	font-size: 13px;
	line-height: normal;
	margin:10px 0 0 0
	}
	

a:link, a:visited, a:hover{
	color:#FF3300;
	text-decoration:none;
}



/* End Content*/



/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
	font-size:13px
	}
	
.commentlist li {
	font-weight:bold
	}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em
	}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none
	}

.commentmetadata {
	font-weight:normal
	}

.commentlist {
	padding:0;
	text-align:justify
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal
	}

.commentlist p {
	margin:10px 5px 10px 0
	}

#commentform p {
	margin:5px 0
	}

.commentmetadata {
	margin:0;
	display:block
	}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
	margin:5px 0 5px 26px
	}

#sidebar ul li{
	list-style:none
	}

#sidebar ul li ul li{
	border-bottom:1px solid #ddd;
	padding:2px 0
	}

#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited, #sidebar ul li ul li a:active{
	color:#444;
	text-decoration:none;
	font-size: 13px;
}

#sidebar ul li ul li a:hover{
	color:#000;
	text-decoration:underline
}
/* End Entry Lists */



/* Begin Images */
p img {
	padding:0;
	max-width:100%
	}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto
	}
	
img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline
	}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline
	}

.alignright {
	float:right
	}
	
.alignleft {
	float:left
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	margin:2px 0;
	padding:5px 0
	}

#sidebar2 #searchform #s {
	width:130px;
	padding:2px
	}

#sidebar2 #searchsubmit {
	padding:1px
	}

.entry form { 
	text-align:center
	}

select {
	width:130px
	}

#commentform input {
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0
	}

#commentform textarea {
	width:100%;
	padding:2px
	}

#commentform #submit {
	margin:0;
	float:right
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1em 'Courier New', Courier, Fixed
	}

acronym, abbr, span.caps
{
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em
	}

acronym, abbr {
	border-bottom:1px dashed #226
	}

blockquote {
	background:#f3f3f3;
	border:1px solid #000;
	line-height:120%;
	margin:10px 0;
	padding:5px 10px 5px 10px
}

blockquote cite {
	margin:5px 0 0;
	display:block
	}

.center {
	text-align:center
	}

hr {
	clear:both;
	display:none
	}

a img {
	border:none
	}

.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px
	}
	
#footer {
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: 1px solid #FF3300;
}

/* End Various Tags & Classes*/


/********************* end **********************/
