@charset "utf-8";
/* CSS Resets */
* { 
    padding:0; 
    margin:0;
    outline: none;
}
html, boby, div, span,  { 
    padding:0px;
	margin:0px;
	border:0px;
	font-size:100%;
	outline: 0;

}

img, a, p, h1, h2, h3, h4, li, font, input, label, select{
    padding:0px;
	margin-bottom:5px;
	border:0px;
	font-size:100%;
	outline: 0;
	font-family:Helvetica, Arial, sans-serif;

}

/* Main */
body {
    background-color: #4E5053;
    font: Arial, Helvetica, sans-serif;
}

#topbox {
    color: #FFF;
    position: fixed;
    height:50px;
    width:100%;
    z-index: 100;
    display: block;
    background: #000000;
}

#header {
    background-image: url('');
    background-position: 30px;
    background-repeat: repeat-x;
    height: 180px;
    padding-top: 70px;
    position:relative;
	
}

#innerhead {
    background-image:url("");
	background-repeat:no-repeat;
    height:200px;
    margin:0px auto 0;
    position:relative;
    width:965px;
}

#main {
    background-color: #4E5053; 
    margin: 0 auto;
    width: 950px;
    height:100%;
    position:relative;
    min-height: 800px;
}

#footer {
    background-image:url("/images/footer.png");
    background-position:center top;
    background-repeat:repeat-x;
    clear:both;
    text-align: center;
    position:relative;
    bottom:0px;
}

#leftcontent {
	float: left;
	width: 675px;
}

#sidebar {
	float: right;
	width: 200px;
}

.widgettitle {
	background-repeat:no-repeat;
	color: #000000;
	height:32px;
	padding-right:50px;
	text-align:right;
	font-size: 25px;
	width:200px;
	margin-bottom: 5px;
	margin-top:10px;
}

.navleft {
	float:left;
    color:#FFFFFF;
}

.navleft a {
    color:#FFFFFF;
}

.navright {
	float:right;
    color:#FFFFFF;
}

.navright a {
    color:#FFFFFF;
}

input {
    border: 1px solid #D5D5D5;
    padding: 5px;
    -moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#network {
    background-image: url("/images/network.png");
    background-repeat: no-repeat;
    background-position:0 0;
    width:175px;
    height: 40px;
    margin:5px;
    cursor:pointer;
}

#network-wrap
{
   width:175px; 
}

#links {
    background:url("divider.png") repeat-y scroll 126px 0 #000000;
    float:left;
    left:5px;
    line-height:18px;
    padding:3px;
    position:absolute;
    top:45px;
    width:205px;
	max-width:205px;
    color:#000000;
    z-index: 100;
}

#links a {
    color:#000000;
}
/* Index Posts Area */

.post {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	background-color:#FFFFFF;
	padding: 5px;
	width:675px;
    margin-top:10px;
}


.spage-comments {
    -moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	background-color:#FFFFFF;
	padding: 5px;
	width:675px;
    margin-bottom:15px;
    margin-top:15px;
}

.post-comment {
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	background-color:#1f3d7b;
	color:#FFF;
	display:block;
	margin-bottom:10px;
	padding-right:10px;
	text-align:right;
	width:675px;
}

.post-comment a {
	color: #FFF;
}

.post-comment a:hover {
	color: #000;
}

.postmetadata {
	margin-top:15px;
	text-align:right;
}

.date {
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	min-height:95px;
	padding-bottom:20px;
	padding-top:10px;
	text-align:center;
	width:96px;
	float:left;
}

.post-content {
	float:right;
	background-color:#FFFFFF;
	width:570px;
}

.entry {
	width:500px;
}
/* Blog post page */

.commentlist ul, .commentlist li {
	list-style: none;
}

.cat-item a {
    color:#FFFFFF;
}

.cat-item {
    text-align: right;
}

.comment-body {
	background:none repeat scroll 0 0 #E5E5E5;
	border:1px solid #DFDFDF;
	margin-bottom:10px;
	min-height:80px;
	overflow:hidden;
	padding:30px 150px 30px 30px;
	position:relative;
}

/* General */

h1 { 
	clear:both;
	font-family:georgia;
	font-size:65px;
	margin-top:-15px;
}

h2 {
	font-family:Helvetica,Arial,sans-serif;
	font-size:30px;
}

h3 {
	margin:0px;
}

a {
	color:#1f3d7b;
	text-decoration:none;
}

p {
	margin-top:10px;
}

blockquote { 
	width: 200px; 
	float: right; 
	margin: 0px; padding: 
	10px; 
}

ul { 
	list-style:none;
}

a:hover {
	text-decoration:underline;
}


.title {
	margin-bottom:5px;
}

.clear-both {
	clear:both;
}