/*>>>>>>>>>>>>>>>>>>>>>>>>>> B O D Y <<<<<<<<<<<<<<<<<<<<<<<<<<<*/

body {
	font-family: Tahoma, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	line-height:20px;
	background: #dfdfdf url(img/body_bg.gif) left top repeat;
}



.masthead {
	width:620px;
	background: url(img/masthead.jpg) right top no-repeat;
	height:99px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
	float: left;
}


a {
	color:#0e6a9c;
	text-decoration:none;
	line-height:normal;
}

a:hover {
	text-decoration:none;
}

p a {
	text-decoration:none;
}

p a:hover {
        color: #000000;
	text-decoration:none;
}

p a.iefix, p a:hover.iefix {
	border:none;
} 

div#content a.more-link, div#portfolio a.more-link {
	color:#417b28;
	text-decoration:none;
	font-weight: bold;
	border:none;
}

div#content a:hover.more-link, div#portfolio a:hover.more-link {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	border:none;
}

p {
	padding-bottom: 10px;
	text-align: left;
}

b, strong {
	color:#222;
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 140%;
	font-weight:normal;
	padding-bottom:10px;
	border:none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:none;
	font-weight:normal;
        color:#417b28;
	border:none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:none;
	color:#000000;
	border:none;
}

h1 {
	font-size:30px;
}

h2 {
	font-size:24px;
	padding-bottom:10px;
}

h3 {
	font-size:20px;
	padding-bottom:10px;
}

h4 {
	font-size:18px;
	padding-bottom:10px;
}

h5 {
	font-size:16px;
	padding-bottom:10px;
}

h6 {
	font-size:14px;
	padding-bottom:5px;
}

input, textarea {
	font-family: Tahoma, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #666;
	line-height: 20px;
	background-color:#fff;
	border:1px solid #ddd;
	padding:5px;
	margin-top:5px;
	clear:both;
	float:left;
}

textarea {
	line-height: 20px;
	overflow: auto;
	width:450px;
	height:150px;
}

input {
	width:auto;
	line-height: normal;
}

label {
	overflow:hidden;
	float:left;
	font-weight:bold;
	color:#666;
	line-height: normal;
}

div.entry-content ul, div.entry-content ol {
	list-style:square inside;
	list-style-image:none;
	padding:0 0 20px 10px;
	display:block;
}

div.entry-content ol {
	list-style:decimal inside;
}

div.entry-content ul li, div.entry-content ol li {
	padding-left:20px;
	padding:1px 0;
}

div.entry-content ul li ul, div.entry-content ol li ol {
	padding:0 0 0 20px;
}

pre {
	display: block;
	padding: 10px;
	border-width:1px 1px 1px 10px;
	border-style:solid;
	border-color:#ddd;
	overflow:auto;
	font-family:"Courier New", Courier, monospace;
	margin-bottom:20px;
}

blockquote {
	display: block;
	
	color:#666;
	font-size:12px;
	line-height:150%;
	font-style:italic;
	border-left:5px solid #ddd;
	margin-bottom:10px;
}

blockquote p {
	padding:10px 0 10px 20px;
}

div.entry-content table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 0 20px 0;
}

div.entry-content table th {
	background-color: #666;
	color: #fff;
	padding: 5px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-weight: bold;
}

div.entry-content table td {
	color: #666;
	padding: 5px;
	text-align: left;
	border: 1px #fff solid;
	background-color: #eee;
}

div.entry-content table td.even {
	background-color: #fff;
}

.highlight {
	background-color: yellow 
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>> I M A G E S <<<<<<<<<<<<<<<<<<<<<<<<<<<*/

a img, a:hover img {
	border:0;
	outline: none;
	overflow:hidden;
}

img.aligncenter {
	margin: 0 auto 10px auto;
	display:block;
	clear:both;
	overflow:hidden;
}

img.alignleft {
	float:left;
	display:inline;
	margin:0 15px 10px 0;
	overflow:hidden;
}

img.alignright {
	float:right;
	display:inline;
	margin:0 0 10px 15px;
	overflow:hidden;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>> C O N T A I N E R S <<<<<<<<<<<<<<<<<<<<<<<<<<<*/

div#body-wrapper {
	background: transparent url(img/bg2.png) left top repeat-x;
	display: table;
	width: 100%;
	height: auto;
}

div#wrapper {
	background: white url(img/wrapper-bg.gif) center top repeat-y;
	overflow:hidden;
	margin:0 auto;
	width:1010px;
}

div#content {
	padding: 0 0 0 0;
	width:940px;
	clear:both;
        margin: 0 auto;
}

div#portfolio {
	padding:0;
	margin:0 5px;
	width:960px;
	clear:both;
}

div.clear {
	clear: both;
	overflow: hidden;
	height:1px;
	margin-top:-1px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>> H E A D E R <<<<<<<<<<<<<<<<<<<<<<<<<<<*/


div#header {
	width:920px;
	margin:0 5px;
	height:auto;
}

/*HEADER TOP*/

div#header-top {
	background-color:#222;
	width:1000px;
	height:25px;
	overflow:hidden;
	border-bottom:1px solid #000;
	display: none;
}

/*HEADER NAVIGATION*/

ul#header-nav {
	margin-left:30px;
}

ul#header-nav li {
	color:#999;
	font-size:11px;
	float:left;
	margin:6px 5px 0 0;
	line-height:normal;
}

ul#header-nav li a {
	display:block;
	font-weight:normal;
	text-decoration:none;
	color:#999;
	border:none;
}

ul#header-nav li a:hover {
	text-decoration:none;
	color:#ddd;
	border-bottom:1px solid #ff3300;
}

/*SOCIAL ICONS */

div#social {
	margin-right:20px;
	float:right;
}

a.f-rss, a.f-twitter, a.f-facebook, a.f-flickr {
	width:16px;
	height:16px;
	float:right;
	margin:4px 0 0 8px;
	text-indent:-9999px;
	border:none;
}

a.f-rss {
	background: transparent url(img/rss-icon.png) left top no-repeat;
}

a.f-twitter {
	background: transparent url(img/twitter-icon.png) left top no-repeat;
}

a.f-facebook {
	background: transparent url(img/facebook-icon.png) left top no-repeat;
}

a.f-flickr {
	background: transparent url(img/flickr-icon.png) left top no-repeat;
}

/*HEADER CONTENT */

div#header-content {
	width:1000px;
	height:auto;
	position:relative;
	z-index:1;
	overflow:hidden;
	padding:0px 0px 0px 0;
	background: #ffffff;
}

div#header-content td { vertical-align: top }

/*LOGO*/

div#logo {

/*	margin:0 20px;
	clear:left;
	display:inline;*/
}

div#logo a {
	border:none;
}


/*HEADER-SEARCH*/

div#header-search {
	position:absolute;
	height:30px;
	width:265px;
	margin-top:-15px;
	margin-bottom:-15px;
	right:20px;
	top:50%;
	bottom:50%;
	clear:both;
	z-index:2;
}

input.search-header {
	background-color:#222;
	border:1px solid #666;
	color:#999;
	margin:0;
	width:190px;
}

input.search-submit {
	background-color:#222;
	border:1px solid #666;
	color:#ddd;
	margin:0;
	padding:4px;
	width:50px;
	float:left;
	clear:none;
	margin-left:10px;
	cursor:pointer;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>> N A V I G A T I O N <<<<<<<<<<<<<<<<<<<<<<<<<<<*/

#leftnav {
background-image: url('img/hrhero_newnav_a.png');
background-repeat: no-repeat;
background-position:right top;
padding:0;
margin:0;
margin-left:33px;
width:14px;
height:37px;
float:left;
}
#rightnav {
background-image: url('img/hrhero_newnav_c.png');
background-repeat: no-repeat;
background-position:right top;
padding:0;
margin:0;
width:14px;   
height:37px;
float:left;
}
        
#nav {
float:left;
background-image: url('img/hrhero_newnav_b.png');
background-repeat:repeat-x;
margin:0;
padding:0;
height:40px;
margin-bottom:5px;
list-style-type:none;
}

#nav li a {
font-size: 14px;
font-weight: 400;
color: white;
text-transform:uppercase;
font-family: arial,helvetica,sans-serif;
}

#nav li a:hover {
color: #FFDD6F;
text-decoration:none;
}

#nav li{
background-image: url('img/hrhero_newnav_seperator.png');
color: #000000;
background-repeat: no-repeat;
background-position: 0px 5px;                                                               
padding:10px 34px 10px 28px;
float:left;
}

#nav li.firstnavitem {
color: #000000;
background:none;
background-image:none;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>> F O O T E R <<<<<<<<<<<<<<<<<<<<<<<<<<<*/

div#footer {
	clear:both;
	width:1010px;
	margin:30px 0px 0 0px;
	color: #FFDD6F;
}

/*FOOTER TOP *

div#footer-top {
	width:960px;
	height:25px;
	background-color:#222;
	border-bottom:1px solid #000;
	overflow:hidden;
}
/*TOP BUTTON

a#top {
	float:right;
	display:inline;
	margin:6px 20px 0 0;
	font-weight:normal;
	text-decoration:none;
	color:#999;
	border:none;
	display: none;
}
a:hover#top {
	text-decoration:none;
	color:#ddd;
	border-bottom:1px solid #ff3300;
	display: none;
}*/

/*FOOTER NAVIGATION*/

ul#footer-nav {
	margin-left:20px;
	display: none;
}

ul#footer-nav li {
	color:#999;
	font-size:11px;
	float:left;
	margin:6px 5px 0 0;
	line-height:normal;
	display: none;
}

ul#footer-nav li a {
	display:block;
	font-weight:normal;
	text-decoration:none;
	color:#999;
	border:none;
	display: none;
}

ul#footer-nav li a:hover {
	text-decoration:none;
	color:#ddd;
	border-bottom:1px solid #ff3300;
	display: none;
}

.titles {color:#FFFFFF;font-family:arial;font-size:12px;line-height: 14pt}
.titles a:link {color:#FFFFFF; text-decoration: none; }
.titles a:visited {color:#FFFFFF; text-decoration: none; }
.titles a:hover {color:#ffdd6f; text-decoration: underline; }
.titles a:active {color:#FFFFFF; text-decoration: none; } 


/*FOOTER WIDGETS*/

div#footer-widgets {
	width:960px;
	height:auto;
	background: #1f1f1f url(img/footer-bg.png) left top no-repeat;
	overflow:hidden;
}

div.footer-widget {
	float:left;
	width:215px;
	display:inline;
	height:auto;
	overflow:hidden;
	margin:20px 0 10px 20px;
}

div.footer-widget h4 {
	width:100%;
	margin:0 0 5px 0;
	padding:0;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	line-height:160%;
	border-bottom:1px solid #666;
}

div.footer-widget img {
	padding:0 0 10px 0;
	margin:0;
	float:left;
	display:inline;
}

div.footer-widget p {
	width:215px;
	color:#ddd;
	line-height:18px;
}

div.footer-widget p a {
	color:#ddd;
	text-decoration:none;
	line-height:normal;
	border-bottom:1px solid #ff3300;
}

div.footer-widget p a:hover {
	text-decoration:none;
	border-bottom:1px solid #fff;
}

div.footer-widget li {
	background: transparent url(img/footer-arrow.png) left 10px no-repeat;
	color:#000000;
	width:215px;
}

div.footer-widget li a {
	line-height:18px;
	color:#000000;
	padding:4px 0 4px 10px;
	border-bottom:1px solid #666;
	text-decoration:none;
	display:block;
}

div.footer-widget li a:hover {
	color:#ff3300;
}

/*WIDGETS STYLES*/

/*categories / pages / archive*/

div.widget_categories_footer li, div.widget_pages_footer li, div.widget_archive_footer li {
	color:#000000;
	width:107px;
	float:left;
	background:none;
	text-transform:uppercase;
}

div.widget_categories_footer li a, div.widget_pages_footer li a, div.widget_archive_footer li a {
	line-height:18px;
	color:#000000;
	padding:4px 0 4px 10px;
	border-bottom:1px solid #666;
	display:block;
	background: transparent url(img/sidebar-arrow.png) left 11px no-repeat;
}

div.widget_categories_footer li a:hover, div.widget_pages_footer li a:hover, div.widget_archive_footer li a:hover {
	color: #000000;
}


/*search*/

div.footer-widget div.search-widget {
	width:215px;
	height:35px;
	margin-top:10px;
	background:transparent url(img/footer-search.png) top left no-repeat;
}

div.footer-widget input#s {
	float:left;
	background-color:transparent;
	border:0;
	margin:0 0 6px 0;
	display:inline;
	width:160px;
	color:#ddd;
	background-color:transparent;
}

div.footer-widget input#searchsubmit {
	width: 35px;
	height: 25px;
	border: 0;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	float: right;
	cursor: pointer;
	clear:none;
	margin:0;
	background-color:transparent;
}


/* recent comments */

div.footer-widget li.recentcomments  {
	width:215px;
	float:left;
	padding:4px 0 4px 10px;
	border-bottom:1px solid #666;
	background: transparent url(img/footer-arrow.png) left 12px no-repeat;
}
div.footer-widget li.recentcomments a {
	display:inline;
	padding:0;
	border-bottom:1px dotted #ddd;
}
div.footer-widget li.recentcomments a:hover {
	border-bottom:1px dotted #ddd;
}

/*tag cloud*/

div.widget_tag_cloud_footer a {
	color:#ddd;
	line-height:normal;
	border:none;
}

div.widget_tag_cloud_footer a:hover {
	color:#ff3300;
	line-height:normal;
	border:none;
}

/*calendar*/
div.footer-widget table#wp-calendar a, div.footer-widget table#wp-calendar a:hover {
	border:none;
	line-height:25px;
}
div.footer-widget table#wp-calendar {
	width:210px;
	margin-left:2px;
}

div.footer-widget table#wp-calendar tbody td {
	text-align: center;
	border: 1px solid #666;
	background-color:#222;
	color:#ddd;
}

div.footer-widget table#wp-calendar caption {
	font-size: 14px;
	width: 100%;
	color:#ddd;
	padding:0;
}

div.footer-widget table#wp-calendar th {
	font-weight: bold;
	color:#ddd;
	text-align: center;
	padding-bottom: 2px;
}

div.footer-widget table#wp-calendar #next a {
	text-align: right;
	color:#ddd;
	line-height:10px;
}

div.footer-widget table#wp-calendar #prev a {
	text-align: left;
	color:#ddd;
	line-height:15px;
}

div.footer-widget table#wp-calendar #next a:hover, div.footer-widget table#wp-calendar #prev a:hover {
	color:#ddd;
}

/*copyrights*/

div#copyrights {
	clear:both;
	margin:10px 20px 0 20px;
	overflow:hidden;
	width:920px;
}
div#copyrights img {
	padding-bottom:0;
	margin-bottom:0;
}
div#copyrights p {
	font-size:10px;
	color:#666;
	line-height:16px;
}

div#copyrights p a {
	color:#ddd;
	line-height:normal;
	border-bottom:1px dotted #666;
	text-decoration:none;
}

div#copyrights p a:hover {
	line-height:normal;
	border-bottom:none;
	text-decoration:none;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>> B R E A D C R U M B  N A V I G A T I O N <<<<<<<<<<<<<<<<<<<<<<<<<<<*/

div#breadcrumb {
	width:948px;
	background: transparent;
	height:20px;
	overflow:hidden;
        display: none;
}

ul.breadcrumb {
	list-style: none;
	float: left;
	/* display:inline; */
	display: none;
	text-transform:uppercase;
	font-size:10px;
	margin-left:18px;
	text-indent:2px;
}

ul.breadcrumb li {
	float: left;
	padding: 0;
	color:#999;
}

ul.breadcrumb li a {
	color:#666;
	padding-right:15px;
	border:0;
	line-height:20px;
	/* display:inline; */
	display: none;
	float:left;
	background:transparent url(img/breadcrumb-arrow.png) center right no-repeat;
}

ul.breadcrumb li a:hover {
	color:#222;
	border:0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>> P A G E <<<<<<<<<<<<<<<<<<<<<<<<<<<*/

div#page {
	clear:both;
	overflow:hidden;
	display:inline;
	float:left;
	width:620px;
          
}

div#page.wide {
	width:900px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>> E N T R Y <<<<<<<<<<<<<<<<<<<<<<<<<<<*/

div.entry {
	width:100%;
	margin-bottom:30px;
	clear:both;
}

div.entry h2.entry {
	width:100%;
	margin:0;
	padding:0 0 5px 0;
	font-size:30px;
	border-bottom:1px solid #999;
}

div.entry h2.entry a {
	border:0;
	color:#00517e;
}

div.entry h2 a:hover {
	border:0;
	color:#000000;
}

div.meta-top {
	width:100%;
	border-bottom:1px solid #999;
	overflow:hidden;
	line-height:22px;
}

span.meta-date {
	font-size:10px;
	color:#666;
	float:left;
	display:inline;
}

span.meta-comments {
	font-size:10px;
	color:#666;
	float:right;
	display:inline;
}

span.meta-comments a {
	line-height:22px;
	border:none;
}

span.meta-comments a:hover {
	text-decoration: none;
}

div.meta-bottom {
	width:100%;
	margin-top:5px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

div.meta-bottom p {
	line-height:22px;
	font-size:10px;
	text-transform:uppercase;
	padding:0;
}

div.meta-bottom p a {
	border:none;
	line-height:22px;
}

div.meta-bottom p a:hover {
	text-decoration: none;
}

div.entry-content {
	padding-top:15px;
	width:100%;
	overflow:hidden;
}

/*USER*/
p.user {
	font-size:10px;
	padding:0;
	text-transform:uppercase;
}
p.user a {
	font-size:10px;
	color:#0772ac;
	border:none;
}
p.user a:hover {
	color:#000000;
	border:0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>> P O R T F O L I O <<<<<<<<<<<<<<<<<<<<<<<<<<<*/

div.entry-portfolio {
	width:320px;
	height:auto;
	float:left;
	display:inline;
	overflow:hidden;
	padding-bottom:30px;
}
div.entry-portfolio-content {
	padding: 0 19px;
}
div.entry-portfolio-content p {
	padding:0;
	font-size:11px;
	line-height:18px;
}
div.entry-portfolio-content p a {
	border:0;
	color:#ff3300;
}
div.entry-portfolio-content p a:hover {
	border:0;
	text-decoration:underline;
	color:#ff3300;
}
div.entry-portfolio-img {
	width:282px;
	height:142px;
	padding-bottom:5px;
	position:relative;
	background:transparent url(img/portfolio-bg.png) top left no-repeat;
}
div.entry-portfolio-hover {
	width:55px;
	height:45px;
	position:absolute;
	bottom:15px;/*IE6 POS FIX*/
	right:1px;
	z-index:10;
	display:none;
	background:transparent url(img/portfolio-hover.png) top left no-repeat; 
}

html>body div.entry-portfolio-hover {
	bottom:16px;
}
div.entry-portfolio-img a {
	position:absolute;
	z-index:2;
	left:1px;
	top:1px;
	width:280px;
	height:130px;
	border:none;
	margin:0;
	background:transparent url(img/gallery-loader.gif) 50% 50% no-repeat;
}

div.entry-portfolio-img a:hover {
	border:none;
}

div.entry-portfolio-content h2 {
	width:100%;
	margin:0 0 15px 0;
	padding:0;
	font-size:22px;
	border-bottom:1px solid #999;
}

div#portfolio-nav {
	margin-left:20px;
	width:920px;
	clear:both;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>> C O M M E N T S <<<<<<<<<<<<<<<<<<<<<<<<<<<*/

div#comments {
	width:100%;
	height:100%;
}

div#comments-header {
	width:100%;
	margin-top:10px;
	margin-bottom:40px;
	background-color:#666;
	text-align:center;
}

div#comments-header h3 {
	line-height:30px;
	font-size:18px;
	color:#fff;
	padding:0;
}

div.comment {
	width:100%;
	height:100%;
	padding-bottom:20px;
	position:relative;
	overflow:hidden;
}

div.comment h5 {
	width:100%;
	margin:0;
	padding:0 0 5px 0;
	font-size:16px;
	color:#666;
	border-bottom:1px solid #999;
}
div.comment h5 span {
	color:#999;
}
div.comment-date {
	position:absolute;
	right:0;
	top:6px;
}
div.comment-body {
	overflow:hidden;
	padding-top:15px;
}

div.comment-date span {
	font-size:11px;
	color:#999;
	line-height:normal;
}

div.comment-avatar {
	display:inline;
	float:left;
	margin-bottom:10px;
}

div.comment-avatar img {
	display:block;
	padding:5px;
	border:1px solid #ddd;
	background-color:#fff;
}

div.comment-text {
	padding-left:75px;
}

/*COMMENT FORM*/

div.comment-form {
	overflow:hidden;
	margin-top:20px;
	height:auto;
	width:100%;
}
div.comment-form h3 {
	padding-bottom:15px;
}
p.login, p.login a {
	color:#999;
	text-decoration:none;
	font-size:11px;
}

p.login a:hover {
	color:#000;
}

div.comment-form div {
	margin-bottom: 15px;
	clear:both;
	overflow:hidden;
}

div.comment-form label {
	width:80px;
	padding-top:5px;
	margin:0 20px 0 0;
	text-align:right;
}
div.comment-form input {
	width:250px;
	float:left;
	clear:none;
	margin:0;
}
div.comment-form textarea {
	float:left;
	clear:none;
	margin:0;
}
input#comment-submit {
	display:inline;
	padding:5px;
	margin:0;
	width:60px;
	background:#000;
	color:#fff;
	cursor:pointer;
	text-align:center;
	margin-left:100px;
}
input#comment-submit:hover {
	background:#ff3300;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>> S I D E B A R <<<<<<<<<<<<<<<<<<<<<<<<<<<*/

div#sidebar {
	float:right;
	display:inline;
	width:300px;
	display:inline;
	overflow:hidden;
        }

/*WIDGETS STYLES*/

div.widget {
	height:100%;
	overflow:hidden;
	position:relative;
	padding-bottom:20px;
}

div.widget h3.sidebar {
	width:100%;
	margin:0 0 10px 0;
	padding:0;
	font-size:22px;
	border-bottom:1px solid #999;
}
div.widget p {
	padding:0;
	font-size:11px;
	line-height:18px;

}

/*search*/

div.widget div.search-widget {
	width:260px;
	height:25px;
	margin-top:0px;
	background:transparent url(img/sidebar-search.png) top left no-repeat;
}

div.widget input#s {
	float:left;
	background-color:transparent;
	border:0;
	margin:0 0 6px 0;
	display:inline;
	width:160px;
	color:#666;
	background-color:transparent;
}

div.widget input#searchsubmit {
	width:35px;
	height:25px;
	border:0;
	text-indent: -9999px;
	font-size:0px;
	line-height:0px;
	float:right;
	cursor:pointer;
	clear:none;
	margin:0;
	background-color:transparent;
}

/*advertising*/

a.ad125 {
	width:128px;
	height:128px;
	float:left;
}

a.ad125 img {
	padding:2px !important;
	border:0;
	overflow:hidden;
}

a.ad img {
	padding:2px 0 !important;
}

/*tag cloud*/

div.widget_tag_cloud a {
	color:#999;
	line-height:normal;
	border:none;
}

div.widget_tag_cloud a:hover {
	color:#ff3300;
	line-height:normal;
	border:none;
}

/* recent comments */
div.widget li.recentcomments  {
	width:260px;
	float:left;
	padding:4px 0 4px 10px;
	border-bottom:1px solid #ddd;
	background: transparent url(img/sidebar-arrow.png) left 12px no-repeat;
}
div.widget li.recentcomments a {
	display:inline;
	padding:0;
	color:#222;
	border-bottom:none;
}
div.widget li.recentcomments a:hover {
	color:#ff3300;
	border-bottom:none;
}

/*categories / pages / archive*/

div.widget_categories li, div.widget_pages li, div.widget_archive li {
	color:#000000;
	width:130px !important;
	float:left;
	background:none;
	text-transform:uppercase;
}

div.widget_categories li a, div.widget_pages li a, div.widget_archive li a {
	line-height:18px;
	color:#000000;
	padding:4px 0 4px 10px;
	display:block;
	background: transparent url(img/sidebar-arrow.png) left 11px no-repeat;
}

div.widget_categories li a:hover, div.widget_pages li a:hover, div.widget_archive li a:hover {
	color:#0179bf;
}


/*recent posts / meta / links*/

div.widget li {
	background: transparent url(img/sidebar-arrow.png) left 11px no-repeat;
	color:#00000;
	width:260px;
}

div.widget li a {
	line-height:18px;
	color:#000000;
	padding:4px 0 4px 10px;
	border-bottom:1px solid #ddd;
	display:block;
}

div.widget li a:hover {
	color:#0179bf;
	border-bottom:1px solid #ddd;
}

/*calendar*/

div#calendar_wrap {
	width:100%;
	margin:0 auto;
}
div#calendar_wrap a {
	border-bottom:none;
	line-height:25px;
}
table#wp-calendar {
	font-size:12px;
	width:255px;
	margin-left:5px;
	height:100%;
	line-height:25px;
}

table#wp-calendar caption {
	font-size:14px;
	padding:0;
	width:100%;
	color:#222;
}

table#wp-calendar thead {
	border: 0;
}

table#wp-calendar th {
	font-weight: bold;
	color:#222;
	text-align: center;
	padding-bottom: 2px;
}

table#wp-calendar tbody td {
	text-align: center;
	border: 1px solid #ddd;
	background-color:#fff;
	color:#666;
}

table#wp-calendar #next a, table#wp-calendar #prev a {
	padding: 5px 10px 0 10px;
	text-decoration:none;
	color:#666;
	background-color:transparent;
}

table#wp-calendar #next a {
	text-align: right;
	color:#666;
	line-height:15px;
}

table#wp-calendar #prev a {
	text-align: left;
	color:#666;
	line-height:15px;
}

table#wp-calendar #next a:hover, table#wp-calendar #prev a:hover {
	color:#666;
}

table#wp-calendar a {
	display: block;
	background-color:#666;
	color:#fff;
	text-decoration:none;
}

table#wp-calendar a:hover {
	background-color:#000;
	color:#fff;
	text-decoration:none;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>> H O M E  P A G E <<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*HOME SLIDER*/

div#hs {
	width:960px;
	height:auto;
	position:relative;
	background-color:#000;
	margin:0 5px 30px 5px;
	overflow:hidden;
}
div#hs a {
	border:none;
}

div#hs-projects {
	width:960px;
	height:300px;
	overflow:hidden;
	z-index:0;
	position:relative;
}

div.project {
	position:absolute;
}

div.caption-bg {
	position:absolute;
	left:0;
	bottom:0;
	width:960px;
	background:#000;
	display:none;
	z-index:1;
}

div.caption {
	position:absolute;
	left:0;
	bottom:0;
	width:960px;
	z-index:2;
	visibility:hidden;
}

div.caption p {
	line-height:20px;
	padding:0px 20px 20px 20px;
	color:#fff;
	font-size:12px;
}

div.caption h2 {
	display:block;
	color:#fff;
	line-height:160%;
	padding:10px 20px 0 20px;
	font-weight:normal;
}

div#hs-projects a, span.ajax-loader {
	width:940px;
	height:300px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:3;
	text-indent:-9999px;
	background:transparent url(img/hs-caption-button-bg.gif) top left repeat;
}

span.ajax-loader {
	z-index:-1;
	background:transparent url(img/slider-loader.gif) 48% 45% no-repeat;
}

/*controller*/

div#controller {
	width:960px;
	height:30px;
	overflow:hidden;
	background-color:#000;
}

a#hs-next {
	float:left;
	margin:5px 0 0 10px;
	width:15px;
	height:20px;
	text-indent:-9999px;
	background:transparent url(img/hs-next.png) top left no-repeat;
}

a#hs-prev {
	float:left;
	margin:5px 0 0 20px;
	width:15px;
	height:20px;
	text-indent:-9999px;
	background:transparent url(img/hs-prev.png) top left no-repeat;
}

div.ctrl {
	display:inline;
	float:right;
	margin:5px 20px 0 0;
	width:auto;
	text-align:center;
}

div.ctrl a {
	float:left;
	padding:3px 5px;
	margin-left:5px;
	line-height:normal;
	background-color:#222;
	color:#fff;
	text-decoration:none;
	text-align:center;
}

div.ctrl a:hover {
	background-color:#ff3300;
}

div.ctrl a.active {
	background-color:#ff3300;
}

/*image preview*/

div#hs-ip {
	position: absolute;
	display: none;
	line-height: 0;
	z-index:100;
	width:auto;
	height:auto;
}

div#hs-ip img {
	display:block;
	border:2px solid #000;
}

/*CU3ER*/
div#hs-cu3er {
	width:960px;
	height:350px;
	background:transparent url(img/cu3er-bg.jpg) top left no-repeat;
	margin:20px 5px 0px 5px;
}
div#cu3er-content {
	width:920px;
	margin:0 auto
}

/*SERVICES BOXES*/

div#sb {
	overflow:hidden;
	margin-bottom:30px;
}

div.sb-col1, div.sb-col2, div.sb-col3, div.sb-col4 {
	float:left;
	width:215px;
	display:inline;
	height:auto;
}

div.sb-col2, div.sb-col3, div.sb-col4 {
	margin-left:20px;
}

div#sb h2 {
	width:100%;
	margin:0 0 15px 0;
	padding:0;
	border-bottom:1px solid #999;
}

div#sb h2 span {
	color:#ff3300;
}

div#sb img {
	padding:0 0 5px 0;
	margin:0;
	float:left;
	display:inline;
}

div#sb p {
	width:215px;
	font-size:11px;
	line-height:18px;
}

/*Black Box*/

div#bb {
	width:920px;
	background-color:#000;
	height:auto;
	margin-bottom:30px;
	
}

div#bb-content {
	overflow:hidden;
	padding:20px;
}

div#bb-content h2 {
	width:100%;
	margin:0 0 10px 0;
	padding:0;
	color:#ff3300;
}

div#bb-content p {
	color:#fff;
	font-size:13px;
}

div#bb-content p a {
	color:#fff;
}

div#bb-content p a:hover {
	border-bottom:1px solid #fff;
}

/*Wide Box*/

div#wb {
	width:920px;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}

div#wb h2 {
	width:100%;
	margin:0 0 15px 0;
	padding:0;
	border-bottom:1px solid #999;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>> W P - P A G E N A V I <<<<<<<<<<<<<<<<<<<<<<<<<<<*/

div.wp-pagenavi {
	width:600px;
	padding:10px 10px 10px 0px;
}

div.wp-pagenavi a, div.wp-pagenavi a:link {
	padding: 2px 4px;
	margin-right: 5px;
	font-weight:normal;
	text-decoration: none;
	border: 1px solid #999;
	background-color: #fff;
	color: #666;
	text-align:center;
}

div.wp-pagenavi a:hover {
	border: 1px solid #222;
	background-color: #fff;
	text-decoration: none;
	color:#666;
}

div.wp-pagenavi a:active {
	padding: 2px 4px;
	margin-right: 5px;
	border: 1px solid #999;
	background-color: #fff;
	color:#666;
}

div.wp-pagenavi span.pages {
	padding:0;
	margin-right: 10px;
	color:#666;
}

div.wp-pagenavi span.current {
	padding: 2px 4px;
	margin-right: 5px;
	font-weight: normal;
	border: 1px solid #222;
	background-color: #fff;
}

div.wp-pagenavi span.extend {
	padding: 2px 4px;
	margin-right: 5px;
	text-decoration: none;
	border: 1px solid #999;
	background-color: #fff;
	color: #666;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>  R A S C A L S  F O R M S <<<<<<<<<<<<<<<<<<<<<<<<<<<*/
div#rf h3 {
	font-size:22px;
	margin:0 0 10px;
	padding:0;
	width:100%;	
}
p.rf {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
	padding:0;
	width:620px;
}

p.rf span {
	float:left;
	padding:0 0 0 140px;
	color:red;
	clear:both;
	display:none;
	font-size:10px;
	width:400px;
}

p.rf-submit {
	width: auto;
	height: 28px;
	display: block;
	clear: both;
	margin: 10px 0 20px 0;
	padding: 0;
}

p.rf label  {
	width:120px;
	padding-top:5px;
	margin:0 20px 0 0;
	text-align:right;
}

p.rf input {
	width:250px;
	float:left;
	clear:none;
	margin:0;
}
p.rf textarea {
	float:left;
	clear:none;
	margin:0;
	width:400px;
}
input#send {
	display:inline;
	padding:5px;
	margin:0 0 0 140px;
	width:50px;
	background:#000;
	color:#fff;
	cursor:pointer;
	text-align:center;
	border:none;
}
input#send:hover {
	background-color:#ff3300;
	border:none;
}
p.rf-submit span {
	margin-top: 2px;
	float: right;
	display: block;
	line-height: normal;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>> P A S S W O R D  P R O T E C T E D <<<<<<<<<<<<<<<<<<<<<<<<<<<*/

form.protected-post-form {
	width:570px;
	height:auto;
}

form.protected-post-form p {
	overflow:hidden;
}
input.pass {
	clear:none;
}
input.pass_submit {
	display:inline;
	padding:5px;
	width:50px;
	background:#000;
	color:#fff;
	cursor:pointer;
	text-align:center;
	margin:5px 0 0 10px;
	border:none;
	clear:none;
}

div.entry input.pass_submit:hover {
	background-color:#ff3300;
	border:none;
}
