/** uforepublic.com
  *
  * @copyright       ©2010
  * @author          uforepublic
  * @version         1.3.5
  *
  * @lastmodified    2010-03-25
  */

 /**
  * @section Browser reset
  *
  * reset all browser default styles
  * @see     http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
  */
@import url(reset.css);


 /**
  * @section body default
  */
body {
	/*background: #3c3c3c url(/core/css/images/ur-tile.png);*/
	/*background: #797755	url(/core/css/images/ur-tile-large.gif);*/
	background-color: #efefef;
	font-family: "Lucida Grande", "Helvetica NEUE", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

 /**
  * @section Layout
  *
  * Only for layout specific elements
  */


 /**
  * @subsection Header
  */

#wrapper-header {
	background-color: #FFF;
}

#wrapper-header #header * {
	/* reset the default 18px margin-bottom to 0px for all header elements */ 
	margin-bottom: 0;
	z-index: 100;
}

#wrapper-header #header #logo {
	margin: 0 auto;
	padding-top: 20px;
	width: 754px;
	position: relative;
	left: -54px;
	bottom: -7px;
}

#wrapper-header #header #logo-helloween {
	margin: 0 auto;
	padding-top: 20px;
	width: 754px;
	position: relative;
	left: -86px;
	bottom: -7px;
}

#wrapper-header #navigation {
	background-color: #222222;
	/* margin-bottom: 1px; */
	width: 50%;
	float: right;
}


 /**
  * @subsection Header Image
  */

#wrapper-header-image {
	/* with bg image */
	/* background: transparent url(images/bg_header-image.png) no-repeat top left;	 */
	/* without bg image */
	/* background-color: #231F20; */
	background: #111111 url(/core/css/images/bg_header_gradient.png) repeat-x;
	border-bottom: 1px solid #cdcdcd;
	/* height: 216px; */
	height: 220px;
	padding: 8px 0 8px 0;
	margin-bottom: 0px;
	position: relative;
	clear: both;
	overflow: hidden;
	z-index: 20;
}

#wrapper-header-image #header-image {
	margin: 0 auto 0 auto;
	border: 1px solid #CCCCCC;
	width: 754px;
	height: 216px;
	overflow: hidden;
}

 /**
  * @subsection Content
  */

#wrapper-content {
	/* background-color: #E5E5E5; */
	/* background-color: #f8f8f8; */
	border-left: 2px solid #cdcdcd;
	border-right: 2px solid #cdcdcd;
	border-bottom: 2px solid #cdcdcd;
	margin: 0 auto;
	/* padding: 0 0 36px 15px; */
	position: relative;
	width: 739px;
	z-index: 10;
	/*padding: 0 0 220px 15px;*/
	padding: 0 0 80px 15px;
	/*background: #fff url(/core/css/images/bg_wrapper-content.jpg) no-repeat left bottom;*/
	background-color: #fff;
}

#wrapper-content #content {
	float: left;
	/* width: 468px; */
	width: 505px;
	position: relative;
}

/* #news #wrapper-content #content {
	width: 504px;
}
 */
#wrapper-content #content .bg-hl {
	/* layout box beside the headline H2. */
	font-family: "Lucida Grande", "Helvetica NEUE", Helvetica, Arial, sans-serif;
	position: absolute;
	background-color: #111;
	color: #111;
	width: 2000px;
	left:-2000px;
	line-height: 30px;
	margin-bottom: 0;
	padding: 0;
}


#wrapper-content #content h2 {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	font-family: "Lucida Grande", "Helvetica NEUE", Helvetica, Arial, sans-serif;
	background-color: #111;
	color: #AFBC21;
	display: inline;
	font-size: 26px;
	line-height: 30px;
	margin: 0;
	padding: 0 15px 0 0;
	text-transform: uppercase;
}

 /**
  * @section Browser Hack Firefox 3
  *
  * fix headline line height for FF3
  */
#wrapper-content #content .bg-hl, x:-moz-any-link, x:default {
	line-height: 31px;
}

#wrapper-content #content h2, x:-moz-any-link, x:default {
	font-size: 26px;
}

 /**
  * @subsection Sidebar
  */

#sidebar {
	padding: 18px 0 0 0;
	float: right;
	width: 216px;
	position: relative;
	background-color:#efefef;
	-moz-border-radius-bottomleft:12px;
	-webkit-border-bottom-left-radius: 12px;
}


 /**
  * @subsection Footer
  *
  * All Footer styles
  */

#wrapper-footer {
	background: transparent url(images/bg_footer-bottom.png) no-repeat scroll top left;
	position: relative;
	width: 100%;
	/* z-index: -10; */
	margin-top: -200px;
}

#wrapper-footer #footer {
	margin: 0 auto 0 auto;	/* centering the div */
	padding: 230px 0px 18px 0px;
	width: 754px;
}

#wrapper-footer #footer .wrapper-float-box {
	width: 100%;
	/* background: transparent url(images/bg_footer-border.gif) repeat-y scroll 372px 0px; */
}

#wrapper-footer #footer .float-box {
	float: left;
	width: 154px;
	margin: 0 17px 0 17px;
	/* padding-right: 10px; */
	overflow: hidden;
}

#wrapper-footer #footer ul {
	list-style-type: none;
	list-style-position: outside;
	font-size: 11px;
}

#wrapper-footer #footer ul li {
	margin-bottom: 5px;
	padding: 0 5px 0 5px;
}

#wrapper-footer #footer ul a {
	color: #ccc;
	text-decoration: none;
}

#wrapper-footer #footer ul li.large {
	/* background: transparent url(/core/css/images/list-border_2px_indent.gif) repeat-x scroll left bottom; */
	border-bottom: 1px solid #444;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#wrapper-footer #footer ul li.large a {
	color: #afbc21;
	text-transform: uppercase;
}

#wrapper-footer #footer ul a:hover {
	text-decoration: underline;
}

 /**
  * @section General Elements
  *
  * all styles for general elements in content e.g. h1-h6, p, div, etc.
  */

h1 { 
	font-size: 24px; 
	line-height: 36px;
	margin-bottom: 18px; 
}

h2 { 
	font-size: 18px; 
	line-height: 18px; 
	margin-bottom: 18px;
}
h3 { 
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
	margin-top: 18px;
	color: #000000;
	font-weight: bold;
}

h4 {
	font-size: 12px; 
	line-height: 18px;
	margin-bottom: 18px;
}

h5 {}

h6 {}

div { /* margin-bottom: 18px; */ }

p {
	margin-bottom: 18px;
}

ul, 
ol {
	margin-bottom: 18px;
}

ul {}

ol {}

li {}

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

a:hover {
	text-decoration: underline;
}


pre {
	margin-bottom: 18px;
}


blockquote {
	margin-bottom: 18px;
	font-style: italic;
}

code {
	font-family: "Andale Mono";
}

 /**
  * @section Cascade Elements
  *
  * all styles for cascade elements
  */


#content h3,
#sidebar h3 {
	color: #000000;
}

/* #content h3 a {
	color: #676200;
	text-decoration: none;
	margin: 18px 0 18px 0;
} */

#content h4 {
	color: #87A426;
}

#content a {
	color: #87A426;
	text-decoration: underline;
}

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

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

#content h3 a:hover {
	text-decoration: none;
}

#content div {
	margin-bottom: 18px;
}



 /**
  * @section Banner
  *
  * All banner styles (used in sidebar)
  */

#wrapper-content .banner * {
	margin: 0;
}

#wrapper-content .banner {
/* 	position: relative;
	bottom: -155px;
	right: 0; */
	color: #FFF;
	padding: 12px 12px 12px 12px;
	/* background-color: #c7d927; */
	/* background: #c7d927 url(images/bg_banner.jpg) no-repeat left bottom; */
}

#wrapper-content .banner img {
	margin-bottom: 7px;
}


 /**
  * @section Newsletter Styles for Sidebar
  */

#newsletter {
	/* background-color: #CBCE35; */
	margin-top: 18px;
/* 	position: relative;
	bottom: -140px; */
	padding: 12px;
}

#newsletter h3 {
	/* color: #231F20; */
	margin-top: 0px;
}

#newsletter input {
	border: 1px solid #676200;
	color: #000;
	padding: 2px;
	width: 136px;
	margin-bottom: 5px;
}

#newsletter label {
	color: #231F20;
	width: 45px;
	float: left;
	margin-right: 5px;	
}

#newsletter .button {
	clear: left;
	width: auto;
	border: 0;
	background-color: #231F20;
	color: #fff;
}


 /**
  * @section news
  *
  * All styles for the news pages
  */


/* news list */
.news-list {
	background-color: #efefef;
	padding: 9px;
}

.news-list ul {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 0;
}

.news-list li {
	margin-bottom: 3px;
}

.news-list a {
	color: #231F20;
}


 /**
  * @section clients
  *
  * All styles clients
  */

.clients {
	
}

.clients ul {
	list-style-type: none;
}

.clients ul li {
	float: left;
	width: 216px;
	margin: 0 18px 5px 0;
}



 /**
  * @section thumb box
  *
  * All styles for the thumb box (sidebar)
  */

.thumbs-wrapper * {
	margin: 0;
	line-height: 1;
}

.thumbs-wrapper {
	/* margin-top: 18px; */
}
/* 
.thumbs-wrapper h3 {
	margin: 18px 0 0px 0;
}

.thumbs-wrapper h4 {
	margin: 0 0 18px 0;	
	color: #676200;
}
 */
.thumb {
	float: left;
	width: 62px;
	height: 36px;
	overflow: hidden;
	margin: 0 3px 3px 0;
}



 /**
  * @section General classes
  *
  * general class definitions e.g. clear, error, hide, etc.
  */

.left {
	float: left; 
	margin: 0 18px 18px 0;
}
.right {
	float: right;
	margin: 0 0 18px 18px;
}
.float-left {
	float: left; 
}
.float-right {
	float: right;
}
.clear {
	line-height: 1px;
	height: 0px;
	font-size: 1px;
	clear: both;
	overflow: hidden;
	color: #fff;
	margin: 0px;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.hide,
.hidden { 
	display:none;
}

.no-list-style {
	list-style-type: none;
	list-style-position: outside;
}

.offpage {
	position: absolute;
	top: 0; 
	left: -10000px;
}

.mute {}

.active {}

.highlight {
	background-color: #FEFF6F;	/* light yellow */
	color: #000;
}

.error {
	background-color: #FFAFBA;	/* light red */
	border: 2px solid #AF0017;	/* dark red */
	padding: 7px;
	margin-bottom: 18px;
}

.message {
	background-color: #DFFFE0;	/* light green */
	border: 2px solid #005F04;	/* dark green */
	padding: 7px;
	margin-bottom: 18px;
}

.no-margin-right {
	margin-right: 0;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.no-margin {
	margin: 0px;
}

.margin-bottom-9 {
	margin-bottom: 9px;
}

.margin-bottom-18 {
	margin-bottom: 18px;
}

.margin-bottom-27 {
	margin-bottom: 27px;
}

.margin-bottom-36 {
	margin-bottom: 36px;
}

.margin-bottom-45 {
	margin-bottom: 45px;
}

.margin-bottom-54 {
	margin-bottom: 54px;
}

 /**
  * @section image gallery
  *
  * styles definitions for displaying image thumbsnails as a gallery
  */

.image-gallery {
	width: 550px;	/* width of the image gallery */
}

.image-gallery-item {
	float: left;
	width: 165px;
	height: 115px;
	overflow: hidden;
	border: 5px solid #EAEAE8;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;	
	background-color: #EAEAE8;
}


 /**
  * @section Tables
  *
  */

table {}

tr {}

th {}

td {}


 /**
  * @section Forms
  *
  */

fieldset {
	width: 450px;
}

fieldset div {
	margin-bottom: 10px;
}

fieldset label {
	width: 120px;
	float: left;
	clear: left;
}

fieldset label.error {
	float: none;
	padding-left: 5px;
	font-size: 10px;
	color: red;
}

fieldset input {
	width: 250px;
	padding: 2px;
}

fieldset input.medium {
	width: 195px;
}

fieldset input.small {
	width: 45px;
}

fieldset input.button {
	width: auto;
}

fieldset textarea {
	width: 254px;
	height: 100px;
	padding: 2px;
}

fieldset {
	border: 1px solid #dedddd;
	background-color: #fff;
	padding: 0.5em;
	margin-bottom: 2em;
	clear: both;
}

legend {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
	padding: 0 1em 0 1em;
}

fieldset select {
}

fieldset p.smallrequired {
	font-size: 10px;
}

.spamschutzfield {
	position: absolute;
	left: -10000px;
}

.spamschutzfield input {
	background-color: red;
}



/* styles for date (e.g. news) */
.date {
	margin-top: -16px;
	font-size: 11px;
	color: #676200;
}


/* RSS Feed */
#sidebar .feedbox {
	margin-top: 18px;
}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("images/feed-icon-14x14.png") no-repeat 0 50%;
}





 /**
  * @section boxes
  *
  */

#content .box {
	margin-bottom: 36px;
}



/* Sidebar box */

#sidebar .box {
	padding: 12px;
}

#sidebar .box ul {
	list-style-type: none;
	list-style-position: outside;
}

#sidebar .box ul li {
	background: transparent url(/core/css/images/list-border_2px_indent.gif) no-repeat scroll left bottom;
	padding: 5px 0px 5px 2px;
}

#sidebar .box ul li a {
	color: #87A426;
}

#sidebar .box ul li a:hover,
#sidebar .box ul li a:focus,
#sidebar .box ul li a:active {
	color: #222222;
}





 /**
  * @section DROP-DOWN NAVIGATION
  *
  */


 /**
  * @subsection Navigation
  */

#navigation * {
	margin: 0;
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#navigation ul {
	/*font-family: Arial, sans-serif;*/
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

#navigation ul .first {

}

#navigation ul li a {
	display: block;
	margin: 0;
	padding: 6px 13px 5px 13px;
	text-decoration: none;
	color: #ccc;
	/* 	background-color: #231F20; */
	text-transform: uppercase;
}

/* check if this can go into the sf styles for better integration */
#navigation ul li li a {
	text-transform: none;
}

#navigation ul li a:hover {
	/*color: #87a426;*/
	color: #AFBC21;
	background-color: #000;
}

#navigation #about .highlight,
#navigation #portfolio .highlight,
#navigation #services .highlight,
#navigation #contact .highlight {
	color: #AFBC21;
	background-color: #000;
}



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			29px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	/* margin-bottom:	1em; */
}
.sf-menu a {
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}

.sf-menu a span {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

.sf-menu li {
	background:		#222;
	font-size: 13px;
}
.sf-menu li li {
	background:		#222;
	font-size: 12px;
}

.sf-menu li li a {
	border-top:		1px solid #87a426;
}

.sf-menu li li li {
	background:		#222;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*color: #87a426;*/
	color: #AFBC21;
	background-color: #000;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
/* 	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px;  */
	/* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/core/css/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}



 /**
  * @section Meta Navigation
  *
  */

#navigation-meta {
	background-color: #ccc;
	margin: 0 auto;
	width: 754px;
}

#navigation-meta ul {
	position: absolute;
	top: 10px;
	list-style: none outside;
	display: block;
	text-align: right;
	width: 754px;
	z-index: 150;
}

#navigation-meta ul li {
	display: inline;
	margin: 0 0 0 10px;
}

#navigation-meta a {
	color: #000;
	font-size: 10px;
}




 /**
  * @section Startpage
  *
  */

#site_start #wrapper-content #content h2,
#site_start #wrapper-content #content h3 {
	display: block;
	padding: 0 5px 10px 5px;
	margin: 0 0 10px 0;
	background: transparent url(/core/css/images/list-border_2px_indent.gif) repeat-x scroll left bottom;
}

#site_start #wrapper-content #content h2 {
	font-size: 30px;
	color: #425755;
}

#site_start #wrapper-content #content h2 a {
	color: #425755;
	text-decoration: none;
}

#site_start #wrapper-content #content h2 a:hover {
	color: #87A426;
}

#site_start #wrapper-content #content h2 span {
	display:block;
	padding: 8px 0 12px 50px;
}

#site_start #wrapper-content #content h3 {
	font-size: 12px;
	margin-top: 14px;
	color: #111;
}

#site_start #wrapper-content #content h3 a {
	color: #111;
	text-decoration: none;
}

#site_start #wrapper-content #content h3 a:hover {
	color: #87A426;
}


#site_start #wrapper-content #content h3 span {
	display:block;
	padding: 3px 0 3px 30px;
}


#site_start #wrapper-content #content .we-text {
	padding: 0 5px 10px 5px;
}

#site_start #wrapper-content {
	width: 750px;
	/*padding: 36px 2px 220px 2px;*/
	padding: 36px 2px 80px 2px;
}

#site_start #wrapper-content #content {
	float: left;
	width: 750px;
}

#site_start #content div,
#site_start #content .box {
	margin: 0;
}

#site_start #content .we-text div {
	margin-bottom: 18px;
}

#site_start #wrapper-content #main-box {
	width: 470px;
	float: left;
	margin: 0 15px 0 15px;
}

#site_start #wrapper-content #main-box .large {
	font-size: 24px;
	line-height: 32px;
	color: #425755;
	padding-bottom: 18px;
}

#site_start #wrapper-content #main-box .medium {
	font-size: 16px;
	line-height: 20px;
	color: #425755;
}


#site_start #wrapper-content #side-boxes {
	width: 220px;
	float: left;
	margin: 0 15px 0 15px;
}

#site_start #wrapper-content #side-boxes .box {
	float: left;
	width: 220px;
	margin: 0 0 0px 0;
}


#site_start #wrapper-content #bottom-boxes {
	float: left;
	width: 750px;
}

#site_start #wrapper-content #content #bottom-boxes .divider {
	background: transparent url(/core/css/images/list-border_2px_indent.gif) repeat-x scroll left top;
	float: left;
	width: 720px;
	height: 2px;
	margin: 25px 15px;
}


#site_start #wrapper-content #bottom-boxes .box {
	float: left;
	width: 220px;
	margin: 0 15px 0 15px;
}



 /**
  * @section Portfolio
  *
  */

#site_portfolio #wrapper-content #content {
	width: 515px;
}

#site_portfolio #content #portfolio-list h3 {
	margin: 9px 0 0px 0;
	font-size: 12px;
	line-height: 16px;
	padding: 0 10px;
}

#site_portfolio #content #portfolio-list h3 a {
	color: #000;
	text-decoration: none;
	display: block;
}

#site_portfolio #content #portfolio-list h4 {
	margin: 0 0 18px 0;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding: 0 10px;
}

#site_portfolio #content #portfolio-list h4 a {
	color: #000;
	text-decoration: none;
	display: block;
}

#site_portfolio #content .box {
	background: #F8F8F8 url(/core/css/images/box_gradient.png) repeat-x;
	float: left;
	overflow: hidden;
	width: 248px;
	height: 185px;
	margin: 18px 9px 0px 0;
	/* border-top: 4px solid #7f7A00; */
	border-top: 4px solid #87A426;
}

#site_portfolio #content .box:hover {
	background: none;
	background-color: #231F20;
	border-top: 4px solid #231F20;
	cursor: pointer;
}

#site_portfolio #content #portfolio-list .box:hover h3,
#site_portfolio #content #portfolio-list .box:hover h3 a,
#site_portfolio #content #portfolio-list h3 a:hover {
	color: #87A426;
	/* font-weight: normal; */
}

#site_portfolio #content #portfolio-list .box:hover h4,
#site_portfolio #content #portfolio-list .box:hover h4 a,
#site_portfolio #content #portfolio-list h4 a:hover {
	color: #ccc;
}



/* Portfolio Detailpage */

#site_portfolio #content h3 {
	margin: 18px 0 0px 0;
}

#site_portfolio #content h4 {
	margin: 0 0 18px 0;
}
