body#layout ul{list-style-type:none;list-style:none}
body#layout ul li{list-style-type:none;list-style:none}
body#layout #content {width:600px;}
body#layout #slidearea {display:none;}
body#layout #headbox{display:none;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; 
overflow-y: scroll; 
-webkit-text-size-adjust: 100%; 
-ms-text-size-adjust: 100%; 
}
body {
background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
ol, ul {
list-style: none;
}
table { 
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active { 
outline: 0;
}
a img {
border: 0;
}
body,
button,
input,
select,
textarea {
color: #666666;
font-family:'Bitter',serif;
font-size: 13px;
font-size: 1.3rem;
line-height: 1.3;
}
body{
background:url("../images/body.png") 50% 0 repeat-y;
}

h1,h2,h3,h4,h5,h6 {
clear: both;
margin:0px 0px 10px 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 24px; line-height: 30px; }
h2 { font-size: 22px; line-height: 26px; }
h3 { font-size: 18px; line-height: 24px; }
h4 { font-size: 16px; line-height: 20px; }
h5 { font-size: 14px; line-height: 18px; }
h6 { font-size: 14px; line-height: 18px; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}

p {
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
b, strong {
font-weight: bold;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
padding: 1.6em;
overflow: auto;
max-width: 100%;
}
code, kbd, tt, var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
th {
font-weight: bold;
}
button,
input,
select,
textarea {
font-size: 100%; 
margin: 0; 
vertical-align: baseline; 
*vertical-align: middle; 
}
button,
input {
line-height: normal; 
*overflow: visible;  
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid #ccc;
border-color: #ccc #ccc #bbb #ccc;
border-radius: 3px;
background: #fafafa; 
background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); 
background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); 
background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); 
background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); 
background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); 
box-shadow: inset 0 2px 1px #fff;
color: rgba(0,0,0,.8);
cursor: pointer; 
-webkit-appearance: button; 
font-size: 12px;
font-size: 1.2rem;
padding: 8px 20px;;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: #f5f5f5; 
background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); 
background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); 
background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); 
background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); 
background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); 
border-color: #bbb #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb #bbb;
box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; 
padding: 0; 
}
input[type="search"] {
-webkit-appearance: textfield; 
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; 
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { 
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { 
border: 0;
padding: 0;
}
input[type=text],
input[type=email],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
color: #111;
}
input[type=text],
input[type=email] {
padding: 7px 10px;
}
textarea {
overflow: auto; 
padding-left: 8px 10px;
vertical-align: top; 
width: 98%;
}

a {
color: #CD4654;
text-decoration: none;
}
a:visited {
color: #CD4654;
}
a:hover,
a:focus,
a:active {
color:#B22130;
}

.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
.clear{
clear:both;
}

.assistive-text {
clip: rect(1px 1px 1px 1px); 
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}

.cf:before,
.cf:after {
content: " "; 
display: table; 
}
.cf:after {
clear: both;
}
/* =Content
----------------------------------------------- */
.sticky {
}
.hentry {
margin: 0 0 1.5em;
}
.post {
background: #fff;
box-shadow: 0 2px 0 0 #E3E0D7;
margin: 0 0 30px;
}
.entry-meta {
clear: both;
}
.byline {
}
.single .byline,
.group-blog .byline {
display: inline;
}
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
padding: 0px 20px 20px 20px;
line-height: 1.6;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
.site-content .gallery {
margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
border: none;
height: auto;
max-width: 90%;
}
.site-content .gallery dd {
margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

embed,
iframe,
object {
max-width: 100%;
}
/* =Navigation
----------------------------------------------- */
.site-content .site-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.site-content .nav-previous {
float: left;
width: 50%;
}
.site-content .nav-next {
float: right;
text-align: right;
width: 50%;
}

#page{}
#primary,#secondary{word-wrap:break-word;overflow:hidden;}
#primary {padding-bottom:30px;}
#main{}

#masthead{
background:#fff;
margin:0px 0px 30px 0px;
-webkit-box-shadow:  0px 2px 0px 0px #e3e0d7;
box-shadow:  0px 2px 0px 0px #e3e0d7;
}
.logo {
text-align: center;
margin:30px 0px 10px 0px;
}
.logo h1{
text-transform: uppercase;
margin:0px 0px ;
font-size: 28px;
font-weight: 800;
}
.logo h2{
font-size: 18px;
padding-top:5px;
}
.logo h1 a:link, .logo h1 a:visited{
color:#111;
}

.topnavi{
height:50px;
text-transform: uppercase;
font-size: 12px;overflow:hidden;
}
#submenu{
}
.sf-menu, .sf-menu * {
padding:		0;
list-style:		none;
}
.sf-menu li a {
padding:	17px 10px 18px 10px;
border: none;
}
.sf-menu li a:hover {
color:#e72d2e;
}
.sf-menu ul {
position:		absolute;
top:			-999em;
width:			14em; 
margin:0px;
-webkit-box-shadow:  0px 2px 0px 0px #e3e0d7;
box-shadow:  0px 2px 0px 0px #e3e0d7;
}
.sf-menu ul li {
width:			100%;
}
.sf-menu ul li a {
padding:	12px 10px 12px 10px;
background: #fff;
}
.sf-menu ul li a:hover {
background: #CF4856;
color:#fff;
}
.sf-menu li:hover {
visibility:		inherit; 
}
.sf-menu li {
float:			left;
position:		relative;
}
.sf-menu a {
display:		block;
position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
left:			0;
top:			50px; 
z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
left:			14em; 
top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
left:			14em; 
top:			0;
}

.sf-menu {

margin-bottom:	1em;
margin:0 auto;
}
.sf-menu a {
border-left:	1px solid #fff;
border-top:		1px solid #CFDEFF;
padding: 		.75em 1em;
text-decoration:none;
}
.sf-menu a, .sf-menu a:visited { 
color:			#777;
}
.sf-menu li {
}
.sf-menu li li {
background:		#AABDE6;
}
.sf-menu li li li {
background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {

outline:		0;
}

.sf-menu a.sf-with-ul {
padding-right: 	2.25em;
min-width:		1px; 
}
.sf-sub-indicator {
position:		absolute;
display:		block;
right:			.75em;
top:			1.05em; 
width:			10px;
height:			10px;
text-indent: 	-999em;
overflow:		hidden;
background:		url('superfish/superfish-1.4.8/images/arrows-ffffff.png') no-repeat -10px -100px; 
}
a > .sf-sub-indicator {  
top:			.8em;
background-position: 0 -100px; 
}

a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px; 
}

.sf-menu ul .sf-sub-indicator {
background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
background-position:  0 0;
}

.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0; 
}

.sf-shadow ul {
background:	url('superfish/superfish-1.4.8/images/shadow.png') no-repeat bottom right;
padding: 0 8px 9px 0;
-moz-border-radius-bottomleft: 17px;
-moz-border-radius-topright: 17px;
-webkit-border-top-right-radius: 17px;
-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
background: transparent;
}

#wrapper {
text-align:center;
}
.container {
clear:both;
text-decoration:none;
}
.sf-menu {
display:table;
margin: 0 auto;
}

.searchbox{
background: #fff;
-webkit-box-shadow:  0px 2px 0px 0px #BA3B48;
box-shadow:  0px 2px 0px 0px #BA3B48;
margin-bottom: 30px;
padding: 20px 20px 20px 20px;
}
#searchform{
border: 1px solid #ddd;
background: #f8f8f8;
padding:3px 3px;
}
input#s{
width:170px;
border: none;
background: transparent;
}
#searchsubmit{
background: url("../images/search.png");
height: 30px;
width: 30px;
border: none;
padding: 0px 0px;
}
ul.social-links{
margin: 15px 0px 0px 0px;
}
ul.social-links li{
float:left;
margin-right: 12px;
list-style: none;
}
ul.social-links li:last-child{
margin-right: 0px;
}

h1.page-title {
font-size: 16px;
font-weight: bold;
margin:0px 0px 30px 0px;
}
article.post,article.page{
margin-bottom: 50px;
background: #fff;
-webkit-box-shadow:  0px 2px 0px 0px #e3e0d7;
box-shadow:  0px 2px 0px 0px #e3e0d7;
}
.post .entry-header{
padding:20px 20px 0px 20px;
}
h2.entry-title{
margin-bottom: 5px;
color: #111;
font-size: 24px;
font-weight: normal;
line-height: 100%;
}
h2.entry-title a:link, h2.entry-title a:visited{
color:#111;
}
.entry-meta{
font-size: 10px;
text-transform: uppercase;
color:#CD4654;
}
footer.entry-meta{
padding:0px 30px 30px 30px;
}
img.postimg{
margin:0px 0px;
}
a.readon{
display: inline-block;
background: #CD4654;
color: #fff;
padding: 5px 10px;
}
/* =Widgets
----------------------------------------------- */
.sidebar {
color: #777777;
}
.sidebar a {
text-decoration: none;
color: #777777;
}
.sidebar a:hover {
text-decoration: none;
color: #D54E5C;
}
.sidebar .widget {
margin: 0 0 30px 0;
background: #ffffff;
padding: 0;
box-shadow: 0 2px 0 0 #BA3B48;
-webkit-box-shadow: 0 2px 0 0 #BA3B48;
-moz-box-shadow: 0 2px 0 0 #BA3B48;
}
.sidebar .widget h2, h1.widget-title, h3.sidetitl {
padding: 15px 0 10px 20px;
font-size: 16px;
font-weight: normal;
margin: 0;
color: #222222;
background: #ffffff;
border-bottom: 5px solid #eeebe6;
}
.sidebar .widget-content {
margin: 0;
padding: 10px 20px 20px 20px;
}
.sidebar ul {
list-style-type: none;
list-style: none;
margin: 0;
padding: 0;
}
.sidebar ul li {
padding: 7px 0;
margin: 0;
border-bottom: 1px solid #dddddd;
}

.site-footer{
width:600px;
background: #fff;
padding:20px 0px;
font-size:12px;
text-align:left;
margin-left: 340px;
line-height: 1.6;
}
.fcred{
color:#666;
padding:0px 30px;
text-align:center;
}
.fcred a:link, .fcred a:visited{
color:#666;
text-decoration:none;
}

body {
min-width: 960px;
}

.container_6
{
margin-left: auto;
margin-right: auto;
width: 960px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6 {
display: inline;
float: left;
margin-left: 20px;
margin-right: 20px;
}
.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5 {
position: relative;
}
/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}
/* =Grid >> 6 Columns
--------------------------------------------------------------------------------*/
.container_6 .grid_1 {width: 120px;}
.container_6 .grid_2 {width: 280px;overflow:hidden;}
.container_6 .grid_3 {width: 440px;}
.container_6 .grid_4 {width: 600px;overflow:hidden;}
.container_6 .grid_5 {width: 760px;}
.container_6 .grid_6 {width: 920px;}
/* =Prefix Extra Space >> 6 Columns
--------------------------------------------------------------------------------*/
.container_6 .prefix_1 {padding-left: 160px;}
.container_6 .prefix_2 {padding-left: 320px;}
.container_6 .prefix_3 {padding-left: 480px;}
.container_6 .prefix_4 {padding-left: 640px;}
.container_6 .prefix_5 {padding-left: 800px;}
/* =Suffix Extra Space >> 6 Columns
--------------------------------------------------------------------------------*/
.container_6 .suffix_1 {padding-right: 160px;}
.container_6 .suffix_2 {padding-right: 320px;}
.container_6 .suffix_3 {padding-right: 480px;}
.container_6 .suffix_4 {padding-right: 640px;}
.container_6 .suffix_5 {padding-right: 800px;}
/* `Push Space >> 6 Columns
--------------------------------------------------------------------------------*/
.container_6 .push_1 {left: 160px;}
.container_6 .push_2 {left: 320px;}
.container_6 .push_3 {left: 480px;}
.container_6 .push_4 {left: 640px;}
.container_6 .push_5 {left: 800px;}
/* `Pull Space >> 6 Columns
--------------------------------------------------------------------------------*/
.container_6 .pull_1 {left: -160px;}
.container_6 .pull_2 {left: -320px;}
.container_6 .pull_3 {left: -480px;}
.container_6 .pull_4 {left: -640px;}
.container_6 .pull_5 {left: -800px;}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}

.clearfix:before,
.clearfix:after {
content: "\0020";
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.clearfix:after {
clear: both;
}
/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
zoom: 1;
}
h2.date-header {
margin: 1.5em 0 .5em;
display: none;
}
.main .widget {
margin: 0 0 5px;
padding: 0 0 2px;
}
.main .Blog {
border-bottom-width: 0;
}
#header .description {
color:#ffffff;
font-size:14px;
text-shadow:0px 1px 0px #000000;
}

#comments {
padding:10px;
color:#666;
margin-bottom:20px;
}
#comments h4 {
font-size:22px;
margin-bottom:10px;
}
#comment-name-url {
width: 365px;
float: left;
}
#comment-date {
width: 365px;
float: left;
margin-top: 5px;
font-size: 10px;
}
.date-posts ul li{list-style: none;}
#comment-header {
float: left;
padding: 5px 0 40px 10px;
margin: 5px 0 15px 0;
position: relative;
background-color: #ffffff;
border: 1px dashed #eeeeee;
}
.avatar-image-container {
background: url("../images/comment-avatar.jpg");
width: 32px;
height: 32px;
float: right;
margin: 5px 10px 5px 5px;
border: 1px solid #dddddd;
}
.avatar-image-container img {
width: 32px;
height: 32px;
}
a.comments-autor-name {
color: #000000;
font: normal bold 14px Arial, Tahoma, Verdana;
}
a.says {
color: #000000;
font: normal 14px Arial, Tahoma, Verdana;
}
.says a:hover {
text-decoration: none;
}
.deleted-comment {
font-style: italic;
color: gray;
}
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
padding:5px;
}
.feed-links {
clear: both;
}

.profile-img {
float: left;
margin-top: 0;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 0;
padding: 4px;
border: 1px solid #eeeeee;
}
.profile-data {
margin: 0;
text-transform: uppercase;
letter-spacing: .1em;
color: #000000;
font-weight: bold;
line-height: 1.6em;
}
.profile-datablock {
margin: .5em 0 .5em;
}
.profile-textblock {
margin: 0.5em 0;
line-height: 1.6em;
}
.avatar-image-container {
background: url("../images/comment-avatar.jpg");
width: 32px;
height: 32px;
float: right;
margin: 5px 10px 5px 5px;
border: 1px solid #dddddd;
}
.avatar-image-container img {
width: 32px;
height: 32px;
}
.profile-link {
text-transform: uppercase;
letter-spacing: .1em;
}
.comment-form {
max-width: 600px;
}
#navbar-iframe {
height: 0;
visibility: hidden;
display: none;
}
.PopularPosts .widget-content ul li {
padding:6px 0px;
}
.reaction-buttons table{
border:none;
margin-bottom:5px;
}
.reaction-buttons table, .reaction-buttons td{
border:none;
}
.blog-posts{background:#fff;padding:10px;}