/*
	Mystic | Creative Portfolio Theme
	Author: AE-Design @ ThemeForest.Net
	kontakt@ae-design.se
*/

@import url("reset.css");

/*---------------------------------------------------------------

TABLE OF CONTENTS

	0. GENERAL
	1. HEADER
	2. NAVIGATION
	3. SLIDER
	4. CONTENT + SIDEBAR
		4.1 SIDEBAR LEFT
		4.2 SIDEBAR RIGHT
		4.3 TEAM-MEMBERS
	5. BLOG
	6. COMMENTS
	7. CONTACTFORM / COMMENTFORM
	8. PORTFOLIO
		8.1 PORTFOLIO SINGLE
	9. FOOTER
	10. SHORTCODES
		10.1 SHORTCODES: COLUMNS
		10.2 SHORTCODES: WIDGETS
		10.3 SHORTCODES: BUTTONS
		10.4 SHORTCODES: LISTS
		10.5 SHORTCODES: TYPOGRAPHY
		10.6 SHORTCODES: TOGGLES

-----------------------------------------------------------------*/

/*-------------------------------------
   0. GENERAL
-------------------------------------*/

.clearfix:after {content:"."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }

.clearfix { display: block; }

* html .clearfix { height: 1px;  }

body {
	background: url(../images/bg.png) #e1e0db;
	position: relative;
	height: 100%;
	font: 12px/17px Arial, Georgia, sans-serif;
    color: #A9A9A9;
	line-height: 18px;
}

img, fieldset {
	border: none;
}

p {
	margin: 0 0 18px 0;
	color: #CCC;
}

h1, h2, h3, h4, h5 {
	padding-bottom: 20px;
}

h1 {
	font-size:30px;	
}
h2{ 
	font-size:24px;
}
h3 {				
	font-size:18px;	
}
h4 {				
	font-size:16px;	
}
h5 {				
	font-size:14px;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{ color: #f7941f !important }

a {
    color: #c7c1b8;
}

a:hover {
    color: #f7941f;
    text-decoration: underline;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	box-shadow: -2px 0px 5px 0px rgba(0,0,0,.2), 2px 0px 5px 0px rgba(0,0,0,.2);
}

#wrapper {
	width: 960px;
	clear: right;
	position: relative;
}

.margin10 {
	margin-top: 20px;
}

#map-canvas {
	border: 5px solid #333;
	padding: 5px;
	background: #262626;
	width: 589px;
	height: 200px;
	margin-bottom: 30px;
	overflow: hidden; 
	text-shadow: none;
	background: #f4f4f4 url(../images/loading.gif) no-repeat center center;
}

#midCaption {
    margin: 0 0;
}

#midCaption p {
	font-family: 'TitilliumText22LLight', sans-serif;
	font-size: 20px;
	color: #929292;
	margin: 0px 0 0 15px;
	width: 900px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	float: left;
}

.mid {
	float: right;
	margin: 0 15px 0 0;
}

#midCaption img {
    float: left;
}

#midCaption a {
    float: right;
    position: relative;
    top:7px;
}

#midCaption p span {
	font-family: 'TitilliumText22LRegular', sans-serif;
    color: #363636;
	-webkit-font-smoothing: antialiased;
}

/*-------------------------------------
   SEARCHFORM
-------------------------------------*/

#searchform {
	background: #333;
	border: 1px solid #444;
	width: 130px;
	height: 35px;
	float: left; 
	outline: none;
	margin: 0;
	color: #a0a0a0;
	font-size: 10px;
	margin: 0 0 10px 0;
	line-height: 3;
	padding: 0 0 0 20px;
}

#searchform:hover {
	background: #333;
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	width: 130px;
	height: 35px;
	float: left;
	outline: none;
	margin: 0;
	color: #a0a0a0;
	font-size: 10px;
	margin: 0 0 10px 0;
	line-height: 3;
	padding: 0 0 0 20px;
}

#search_submit {
	background: url(../images/search.png) no-repeat center;
	width: 50px;
	height: 37px;
	float: left;
	border: none;
	outline: none;
	float: left;
	margin: 0px 0 0 0px;
	font-weight: bold;
	color: #888;
	border-right: 1px solid #444;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

#search_submit:hover {
	background: url(../images/search_over.png) no-repeat center;
	width: 50px;
	height: 37px;
}

/*-------------------------------------
   1. HEADER
-------------------------------------*/

#header {
	position: relative;
    width: 100%;
    height: 110px;
    background: #1b1b1b;
    border-bottom: 2px solid #f7941f;
}

/*-------------------------------------
   1.1 LOGO
-------------------------------------*/

.logoheader {
	text-align: left;
	color: #fff;
	margin: 0em 0px 0 0px !important;
}

a#logo {
	width: 160px;
	height: 101px;
	position: absolute;
	left: 13px;
	top: 7px;
	display: block;
	background: url(../images/logo.png) no-repeat;
}

#main_banner {
	width: 960px;
	height: 428px;
	border-bottom: 2px solid #f7941f;
}

.pages {
	width: 960px;
	height: 80px !important;
	background: #1b1b1b;
	overflow: hidden;
	border-bottom: 2px solid #f7941f;
}

#page_desc {
	padding: 30px 15px 15px 0;
}

#page_desc li {
	background: none;
	margin: 0 5px 5px 0;	
	display: block;
	float: left;
	border-right: 1px dotted #666;
}

#page_desc h3 {
	font-size: 20px;
	display: inline-block;	
	color: #888;
	text-decoration: none;
	position: relative;
	padding: 0px 20px 0 28px;
	border: none;
	line-height: 20px;
}

#page_desc span {
	font-size: 20px;
	display: inline-block;	
	color: #888;
	text-decoration: none;
	position: relative;
	border: none;
	line-height: 20px;
}

.no-border {
	border: none !important;
}

.description {
	font-size: 12px !important;
	padding: 2px 0 0 15px !important;
}

/*-------------------------------------
   2. Menu
-------------------------------------*/

#navigation {
	padding: 39px 21px 10px 15px;
	float: right;
}

#dropmenu {
	list-style: none;
	position: relative;
	width: 100%;
	z-index: 400;
}

#dropmenu li {
	list-style: none;
	position: relative;
	line-height: 20px;
	float: left;
}

#dropmenu li a {
	display: inline-block;
	line-height: 37px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 25px;
	color: #888; 
	zoom: 1;
	*display: inline;
}

span.menuPlus {
	margin: 0 0 0 10px;
}

#dropmenu li:hover {
	background: #333;
}

#dropmenu li a:hover {
	text-decoration: none;
}

#dropmenu ul.sub-menu {
	list-style: none; 
	display: none; 
	position: absolute; 
	width: 200px; 
	z-index: 300; 
	top: 37px; 
	left: 0; 
	background: #333; 
	padding: 15px 0;
	-webkit-box-shadow: 5px 5px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 5px 5px 3px rgba(0,0,0,.1);
	box-shadow: 5px 5px 3px rgba(0,0,0,.1);
}

#dropmenu ul.sub-menu li {
	position: relative;
	width: 200px;
}

#dropmenu ul.sub-menu li a {
	line-height: 15px; 
	display: block; 
	padding: 10px 25px;
}

span.menuArrow {
	display: block;
	float: right;
}

#dropmenu ul.sub-menu li:hover {
	background: #444;
}

#dropmenu ul.sub-menu ul.sub-menu {
	position: absolute;
	top: -15px;
	left: 200px;
	z-index: 299;
}

#dropmenu li:hover ul ul, 
#dropmenu li:hover ul ul ul, 
#dropmenu li:hover ul ul ul ul {
	display:none;
}
#dropmenu li:hover ul, 
#dropmenu li li:hover ul, 
#dropmenu li li li:hover ul, 
#dropmenu li li li li:hover ul {
	display:block;
}

#dropmenu li.current-menu-item > a,
#dropmenu li.current-menu-ancestor > a {
	background: #333;
}

#dropmenu li.action {
	float: right; 
	margin-left: 10px;
}

#dropmenu li.action > a {
	color: #fff;
}

#dropmenu ul.sub-menu li.info a {
	color: #555; 
	font-style: italic;
}

#dropmenu ul.sub-menu li.info a:hover {
	cursor: help;
}

#dropmenu ul.sub-menu li.info:hover {
	background: none;
}

span.menuArrow {
	display: block;
	float: right;
}

/*-------------------------------------
   3. SLIDER
-------------------------------------*/

#slider-container {
	width: 960px;
	height: auto;
	position: relative;
	clear: both;
	float: left;
}

#static-header-img img {
	width: 960px;
	height: 428px;
	margin-bottom: -6px;
}

#slider {
	height: 428px;
	position: relative;
	overflow: hidden;
}

#description-box {
	position: absolute;
	width: 100%;
	background-color: #000;
	z-index: 20;
	bottom: -100px;
	padding: 0 10px;
	opacity: 0.8;
	filter: alpha(opacity =     80);
}

#description-box p {
	color: #fff;
	margin: 10px 0;
}

#nivo-slider {
	width: 960px;
	height: 428px;
	background: url(../images/ajax-loader-slider.gif) no-repeat center;
}

#nivo-slider img {
	width: 960px;
	height: 428px;
	display: none;
	top: 5px;
	left: 5px;
}

.nivo-controlNav {
	position: absolute;
	bottom: -34px;
}

.nivo-controlNav a {
	width: 15px;
	height: 15px;
	background: url(../images/page_nav.png) no-repeat;
	float: left;
	list-style: none;
	margin: 0 1px;
	display: block;
}

.nivo-margin{
	margin-bottom: 20px;	
}

.nivo-controlNav a.active {
	background-image: url(../images/page_nav_active_black.png);
}

.nivo-nextNav {
	display: block;
	background: url(../images/next.png) no-repeat scroll top left;
	width: 50px;
	height: 50px;
	right: 20px !important;
}

.nivo-nextNav:hover{
	background: url(../images/next-active.png) no-repeat scroll bottom left;
}

.nivo-prevNav {
	display: block;
	background: url(../images/prev.png) no-repeat scroll top right;
	width: 50px;
	height: 50px;
	left: 20px !important;
}

.nivo-prevNav:hover {
	background: url(../images/prev-active.png) no-repeat scroll bottom right;
}

.nivo-caption p {
	padding: 15px;
}

/*-------------------------------------
   4. CONTENT + SIDEBAR
-------------------------------------*/

#content_container {
	position: relative;
    width: 918px;
	min-height: 190px;
    background: #171717;
    padding: 21px;
    margin: 0 auto;
}

#container {
	overflow: hidden;
	width: 918px;
	padding: 15px 0 15px 0;
}

#mainblock {
	padding: 0 0 20px 0;
	overflow: hidden;
	position: relative;
	width: 625px;
	float: right;
}

#main_column {
	padding: 8px 0 0 0;
	margin: 0 15px 0 0;
}

/*-------------------------------------
   4.1 SIDEBAR LEFT
-------------------------------------*/

#sidebar {
	float: left;
	width: 240px;
	margin: 0 0 20px 15px;
	padding: 0 0 20px 0;
	border-right: 4px solid #333;
}

.block_left {
	padding: 10px 26px 20px 0;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.block_left2 {
	padding: 0 26px 20px 0; 
	position: relative; 
	height: 100%; 
	overflow: hidden; 
}

/*-------------------------------------
   4.2 SIDEBAR RIGHT
-------------------------------------*/

#main_column_right {
	padding: 8px 0 0 0;
	margin: 0 0 0 15px;
}

#sidebar-right {
	float: right;
	width: 240px;
	margin: 0 15px 20px 0;	
	padding: 0 0 20px 0;
	border-left: 4px solid #333;
}

.block_right {
	padding: 0 0 20px 26px;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.block_right2 {
	padding: 0 0 20px 26px; 
	position: relative; 
	height: 100%; 
	overflow: hidden; 
}

/*-------------------------------------
   4.3 TEAM-MEMBERS
-------------------------------------*/

.team-member img { 
	float: left;
	margin: 5px 20px 10px 0;
	padding: 5px;
	background: #333;
	border: 1px solid #1a1a1a;
	box-shadow: .08em 1px 2px #383838;
	-moz-box-shadow: .08em 1px 2px #383838;
	-webkit-box-shadow: .08em 1px 2px #383838;
	position: relative;
}
	
.team-member h4{ 
	font-size: 16px; 
	padding: 10px 0 5px 0; 
	margin: 0;
}
	
.team-member span {
	border-bottom: 1px dotted #333; 
	width: auto; 
	margin-bottom: 10px; 
	padding-bottom: 10px; 
	display: block; 
	overflow: hidden;
}

.team-member p { 
	overflow: hidden;
	margin-top: 10px;
}

/*-------------------------------------
   5. BLOG
-------------------------------------*/							

.post_entry.blog{ margin-bottom:34px;}
.post_entry.blog:last-child{margin-bottom:0px;}

.post_meta_top {
	float:left;
	width:192px;
	overflow:hidden;
	margin-right:36px;
}

.post_meta_top ul {padding:0px;margin-top:0px; color:#999;float:left; margin:0 0 18px 0;}
.post-meta-holder{ float:left; width:612px;}

.post-meta-holder h1{
	margin-bottom:15px;
}

.news .post_meta_top ul { padding-left:0px; }
.post_meta_top ul li {
	display:block;
	padding:0;
	float:left;
	border-bottom: 1px solid #333;
	margin: 0 0 9px;
    padding-bottom: 9px;
	color:#A9A9A9;
	width:100%;
}

.post_meta_top ul li a {
	color:#999;
}
.post_entry {
	float:left;
	width:100%;
	margin-bottom:36px;
}

.page-template-one-column-php .comment-box .heading-holder h2 { width:974px;}
.post_entry.blog{ margin-bottom:34px;}
.post_entry.blog:last-child{margin-bottom:0px;}

.post_meta_top {
	float:left;
	width:192px;
	overflow:hidden;
	margin-right:36px;
}

.post_entry h3.title {
	font-size: 20px !important;
	font-weight: bold;
	margin:0;
	margin-bottom:18px;
	padding-bottom:18px;  
	border-bottom:1px solid #333; 
	color:#000;
	text-decoration: none;
}


.post_entry .info_holder, 
.comment-box .info_holder  {
	float:left;
	padding:0;
	width:612px;
}

.main-post-image {
	margin-bottom:18px;
	float:left;
	height:205px;
}

.footer .post_entry .info_holder  {
	width: 960px;
	background: none;
	border:0;
	float:left;
	padding:18px;
}

.wide .post_entry .info_holder, 
.wide .comment-box .info_holder {
	width: 960px;
}
	
.post {
	padding: 0 0 40px 0;
}
.post ul, .post ol {
	margin: 20px 40px 20px 40px;
}

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

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

.alignnone {
	margin: 10px 0;
}

.aligncenter, .center {
	text-align: center; 
	margin: 0 auto; 
	display: block;
}

#post-featured-image {
	height: 220px; 
	margin: 0 0 10px 0; 
	padding: 0 0 23px 0;
}

.byline {
	color: #999; 
	border-bottom: 1px dotted #333;
	padding: 6px 0; 
	margin: 0 0 20px 0; 
	font-size: 11px; 
	font-family: verdana;
}

.byline span {
	color: #999;
}

.entry-title {
	margin: 0; 
	padding: 0 0 10px 0;
	line-height: 110%; 
	border-bottom: 1px dotted #333;
	font-size: 16px;
}

.entry-title a {
	color: #666; 
	font-weight: 100;
	text-decoration: none;
}

.entry-title a:hover {
	text-decoration: underline;
}

.image-grid-border {
	background: #333;
	padding: 3px;
	border: 1px solid #3b3a3a;
}

.separator {
    margin-bottom: 40px;
	margin-top: 25px;
    height: 6px;
    width: 100%;
    background: url(../images/pattern_dots.png) repeat-x;
}

/*-------------------------------------
   7. COMMENTFORM / CONTACTFORM
-------------------------------------*/

input,
textarea {
	background: #1d1d1d;
	border: 1px solid #2e2d2d;
	color: #fff !important;
	font-size: 12px;
}

input,
textarea {
	padding: 7px;
}

input:focus,
textarea:focus
 {
	background: #2d2d2d;
	border-color: #2e2d2d;
	color: #fff;
}

#contactus {
	float: left;
	width: 100%;
	overflow: hidden;
}

#contactus h5 {
	padding-bottom: 30px;
	font-weight: normal;
	margin: 0;
}

#contactus .formpart {
	float: left;
	margin-bottom: 20px;
	margin-right: 31px;
}

.formpart.end {
	float: left;
	margin-bottom: 0;
	margin-right: 0 !important;
}

#contactus .formpart input {
	color: #000;
	width: 277px;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #333;
	padding: 6px 5px;
}

#contactus .formpart textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	overflow: auto;
	width: 598px;
	max-width: 598px;
	height: 150px;
	border: 1px solid #333;
	padding: 5px;
}

.message-sent { 
	padding: 20px;
	margin: 40px 0;
	background: #f1f1f1;
	border: 1px solid #d8d8d8;
}

.message-sent span { 
	font-weight: bold;
}

p.error {
	display: none; 
	padding: 0 0 0px 0; 
	color: #FF3300;
}

p#submit {
	text-align: right;
}

p#success {
	display: none; 
	padding: 0 0 0 0px; 
	font-size: 16px; 
	text-align: left; 
	margin-bottom: 20px;
}

.button1 {
	font-size: 12px;
	line-height: 2.75em;
	color: #c7c1b8;
	display: inline-block; 
	padding: 5px 14px 5px 18px;
	background: #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

.button1:hover {
	background: #555;
	color: #c7c1b8;
	text-decoration: none;
}

/*-------------------------------------
   8. PORTFOLIO
-------------------------------------*/

ul.columns  {
}

ul.home {
	opacity: 1.0;
	display: block
}

.columns li {
	float: left;
	width: 293px;
	margin: 20px 18px 0 0;
}

.columns li.last-child {
    margin-right:0;
}

.fullwidth li {
	width: 915px;
	margin-right: 0;
}

.columns .thumb, .big_thumb {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.columns .text {
	padding: 10px 0 0 0;
}

.pattern_dots {
	position: relative;
	background: url(../images/pattern_dots.png) repeat top left;
}

.pattern_dots img {
	opacity: 0.5;
	filter: alpha (opacity=50);
}

.columns a {
	color: #f7941f;
}

.columns h3.title {
	border-left: 3px solid #f7941f;
	padding-left: 12px;
	height: 19px;
}

.item_title {
	position: absolute;
	bottom: 20px;
	left: 0px;
	z-index: 1;
	height: 31px;
	background: #000;
}

.item_title a {
	color: #C7C1B8;   
    text-decoration: none;
}

.item_title .red_bar_right {
	float: left;
	width: 3px;
	height: 31px;
	background: #f7941f;
}

.item_title span {
	float: left;
	margin: 7px 34px 0 17px;
}

.port_more {
	text-decoration: none;
}

/*-------------------------------------
   8.1 PORTFOLIO SINGLE
-------------------------------------*/

.inside {
		padding-bottom: 10px;
}
#full_project {
		width: 1055px;
		background: url(../images/rup_dot_pattern.png) repeat-y;
		position: relative;
}
#gallery {
		float: left;
}

.ad-gallery, .ad-gallery * {
		margin: 0;
		padding: 0;
}
.ad-gallery {
	width: 600px;
	padding: 0;
}

.ad-gallery .ad-image-wrapper {
	width: 600px;
	height: 500px;
	position: relative;
	overflow: hidden;
	background-color: #262322;
	padding-bottom: 5px;
}

.ad-gallery .ad-image-wrapper .ad-next {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 410px;
		cursor: pointer;
		display: block;
		z-index: 29;
}

.ad-gallery .ad-image-wrapper .ad-prev {
		position: absolute;
		left: 0;
		top: 0;
		width: 0%;
		height: 100%;
		cursor: pointer;
		display: block;
		z-index: 29;
		opacity: 1;
}

.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
		/* Or

else IE will hide it */
      background: url(non-existing.jpg)\9
}

.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
		width: 30px;
		height: 30px;
		display: none;
		position: absolute;
		top: 190px;
		left: 0;
		z-index: 101;
}

.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
		width: 30px;
		height: 30px;
		right: 0;
		left: auto;
}

.ad-gallery .ad-image-wrapper .ad-image {
		position: absolute;
		overflow: hidden;
		z-index: 9;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
		display: none;
}

* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
		display: block;
}
.ad-description-title {
		display: none;
		overflow: hidden;
		text-indent: -4000px;
}
.ad-gallery .ad-controls {
		height: 20px;
		top: 28px;
		display: none;
}

.ad-gallery .ad-info {
		float: left;
}

.ad-gallery .ad-slideshow-controls {
		float: right;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
		padding-left: 5px;
		cursor: pointer;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
		padding-left: 5px;
		font-size: 0.9em;
}

.ad-gallery .ad-slideshow-running .ad-slideshow-start {
		cursor: default;
		font-style: italic;
}

.ad-gallery .ad-nav {
		width: 560px;
		position: relative;
		
}

.ad-gallery .ad-forward,
.ad-gallery .ad-back {
		visibility: hidden;
}

.ad-gallery .ad-forward,
.ad-gallery .ad-back {
		position: absolute;
		top: 0px;
		height: 50px;
		z-index: 10;
		width: 30px;
		
}

.ad-gallery .ad-back {
		cursor: pointer;
		left: -30px;
		display: block;

}

.ad-gallery .ad-forward {
		cursor: pointer;
		display: block;
		right: -30px;

}
.ad-gallery .few .ad-forward,
.ad-gallery .few .ad-back {
		display: none;
}
.ad-gallery .ad-nav .ad-thumbs {

}

.ad-gallery .ad-thumbs .ad-thumb-list {
		width: 420px!important;
		list-style: none;
		padding-right: 1px;
		padding-bottom: 3px;
		margin-top: 15px;
		margin-left: 15px;
		margin-bottom: 6px;
		min-height: 84px;
}

.ad-gallery .ad-thumbs li {
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
		border: 4px solid #262322;
}

.ad-gallery .ad-thumbs li a {
		display: block;
}

.ad-gallery .ad-thumbs li a img {
	display: block;
	background-color: #fff;
	width: 57px;
	height: 38px;
}

.ad-gallery .ad-thumbs li a.ad-active img {
		background-color: #7f7f7f;
}

.ad-preloads {
		position: absolute;
		left: -9000px;
		top: -9000px;
}

.ad-gallery .ad-image-wrapper .ad-loader-container {
	position: absolute;
	z-index: 10;
	width: 29px;
	height: 29px;
	overflow: hidden;
	top: 46%;
	left: 48.5%;
	background: url(images/rup_preloader.png) no-repeat 0 -696px;
}

/*-------------------------------------
   9. FOOTER
-------------------------------------*/

#footer {
	background: #292929;
	width: 960px;
	margin: auto;
	position: relative;
}

#footer h3 {
	color: #fff;
	font-size: 18px;
	padding: 20px 0px 15px 0px;
}

#footer a {
	color: #c7c1b8 !important;
}

.col1 {
	width: 350px;
	float: left;
}

.col2 {
	width: 350px;
	float: left;
	border-left: 1px dotted #393939;
	border-right: 1px dotted #393939;
}

.col3 {
	width: 230px;
	float: left;
}

.col4 {
	width: 960px;
	float: left;
	background: #171717;
	height: 60px;
}

#footer_content_holder {
	border-top: #f7941f solid 2px;
	border-bottom: 1px dotted #393939;
	width: 960px;
	overflow: hidden;
}

#services {
	padding: 0px 30px 30px 30px;
	height: 200px;
	text-align: center;
}

#blurb_block {
	height: 230px;
	width: 315px;
	float: left;
	padding: 0px 15px 0px 20px;
	color: #989898;
}

#follow_us {
	width:195px;
	height: 110px;
	padding: 0px 15px 10px 20px;
}

#copyright {
	overflow: hidden;	
	padding: 25px 30px 10px 20px;
	float: left;
	width: 400px;
}

#copyright p {
	font-size:10px;
	color: #888;
	text-transform: uppercase;
}

#footer_right {
	overflow: hidden;	
	padding: 25px 30px 10px 20px;
	float: right;
	width: 200px;
	font-size: 11px;
	color: #888;
	text-transform: uppercase;
	text-align: right;
}

#footer_right a {
	padding: 8px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer_right a:hover {
	color: #888;
	text-decoration: underline;
}

ul.social {
	float: left;
	list-style: none;
	height: 24px;
	padding-right: 30px;
	line-height: 46px;
	margin-top: 10px;
}

ul.social li {
	float: left;
}

ul.social li a {
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 24px;
	margin-left: 6px;
}

ul.social li a.feed {
	background: url(../images/rss.png) no-repeat center;
}

ul.social li a.facebook {
	background: url(../images/facebook.png) no-repeat center;
}

ul.social li a.twitter {
	background: url(../images/twitter.png) no-repeat center;
}

ul.social li a:hover.feed, ul.social li a:hover.facebook, ul.social li a:hover.twitter {
	opacity: .7; filter:alpha(opacity=70); -webkit-transition: opacity .1s linear; -moz-transition:opacity .1s linear; -o-transition:opacity .1s linear; transition:opacity .1s linear;
}

/*-------------------------------------
   10.1 SHORTCODES: COLUMNS
-------------------------------------*/

.left {
	float:left;
}
.right {
	float:right;
}

.full_width {
	width: 100%;
	margin: 0 0 0 15px;
}

.one_half {
	width: 48%; 
}

.one_third {
	width: 30.66%;
}

.two_third {
	width: 65.33%;
}

.one_fourth { 
	width: 22%;
}

.three_fourth {
	width: 74%;
}

.one_fifth { 
	width: 16.8%;
}

.two_fifth {
	width: 37.6%;
}

.three_fifth {
	width: 58.4%;
}

.four_fifth {
	width: 67.2%;
}

.one_sixth {
	width: 13.33%;
}

.five_sixth {
	width: 82.67%;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {position: relative; 
margin-right: 4%; 
float: left;
}

.last { 
	margin-right: 0 !important; 
	clear: right;
}

/*-------------------------------------
   10.2 SHORTCODES: WIDGETS
-------------------------------------*/

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

ul.latest_blog li {
	margin: 0; 
	padding: 8px 0px 12px 0px !important; 
	list-style-type: none; 
	min-height: 73px; 
	list-style-type: none; 
	list-style-image: none;
	border-bottom: 1px solid #333;
}

ul.latest_blog li h6.box_blog_title {
	margin: 0px 0px 2px; 
	padding: 3px 0px 0px;
}

ul.latest_blog li span.box_blog_meta_small {
	display: inline-block; 
	margin: 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	color: #888;
	height: 27px;
	line-height: 27px; 
	text-transform: uppercase;
}

ul.latest_blog li span.box_blog_meta_small span {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	height: 27px;
	line-height: 27px;
	font-size: 9px;
}

.small_list_blog {
	margin: 0; 
	padding: 0px 0px 0px 90px; 
	position: relative;
}

.small_list_blog .small_list_blog_thumbnail {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 70px; 
	height: 70px; 
	margin: 0px; 
	padding: 0px;
	border: 1px solid #000;
}

.small_list_blog .small_list_blog_thumbnail {
	height: 70px;
}

.small_list_blog .small_list_blog_thumbnail img {
	float: left; 
	margin: 0px; 
	padding: 5px; 
	width: 60px; 
	height: 60px;
}

ul.latest_blog li a {
	background: none; 
	padding: 0 !important; 
	margin: 0 !important;
	text-decoration: none;
	font-size: 14px;
}

ul.latest_blog li span.box_blog_meta_small a {
	display: inline;
}

/*-------------------------------------
   10.3 SHORTCODES: BUTTONS
-------------------------------------*/

.button{
    display: inline-block;
    text-decoration: none;
    font: bold 12px/12px HelveticaNeue, Arial;
    padding: 8px 11px;
    color: #333;
    border: 1px solid #dedede;
}

.button.orange{
    background: #fecc5f;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb4a)); /*  WebKit */
    background: -moz-linear-gradient(top,  #feda71, #febb4a);
    border-color: #f5b74e #e5a73e #d6982f;
    color: #444 !important;
    text-shadow: 0 1px 0 #fedd9b;
    
}

.button.green{
    background: #b7d770;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#9fcb57)); /*  WebKit */
    background: -moz-linear-gradient(top,  #cae285, #9fcb57);
    border-color: #adc671 #98b65b #87aa4a;
    color: #444 !important;
    text-shadow: 0 1px 0 #cfe5a4;
}

.button.darkblue{
    background: #a5b8c6;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#becbd6', endColorstr='#88a1b4'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#becbd6), to(#88a1b4)); /*  WebKit */
    background: -moz-linear-gradient(top,  #becbd6, #88a1b4);
    border-color: #a2afb8 #8696a1 #6f818f;
    color: #444 !important;
    text-shadow: 0 1px 0 #c4d0d9;
}

.button.orange:hover, .button.orange.selected, .button.green:hover, .button.green.selected, .button.darkblue:hover, .button.darkblue.selected {
    color: #333 !important;
	text-shadow: none;
}

/*-------------------------------------
   10.4 SHORTCODES: LISTS
-------------------------------------*/

.navigation { 
	margin-bottom: 10px;
	margin-top: 10px;
}

.navigation li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #333;
	font-family: verdana;
	font-size: 14px;
}

.navigation li a { 
	display: block; 
	color: #6f6d6d;
	text-decoration: none;
	padding: 8px 0 10px 30px;
	background: url(../images/bullet.png) no-repeat 12px 15px;
}

.navigation li.active a { 
	color: #f9f9f9;
	background: url(../images/bullet_active.png) no-repeat 12px 15px;

}

.navigation li a:hover { 
	color: #f9f9f9; 
	background: url(../images/bullet_active.png) no-repeat 12px 15px; 

}

/*-------------------------------------
   10.5 TYPOGRAPHY
-------------------------------------*/

blockquote {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 22px;
    background: url(../images/quote.png) no-repeat left 5px;
    padding: 0px 40px 0 50px;
    margin: 0 0 25px 50px;
    min-height: 40px;
}

.highlight {
	background: #ff5050;
	color: #fff;
	padding: 1px 4px;
}

.dropcap {
	display: block;
	float: left;
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
	margin: 4px 6px 0 0;
	text-shadow: none;
}

/*-------------------------------------
   10.6 SHORTCODES: TOGGLES
-------------------------------------*/

.toggle {
	padding: 0 0 20px 0;
}

.toggle h4 {
	font-size: 12px;
	padding: 10px; 
	cursor: pointer;
	margin-top: 0 !important;
	margin-bottom: 0;
	background: #333;
}

.toggle h4:hover { 
	color: #666;
	text-decoration: none;
}

.toggle-inner {
	padding: 10px;
	border-top: none;
}

.toggle .ui-icon {
    background: url(../images/toggle-closed.png) no-repeat;
    width: 12px;
    height: 12px;
    float: left;
    margin: 0px 10px 0 0;
}

.toggle .ui-state-active .ui-icon { 
	background: url(../images/toggle-open.png) no-repeat;
}
<style type="text/css">
  .centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
</style>
.orangetext {color:#C60}