
/* Begin Main-Layout  */
*{
	margin:0;
	padding:0
}

body {
	background:#000;
	color:#555;
	font-family: "Trebuchet MS", Times, serif;
	font-size: 1em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ccc;
	}

.page {
	margin:0 8%;
	text-align:left;
	}

#content {
	float:left;
	margin:10px 0px 20px 0px;
	width:550px;
	font-size:14px;
	padding-left:48px;
	}
	
#sidebar {
	float:left;
	margin:10px 0 20px 30px;
	width:130px;
	font-size:14px;
	}

#footer {
	clear:both;
	padding:10px 0;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	border-top:3px solid #bf0c60;
	}
/* End Main-Layout */

/* Begin Header */
h1 {
	font-family: "arial", Times, serif;
	font-size: 35px;
	padding:150px 0 0 0px;
	text-align:center;
    font-weight:normal;
	height:60px;
	width:840px;
	background:url(images/head.PNG) no-repeat top center;
	}
	
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
	text-decoration:none;
	color:#bf0c60;
	}

/*------- Tab Menu ---------*/
#nav {
	list-style: none;
	font-family: Tahoma;
	font-size: 14px;
	padding:5px 0 5px 0;
	width:840px;
	text-align:center;
	background:url(images/menu.PNG) no-repeat bottom center;
	height:25px;
	}

#nav li { 
	display:inline;
	}
	
#nav a {
	padding: 5px 5px 5px 5px;
	color: #fff;
	text-decoration: none;
	}
	
#nav a:hover{
	color:#555;
	text-decoration:none;
	border-bottom:0px;	
	}
	
#nav #current a {
	color: #555;
	}

/* End Header */

/* Begin Content*/
h2,h3,h4,h5,h6{
	color:#bf0c60;
	margin:20px 0 0 0;
	font-family: Trebuchet MS, Times, serif;
	font-size: 19px;
	font-weight: bold;
	}

h2 a:link, h2 a:visited, h2 a:active, 
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#fff;
	text-decoration:none;
	}
	
.postmetadata {
	color:#555;
	font-size:.85em;
	margin:2px 10px 4px 0;
	padding:4px 2px 4px 0px;
	background:url(images/data.PNG) no-repeat right;
	}

.postmetadata a:link, .postmetadata a:visited {
	color:#bf0c60;
	text-decoration:none
	}

.postmetadata a:hover{
	border-bottom:1px solid #555;
	}

.entry p, .entrytext p{
	line-height:170%;
	margin:2px 0 15px 0
	}
	
.entrytext p{
	margin:0 0 15px 0
	}

a:link,a:visited{
	color:#bf0c60;
	text-decoration:none;
	}

a:hover{
	border-bottom:1px solid #555;
	}
	
/* End Content*/

/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
	font-size:0.9em;
	}
	
.commentlist li {
	font-weight:bold
	}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1em
	}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	border:1px solid #bf0c60;
	padding:5px;
	}

.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-image: none;
	list-style-type: none;
	}

#sidebar ul li ul li{
	padding:1px 0;
	}

#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited, #sidebar ul li ul li a:active{
	color:#555;
	text-decoration:none;
	display: block;
	}

#sidebar ul li ul li a:hover{
	color:#fff;
	text-decoration:none;
	border-bottom:0px;
	}
	
#sidebar h2 {
	font-size:19px;
	}
/* End Entry Lists */

/* Begin Images */
p img {
	margin:3px;
	border:3px solid #bf0c60;
	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 */

input.textfield{
	width: 120px;
	color:#555;
	font-family: "Trebuchet MS", Times, serif;
	background-color: #000;
	font-size: 1em;
	border: 1px solid #555;
	padding:1px;
	}

.entry form { 
	text-align:center
	}

select {
	width:130px
	}

#commentform input {
	width:270px;
	background:#000;
	color:#555;
	padding:2px;
	margin:5px 5px 1px 0;
	border: 2px solid #555;
	}

#commentform textarea {
	width:400px;
	padding:2px;
	background:#000;
	color:#555;
	border: 2px solid #555;
	}

#commentform #submit {
	margin:0;
	float:left;
	width:200px;
	font-family: "Trebuchet MS", Times, serif;
	font-weight: bold;
	color: #bf0c60;
	background-color: #000;
	border: 2px solid #555;
	}

/* 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 #bf0c60;
	}

blockquote {
	border-left:4px solid #bf0c60;
	color: #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	}

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
	}
/* End Various Tags & Classes*/