/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #4C4C4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6C7496;
}

h3 {
	margin-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #846CCB;
}

h2 {
	margin-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #846CCB;
	font-size: 1.8em;
}

h1 {
	margin-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #846CCB;
	font-size: 2.4em;
}

ol {
	margin-bottom: 1.8em;
	line-height: 2em;
}

p {
	margin-bottom: 1.8em;
	line-height: 2em;
}

blockquote {
	font-style: italic;
}

a {
	text-decoration: none;
	border-bottom: 1px solid #BFC6E3;
	color: #145BF9;
}

a:hover {
	border: none;
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */
#header {
	width: 775px;
	height: 237px;
	margin: 0 0 0 120px;
	background: url(images/IMG01A.JPG);
	background-repeat: no-repeat;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 115px 0 0 20px; /* top, right, bottom, left */
	letter-spacing: 5px;
	font-size: 2.5em;
	color: white;
}

#header h2 {
	float: right;
	margin: 0;
	padding: 15px 60px 0 5px; /* top, right, bottom, left */
	font-size: 1em;
}

#header a {
	border: none;
	color: #FFFFFF;
}

#header a:hover {
	color:blue;
}

#menu {
	position: absolute; 
	left: 120px;
	top : 230px; 
	width: 775px; 
	height: 35px; 
	z-index: 1; 
	visibility: visible
}

#menu ul {
	margin:0;
	height:30px;
	width:775px;
	list-style-type:none;
}

#menu ul li {
	display:block;
	float:left;
	margin:0 1px 0 0;
}

#menu ul li a {
	border: none;
	display: block;
	float: left;
	color: #fff;
	padding: 5px 30px 0 30px;
	text-decoration: none;
	height: 30px;
	background: transparent url(images/menu_bg_on.jpg) no-repeat top left;
}

#menu ul li a:hover {
	color:#fff;
	background:transparent url(images/menu_bg_over.jpg) no-repeat top right;
}

#menu ul li a.current:hover {
	color:#000;
	background:#fff;
}

/* Page */
#page {
	width: 770px;
	margin: 0 0 0 120px;
	background: #FFFFFF url('images/greyscale_bg.jpg') repeat;
	border-right: 5px solid #414141;
	z-index:1;
}

/* Content */

#content {
	float: left;
	width: 470px;
	padding: 20px;
}

#pic_content {
	float: left;
	width: 460px;
	padding: 20px;
}

/* Post */

.post {
	margin-bottom: 2em;
}

.post .title {
	margin: 0;
}

.post .title a {
	border: none;
	color: #846CCB;
}

.post .title a:hover {
	color: #145BF9;
}

.post .date {
	margin: 0 0 2em 0;
	font-size: .7em;
}

.post .entry {
}

.post .meta {
	padding: 5px 10px;
	background: #ABE0CC;
	color: #1451F4;
	text-align: center;
}

.post .meta a {
	color: #1451F4;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 40px 5px 0 0; /*top, right, bottom, left */
	color: #FFFFFF;
	z-index:1;
}

#pic_sidebar{
	float: right;
	width: 260px;
	padding: 40px 5px 0 0; /*top, right, bottom, left */
	color: #FFFFFF;
	z-index:1;
}

#pic_sidebar a {
	border: none;
	color: #FFFFFF;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
	background: #CC99FF;
}

#sidebar li ul {
	padding: 15px;
}

#sidebar li li {
	margin: 0;
}

#sidebar li h2 {
	margin: 0;
	padding: 5px 15px;
	background: #7F2CC6;
	font-size: 1.4em;
	color: #FFFFFF;
}

#sidebar a {
	border: none;
	color: #FFFFFF;
}

#sidebar form {
	margin: 0;
	padding: 15px;
}

#sidebar fieldset {
	border: none;
}

#sidebar input {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
}

#sidebar #s {
	width: 190px;
}

/* Footer */

#footer {
	width: 775px;
	margin: 0 0 0 120px;
	padding: 15px 0;
	background: url(images/IMG03.GIF) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: .8em;
	color: #999999;
}

#footer a {
	border: none;
	font-weight: bold;
	color: #999999;
}

#footer a:hover {
	color: #FFFFFF;
}
