/*
Theme Name: Wordpress Road
Theme URI:  http://www.templateworld.com
Description: The WordPress theme.
Version: 1.0
Author: Theme Developed by: TemplateWorld
Author URI: http://www.templateworld.com
Tags: 

*/
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol,ul {
	list-style:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
acronym {
	border-bottom: 1px dotted #718D00;
	cursor: help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

a {
	color:#8a8a8a;
	text-decoration:none;
}
a:focus,a:hover {
	text-decoration:underline;
}
html {
	background:#4e4e4e url(../img/bgr_html.png) repeat;
}
body {
	background:url(../img/bgr_main.png) repeat-x;
	color:#8a8a8a;
	font: 0.85em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.blind {
	position: absolute;
	left: -10000px;
	top: -10000px;
	width: 1px;
	height: 1px;
}


input[type='text'],
textarea {
	border: 1px solid #8A8A8A;
	border-radius:5px;
	box-shadow:0 0 5px #8A8A8A;
	-moz-border-radius:5px;
	-moz-box-shadow:0 0 5px #8A8A8A;
	-webkit-border-radius:5px;
	-webkit-box-shadow:0 0 5px #8A8A8A;
}
input[type='text'] {
	padding-left: 0.1em;
	padding-right: 0.1em;
}

#content-in .info {
	float: right;
	margin-right: 10px;
	margin-top: 20px;
	font-size: 0.8em;
	color: #516D00;
}

#wrapper {
	margin:0 auto;
	width:925px;
	overflow:hidden;
}

#header {
	width:100%;
	height:172px;
	overflow:hidden;
	position: relative;
	background:url(../img/bgr_header.png) no-repeat;
}

#body {
	background:transparent url(../img/bgr_body.png) repeat-y scroll 0 0;
	width:100%;
}

#content {
	background:transparent url(../img/bgr_body_top.png) repeat-x scroll 0 0;
	margin:0 0 0 9px;
	width:906px;
}

#content-in {
	margin: 0 10px;
	overflow: hidden;
	min-height: 200px;
}

#content-in pre,
#content-in .code {
	overflow: auto;
	display: block;
	max-height: 300px;
}

#content-in h2 {
	color:#718d00;
	font-size:1.8em;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0 0 6px 0;
	border-bottom:1px dashed #dbdbdb;
}
#content-in h2 a {
	color:#718d00;
}
#content-in a {
	text-decoration: underline;
}
#content-in a:hover {
	text-decoration: none;
}

#content-in div {
	margin-top: 10px;
}

#content-in p {
	text-indent:1em;
}

#content-in h3 {
	color:#718d00;
	font-size:1.2em;
	font-weight:bold;
	margin-top:1em;
}


#content-in img {
	margin: 2px;

	border:3px solid #DBDBDB;
	border-radius:10px;
	box-shadow:0 0 10px #516D00;
	-moz-border-radius:10px;
	-moz-box-shadow:0 0 10px #516D00;
	-webkit-border-radius:10px;
	-webkit-box-shadow:0 0 10px #516D00;
}
#content-in img.icon {
	margin: 0;
	border: none;
	border-radius:0;
	box-shadow:none;
	-moz-border-radius:0;
	-moz-box-shadow:none;
	-webkit-border-radius:0;
	-webkit-box-shadow:none;
}


#content-in ul {
	margin-left: 20px;
}
#content-in ul li {
	background: transparent url(../img/ico_list.png) no-repeat scroll left 3px;
	border-bottom:1px dashed #EFEFEF;
	margin:0;
	padding:6px 0 6px 35px;
	display: block;
	vertical-align: middle;
}


/* Logo */
#logo {
	display: block;
	color:#FFFFFF;
	float:left;
	text-decoration:none;
	padding:34px 0 0 20px;
	width:550px;
}
#logo a {
	color:#FFFFFF;
	text-decoration:none;
}
#logo h1 {
	font-size:3.1em;
	font-weight:normal;
	letter-spacing: -0.08em;
}
#logo span {
	color:#4B5B08;
	display:block;
	font-size:1.1em;
	line-height:1.5em;
}
/* Logo END */


/* Search */
#header-search {
	overflow:hidden;
	padding:18px 0 0 0;
	height:65px;
	width:335px;
	float:right;
}
#header-search fieldset {
	background:url(../img/bgr_header_search.png) no-repeat;
	padding:5px 33px 20px 55px;
}
#header-search fieldset input[type='text'] {
	float:left;
	background:#89a800;
	color:#526400;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.1em;
	padding:2px;
	margin:6px 20px 0 0;
	width:210px;

	border: none;
	border-radius:none;
	box-shadow:none;
	-moz-border-radius:none;
	-moz-box-shadow:none;
	-webkit-border-radius:none;
	-webkit-box-shadow:none;
}
#header-search fieldset input[type='image'] {
	float:left;
	margin:10px 0 0 0;
}
/* Search END */


/* Menu */
#menu ul {
	position: absolute;
	right:0;
	bottom:40px;
	padding:0 33px 0 0;
}
#menu ul li {
	position: relative;
	display: inline;
	float: left;
	color:#ffffff;
	padding:0 0 0 42px;
	font-size:1.1em;
	line-height:1.4em;
	background:url(../img/bgr_menu_li.gif) no-repeat center left;
}
#menu ul li.first {
	padding:0;
	background:none;
}
#menu ul li a {
	display:block;
	color:#ffffff;
}
#menu ul li a:link,
#menu ul li a:visited {
	text-decoration:none;
}
#menu ul li a:hover,
#menu ul li.selected a {
	text-decoration:none;
	color:#4B5B08;
}
/* Menu END */


/* Footer */
#footer-block {
	background:transparent url(../img/bgr_footer_block.png) no-repeat scroll 0 0;
	margin:0 auto;
	overflow:hidden;
	padding:40px 10px 20px;
	width:905px;
}

#footer {
	width:100%;
	height:122px;
	overflow:hidden;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	background:url(../img/bgr_footer.gif) repeat-x;
}
#footer p {
	width:925px;
	margin:0 auto;
	overflow:hidden;
}
#footer .copyrights{
	color:#6b6b6b;
	padding:10px 0 0 0;
	line-height:1.4em;
}
#footer .copyrights a{
	color:#6b6b6b;
}
/* Footer END */

/* Messages */
#content-in div.error,
#content-in div.message {
	width: 500px;
	margin: 20px auto;
	padding: 3px;
	text-align: center;
	font-size: 1.1em;
}
#content-in div.error div,
#content-in div.message div {
	text-align: left;
	margin-left: 5px;
}
#content-in div.error li,
#content-in div.message li {
	text-align: left;
}

#content-in div.message {
	border: 1px solid #718d00;
	border-radius:10px;
	box-shadow:0 0 10px #516D00;
	-moz-border-radius:10px;
	-moz-box-shadow:0 0 10px #516D00;
	-webkit-border-radius:10px;
	-webkit-box-shadow:0 0 10px #516D00;
}

#content-in div.message h3 {
	margin:-3px -3px 10px;
	padding: 5px 10px;
	background-color: #718d00;
	color: #FFFFFF;

	border-top-left-radius:10px;
	border-top-right-radius:10px;
	box-shadow:0 0 10px #516D00;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-box-shadow:0 0 10px #516D00;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-box-shadow:0 0 10px #516D00;
}

#content-in div.error {
	border: 1px solid red;
	border-radius:10px;
	box-shadow:0 0 10px red;
	-moz-border-radius:10px;
	-moz-box-shadow:0 0 10px red;
	-webkit-border-radius:10px;
	-webkit-box-shadow:0 0 10px red;
}

#content-in div.error {
	color: red;
}

#content-in input.error {
	border-color: red;
	box-shadow:0 0 10px red;
	-moz-box-shadow:0 0 10px red;
	-webkit-box-shadow:0 0 10px red;
}

#content-in div.error li {
	border-bottom: none;
	background: transparent url(../img/red_cross.png) no-repeat scroll left 3px;
}
#content-in div.error h3 {
	margin:-3px -3px 10px;
	padding: 5px 10px;
	background-color: red;
	color: #FFFFFF;
	font-size: 1.1em;

	border-top-left-radius:10px;
	border-top-right-radius:10px;
	box-shadow:0 0 10px red;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-box-shadow:0 0 10px red;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-box-shadow:0 0 10px red;
}
/* Messages END */

.perex {
	font-weight: bold;
}

#content-gallery {
	overflow: hidden;
	clear: both;
}
.img-with-description {
	margin: 5px auto;
	width: 260px;
	text-align: center;
	overflow: hidden;
	padding: 10px 5px;
	position: relative;

	border: 1px solid #718d00;
	border-radius:10px;
	box-shadow:0 0 10px #516D00;
	-moz-border-radius:10px;
	-moz-box-shadow:0 0 10px #516D00;
	-webkit-border-radius:10px;
	-webkit-box-shadow:0 0 10px #516D00;
}
#content-in .img-with-description img {
	margin: 5px;
	margin-bottom: 2em;
}
.img-with-description span {
	display: block;
	padding: 5px 10px;
	background-color: #718d00;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0px;

	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
#content-gallery .img-with-description {
	float: left;
	margin: 10px;
}


#portfolio {
	overflow: hidden;
	clear: both;
	margin: auto;
	width: 820px;
}
#portfolio .web {
	float: left;
	width: 325px;
	background-color: #FFFFFF;
	color: #4B5B08;
	padding: 5px;
	margin: 10px 25px;

	border-radius:10px;
	box-shadow:0 0 10px #516D00;
	-moz-border-radius:10px;
	-moz-box-shadow:0 0 10px #516D00;
	-webkit-border-radius:10px;
	-webkit-box-shadow:0 0 10px #516D00;
}
#portfolio .web:hover {
	background-color: #CEEA00;
}
#portfolio .web img {
	float: left;
	display:inline;
	margin:0 7px 0 0;
	padding:3px;

	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#portfolio .web:hover img {
	border-color: #96BA00;
}
#portfolio .web span a {
	color: #4B5B08;
	font-weight: bold;
}

.box,
code {
	border: 1px solid #718d00;
	border-radius:10px;
	box-shadow:0 0 10px #516D00;
	-moz-border-radius:10px;
	-moz-box-shadow:0 0 10px #516D00;
	-webkit-border-radius:10px;
	-webkit-box-shadow:0 0 10px #516D00;
}

.box:hover {
	background-color: #CEEA00;
}

.box .code {
	padding-left: 5px;
}
#content-in .box .code {
	margin-top: 0;
}

code {
	padding: 2px 6px;
	overflow: hidden;
	display: inline;
	line-height: 2em;
}

#content-in .box {
	margin: 20px 10px;
	padding: 3px;
}
#content-in .box.fullscreen {
	position: fixed;
	z-index: 100;
	background-color: #FDFCFD;
	left:0;
	right:0;
	top:0;
	bottom:0;
	overflow: hidden;
}
#content-in .box.fullscreen .code {
	max-height: none;
	position: absolute;
	left:3px;
	right:3px;
	top:3.3em;
	bottom:3px;
	overflow: auto;
}
#content-in .box h3 {
	margin:-3px -3px 10px;
	padding: 5px 10px;
	background-color: #718d00;
	color: #FFFFFF;
	position: relative;

	border-top-left-radius:10px;
	border-top-right-radius:10px;
	box-shadow:0 0 10px #516D00;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-box-shadow:0 0 10px #516D00;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-box-shadow:0 0 10px #516D00;
}
#content-in .box h3 .icon {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	cursor: pointer;
}

#page-search-form fieldset {
	margin-bottom: 10px;
	font-size: 1.2em;
}
#page-search-form fieldset input[type='text']{
	width: 20em;
}

#full-page-search-form fieldset {
	font-size: 1.6em;
	margin: 75px auto;
	text-align: center;
}
#full-page-search-form input {
	font-size: 1em;
}
#full-page-search-form label {
	font-weight: bold;
}
#full-page-search-form input[type='text']{
	width: 20em;
	margin: 0 10px;
}

span.fullscreen {
	display: block;
	width: 18px;
	height: 16px;
	background: url(../img/fullscreen-button.png);
}
span.cancel-fullscreen {
	display: block;
	width: 18px;
	height: 16px;
	background: url(../img/cancel-fullscreen-button.png);
}

.articles .article {
	overflow: hidden;
}
.title-image {
	float: left;
	margin-right: 10px;
}

