/*
Theme Name: www.skynight.com
Template: Brian Green and Darjan Panic
Author: Nicolas Vernaz
*/

body {
	margin:0;
	font-family: Arial;
	font-size:0.74em;
	color:#555555;
	background: url(../images/bg.gif) repeat-y center;
	text-align:left;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* MAIN */

#content {
	width:750px;
	height:auto;
	margin:0 auto 0 auto;
	text-align:left;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* SIDEBAR */

#sidebar {
	width:150px;
	float:right;
	font-size:95%;
	color:#34bfe6;
	text-align:left;
}

#sidebar ol,ul {
	padding: 5px;
	margin: 5px;
}

#sidebar li {
	list-style:none;
	list-style-image:none;
	line-height:20px;
	text-align:left;
}

#sidebar h3 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #34bfe6;
	color: #34bfe6;
	text-align: left;
}

#sidebar a:link{
	color: #CCCCCC;
	text-decoration: none;
}

#sidebar a:visited{
	color: #CCCCCC;
	text-decoration: none;
}

#sidebar a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* MAINBAR */

#mainbar {
	margin-right:165px;
	padding-right:35px;
	background-position:top right;
	background-repeat:no-repeat;
}

#mainbar h1 {
	font-family: Arial, sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #999999;
	color: #1C90B1;
}

#mainbar h2 {
	font-family: Arial, sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #eeeeee;
	color: #1C90B1;
}

#mainbar p {
	padding:5px;
}

#mainbar h3 {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#mainbar .articleimg {
	padding:5px;
	border:1px solid #eeeeee;
}

#mainbar a {
	color:#34bfe6;
	text-decoration:none;
}

#mainbar a:hover {
	color:#117996;
	text-decoration:underline;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* FOOTER */

#footer {
	font-size: 10px;
	text-align: center;
	padding-top: 30px;
}