body {
	margin: 0;
	padding: 0;
	background: #0ba1de url(images/img01.gif) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em; line-height:1.6em; font-weight:400; font-style:normal; letter-spacing:0; text-rendering:optimizeLegibility;
	text-align: justify;
	color: #4B4B4B;
}

h1, h2, h3 {
	margin: 0;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #ffffff;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 1.7em;
}

a {
	color: #004080;
}

a:hover, a:active {
	color: #f60;
}

a.screenshot img {
	border: 1px solid #8FD3EF;
	padding: 0px;
	display: block;
	-moz-box-shadow: 2px 2px 1px #11526D;
	-webkit-box-shadow: 2px 2px 1px #11526D;
	box-shadow: 2px 2px 1px #11526D;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

}

a.screenshot:hover img {
	border: 1px solid #26789e;
}

img {
	border: none;
	max-width: 100%;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

#wrapper {
	margin: 0;
	padding: 0;
}

/** LOGO */

#logo {
	width: 100%;
	height: 80px;
	margin: 0 auto;
}

@media (min-width: 840px) {
  #logo {
	width: 840px;
 }
}

#logo img {
	float: left;
	margin: 0;
	padding: 14px 12px 0 0px;
	line-height: normal;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 30px 0 0 0px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
}
@media (min-width: 560px) {
  #logo h1 {
	padding: 25px 0 0 0px;
	font-size:32px;
 }
}
@media (min-width: 840px) {
  #logo h1 {
	padding: 20px 0 0 0px;
	font-size:40px;
 }
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding: 35px 0 0 18px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF; 
}

#logo p a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo p a:hover { text-decoration: underline; }

/* Header */

#header {
	width: 100%;
	margin: 0 auto;
	/*height: 100px;*/
	height: 50px;
}

/* Menu */

#menu {
	float: left;
	width: 100%;
	/*height: 100px;*/
	height: 50px;
	/*background: url(images/img02-2.gif) no-repeat left top;*/
	background: url(images/img02.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

@media (min-width: 840px) {
  #header {
	/*height: 60px;*/
	width: 840px;
}
  /*#menu {
	height: 60px;
	background: url(images/img02.gif) no-repeat left top;
}*/
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	padding: 4px 9px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-size: 16px;
	color: #283386;
}

#menu a:hover { 
	background: #0B97D4;
	color: #FFFFFF;
	padding: 3px 8px;
	border: 1px solid #0B7698;
}

#menu .current_page_item a {
	background: #0B97D4;
	color: #FFFFFF;
	padding: 3px 8px;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #0B7698;
	border-top: 1px solid #0B7698;
}

/* Page */

#page {
	width: 100%;
	margin: 0 auto;
}
@media (min-width: 840px) {
	#page {
		width: 820px;
	}
}

/* Content */

#content {
	float: left;
	width: 600px;
}

#content2 {
	float: left;
	width: 100%;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content li {
	margin-left: 40px;
}

/* Post */

.post {
	border: 5px #8FD3EF solid;
	padding: 15px 20px;
	background-color: #fff;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
	padding: 0px 0 0 0px;
	font-size: 1.5rem;
	color: #657fc0;
}

.post h2 {
	padding: 0px 0 0 0px;
	font-size: 1.35rem;
	color: #657fc0;
}

.post h3 {
	color: #657fc0;
}
.post .entry {
}

.post .entry ul li {
	margin-top : 2px;
	list-style : square none;
}

a.downloadlink {
	clear: both;
	display: block;
	/*font-size: 18px;*/
	padding-top: 0px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.post .centered {
	text-align: center;
}
.post .meta {
	padding: 15px 15px 30px 0px;
	font-size: 10px;
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #FFFFFF;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
}

.post .meta .comments {
	padding-left: 22px;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
	color: #fff;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
	margin-bottom: 10px;
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	width: 250px;
	padding: 8px 0 0 0px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #FFFFFF;
}

/* Search */

#search {

}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 140px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #BED99C;
}

#x {
	padding: 3px;
	border: none;
	background: #8FD3EF;
	text-transform: lowercase;
	font-size: 11px;
	color: #085B7B;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* S button */
a.s-button {
	border: 1px solid #267AA2;
	border-top-color: #2E82AC;
	border-bottom-color: #11526D;
	color: #ffffff;
	display: block;
	margin: 10px auto;
	/*float: left;*/
	clear: both;
	/*position: relative;*/
	font-size: 18px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	width: 200px;
	padding: 20px 40px;
	text-decoration: none;
	text-shadow: -1px -1px 0 #1D5E79;
	/* CSS3 */
	-moz-box-shadow: 2px 2px 1px #11526D, inset 1px 1px 0px #449ECA;
	-webkit-box-shadow: 2px 2px 1px #11526D, inset 1px 1px 0px #449ECA;
	box-shadow: 2px 2px 1px #11526D, inset 1px 1px 0px #449ECA;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	/* Gradient */
	background-color: #23769C;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#23769C), to(#2A88B0)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #23769C, #2A88B0); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #23769C, #2A88B0); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #23769C, #2A88B0); /* IE10 */
	background-image:      -o-linear-gradient(top, #23769C, #2A88B0); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #23769C, #2A88B0);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#23769C', EndColorStr='#2A88B0');*/ /* IE6–IE9 */
}
a:hover.s-button {
	background-color: #2E81A7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2E81A7), to(#3593BB)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #2E81A7, #3593BB); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #2E81A7, #3593BB); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #2E81A7, #3593BB); /* IE10 */
	background-image:      -o-linear-gradient(top, #2E81A7, #3593BB); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #2E81A7, #3593BB);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2E81A7', EndColorStr='#3593BB');*/ /* IE6–IE9 */
}
a.s-button-inactive {
	border: 1px solid #72CCF8;
	border-top-color: #085B7B;
	border-bottom-color: #0B7698;
	border-left-color: #09698A;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	width: 154px;
	padding: 12px 20px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #1D5E79;
	/* CSS3 */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	/* Gradient */
	background-color: #0B7698;
}
a.d-button {
	border: 1px solid #e7a943;
	border-bottom-color: #d6982f;
	border-top-color: #f5b74e;
	color: #623f1d;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	padding: 12px 30px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fede9d;
	/* CSS3 */
	-moz-box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
	-webkit-box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
	box-shadow: 0px 1px 2px #d9d9d9, inset 0px 1px 0px #ffe598;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	/* Gradient */
	background-color: #feda71;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb49)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #feda71, #febb49); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #feda71, #febb49); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #feda71, #febb49); /* IE10 */
	background-image:      -o-linear-gradient(top, #feda71, #febb49); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #feda71, #febb49);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#feda71', EndColorStr='#febb49');*/ /* IE6–IE9 */
}
a:hover.d-button {
	background-color: #fee296;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fee296), to(#fec166)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fee296, #fec166); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #fee296, #fec166); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #fee296, #fec166); /* IE10 */
	background-image:      -o-linear-gradient(top, #fee296, #fec166); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #fee296, #fec166);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fee296', EndColorStr='#fec166');*/ /* IE6–IE9 */
}
/* Footer */
#progname {
	color: #657fc0;
	font-weight: bold;
}
#newver {
	color: #fff;
	background-color: #657fc0;
	font-weight: bold;
}

/* Footer */
#footer-wrap {
}

#footer {
	background: #0B97D4 url(images/img03.gif) repeat-x left top;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 16px;
}

#legal {
	clear: both;
	padding-top: 17px;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	font-weight: normal;
	color: #FFFFFF;
}
