@charset "utf-8";
* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	}
.transparent_image {}
.transparent {}
.underlayShow {}
body {
	background-attachment: fixed;
	background-image:url(../images/bg.gif);
	background-position: center top;
	background-color:#cbe2f0;
	margin: 0;
	padding: 0;
	overflow-x:hidden;

}
form {
}

fieldset {
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 1.5em;
	color: #626456;
}

h1 {

	font-size: 3em;
}

h2 {

	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #8D8E85;
}

h3 {
	font-size: 1em;
}


blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #3C7BCF;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #626456;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #3C7BCF;
}

hr {
display:none;
clear:both;
	}
	

#theme {
	width:1010px;
	margin:auto;
	}
#group {
	width:788px;
	float:left;
	}
#header {
	width:788px;
	height:497px;
	background:url(../images/Header.png) top left no-repeat;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/Header.png",sizingMethod="scale");
	}
#wrapper {
	padding-left:67px;
	padding-top:5px;
	}
#page {
	background-color:#FFFFFF;
	border:solid 2px #f4f5f8;
	width:707px;
	min-height:200px;
	padding:5px;
	}
#content {
	width:450px;
	float:right;
}

.sidebar {
	}	
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}
#sidebarRight {
	width:250px;
	float:right;
}

#sidebarRight li h2 {
	margin: 0 0 1em 0;
	padding: 15px 0  0 15px;
}

#sidebarRight li ul {
	line-height: normal;
	background:url(../images/img04.gif)  repeat-x;
}

#sidebarRight li li {
	padding: 5px;
	background:url(../images/img04.gif) repeat-x left bottom;

}

#sidebarRight li a {
	border: none;
	padding-left: 10px;
		font-size: 15px;
	color:#333333;
}

#sidebarRight li a:hover {
	border: none;
	padding-left: 10px;
}

#sidebarLeft {
	width:215px;
	height:590px;
	float:left;
	background:url(../images/SideMenu.png) top left no-repeat;

	padding-top:80px;
}
#sidebarGroup {
	margin-top:20px;
}
#sidebarLeft li h2 {
	margin: 0 0 1em 0;
	padding: 15px 0  0 15px;
}

#sidebarLeft li ul {
	line-height: normal;
	background:url(../images/img04.gif)  repeat-x;
}

#sidebarLeft li li {
	padding: 5px;
	background:url(../images/img04.gif) repeat-x left bottom;
	font-size: 14px;
}

#sidebarLeft li a {
	border: none;
	padding-left: 10px;
	font-weight:bold;
}

#sidebarLeft li a:hover {
	border: none;
	padding-left: 10px;
	color:#FF6600;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title a {
	background: url(images/img18.gif) no-repeat left top;
	padding: 15px 0  0 15px;
	font-size: 14px;
	font-weight:bold;
	color:#CCCC00;
}

.post .entry {
	padding: 0 10px 30px 15px;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	background: url(images/img04.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CFCFCF;
}

.post .meta a {
	color: #CFCFCF;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background: url(images/img04.gif) repeat-x;
}

.post .links a, .post .tags a {
	border: none;
}
img.left {
float:left;
margin:30px 10px;
border:none;
}
img.right {
float:right;
}

