/*[fmt]1A90-1A0B-3*/
/*Generic Styles*/
html {
	background: #93C6FF url(images/html.png);
}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, sans-serif;
	background: #EBEBFD url(images/body.png) repeat top left;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

a {
	color: #934302;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

li {
	list-style-type: none;
}

img {
	border: 1px solid #6D6D6D;
}

td, th {
	vertical-align: top;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.clear {
	float: none !important; /*[e]none*/
	clear: both !important; /*[e]both*/
	height: 0 !important; /*[e]0*/
	visibility: hidden !important; /*[e]hidden*/
}

#wpstats {
	display: none;
}

label {
	width: 120px;
	display: block;
	float: left;
	color: #934301;
}

fieldset {
	border: 1px solid #A1A1A1;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

legend {
	color: #934302;
}

textarea {
	width: 380px;
	height: 300px;
	border: 1px solid #BB8253;
	background-color: #EFEFEF;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: auto;
}

input {
	border: 1px solid #BB8253;
	padding: 3px;
	background-color: #EFEFEF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	outline: 0 solid #FFFFFF;
	width: 150px;
}

select {
	width: 157px;
	border: 1px solid #BB8253;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #EFEFEF;
}

p.submit {
	margin-left: 120px;
	width: auto;
}

.submit input {
	width: auto;
}

/*Header Section*/
#header {
	padding: 0;
	margin: 0;
	background: #93C5FF url(images/header.png) repeat-x bottom left;
}

#title {
	margin: 0 auto;
	padding: 20px 0;
	width: 800px;
	text-align: center;
	background: url(images/header_h1.png) repeat-x bottom left;
}

#header h1 {
	font-size: 32pt;
	font-variant: small-caps;
	margin: 0;
}

#header h1 a:hover {
	text-decoration: none;
}

/*Navigation Section*/
#navigation {
	height: 60px;
	margin: 0 auto;
	padding: 0 12px;
	width: 798px;
	background: url(images/navigation.png) no-repeat bottom center;
}

#navigation li {
	list-style-type: none;
	float: left;
}

#navigation li a {
	display: block;
	float: left;
	padding: 12px;
	height: 26px;
	font-size: 17pt;
	color: white;
}

#navigation li.current_page_item a {
	background-color: #0179FF;
}

#navigation li.current_page_item a:hover {
	background-color: #0179FF;
	cursor: default;
}

#navigation li a:hover {
	text-decoration: none;
	background-color: #0064D4;
}

/*Main Page*/
#page {
	background: url(images/content.png) repeat-y top center;
	margin: 0;
	padding: 3px;
	width: 800px;
	margin: 0 auto;
}

#content {
	width: 540px;
	padding: 5px;
	float: left;
	font-size: 10pt;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #934301;
	margin: 15px 5px 5px;
	padding: 0;
}

#content .post, #content .page {
	clear: left;
}

#content .post {
	border: 1px solid #757575;
	margin: 10px 5px;
	background-color: #B9B9B9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0;
	float: left;
	width: 530px;
}

#content .entry {
	padding: 0;
	margin: 5px 0;
}

#content .post h2 {
	background-color: #9B9B9B;
	margin: 0;
	padding: 5px;
}

#content .entry p {
	text-align: justify;
	margin: 10px 5px 15px;
}

#content .entry ul {
	margin: 5px;
}

#content .entry li {
	margin: 15px 0 15px 15px;
	list-style-type: circle;
	text-align: justify;
}

/*Latest News*/
#latest-news {
	background-color: #B5B5B5;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 540px;
	border: 1px solid #8B8B8B;
}

#latest-news h2 {
	background-color: #9B9B9B;
	margin: 0;
	padding: 5px;
}

#latest-news h2 a:hover {
	text-decoration: none;
}

#latest-news-posts {
	padding-bottom: 5px;
	float: left;
}

#latest-news-scroller {
	float: left;
}

#latest-news-posts p {
	margin: 5px;
	text-align: justify;
}

p.date {
	font-size: smaller !important; /*[e]smaller*/
	margin: 0 5px !important; /*[e]0 5px*/
}

#latest-news-posts h3 {
	margin-top: 0;
}

#latest-news-posts h3 a:hover {
	text-decoration: none;
}

.latest-news-item {
	padding: 5px;
	width: 530px;
	float: left;
}

#latest-news-navigation {
	padding: 10px 5px;
	background-color: #9F9F9F;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top: 1px solid #8B8B8B;
	clear: left;
}

#latest-news-navigation a {
	padding: 5px;
	border: 1px solid #A74B01;
	background-color: #B5B3B3;
	margin: 0 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#latest-news-navigation a.current {
	background-color: #D1D1D1;
}

#latest-news-navigation a:hover {
	background-color: #D1D1D1;
	text-decoration: none;
}

/*Featured Development*/
#featured-development {
	background-color: #B5B5B5;
	margin: 5px 10px 5px 5px;
	padding: 0;
	text-align: left;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 255px;
	border: 1px solid #8B8B8B;
	float: left;
}

#featured-development h2 {
	background-color: #9B9B9B;
	margin: 0;
	padding: 5px;
}

#featured-development-posts {
	padding-bottom: 5px;
	float: left;
}

#featured-development-scroller {
	float: left;
}

.featured-development-item {
	padding: 5px;
	width: 245px;
	float: left;
}

.featured-development-item p {
	margin: 5px;
}

#featured-development-navigation {
	padding: 10px 5px;
	background-color: #9F9F9F;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top: 1px solid #8B8B8B;
	clear: left;
}

#featured-development-navigation a {
	padding: 5px;
	border: 1px solid #A74B01;
	background-color: #B5B3B3;
	margin: 0 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#featured-development-navigation a.current {
	background-color: #D1D1D1;
}

#featured-development-navigation a:hover {
	background-color: #D1D1D1;
	text-decoration: none;
}

/*Featured Hosting*/
#featured-hosting {
	background-color: #B5B5B5;
	margin: 5px 0 5px 7px;
	padding: 0;
	text-align: left;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 255px;
	border: 1px solid #8B8B8B;
	float: left;
}

#featured-hosting h2 {
	background-color: #9B9B9B;
	margin: 0;
	padding: 5px;
}

#featured-hosting-posts {
	padding-bottom: 5px;
	float: left;
}

#featured-hosting-scroller {
	float: left;
}

.featured-hosting-item {
	padding: 5px;
	width: 245px;
	float: left;
}

.featured-hosting-item p {
	margin: 5px;
}

#featured-hosting-navigation {
	padding: 10px 5px;
	background-color: #9F9F9F;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top: 1px solid #8B8B8B;
	clear: left;
}

#featured-hosting-navigation a {
	padding: 5px;
	border: 1px solid #A74B01;
	background-color: #B5B3B3;
	margin: 0 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#featured-hosting-navigation a.current {
	background-color: #D1D1D1;
}

#featured-hosting-navigation a:hover {
	background-color: #D1D1D1;
	text-decoration: none;
}

/*Client Images*/
.client-image {
	border: 1px solid #6D6D6D;
	float: left;
	padding: 3px;
	margin: 0 10px 10px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #B5B2B2;
}

.client-image p {
	margin: 0 !important; /*[e]0*/
	padding: 0;
}

.client-image p img {
	margin: 0;
	padding: 0;
	float: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.client-image p a img {
	border: 1px solid #934301;
	opacity: 0.75;
	padding: 0;
	margin: 0;
}

.client-image p a img:hover {
	border: 1px solid #B55505;
	opacity: 1.0;
}

.client-image-title {
	text-align: center;
	margin: 0;
	padding: 0;
	clear: none;
	float: none;
}

/*Sidebar*/
#sidebar {
	margin: 0;
	padding: 10px 0 5px 10px;
	float: left;
	font-size: 11pt;
}

#sidebar h2 {
	color: #934301;
	background-color: #BBBBBB;
	text-align: center;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #797777;
}

#sidebar .widget {
	width: 230px;
	padding: 0;
	margin: 0;
}

#sidebar .widget li {
	margin-left: 10px;
}

/*Footer*/
#footer {
	background: #57A7FF url(images/footer.png) repeat-x top center;
	margin: 0;
	padding: 0;
	color: #512501;
}

#footer a {
	color: #512501;
}

#footercontent {
	width: 806px;
	background: url(images/footercontent.png) no-repeat top center;
	margin: 0 auto;
	padding: 6px 0 0;
}

#footerwidgets {
	padding: 5px;
	margin: 0;
	/*[disabled]background:#3080DB url(images/footerwidgets.png) repeat-y top center;*/
}

#footerwidgets ul {
	margin: 0;
	padding: 0;
}

#footerwidgets li {
	list-style-type: none;
}

#footerwidgets li.widget {
	margin: 0 15px;
	float: left;
	width: 220px;
}

