body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	background: linear-gradient(#003366, #66ccff, #3399cc);
	background-repeat: repeat-x;
	background-position: top
}
a, a:link, a:visited { 
	color: #003366; 
	font-weight: normal; 
	text-decoration: none
}
a:hover { 
	color: #C60;
	text-decoration: none
}
a.more { 
	display: inline-block;
	float: right;
	width: 120px;
	height: 54px;
	padding: 6px 0 0; 
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: url(images/more.png) no-repeat top center;
	color: #333
}
a.more:hover { 
	color: #fff;
	text-shadow: 1px 1px 1px #999
}
p { margin: 0 0 10px 0; padding: 0 }
img { border: none }
blockquote { font-style: italic; margin: 0 0 0 10px }
cite { font-weight: bold; color:#bd9213 }
cite span { color: #e3dfae }
em { color: #000 }
h1, h2, h3 { color: #000; font-weight: normal }
h1 { font-size: 34px; margin: 0 0 20px; padding: 5px 0 }
h2 { font-size: 24px; margin: 15px 0; padding: 5px 0 }
h3 { font-size: 20px; margin: 0 0 15px; padding: 0 }
.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }
.float_l { float: left }
.float_r { float: right }
#body-wrapper {
	width: 100%;
	height: 100%
}
#wrapper {
	width: 978px;
	padding: 0 10px;
	margin: 0 auto
}
#header {
	width: 960px;
	height: 88px;
	padding: 10px 9px
}
#site-title { 
	float: left;
	margin: 20px 0;
}
#site-title img 
{
    height: 64px;
    width: 64px;
    float: left;
    margin-right: 10px
}
#site-title h2 { 
	margin: 0; 
	padding: 4px 0;
	display: inline-block;
    font-size: 34px;
}
#site-title h2 a {	
	color: #fff; 
	text-indent: -10000px; 
	font-size: 1.1em;
	font-weight: 600;
	/*text-shadow: 6px 1px 4px #777*/
}
#site-title p {
    margin: 4px 0 0 0;
    color: #fff;
}
#menu {
	float: right;
	margin-top: 40px
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}
#menu ul li {
	padding: 0;
	margin: 0;
	display: inline
}
#menu ul li a {
	float: left;
	display: block;
	width: 120px;
	padding: 5px 0 0 0;
	font-size: 14px;
	color: #f2f2f2;	
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	outline: none;
	border: none
}
#menu ul li a:hover, #menu ul .current {
	color: #fff;
	background: url(images/menu_hover.png) top center no-repeat
}
#main {
	clear: both;
	width: 900px;
	padding: 30px 39px; 
	border-radius: 6px;
	background-color: #fff;	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75)
}
#main p {
	margin-bottom: 10px
}
#footer {
	clear: both;
	width: 900px;
	padding: 20px 39px; 
	color: #fff;
	text-align: center
}
#footer a { 
	color: #fff; 
	text-decoration: underline
}
.col_w580 { width: 580px }
.col_w280 { width: 280px }
.col_w580 p {
    text-align: justify
}
.entry-sidebar {
	width: 280px;
	margin-bottom: 20px
}
.entry-sidebar a
{
    display: block;
}
.entry-sidebar img { 
	padding: 4px; 
	border: 1px solid #ccc; 
	margin-bottom: 5px
}
.entry-sidebar img {
    max-width: 100%;
}
.entry {
    padding: 10px 0
}
.entry a
{
    font-size: 16px;
}
.entry a, .entry h1 {
    padding: 0;
    margin: 0;
    display: block;
}
.entry h1 
{
    font-size: 24px;
    line-height: 30px;
}
.entry img {
    float: left;
    padding-right: 10px
}
.entry-content
{
    display: block;
    margin: 0;
    padding: 0;
    width: 500px
}
.entry-content span
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 100%;
    display: inline-block !important;
}
#search-text {
    width: 206px;
    padding: 4px;    
    background: #fff;    
    color: #3c3628
}
#search-submit {
    width: 50px;
    height: 27px;
    background: #1ea0cc;
    font-weight: bold;    
    color: #fff;
    border: 0
}
.text-box {
    width: 100%
}
.text-box.multi-line {
    height: 10.5em
}
#send-btn {
    margin: 10px 0px;
    padding: 10px 14px;
    border: 1px solid #ccc;    
    font-weight: bold;
    float: right
}
.field-validation-error {
    color: #ff0000
}
.display-none {
    display: none
}
.btn-download {
    background: linear-gradient(#003366,#3399cc);
    background-color: #fff;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    border: 0;
    text-decoration: none;
    margin: 10px 0;
    border-radius: 6px;
    cursor: pointer
}
.btn-download:hover {
    background: #3399cc
}
span.stars, span.stars span {
    display: block;
    background: url(images/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px
}
/*span.stars {
    float: right
}*/
span.stars span {
    background-position: 0 0
}
.details-left {
    width: 250px;
    margin: 10px 0;
    float:left;
    text-align: left
}
.details-right {
    width: 250px; 
    margin: 10px 0; 
    float:right; 
    text-align: right
}
/*.soft-headline {
    font-weight: 600
}*/
.app-view {
    max-width: 100%;
    border: 1px solid #c7c7c7
}
.soft-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
    margin: 16px 0
}
.soft-table td {
    border: 1px solid #000;
    width: 50%;
    padding: 4px
}
.separator {
    border: 1px solid #c7c7c7
}
#review {
  overflow: hidden;
  height: 10.1em;
  font-size: .9em
}
#review-dot {
    margin-top: -10px;
    text-align: right
}
#more:checked ~ #review {
  height: auto;
}
#more:checked ~ #review-dot {
  display: none
}
#more-label {
    color: #003366;
    font-weight: 600;
}
.news-article {
    padding: 0;
    margin-bottom: 10px
}
.news-day {
    background-color: #1ea0cc;
    color: #fff;
    padding: 6px;
    width: 54px;
    float: left;
    margin: 6px 10px 0 0;
    text-align: center
}
.news-title, .news-title a {
    font-weight: 700;
    color: #272727
}
.news-content {
    color: #595959
}
#text-clipboard {
    position: absolute; left: -1000px; top: -1000px
}
#how-to {
    color: #000;
    width: 80%;
    border: 2px solid #3399cc;
    font-weight: normal;
    margin: 10px;
    padding: 10px;
    display: none;
    
}
#how-to p
{
    margin: 0;
    text-align: center;
}
#how-to input
{
    width: 100%;
    text-align: center;
}
/*#how-to-img {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid gray;
    display: none;
}
#how-to-text 
{   
    text-align: center;
    display: none;
}
#how-to-text-en {
    background: url(images/flags/en.png) 0 6px no-repeat;
    padding-left: 20px;
}
#how-to-text-de {
    background: url(images/flags/de.png) 0 6px no-repeat;
    padding-left: 20px;
}
#how-to-text-fr {
    background: url(images/flags/fr.png) 0 6px no-repeat;
    padding-left: 20px;
}
#how-to-text-es {
    background: url(images/flags/es.png) 0 6px no-repeat;
    padding-left: 20px;
}
#how-to-text-po {
    background: url(images/flags/po.png) 0 6px no-repeat;
    padding-left: 20px;
}
#how-to-text-ru {
    background: url(images/flags/ru.png) 0 6px no-repeat;
    padding-left: 20px;
}*/
.archive
{
    margin: 10px 0;
    text-align: left;
}
.archive h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 6px 0;
}
.archive a
{
    margin-left: 18px;
    display: list-item;
}
.comment-block
{
    font-size: 13px;
    color: #333;
    margin: 30px 0;
}

@media only screen and (max-width: 768px)
{
    #wrapper
    {
        width: unset;
    }

    #header, #footer, #main, .col_w580, .col_w280, .entry-sidebar, .entry-content
    {
        width: unset;
    }

    #main
    {
        padding: 12px;
    }

    #search-text
    {
        width: 80%;
    }

    .entry-sidebar img
    {
        float: left;
        margin-right: 10px;
    }

    #site-title h2 a
    {
        font-size: 0.7em;
    }

    #site-title img
    {
        width: 32px;
        height: 32px;
    }

    #menu
    {
        margin: 0;
    }

    .editor-field input, .editor-field textarea
    {
        width: 100%;
        box-sizing: border-box;
    }
}