/*	This is the Glosslike Theme Stylesheet for NyeWorks Mk4 Edition #182955 #374F8B
	Created by Michael Nye 2007 */
	

body {

	margin: 0;
	padding: 0;

	background: #BBB url('Glosslike/bg.gif') top center repeat-x fixed;
	color: #000;

	font-family: 'Helvetica', 'Arial', sans-serif;
	text-align: center;
	font-size: 13px;
	word-spacing: .1em;
	line-height: 1.5em;

}


h1 {

	margin: 20px auto 0 auto;
	padding: 1px 0;
	height: 90px;
	width: 780px;
	
	background: url('Glosslike/header.gif') bottom center no-repeat;
	text-indent: -1000em;

}


#content {

	margin: 0 auto;
	padding: 5px 5px 5px 180px;
	width: 591px;
	border: 2px solid #666;
	border-width: 0 2px;
	
	background: #FFF;
	text-align: justify;
	position: relative;
	
}


#end {

	clear: left;

}


#footer {

	margin: 0 auto 20px auto;
	padding: 5px;
	width: 770px;
	height: 80px;
		
	background: url('Glosslike/footer.gif') top center no-repeat;
	text-align: center;
	
	line-height: 80px;
	overflow: hidden;

}


/* Sidebar Styles */


#sidebar {

	margin: 0 5px 0 0;
	padding: 0 20px 10px 5px;
	width: 155px;
	
	position: absolute;
	top: 0px;
	left: 5px;
	
	background: #DDD url('Glosslike/sidebarside.gif') top right no-repeat;
	
}



#sidebar #sidebottom {

	margin: 0;
	padding: 0;
	height: 15px;
	width: 190px;
	
	position: absolute;
	bottom: 0;
	left: 0;
	
	background: url('Glosslike/sidebarbottom.gif') bottom left no-repeat;

}


#sidebar h3 {

	margin: 10px 5px 0 5px;
	padding: 0;
	border: 0;
	
	font-size: 1.15em;
	text-align: left;
	font-family: 'Helvetica', 'Arial', sans-serif;
	text-transform: none;

}


#sidebar h3 a:link, #sidebar h3 a:visited {

	width: 100%;
	border: 0;
	padding: 0;
	
	display: block;

	font-weight: bold;
	
}


#sidebar ul {

	margin: 0 5px 10px 5px;
	padding: 1px 10px 4px 10px;

}


#sidebar li {

	width: 100%;
	margin: 0;
	padding: 0;
	
	list-style-type: none;

}


#sidebar li a:link, #sidebar li a:visited {

	width: 100%;
	border: 0;
	
	display: block;
	
	font-weight: bold;

}


#sidebar li a:hover {


}


/* Blog Styles */


.article {

	margin: 5px 7px 10px 7px;

}


.article h3 {

	margin: 11px 4px 0 4px;
	border-bottom: 1px solid #666;
		
	color: #666;
	background: #DDD;
	text-align: center;
}


.article .info {

	margin: 6px 6px 0 6px;

	color: #666;
	font-size: .9em;
	text-align: center;
	line-height: .9em;
	
}


#comments {

	margin: 5px 7px 10px 7px;

}


#comments .info {

	margin: 5px -10px 1px -10px;
	border-bottom: 1px solid #666;

	display: block;
	
	color: #666;
	background: #DDD;
	font-size: .9em;
	text-align: center;

}


#comments p {

	padding: 0 10px;

}


/* Heading Styles */


h2, h3, h4 {

	margin: 11px 0 13px 0;
	padding: 0 3px;
	border-bottom: 1px dotted #666;

	color: #666;
	text-align: center;
	text-transform: lowercase;
	font-family: 'Georgia', serif;
	letter-spacing: 1px;
	
}


h2 {

	font-size: 1.6em;

}


h3 {

	font-size: 1.2em;

}


h4 {

	font-size: 1.1em;

}



/* Form Styles */


form {
	
	padding: 5px 10px;
	margin: 13px 18px;
	border: 1px solid #666;

	clear: left;

	background: #DDDDDD;	
	color: #000;
	text-align: left;

}


form h3 {

	width: 100%;
	margin: 0;
	border: 0;

	color: #000;
	font-size: 1.2em;
	text-align: center;
	
}


label {

	margin: 15px 0 3px 0;
	
	font-size: 1.05em;
	font-weight: bold;

}



label.radio {

	display: inline;
	
	font-size: 1em;
	font-weight: bold;

}


input[type="text"], input[type="password"], input[type="file"], textarea {

	width: 97%;
	margin: 3px 0 15px 3%;

}


input[type="text"]:focus, input[type="password"]:focus, textarea:focus {

	background: #FFF9C2;

}


input[type="submit"] {

	display: block;

}


/* Table Styles */


table {

	margin: 5px 0;
	padding: 0 5px;
	
	text-align: center;
	font-size: 1em;

}


table td {

	padding: 1px;

}


table tr.even { background: #DDD; }
table th {

	margin-bottom: 0;
	border-bottom: 1px solid #666;

	color: #666;
	background: #DDD;
	font-size: 1.2em;

}


/* List Styles */


ul, ol {

	margin: .5em 12px;

}

ul {

	list-style: disc;
	
}


dl {

	margin: 10px;
	padding: 0;

}


dt {

	margin: 8px 0 2px 0;
	
	font-size: 1.1em;
	font-weight: bold;

}


dd {

	margin: 0 15px;
	padding: 0;

}


/* Random Styles */


p {

	margin: 1em 10px;
	
}


p.alert {

	padding: 0 0 0 20px;
	
	clear: left;
	
	background: url('Glosslike/alert.gif') center left no-repeat;	
	color: #A43940;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;

}


p.notice {

	font-size: 1.1em;
	
	font-weight: bold;

}


p.controls {

	font-size: 1.1em;
	
	text-align: center;
	font-weight: bold;

}


/* Link Styles */


a:link {

	border-bottom: 1px dotted #666;

	font-weight: bold;
	text-decoration: none;
	color: #2E4D9E;

}


a:visited {

	border-bottom: 1px dotted #666;

	font-weight: normal;
	text-decoration: none;
	color: #2E4D9E;

}


a:hover {

	border: 0;
	
	color: #924939;

}


a img {

	border: 0;

}