/*
Theme Name: SsDv2.4
Theme URI: http://example.com/
Description: Example Description
Version: 2.4
Author: SsD
Author URI: http://example.com/mytheme/
Tags: example, tags, here
*/


.alignleft {	float:left; }
.alignright { float: right }
.aligncenter,  div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, div.alignleft {
	margin: 8px 10px 5px 0;
}
img.alignright, div.alignright {
	margin: 8px 0 5px 10px;
}
.sticky {}
.bypostauthor {}

#wrapper {
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
	width:830px;
}



#container {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* resetting the "text-align: center" of "div#wrapper" */
}
.col {
	display:table-cell;
	vertical-align: top;
	box-sizing: border-box; /* IE8+, Opera7+? */
	-webkit-box-sizing: border-box; /* Chrome & Safari. Needed? Issues? */
	-moz-box-sizing: border-box; /* Firefox. Check 4 and 3.x */
}
.table {
	display:table;
	border-collapse: separate;
	/*table-layout:fixed;*/ /* Issues in IE. Enough to set only the parent #layout. */
	border-spacing: 0px;
	box-sizing: border-box !important; /* IE8+, Opera7+? */
	-webkit-box-sizing: border-box !important; /* Chrome & Safari. Needed? Issues? */
	-moz-box-sizing: border-box !important; /* Firefox. Check 4 and 3.x */
	/* width:100%; */ /* removed since 1.0: Enough to set parent #layout? */
}

/*-------------------- LAYOUT  -----*/
	
#layout {
	font-size: 100%;
	width: 100%;
	table-layout: fixed;
}



/* layout column widths controlled by "COL" items, not by "TD" items */
.col-left { width: 200px} 
.col-left-left { width: 200px}
.col-left-right { width: 0px}
.col-center {width: 100%} 
.col-right { width: 0px} 
.col-right-left { width: 0px}
.col-right-right { width: 0px}






		

.index .col-left { width: 200px !important; }
.single .col-left { width: 200px !important; }
.page .col-left { width: 200px !important; }
.front-page .col-left { width: 200px !important; }
.news-blog .col-left { width: 200px !important; }body .col-left {
	width: 200px;
}

body .col-right {
	width: 200px;
}

.home .col-left {
	width: 200px;
}

.home .col-right {
	width: 200px;
}

.single .col-left {
	width: 200px;
}

.single .col-right {
	width: 200px;
}

.page .col-left {
	width: 200px;
}

.page .col-right {
	width: 200px;
}

body {
	font-size: 12px;
	line-height: 19px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-family: calibri,arial,sans-serif;
}

body a {
	color: #2076a8;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

#td-header {
	position: fixed;
	z-index: 0;
	width: 200px;
}

h1#sitetitle {
	font-size: 36px;
	line-height: 36px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1#sitetitle a {
	color: #556fad;
	font-size: 67px;
	letter-spacing: 8px;
	text-decoration: none;
	font-family: calibri,arial,sans-serif;
}

p#tagline {
	color: #4f4f4f;
	font-size: 10px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 17px;
}

.headerimage {
	clear: both;
	background: #ababab;
	width: 600px;
	height: 400px;
}

.searchform {
	float: right;
	padding: 5px;
}

.searchform form input.searchbutton {
	color: #8a8a8a;
	overflow: hidden;
	text-align: center;
	border: 1px solid #d1d1d1;
	margin-left: 5px;
	padding: 4px 8px 4px 7px;
	background: #ebebeb;
	width: 75px;
}

a.rsscommentslink {
	float: right;
	margin-top: 5px;
	margin-right: 8px;
	padding-left: 21px;
	background: transparent url("images/comments.png") no-repeat scroll 0px 3px;
}

a.rsslink {
	float: right;
	margin-top: 5px;
	margin-right: 24px;
	padding-left: 21px;
	background: transparent url("images/feed.png") no-repeat scroll 0px 2px;
}

a.facebooklink {
	float: right;
}

a.twitterlink {
	float: right;
}

a.feedburnerlink {
	float: right;
}

#container {
	position: relative;
	background: #ffffff;
}

#td-left {
	width: 170px;
}

#td-left2 {
	padding-right: 10px;
}

#td-right2 {
	padding-left: 10px;
}

.widget {
	color: #4d4d4d;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 0px;
}

.widget h3 {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

.widget ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

.post {
	border-top: 2px solid #dddddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: #ffffff;
}

.breadcrumbs {
	clear: both;
	color: #7a7a7a;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 7px;
}

.multinav .older {
	float: left;
}

.multinav .newer {
	float: right;
}

.singlenav .older {
	float: left;
}

.singlenav .newer {
	float: right;
}

.hormenu {
	clear: both;
	background: #b8d5e6;
}

ul.nav li a {
	color: #2b678f;
	display: block;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	background: #b8d5e6;
	width: auto;
}

ul.nav li a:hover, ul.nav li.current_page_item a, ul.nav li.current-cat a {
	background: #488ab5;
	color: #f7f7f7;
}

.hormenu2 {
	clear: both;
	background: #000000;
}

ul.nav2 li a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	background: #000000;
	width: auto;
}

ul.nav2 li a:hover, ul.nav2 li.current_page_item a, ul.nav2 li.current-cat a {
	background: #707070;
}

ul.commentlist {
	margin-left: 0px;
	padding-left: 0px;
}

span.comment-author-name {
	font-size: 15px;
}

img.avatar {
	display: none;
	float: left;
	border-width: 3px;
	border-color: #dddddd;
	margin-right: 10px;
	margin-bottom: 5px;
}

#div-footer {
	text-align: center;
	border-top: 5px solid #cccccc;
	margin-top: 10px;
	padding: 15px;
	background: #eeeeee;
}

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

h1 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 21px;
	margin-bottom: 9px;
}

h3 {
	font-size: 17px;
	margin-bottom: 8px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
}

h5 {
	font-size: 11px;
	margin-bottom: 5px;
}

h6 {
	font-size: 10px;
	margin-bottom: 4px;
}

body p {
	margin-bottom: 10px;
}

.post-byline {
	color: #8f8f8f;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.post-footer {
	color: #8f8f8f;
	font-size: 11px;
	letter-spacing: 1px;
}

.multinav {
	border-bottom: 2px solid #dddddd;
}

#multinav2 {
	border-bottom: 0px none #fafafa;
	margin-bottom: 0px;
}

.post ol {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.post ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.post ul ul {
	list-style-position: outside;
	list-style-type: circle;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 25px;
}

.post ul ul ul {
	list-style-position: outside;
	list-style-type: square;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 25px;
}

.post ul li {
	margin-bottom: 2px;
}

h3.pagetitle {
	color: #737373;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 0px;
	padding: 5px 5px 5px 7px;
	background: #f0f0f0;
}

.commentnav {
	margin-bottom: 21px;
}

#commentnav2 {
	margin-top: 11px;
	margin-bottom: 28px;
}

#cancel-comment-reply {
	margin-bottom: 10px;
}

ul.commentlist li .comment-container {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 11px;
	padding-bottom: 5px;
}

.single .singlenav {
	margin-right: 0px;
	padding-bottom: 3px;
}

.single #singlenav2 {
	border-top: 3px solid #ededed;
	border-bottom: 0px none #f5f5f5;
	margin-top: 18px;
	padding-top: 13px;
}

.page .post {
	border-top-style: none;
	padding-top: 10px;
}

ul.nav {
	float: left;
	line-height: 33px;
	list-style-type: none;
	background: #b8d5e6;
}

.home .breadcrumbs {
	padding-left: 8px;
}

.searchform form input.searchfield {
	border: 1px solid #d6d6d6;
	padding: 4px;
	width: 187px;
}

#widgetarea5 .td1 {
	padding-right: 6px;
}

#widgetarea5 .td2 {
	padding-right: 6px;
}

#widgetarea5 .td3 {
	padding-right: 6px;
}

#widgetarea5 .td4 {
	padding-right: 6px;
}

#widgetarea6 .td1 {
	padding-right: 6px;
}

#widgetarea6 .td2 {
	padding-right: 6px;
}

#widgetarea6 .td3 {
	padding-right: 6px;
}

#widgetarea6 .td4 {
	padding-right: 6px;
}

#widgetarea6 .td5 {
	padding-right: 6px;
}

#widgetarea4 .td1 {
	padding-right: 6px;
}

#widgetarea4 .td2 {
	padding-right: 6px;
}

#widgetarea4 .td3 {
	padding-right: 6px;
}

#widgetarea3 .td1 {
	padding-right: 6px;
}

#widgetarea3 .td2 {
	padding-right: 6px;
}

#widgetarea2-2 .td1 {
	padding-right: 12px;
	width: 450px;
}

#widgetarea2 .td1 {
	padding-right: 6px;
}

#div-center {
	background: #ffffff;
	width: 600px;
}

p.wp-caption-text {
	color: #999999;
	font-size: 11px;
	margin-top: 0px;
}

.post table td {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.post table caption {
	color: #707070;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0px;
}

.post table th {
	color: #777777;
	font-size: 11px;
	font-weight: normal;
}

.post table {
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.widget ul li {
	padding-bottom: 3px;
	padding-left: 15px;
	background: transparent url("images/gray-arrow.gif") no-repeat scroll 1px 6px;
}

img.postthumb {
	margin-top: 0px;
	margin-right: 15px;
}

.post-headline h2 {
	margin-bottom: 3px;
}

.widget ul li li {
	background: transparent url("images/round-gray.gif") no-repeat scroll 3px 7px;
}

h1#sitetitle a:hover {
	color: #688cd4;
}

ul.nav li {
	float: left;
	width: auto;
}

ul.nav ul li {
	float: none;
	width: 100%;
}

ul.nav ul li a {
	width: 150px;
}

ul.nav2 li {
	float: left;
	width: auto;
}

ul.nav2 ul li {
	float: none;
	width: 100%;
}

ul.nav2 ul li a {
	width: 150px;
}

#td-left1 {
	position: fixed;
	padding-right: 8px;
	top: 160px;
	width: 200px;
}

#td-left3 {
	padding-right: 10px;
}

#td-right1 {
	padding-left: 10px;
}

#td-right3 {
	padding-left: 10px;
}

.widget_calendar {
	display: none;
}

.widget_meta {
	display: none;
}

.widget_search label {
	display: none;
}

.widget_search #s {
	border: 1px solid #cccccc;
	background: transparent url("images/search.png") no-repeat scroll left top;
	width: 130px;
	height: 18px;
}

.widget_search #searchsubmit {
	color: #707070;
	display: none;
	font-size: 9px;
	position: relative;
	border: 1px solid #999999;
	width: 36px;
	height: 22px;
}

.home .headerimage {
	position: relative;
	width: 600px;
}

.front-page .post-headline h2 {
	display: none;
}

#td-footer {
	border-top: 3px solid #dddddd;
}

#widgetarea2-2 .textwidget {
	letter-spacing: 1px;
	word-spacing: 0px;
}

#widgetarea2-2 .widget_text h3 {
	margin-bottom: 0px;
}

#widgetarea2-2 .widget {
	font-size: 11px;
	line-height: 11px;
}

#widgetarea2-2 .widget h3 span {
	font-size: 11px;
}

#widgetarea2-2 .widget h3 {
	margin-top: 5px;
	margin-bottom: 0px;
}

.multinav-paginated {
	border-bottom-width: 2px;
}

.multinav-paginated .prev {
	border-left: 1px solid #dddddd;
	padding-bottom: 2px;
	padding-left: 5px;
}

.multinav-paginated .page-numbers {
	color: #999999;
	border-left: 1px solid #cccccc;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.multinav-paginated .next {
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

.multinav-paginated .current {
	color: #555555;
}

#td-center {
	z-index: 5;
	padding-left: 15px;
	width: 620px;
}

#multinav2-paginated {
	border-bottom-style: none;
	margin-bottom: -1px;
}

#multinav2-paginated .page-numbers {
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

.front-page #td-footer {
	display: none;
}

.front-page .post {
	display: none;
}

.front-page #widgetarea2 .widget {
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 13px;
	padding-top: 12px;
}

.front-page #widgetarea2 .widget h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 3px;
}

.page #breadcrumbs2 {
	border-top: 1px solid #cccccc;
	border-bottom-style: none;
}

.widget_search {
	padding-top: 18px;
}

.front-page #widgetarea2 .td1 {
	padding-right: 18px;
	width: 291px;
}

.single .multinav {
	border-top-width: 1px;
	border-bottom: 2px solid #dddddd;
	height: 15px;
}

.single #multinav2 {
	border-top: 1px solid #dddddd;
	border-bottom: 0px none;
}

.single .post {
	border-bottom-style: none;
}

.front-page #widgetarea2 .widget h3 span {
	font-weight: normal;
}

.page .breadcrumbs {
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 6px;
}

.page .post-byline {
	display: none;
}

#widgetarea2-2 .widget ul li {
	letter-spacing: 0px;
	word-spacing: 1px;
}

.widget_tag_cloud {
	letter-spacing: 0px;
	word-spacing: 2px;
}

/* Clearfix fixes some floating issues */
.row:after , .row5:after, .lw:after , .clearfix:after 	{
  	content: "."; 
  	display: block; 
  	height: 0; 
	/* next 2 avoid margin at body bottom */
	line-height: 0;
	font-size: 0;
  	clear: both; 
  	visibility: hidden;
	}
	
.row, .lw, .row5, .clearfix {
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
	}
	
* html .clearfix, * html .row, *html .row5, * html .lw {
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
	}

img {border: none;}

table {
    border-collapse: collapse;
}
