


/* Import Stylesheets */

@import 'reset.css';

/* Import Stylesheets */



/********************************************
* MAIN                                      *
********************************************/

body {
	font-family: "Helvetica";
	color: #000;
	background: url(../images/bg.jpg) repeat;
}

p {
	color: #444;
	line-height: 1.6em;
	padding: 0 0 15px 0;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica';
	color: #fff;
}

h1, h2, h3 {
	padding: 0;
	margin: 10px 0 15px 0;
}

h4, h5, h6 {
	padding-bottom: 5px;
}

h1 {
	color: #333;
	font-size: 30px;
	line-height: 1.6em;
	text-transform: uppercase;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #555;
}

h2 {
	color: #444;
	font-size: 20px;
	line-height: 1.2em;
	margin: 0 0 10px 0;
	padding: 0 0 8px 0;
}

h3 {
	color: #444;
	font-size: 16px;
	line-height: .8em;
	padding: 0;
}

h4 {
	color: #777;
	font-size: 14px;
	font-style: italic;
}

h5 {
	color: #555;
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}

h6 {
	color: #333;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.4em;
	padding: 3px 0;
}

span.radius {
	display: inline-block;
	margin: 0 20px 20px 20px;
}

span.radius img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.alignright,
img.alignright {
	float: right; 
	margin: 10px 0px 10px 16px;
}

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

ul.list {
	margin: 0 0 15px 15px;
}

ul.list li {
	color: #444;
	font-size: 12px;
	width: 100%;
	padding: 6px 0 6px 14px;
	background: url(../images/bullet.png) center left no-repeat;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	font-size: 12px;
}

table {
	border-collapse:separate;
	border-spacing:0;
	width:100%;
	border-top:1px solid #eaeaea;
	margin-bottom: 25px;
}

table, 
td, 
th {
	vertical-align:middle;
}

tr {
	background: #f7f7f7;
}

tr:hover {
	background: #f1f1f1;
}

th {
	height: 25px;
	font-size: 14px;
	padding: 10px;
	color: #444;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #fff;
	text-align: left;
	background: #dfdfdf;
}

td {
	color: #777;
	padding: 10px;
}

th,
td {
	text-align: center;
}

tfoot td { 
	border: 0px;
}

input,
button {
	border: none;
	outline: none;
}

input[type=submit],
button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding:0;
	border:0
}

a, p, textarea, input[type=text] {
	font-size: 12px;
	font-weight: normal;
}

.left {
	float: left;
}

.clear {
	width: 100%;
	clear: both;
}

.last {
	margin-right: 0;
}

.center {
	text-align: center;
	margin: 0 auto;
}

small {
	font-size: 11px;
}

div#top-bar {
	height: 12px; 
	background: url(../images/top-bar.png) bottom left repeat-x;
}

div.divider-full {
	width: 960px;
	height: 102px;
	clear: both;
	background: url(../images/divider-full.png) bottom center no-repeat;
}

div#parent {
	width: 962px;
	height: auto;
	margin: 0 auto;
}

/********************************************
* MAIN                                      *
********************************************/



/********************************************
* BUTTONS                                   *
********************************************/

.button,
.button_arrow,
.btn_1,
.btn_1_arrow,
.btn_2,
.btn_2_arrow {
	width: auto;
	height: 36px;
	text-transform: uppercase;
	display: block;
	float: left;
	margin: 0 15px 15px 0;
	border: none;
	overflow: visible;
}

.button span,
.button_arrow span,
.btn_1 span,
.btn_1_arrow span,
.btn_2 span,
.btn_2_arrow span {
	font-family: 'Droid Sans';
	font-size: 13px;
	display: block;
	line-height: 22px;
	padding: 7px 15px 0 20px;
	height: 29px;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
}

.button,
.btn_1,
.btn_2 {
	padding-right: 6px;
}

.button:hover,
.button_arrow:hover,
.btn_1:hover,
.btn_1_arrow:hover,
.btn_2:hover,
.btn_2_arrow:hover {
	text-decoration: none !important;
	outline: none;
	background-position: right -46px;
}

.button:hover span,
.button_arrow:hover span,
.btn_1:hover span,
.btn_1_arrow:hover span,
.btn_2:hover span,
.btn_2_arrow:hover span {
	background-position: left -46px;
}

.button:active,
.button_arrow:active,
.btn_1:active,
.btn_1_arrow:active,
.btn_2:active,
.btn_2_arrow:active {
	outline: none;
	background-position: right -92px;
}

.button:active span,
.button_arrow:active span,
.btn_1:active span,
.btn_1_arrow:active span,
.btn_2:active span,
.btn_2_arrow:active span {
	background-position: left -92px;
}

.button_arrow,
.btn_1_arrow,
.btn_2_arrow {
	padding-right: 33px;
}

.button_arrow span,
.btn_1_arrow span,
.btn_2_arrow span {
	padding-right: 10px;
}

/*************** BUTTON REGULAR (BLACK) */

.button,
.button_arrow {
	color: #fff;
}

.button span,
.button_arrow span {
	background: url(../images/btn_left.png) top left no-repeat;

}

.button {
	padding-right: 6px;
	background: url(../images/btn_right.png) top right no-repeat;
}

.button_arrow {
	background: url(../images/btn_right_arrow.png) top right no-repeat;
}

/*************** BUTTON 1 */

.btn_1,
.btn_1_arrow {
	color: #fff;
}

.btn_1 span,
.btn_1_arrow span {
	background: url(../images/btn_1_left.png) top left no-repeat;

}

.btn_1 {
	background: url(../images/btn_1_right.png) top right no-repeat;
}

.btn_1_arrow {
	background: url(../images/btn_1_right_arrow.png) top right no-repeat;
}

/*************** BUTTON 2 */

.btn_2,
.btn_2_arrow {
	color: #a2060c;
	font-weight: bold;
}

.btn_2 span,
.btn_2_arrow span {
	background: url(../images/btn_2_left.png) top left no-repeat;

}

.btn_2 {
	background: url(../images/btn_2_right.png) top right no-repeat;
}

.btn_2_arrow {
	background: url(../images/btn_2_right_arrow.png) top right no-repeat;
}

/********************************************
* BUTTONS                                   *
********************************************/



/********************************************
* INFO BOXES                                *
********************************************/

div.infobox {
	max-width: 670px;
	height: 50px;
	margin: 0 0 25px 0;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
}

div.infobox p {
	color: #333;
	line-height: 50px;
	padding-left: 60px;
}

div.infobox a {
	color: #222;
	font-weight: bold;
}

/* SUCCESS BOX */

div.successbox {
	border: 1px solid #8caf47;
	background: #f3ffdd url(../images/icon-success.png) 30px center no-repeat;
}

/* ERROR BOX */

div.errorbox {
	border: 1px solid #e98f8f;
	background: #ffdddd url(../images/icon-error.png) 30px center no-repeat;
}

/* WARNING BOX */

div.warningbox {
	border: 1px solid #ffac70;
	background: #fff1dd url(../images/icon-warning.png) 30px center no-repeat;
}

/* DOWNLOAD BOX */

div.downloadbox {
	border: 1px solid #b0b048;
	background: #ffffde url(../images/icon-download.png) 30px center no-repeat;
}

/********************************************
* INFO BOXES                                *
********************************************/



/********************************************
* HEADER                                    *
********************************************/

div#header {
	width: 962px;
	height: 55px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

/*************** MAIN MENU */

div#navigation {
	margin: 0px;
	padding: 0px;
	float: right;
}

ul#menu {
	list-style: none;
}

ul#menu li {
	float: left;
	margin: 0px;
	padding: 0px 2px;
	//vertical-align: bottom;
}

ul#menu li a {
	font-family: 'Helvetica';
	font-size: .8;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	color: #949494;
	padding-bottom: 20px;
	white-space: nowrap;
}

ul#menu li.current_page_item > a,
ul#menu li a:hover {
	color: #9e0000;
}

ul#menu li ul {
	display: none;
	position: absolute;
	margin: 0 0 0 -3px;
	padding: 10px 20px 15px 5px;
	list-style: none;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	zoom: 1;
	z-index: 101;
}

ul#menu li ul li {
	float: none;
}

ul#menu li ul li a {
	color: #777;
}

ul#menu li a:link, ul#menu li a:visited {
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	background: none;
}

ul#menu ul {
	background-color: #fff;
}

ul#menu li ul li {
	padding: 0px;	
}

ul#menu li ul li a:link, ul#menu li ul li a:visited {
	min-width: 100px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

/*************** MENU SEARCH BAR */

ul#menu li a.menu-search {
	width: 16px;
	height: 16px;
	display: block;
	margin-top: 12px;
	background: url(../images/icon-search.png) top left no-repeat;
}

ul#menu li a.menu-search:hover {
	width: 16px;
	height: 16px;
	display: block;
	margin-top: 12px;
	background: url(../images/icon-search.png) 0 -16px no-repeat;
}

a.search-close {
	width: 12px;
	height: 12px;
	display: block;
	margin: -10px -5px 0 0;
	float: right;
	background: url(../images/icon-close.png)	top left no-repeat;
}

#search-wrap {
	width: 300px;
	position: relative;
	margin: 0 auto;
}

div#searchform {
	width: 300px;
	float: right;
	display: none;
	clear: both;
	margin: 0 0 40px 0;
	padding: 5px 0 10px 0;
	background: #fff;
	z-index: 102;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
}

div#searchform form {
	height: 35px;
	overflow: hidden; 
}

div#searchform form fieldset,
div#searchform form input {
	border: none;
	outline: none;
}

div#searchform form input {
	float: left;
}

div#searchform form input[type=text] {
	width: 148px;
	height: 28px;
	margin-right: 10px;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eee;
}

div#searchform form input[type=submit] {
	width: 85px;
	height: 30px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 6px;
	margin: 0;
	background: url(../images/btn-search.png) top left no-repeat;
}

div#searchform form input[type=submit]:hover {
	background: url(../images/btn-search.png) 0 -40px no-repeat;
}

div#searchform form input[type=submit]:active {
	background: url(../images/btn-search.png) 0 -80px no-repeat;
}

/*************** Logo */

div#logo {
	float: left;
	margin-left: 5px;
}

div.slider-wrap {
	width: 951px;
	height: 384px;
	margin: 30px auto 0 auto;
	padding: 11px 0 0 11px;
	position: relative;
	background: url(../images/slider.png) top left no-repeat;
}
div.slider-wrap2 {
	width: 951px;
	height: 384px;
	margin: 0px auto 0 auto;
	padding: 11px 0 0 11px;
	position: relative;
	background: url(../images/slider.png) top left no-repeat;
}

div.slider-wrap img.featured {
	width: 185px;
	height: 114px;
	display: block;
	float: right;
	position: absolute;
	top: -4px;
	right: -6px;
	background: url(../images/featured-ribbon-right.png) top left no-repeat;
	z-index: 100; 	
}

/********************************************
* HEADER                                    *
********************************************/



/********************************************
* CONTENT                                   *
********************************************/

div#content {
	width: auto;
	height: auto;
	min-height: 350px;
	clear: both;
	padding: 15px 0;
	overflow: hidden;
}

div#content a {
	text-decoration: none;
}

div#content a:hover {
	text-decoration: underline;
}

div.page-title {
	width: 962px;
	height: 60px;
	clear: both;
	margin-bottom: 30px;
	background: url(../images/page-title.png) top center no-repeat;
}

div.page-title h2 {
	font-size: 20px;
	color: #464646;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	line-height: 40px;
	border: none;
}

/*************** Intro Message */

div#intro {
	width: 962px;
	height: 60px;
	clear: both;
	margin-bottom: 35px;
	background: url(../images/intro.png) top center no-repeat;
}

div#intro h2 {
	color: #9e0000;
	font-style: normal;
	font-weight: bold;
	line-height: 40px;
	padding-top: 8px;
	text-align: center;
	text-transform: none;
}

/*************** Image Thumbs */

div#carouselContainer {
	width: 962px;
	height: 115px;
	margin-bottom: 50px;
}

ul.imageCarousel {
	width: 855px;
	float: left;
}

ul.imageCarousel li {
	width: 145px;
	height: 121px;
	margin-right: 20px;
	padding: 11px 0 0 11px;
	background: url(../images/thumb-image-med.png) top left no-repeat;
}

.jcarousel-container {
	height: 132px;
	display: block;
	overflow: hidden;
}

.jcarousel-container-horizontal {
	width: 875px;
	float: left;
}

.jcarousel-item {
	width: 145px;
	height: 111px;
}

.jcarousel-item-horizontal {
	margin-left: 0;
}

.jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-right: 0;
}

.carousel-prev {
	width: 24px;
	height: 30px;
	display: block;
	cursor: pointer;
	margin: 50px 23px 0 0;
	text-indent: -9999px;
	background: transparent url(../images/prev-arrow.png) no-repeat 0 0;
	position: relative;
	float: left;
}

.carousel-next {
	width: 24px;
	height: 20px;
	display: block;
	cursor: pointer;
	margin: 50px 10px 0 0;
	text-indent: -9999px;
	background: transparent url(../images/next-arrow.png) no-repeat 0 0;
	position: relative;
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.zoom {
	width: 134px;
	height: 100px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	background: #fff url(../images/image-zoom.png) center center no-repeat;
	
}
	
/*************** HOME BOXES */

div#home-boxes {
	width: 962px;
	height: auto;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

div#home-boxes h3 {
	padding-bottom: 5px;
}

/* WELCOME */

div.welcome {
	width: 400px;
	height: auto;
	float: left;
	margin-right: 30px;
}

/* BLOG BUZZ */

div.home-entries {
	width: 290px;
	float: left;
	margin: 0 30px 0 0;
}

div.home-entries ul li {
	margin: 0 0 15px 0;
	padding: 0 0 0px 0;
}

div.home-entries ul li h2 {
	color: #444;
	font-size: 13px;
	padding: 3px 0 0 0;
}

div.home-entries ul li p {
	padding: 0 0 10px 0;
}

div.home-entries ul li div.post-meta {
	color: #444;
	font-size: 12px;
	font-style: italic;
}

/* RECENT WORKS */

div.recent-works {
	width: 210px;
	float: left;
}

div.recent-works ul li {
	 width: 86px;
	 height: 84px;
	 float: left;
	 margin: 0 10px 10px 0;
	 padding: 6px 0 0 6px;
	 background: url(../images/thumb-image-sm.png) top left no-repeat;
}

div.recent-works ul li a {
	width: 80px;
	height: 70px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	background: #fff;
}

/**************** SECTIONS */

div#fullwidth {
	width: 962px;
	overflow: hidden;
}

div#leftside {
	width: 670px;
	height: auto;
	float: left;
	padding-right: 10px;
	position: relative;
}

/* SIDEBAR */

div#sidebar {
	width: 260px;
	height: auto;
	overflow: hidden;
	float: right;
	position: relative;
}

div#sidebar a {
	color:#a00c14;
}
div#sidebar p a:hover {
	color:#000;
	text-decoration: none;
}
div#sidebar h2.title {
	display: block;
}

div#sidebar li {
	float: left;
}

div#sidebar ul.ads-widget li {
	margin-right: 5px;
}

div#sidebar div.sidebar-item {
	width: 260px;
	clear: both;
	float: left;
	margin-bottom: 15px;
}

div#sidebar div.sidebar-item ul {
	padding-bottom: 10px;
	overflow: hidden;
}

div#sidebar div.sidebar-item ul.list {
	margin: 0;
}

div#sidebar div.sidebar-item ul li a {
	font-weight: bold;
}

div#sidebar div.sidebar-item ul.ads-widget li {
	width: auto;
	padding-left: 0;
	background: none;
}

div.one-third {
	width: 300px;
	margin: 0 20px 10px 0;
	float: left;
}

/*************** PORTFOLIO STYLES */

.entry {
	clear: both;
}

/* SINGLE PROJECT PAGE */

div.project {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

div.project div#sidebar {
	margin-top: 40px;
}

div.project div.project-container {
	width: 960px;
	height: auto;
	float: left;
	position: relative;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}

div.project div.project-container div.project-images {
	width: 960px;
	height: 309px;
	float: left;
	position: relative;
	margin: 5px 0 -20px 0;
	padding: 11px 0 0 11px;
	background: url(../images/thumb-left.png) top left no-repeat;
}

div.project div.project-container div.project-images h3 {
	width: 270px;
	float: right;
	text-align: left;
	margin-top: 0;
	padding: 0;
}

div.project div.project-container div.project-images ul#pikame li a {
	width: 648px;
	height: 278px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	background: #fff url(../images/zoom-portfolio.png) center center no-repeat;
}

div.project div.project-container div.project-images div.project-buttons {
	width: 270px;
	float: right;
	margin-top: -30px;
}

div.project div.project-container div.project-images div.project-buttons a {
	float: left;
}

div.project div.project-container div.item-describe {
	width: 670px;
	clear: both;
	float: left;
	padding-top: 102px;
	background: url(../images/divider-default.png) top center no-repeat;
}

div.project div.project-container div.item-describe div.head {
	margin-bottom: 15px;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

/* PORTFOLIO DEFAULT */

div.portfolio {
	width: 962px;
	margin: 0 auto;
	padding: 0;
}

div.portfolio ul {
	width: 998px;
	margin-left: -5px;
}

div.portfolio ul li {
	width: 960px;
	height: auto;
	float: left;
	position: relative;
	margin: 0 37px 0px 0;
	padding-bottom: 75px;
	background: url(../images/divider-full.png) bottom center no-repeat;
}

div.portfolio ul li:last-child {
	padding-bottom: 0;
	background: none;
}

div.portfolio ul li div.item-thumb {
	width: 579px;
	height: 309px;
	float: left;
	position: relative;
	margin: 5px 20px 0 5px;
	padding: 11px 0 0 11px;
	background: url(../images/thumb-portfolio.png) top left no-repeat;
}

div.portfolio ul li div.item-thumb img.featured {
	width: 185px;
	height: 114px;
	display: block;
	float: left;
	position: absolute;
	top: -4px;
	left: -6px;
	z-index: 100; 	
}

div.portfolio ul li div.item-thumb .zoom {
	width: 568px;
	height: 278px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	background: #fff url(../images/zoom-portfolio.png) center center no-repeat;
}

div.portfolio ul li div.item-describe {
	width: 330px;
	float: left;
	margin-top: 5px;
}

div.portfolio ul li div.item-describe div.head {
	margin-bottom: 15px;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

div.portfolio ul li div.item-describe h3 {
	font-size: 20px;
	padding: 0;
}

/* PORTFOLIO 2 COLUMN */

div.portfolio2 {
	width: 962px;
	margin: 0 auto;
	padding: 0;
}

div.portfolio2 ul {
	width: 1030px;
	overflow: hidden;
	margin: 0 0 -50px -5px;
}

div.portfolio2 ul li {
	width: 455px;
	height: auto;
	float: left;
	position: relative;
	margin: 0 50px 50px 0;
}

div.portfolio2 ul li div.item-thumb {
	width: 439px;
	height: 289px;
	float: left;
	position: relative;
	margin: 5px 0 0 5px;
	padding: 11px 0 0 11px;
	background: url(../images/thumb-portfolio2.png) top left no-repeat;
}

div.portfolio2 ul li div.item-thumb img.featured {
	width: 185px;
	height: 114px;
	display: block;
	float: left;
	position: absolute;
	top: -4px;
	left: -6px;
	z-index: 100; 	
}

div.portfolio2 ul li div.item-thumb .zoom {
	width: 428px;
	height: 258px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	background: #fff url(../images/zoom-portfolio.png) center center no-repeat;
}

div.portfolio2 ul li div.item-describe {
	width: 450px;
	clear: both;
	padding: 0 0 0 8px;
}

div.portfolio2 ul li div.item-describe div.head {
	margin-bottom: 15px;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

div.portfolio2 ul li div.item-describe h3 {
	font-size: 16px;
	text-transform: uppercase;
	padding: 0;
}

/* PORTFOLIO 3 COLUMN */

div.portfolio3 {
	width: 962px;
	margin: 0 auto;
	padding: 0;
}

div.portfolio3 ul {
	width: 990px;
	overflow: hidden;
	margin: 0 0 -50px 0;
}

div.portfolio3 ul li {
	width: 300px;
	height: auto;
	float: left;
	position: relative;
	margin: 0 30px 50px 0;
}

div.portfolio3 ul li div.item-thumb {
	width: 289px;
	height: 219px;
	float: left;
	position: relative;
	margin: 5px 0 0 0;
	padding: 11px 0 0 11px;
	background: url(../images/thumb-portfolio3.png) top left no-repeat;
}

div.portfolio3 ul li div.item-thumb img.featured {
	width: 185px;
	height: 114px;
	display: block;
	float: left;
	position: absolute;
	top: -4px;
	left: -6px;
	z-index: 100; 	
}

div.portfolio3 ul li div.item-thumb .zoom {
	width: 278px;
	height: 188px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	background: #fff url(../images/zoom-portfolio.png) center center no-repeat;
}

div.portfolio3 ul li div.item-describe {
	width: 300px;
	clear: both;
}

div.portfolio3 ul li div.item-describe div.head {
	margin-bottom: -5px;
	float: left;
	overflow: hidden;
}

div.portfolio3 ul li div.item-describe h3 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
}

/* PORTFOLIO 4 COLUMN */

div.portfolio4 {
	width: 962px;
	margin: 0 auto;
	padding: 0;
}

div.portfolio4 ul {
	width: 998px;
	overflow: hidden;
	margin: 0 0 -30px 0;
}

div.portfolio4 ul li {
	width: 201px;
	height: 167px;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 37px 30px 0;
	padding: 11px 0 0 11px;
	background: url(../images/thumb-portfolio4.png) top left no-repeat;
}

div.portfolio4 div.inner {
	width: 190px;
	height: 145px; 
	position: relative;
	overflow: hidden;
}

div.boxcaption {  
	width: 190px;
	height: 125px;  
	float: left;  
	padding: 10px;
	top: -145px;  
	left: 0;  
	position: absolute;  
	background: url(../images/trans-70.png) repeat; 
}  

div.boxcaption h4 {
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	padding-top: 0;
}

div.boxcaption div.buttons {
	width: 110px;
	height: 28px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 65px;
}

div.boxcaption div.buttons a {
	width: 40px;
	font-size: 11px;
	color: #fff;
	float: left;
	display: block;
	text-align: center;
	padding-top: 35px;
}

div.boxcaption div.buttons a:hover {
	text-decoration: none !important;
}

div.boxcaption div.buttons a.enlarge {
	background: url(../images/icon-enlarge.png) top center no-repeat;
}

div.boxcaption div.buttons a.details {
	margin-left: 30px;
	background: url(../images/icon-details.png) top center no-repeat;
}

/* Date and Categories */

div.item-describe div.date {
	margin: 0 15px 5px 0;
	padding-left: 22px;
	background: url(../images/icon-cal.png) center left no-repeat;
}

div.item-describe div.cat {
	padding-left: 26px;
	background: url(../images/icon-cat.png) center left no-repeat;
}

div.item-describe div.cat a {
	color: #444;
}

div.item-describe div.date,
div.item-describe div.cat {
	font-size: 12px;
	color: #777;
	text-transform: capitalize;
	line-height: 16px;
	float: left;
	
}

/*************** BLOG STYLES */

div.blog {
	width: 670px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

div.blog div.post {
	width: 670px;
	height: auto;
	float: left;
	margin: 0 37px -10px 0;
	padding-bottom: 75px;
	vertical-align: baseline;
	background: url(../images/divider-default.png) bottom center no-repeat !important;
}

h3.blog-header,
div.post-metadata,
div.post-entry {
	padding-left: 2px;
}

div.post-head-left {
	float: left;
}

/* TITLE */

div.blog div.post h3.blog-header {
	margin-bottom: 10px;
}

div.blog div.post h3.blog-header a {
	color: #444;
	font-size: 20px;
	font-weight: bold;
}

/* METADATA */

div.post-metadata {
	width: auto;
	height: 22px;
}

div.post-metadata div.date {
	margin: 0 15px 5px 0;
	padding-left: 22px;
	background: url(../images/icon-cal.png) center left no-repeat;
}

div.post-metadata div.cat {
	padding-left: 26px;
	background: url(../images/icon-cat.png) center left no-repeat;
}

div.post-metadata div.cat a {
	color: #444;
}

div.post-metadata div.date,
div.post-metadata div.cat {
	font-size: 12px;
	color: #777;
	text-transform: capitalize;
	line-height: 16px;
	float: left;
	
}

/* COMMENTS */

div.comment-count {
	width: 64px;
	height: 58px;
	float: right;
	padding-top: 10px;
	background: url(../images/comment-bubble.png) 0 5px no-repeat;
}

div.comment-count span a {
	color: #444;
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 14px 5px 8px 0;
}

div.comment-count span a:hover {
	color: #000;
	text-decoration: none !important;
}

/* IMAGE THUMB */

div.blog div.post div.post-thumb {
	width: 659px;
	height: 309px;
	float: left;
	position: relative;
	margin: 5px 20px 0 0;
	padding: 11px 0 0 11px;
	background: url(../images/thumb-left.png) top left no-repeat;
}

/* ENTRY */

div.blog div.post div.post-entry {
	width: 670px;
	float: left;
	margin-top: 5px;
}

/* TAG CLOUD WIDGET */

.tag_link {
	width: auto;
	height: 26px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	float: left;
	margin: 0 8px 15px 0;
	padding-right: 6px;
	border: none;
	overflow: visible;
	background: url(../images/btn_cat_right.png) top right no-repeat;
}

.tag_link span {
	font-family: 'Droid Sans';
	font-size: 12px;
	display: block;
	line-height: 10px;
	padding: 7px 10px 0 15px;
	height: 19px;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	background: url(../images/btn_cat_left.png) top left no-repeat;
}

.tag_link:hover {
	text-decoration: none !important;
	outline: none;
	background-position: right -36px;
}

.tag_link:hover span {
	background-position: left -36px;
}

.tag_link:active {
	outline: none;
	background-position: right -72px;
}

.tag_link:active span {
	background-position: left -72px;
}

/* RECENT POSTS WIDGET */

div.recent-posts {
	width: 260px;
	margin-bottom: -10px;
}

div.recent-posts ul li {
	width: 100%;
	height: 78px;
	font-size: 11px;
	color: #777;
	margin: 0 0 8px 0;
	padding-top: 5px;
	background: url(../images/thumb-sidebar.png) top left no-repeat;
}

div.recent-posts ul li a {
	color: #444;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 10px;
}

div.recent-posts ul li a:hover {
	color: #000;
	text-decoration: none !important;
}

div.recent-posts ul li span {
	clear: right;
	float: left;
	padding-top: 5px;
}

div.recent-posts ul li a img {
	display: block;
	float: left;
	margin: 1px 16px 0 6px;
}

/*************** PAGINATIONS */

div.pagination-portfolio {
	margin: 10px 0;
	clear: both;
}

div.pagination ul li:hover {
	cursor: pointer;
}

div.pagination .current,
div.pagination .inactive {
	margin-right: 10px;
}

div.pagination .current span,
div.pagination .inactive span {
	padding: 7px 8px 0 15px;
}

/*************** CONTACT PAGE */

div.contact p {
	clear: both;
}

div.contact div.google-map {
	width: 659px;
	height: 309px;
	float: left;
	position: relative;
	margin: 5px 20px -20px 0;
	padding: 11px 0 0 11px;
	background: url(../images/thumb-left.png) top left no-repeat;
}

form#contact-form {
	min-height: 200px;
	clear: both;
	padding-top: 100px;
	background: url(../images/divider-default.png) top center no-repeat;
}

form#contact-form h2 {
	margin-bottom: 30px;
}

form#contact-form div {
	margin-bottom: 20px;
}

form#contact-form div.textbox-block,
form#contact-form div.textarea-block {
	float: left;
}

form#contact-form div.textarea-block {
	margin-left: 38px;
}

form#contact-form div label,
form#contact-form div input[type=text] {
	display: block;
}

form#contact-form div input[type=text],
form#contact-form div textarea {
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
}

form#contact-form div input[type=text]:hover,
form#contact-form div textarea:hover,
form#contact-form div input[type=text]:focus,
form#contact-form div textarea:focus {
	border: 1px solid #c9c9c9;
}

form#contact-form div label {
	color: #555;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 8px 2px;
}

form#contact-form div label span {
	color: #999;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

form#contact-form div input[type=text] {
	width: 200px;
	height: 10px;
	clear: both;
}

form#contact-form div textarea {
	width: 380px;
	height: 156px;
	margin-left: 0;
}

form#contact-form button.submit {
	float: right;
	margin: 0 8px 0 0;
	padding-top: 0;
}

#mail_success {
	display: none;
}

/* FORM VALIDATION */

input.error,
textarea.error {
	border-color: red !important;
}

label.error {
	display: none !important;
}

/* FORM VALIDATION */

/*************** SEARCH BAR */

form#search {
	width: 670px;
	margin: -20px auto 0 auto;
	padding-top: 100px;
	overflow: hidden;
	background: url(../images/divider-default.png) top center no-repeat;
}

form#search div {
	width: 340px;
	margin: 0 auto;
}

form#search input[type=text],
form#search button.submit {
	float: left;
}

form#search input[type=text] {
	width: 200px;
	height: 15px;
	margin: 0 10px 10px 0;
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
}

form#search button.submit {
	float: right;
	margin: 1px 8px 0 -10px;
	padding-top: 0;
}

/*************** 404 STYLES */

#errorPage {
	overflow: hidden;
}

#errorPage a {
	font-weight: bold !important;
}

/********************************************
* CONTENT                                   *
********************************************/



/********************************************
* FOOTER                                    *
********************************************/

div#footer {
	width: auto;
	height: 345px;
	clear: both;
	margin: 30px auto 0 auto;
	color: #797979;
	background: url(../images/footer-bg.png) top left repeat-x;
}
div#footer p a {
	color:#a00c14;
}
div#footer p a:hover {
	color:#fff;
}

div#footer p {
	color: #fff;
}

div#footer h3 {
	color: #fff;
	padding: 0 0 5px 0;
}

div#footer img.left {
	margin-right: 10px;
}

div#footer img.right {
	margin-left: 10px;
}

div#footer-inner {
	width: 962px;
	height: 320px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url(../images/footer-bg-inner.png) top center no-repeat;
}

a.footer-jump {
	width: 52px;
	height: 32px;
	display: block;
	float: right;
	margin-top: -52px;
	padding: 0;
	background: url(../images/btn_jump.png) top left no-repeat;
}

a.footer-jump:hover {
	background: url(../images/btn_jump.png) 0 -32px no-repeat;
}

a.footer-jump:active {
	background: url(../images/btn_jump.png) 0 -64px no-repeat;
}

/*************** TWITTER */

div#twitter {
	width: 300px;
	height: 230px;
	min-height: 30px;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 5px 20px 0 0;
}

div#twitter div.twitters {
	
}

div#twitter div.twitters ul {
	list-style: none;
	padding: 0;
	line-height: 18px;
	margin-top: 0;
}

div#twitter div.twitters ul li {
	line-height: 1.6em;
	font-size: 12px;
	margin: 0 0 20px;
	padding: 5px 0 20px 0;
	background: url(../images/divider-footer.png) bottom center no-repeat;
}

div#twitter div.twitters ul li span.twitterPrefix, div#twitter div.twitters ul li span.twitterPrefix a {
	display: none;
}

div#twitter div.twitters ul li span.twitterTime {
	font-style: italic;
	color: #888;
	display: block;
	clear: both;
}

div#twitter div.twitters ul li span.twitterStatus {
	color: #fff;
}

div#twitter div.twitters ul li span.twitterStatus a {
	color: #aaa;
	font-style: italic;
}

div#twitter div.twitters ul li span.twitterStatus a:hover {
	color: #fff;
	text-decoration: underline;
}

/*************** NEWSLETTER */

form#newsletter {
	width: auto;
	height: 36px;
	padding-bottom: 20px;
}

form#newsletter p {
	margin: 0;
	padding: 0;
}

form#newsletter input {
	float: left;
	outline: none;
	border: none;
}

form#newsletter input[type=text] {
	width: 210px;
	height: 36px;
	padding: 0 10px;
	background: url(../images/text-box-newsletter.png) top left no-repeat;
}

form#newsletter button#submit {
	float: right;
	margin: 0;
	padding-top: 0;
}

/*************** SOCIAL */

ul.social-media li {
	float: left;
}

a.social {
	width: 32px;
	height: 32px;
	display: block;
	margin-right: 5px;
	float: left;
}

/*************** COPYRIGHT */

.copyright {
	width: 960px;
	color: #aaa !important;
	padding: 57px 0 0 0 !important;
	text-align: center;
	clear: both;
}

/********************************************
* FOOTER                                    *
********************************************/
