/* @override 
	http://featherlead.com/mysite/css/layout.css
	http://www.featherlead.com/mysite/css/layout.css
	http://localhost:8888../css/layout.css
	http://localhost:8888/tutorial/css/layout.css
*/

/************
  * Misc Styles and defaults 
  */
 
* { 
	margin: 0; 
	padding: 0; 
	outline-color: #fff;
	}

html {
	background: #626467 url(../images/bg.gif) repeat;
}

body { 
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
	}

a img{
	border:0;
}
.clear{
	clear:both;
}
img {
	border: 4px solid #E9E9E9;
}

/**************
 	Site Container Box
*/
#BgContainer {
	width: 800px;  
	margin: 0 auto; 
		background: url(../images/background.jpg) repeat;

}
#Container { 
	width: 800px;
	padding-bottom: 15px;
	background: url(../images/background.jpg) repeat fixed;
}
#Layout {
	width: 760px;
	clear: both;
	overflow: auto;
	margin: 15px auto;
}
#Content {
	width: 515px;
	float: right; 	
	margin: 0;
	text-align: left;
}
/** Header **/
#Header { 
 	width: 800px; 
 	margin: 0 auto;
	height: 121px;
	background: url(../images/header.jpg) no-repeat;
}
 	#Header h1 { 
		float: left;
		color: rgb(166,0,0);
		margin: 125px 0 0 25px;
		font: small-caps 300 3.2em Georgia, "Times New Roman", Times, serif;
}
	#Header p {
		color: rgb(166,0,0);
		clear: left;
		margin: 0 0 0 100px;
	font: small-caps 1.4em Georgia, "Times New Roman", Times, serif;
}

/*** Main Nav ***/
#NavHolder {
	height: 40px;
	margin-top: 15px;
	margin-right: 250px;
	clear: both;
	margin-left: 250px;
}
ul#Nav {
}
	ul#Nav li { 
	 	list-style: none; 
		margin: 0 2px; 
		float: left;
		display: block;
		}
  		ul#Nav li a { 
			color: #444;
			float: left;
			text-decoration: none;
			display: block; 
			height: 30px; 
			padding: 0 0 0 10px; 
			text-shadow: #fffcb9 0 0 3px;
	font: small-caps 2.6em/30px Georgia, "Times New Roman", Times, serif;
}
		ul#Nav li a span {
			
			text-align: center;
	        float: left;
			padding-right: 10px;
			height: 30px;
			width: 75px;
	
}
			ul#Nav li a:hover { 
			
			 	color: #fff;
				cursor: pointer;
				}
			ul#Nav li a:hover span {
				cursor: pointer;
			}
    		ul#Nav li a.current,
    		ul#Nav li a.section,
    		ul#Nav li a.section:hover,
    		ul#Nav li a.current:hover {
	color: #fbffd1;
	opacity: 1;
	text-shadow: rgb(0,0,0) 0 2px 1px;
			}
			ul#Nav li a.current span,
			ul#Nav li a.section span,
    		ul#Nav li a.section:hover span,
			ul#Nav li a.current:hover span {
				
			}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left; 
	margin: 0px 5px 10px 0;
	font-size: .65em;
}
	#Breadcrumbs p {
		margin: 0;
	}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}
p.info {
	font-size: 1em;
	color: #999;
	margin: 2px;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
p.comment { font-size: 1em;}

/*** Sidebar ***/
#Sidebar { 
 	width: 235px; 
	float: left;  
	margin: 0;
	padding: 0;
	display: table;
	left: 0;
}
	#Sidebar .sidebar_Box {
	background: none no-repeat left top;
	display: table;
	vertical-align: top;
}
	#Sidebar ul {
		margin: 2px 0 5px;
	display: table;
}
	#Sidebar p {
		font-size: 1.2em;
	line-height: 2em;
	 	clear: both;
}
  	#Sidebar li { 
	   	font-size: 1.2em; 
	   		line-height: 2em;
		color: #444;
		list-style: none;
	display: table-row;
	margin: 5px;
}
	#Sidebar li a.link {
		display: table-row;
		text-indent: 8px;
		font-size: 1.2em;
		color: #444;
		background-color: transparent;
	width: 235px;
	line-height: 2em;
}
	#Sidebar li a:hover {
		text-shadow: #fffcb9 0 0 3px;

		text-decoration: none;
		text-decoration: underline;
	color: #fbffd1;
	font-size: 1.2em;
	line-height: 2em;
	width: 235px;
	display: table-row;
}
	#Sidebar li a.current,
	#Sidebar li a.section,
	#Sidebar li a.section:hover,
	#Sidebar li a.current:hover {
		color: #fbffd1;
	 	display: table-row;
		width: 235px;
		text-indent: 8px;
		font-weight: 700;
		background: none no-repeat left;
		text-shadow: rgb(0,0,0) 0 2px 1px;
	line-height: 2em;
	font-size: 1.2em;
}
	#Sidebar li ul {
		height: 100%;
		position: relative;
		width: 235px;
		background: none no-repeat left;
		display: table-row;
	}
	#Sidebar li ul li ul {
		display: table-row;
	}
	#Sidebar li ul li {
		padding: 0;
		margin: 0;
		display: table-row;
}
	#Sidebar li li a.link {
		margin: 2px 0 0 0;
		text-indent: 15px;
		display: table-row;
		padding-left: 10px;
		font-size: 1.2em;
		height: 21px;
		line-height: 2em;
}
	#Sidebar li li a:hover {
		text-decoration: underline;
		background: none;
		color: #fbffd1;
		font-size: 1.2em;
		line-height: 2em;
		height: 21px;
		width: 235px;
		display: table-row;
}
	#Sidebar li li a.current,
	#Sidebar li li a.current:hover {
	 	text-indent: 15px;
	 	color: #fbffd1;
		width: 235px;
		height: 21px;
		font-weight: 700;
		background: none no-repeat left;
		text-shadow: rgb(0,0,0) 0 2px 1px;
	display: table-row;
	font-size: 1.2em;
	line-height: 2em;
}

	#Sidebar li li ul {
		padding-top: 0px;
		width: 175px;
	display: table-row;
}

	#Sidebar li li li a.link {
		color: #444;	
		background: inherit;
	display: table-row;
	font-size: 1.2em;
	height: 21px;
}
	#Sidebar li li li a:hover {
		width: 235px;
		border: 0;
		background: none no-repeat center;
		text-decoration: underline;
	color: #fbffd1;
	height: 21px;
	font-size: 1.2em;
	line-height: 2em;
	display: table-row;
}
	#Sidebar li li li a.current,
	#Sidebar li li li a.current:hover {
	color: #fbffd1;
	 	display: table-row;
		width: 235px;
		font-weight: 700;
		background: none no-repeat left;
		text-shadow: rgb(0,0,0) 0 2px 1px;
	font-size: 1.2em;
	padding: 0 0 0 10px;
	line-height: 2em;
	height: 21px;
}

	
#Sidebar h3 { 
	clear: both; 
	text-transform: lowercase;
	font-weight: 700; 
	font-size: 1.2em; 
	line-height: 1.7;
	text-indent: 10px;
	}
	
#Sidebar .sidebarRounded {
	
	width: 235px;
	background: none no-repeat;
	text-shadow: #000000 0 2px 1px;
}

/* Forms
*******************************************************/

fieldset {
	font-size: 1.2em;
	padding: 15px;
	border-style: none;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
}
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
	padding: 4px;
	width: 306px;
	clear: left;
	margin-bottom: 10px;
	margin-left: 0;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	width: 300px;
}
select {
	width: auto;
}

input.action {
	padding: 2px;
	font-size: 1.2em;
	font-family: Verdana, Tahoma, Sans-serif;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}
#Search {
	width: 105px;
}
input#Search_Form_SearchForm_Search {
	width: 110px;
	padding: 3px;
	margin-left: -4px;
	font-size: 1.2em;
	}
#Sidebar input.action {
	font-size: 1.2em;
	float: right;
	padding: 1px;
	margin: -22px 10px 0 0;
}
	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

ul#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
ul#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

ul#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

ul#PageComments li.odd p.info {
	color: #3AA0C3;
}
/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}
/* Footer 
*****************************************/

#Footer { 
 	clear: both;   
	height: 55px; 
	text-align: center; 
	height: 287px;
	background: url(../images/footer.png) 0;
	
	z-index: 2;
	}
  	#Footer p { 
		color: #fff;
		line-height: 44px;
		width: 800px;
		font-size: 1.1em;
		text-align: center;
	
}
  	#Footer a { 
	   	color: #fff; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		color: #fff;
		text-decoration: underline;
	}
  