@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body {
	background-image:url(img-layout/bg-body.jpg);
	background-repeat:repeat-x;
	background-color:#ededed;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color:#666666;
}



p {
	line-height:23px;
		font-size: 1.2em;
}
a {
	color:#763838;
}

a:focus, object {
	outline: 0;
}

a:hover {
	color:#C00;
}

ul, li {

	margin:0px;
	padding:0px;
}
h1 {
	font-size: 2,.5em;
	color:#272424;
}
h2 {
	font-size: 2.0em;
	color:#990000;
}
h3 {
font-size: 1.5em;
	font-weight: normal;
	color:#660000;
}

h4 {
	font-size: 1.3em;
	font-weight: normal;
	color:#000;
	padding-top:6px;
	padding-bottom:2px;
}
#wrapper {
	width:980px;
	margin:auto
}
#header {
	height:59px;
	background-image:url(img-layout/bg-header.jpg);
	background-repeat:no-repeat;
}
#logo {
	margin-top:33px;
	margin-left:20px;
	width:153px;
	float:left
}




/*-- nav  MENU --*/


#menu {
	float:left;
	margin-top:25px;
	margin-left:98px;
}

	
	ul#nav {
	float: right;
	height: 22px;
	padding-left: 9px;
	margin: 0;
}

ul#nav li, ul#nav li a {
	display: block;
	float: left;
	line-height: 12px;
}
ul#nav li {
	padding-left: 0;
	padding-right: 0px;
	height: 22px;
	position: relative;
}
ul#nav li a {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
	padding: 11px 35px 12px 11px;
	background: none;
}
ul#nav li.active a {
	color: #990000;
}
/*-- Dropdowns --*/
		ul#nav li .dropdown {
	display:none;
	position: absolute;
	z-index: 10050;
	width: 140px;
	top: 33px;
	left: 13px;
	overflow: hidden;
	clear: left;
	background: #ededed;
	color:#990000;
	padding-top: 1px;
	opacity:1;filter:alpha(opacity=100)
}
ul#nav li ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
ul#nav li:hover .dropdown, ul#nav li.over .dropdown {
	display: block;
}
/* FIX: add styling? */
		ul#nav li:hover a, ul#nav li.over a {
	color: #990000;
}
ul#nav li:hover ul li a, ul#nav li.over ul li a {
	color: #990000;
}
/* get a clean slate for the dropdowns */
		ul#nav li ul li, ul#nav li ul li a {
	float:none;
	height: 1%;
	background: none;
	margin: 0;
	padding: 0;
	text-transform: none;
}
ul#nav li ul li {
	padding: 4px 0 6px 8px;
	margin: 0 5px 0 4px;

}
ul#nav li ul li.last {
	background: none;
	padding-bottom: 4px;
}
ul#nav li ul li a {
	line-height: 12px;
	padding: 5px 7px 6px 7px;
	color: #990000;
}
ul#nav li ul li a:hover {
	background-position: left center;
	color: #fff;
}
ul#nav li .dropdown .bottom {

	height: 11px;
	line-height:1px;
}









#col-sx {
	float:left;
	width:200px;
	margin-left:20px;
	margin-top:12px;
	min-height:460px;

}

#col-sx-blog {
	float:left;
	width:200px;
	margin-left:20px;
	margin-top:12px;
	min-height:460px;

	border-right:1px solid;
	border-right-color:#E6E2E0;
}
#col-dx {
	float:left;
	margin-left:50px;
	min-height:460px;
	width:675px;
	margin-top:12px;
}


#ssp{
	float:left;
	width:930px;
	margin-left:20px;
	margin-top:12px;

}

#footer {
	clear:both;
	height:30px;
	background-image:url(img-layout/bg-footer.png);
	background-repeat:no-repeat;
}
#mail {
	float:right;
	margin-right:35px;
	margin-top:12px;
}
#copy {
	float:left;
	margin-left:20px;
	margin-top:12px;
}

.line {
	margin-bottom:3px;
	margin-top:1px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#CAC7C5;
	clear:both
}


.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.widget {
	margin-bottom:10px;
}
.widgettitle {
	margin-bottom:4px;
	padding:7px;
	background-color:#660000;
	color:#FFF;
	width:186px;
}




.post {
margin-top:10px;
margin-bottom:20px;
}
.post h3 {
padding-bottom:8px;
	padding-top:8px;
}

.entry {


}

.postmetadata {
	font-size: 1.1em;
	border:1px solid #E6E2E0;
	padding:7px;
	clear:both;
	margin-top:15px;
	-moz-border-radius: 1em;
  border-radius: 1em;

}

.post-time {
	font-size: 1.3em;
	margin-top:10px;
	margin-bottom:10px;
	color:#666666;
	font-weight:bold;
	font-style:italic
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
	
	
	acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
	
	
	

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 20px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #660000;
	line-height: 22px;
	margin: 0 0 10px 0;
	padding: 0 0 0 50px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 12px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 20px;
}
.commentlist ol {
	list-style-type:none
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}



/* Begin Form Elements */
#searchform {
	margin: 2px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
	#respond {
	    clear: both; 
	
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 4px;
	color:#333;
}



.narrowcolumn {
	margin-bottom: 30px;
	padding: 0;
	}
/* End Entry Lists */

