/* 
	Theme Name: A+C - Black New Media
	Theme URL: http://www.blacknewmedia.com/
	Description: Cusom theme by Black New Media.
	Author: Black New Media
	Author URI: http://www.blacknewmedia.com
	Version: 2.3.1
	Tags: block theme, premium wordpress theme, all purpose theme 
	
	The PHP and XHTML are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #EEEEEE;
	color: #222222;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0px auto 0px;
	padding: 0px;
	}
#wrap {
	background: #FFFFFF;
	margin: 1px auto 0px;
	padding: 0px 15px;
	width: 960px;
	}

/************************************************
*	Common									*
************************************************/

.hidden {
	display: none;
	}
.clear {
	clear: both;
	}
.linerule {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	margin-bottom: 15px;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #222222;
	text-decoration: underline;
	}
a:focus, a:hover, a:active {
	color: #222222;
	outline: none;
	text-decoration: underline;
	background: #FFCC00;
	}
a img {
	border: none;
	}

/************************************************
*	Header  									*
************************************************/

#header {
	display: block;
	background: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#header h1 {
	color: #222222;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
#header h1 a, #header h1 a:visited {
	color: #222222;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
#header h1 a:hover {
	color: #222222;
	text-decoration: none;
	}
.headerleft {
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#header #title {
	padding: 0px;
	margin: 0px;
	}
#header #title a {
	background: url(images/logo.png) no-repeat;
	float: left;
	display: block;
	width: 190px; 
	height: 190px;
	margin: 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	float: right;
	display: block;
	background: none;
	width: 769px;
	height: 50px;
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}
#navicons {
	float: right;
	display: block;
	margin: 7px 10px 0px 5px;
	}
.navicon {
	float: right !important;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	}
	
/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu {
	line-height: 1.0;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	}
.menu ul ul, ul.menu ul {
	position: absolute;
	top: -9999px;
	width: 180px; /* left offset of submenus need to match (see below) */
	}
.menu ul li ul li, ul.menu ul li {
	width: 100%;
	border: none;
	margin: 0px;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	float: left;
	position: relative;
	list-style: none;
	}
.menu a {
	display: block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	left: 0;
	top: 50px; /* match top ul list item height */
	z-index: 99;
	}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 180px; /* match ul width */
	top: 0;
	}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 180px; /* match ul width */
	top: 0;
	}

/*** DEMO SKIN ***/
.menu .current_page_item a,
.menu .current-menu-item a {
	color: #222222 !important;
	}
.menu .current_page_item li a,
.menu .current-menu-item li a {
	color: #222222 !important;
	background: #FFCC00;
	border-right: none;
	}
.menu {
	float: left;
	margin-bottom: 0;
	}
.menu a, 
.menu a:visited {
	background: #FFFFFF;
	color: #222222;
	padding: 28px 10px 10px 25px;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	border-right: 1px solid #DDDDDD;
	}
.menu li li a, 
.menu li li a:visited {
	background: #EEEEEE;
	color: #666666;
	padding: 6px 10px 7px 10px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	border-right: none;
	border-top: 1px solid #FFFFFF;
	}
.menu a:focus, 
.menu a:hover, 
.menu a:active {
	background:	#EEEEEE;
	color: #222222;
	outline: 0;
	}
.menu li {
	background: none;
	}
.menu li li {
	background:	#EEEEEE;
	border: none;
	}
.menu li li li {
	background:	#EEEEEE;
	border: none;
	}
.menu li:hover, 
.menu li.sfHover {
	background:	none;
	outline: 0;
	}
.menu li li:hover, 
.menu li li.sfHover {
	background:	#FFCC00;
	color: #222222;
	border: none;
	outline: 0;
	padding: 0px;
	}
.menu li li a:focus, 
.menu li li a:hover, 
.menu li li a:active {
	background:	#FFCC00;
	color: #222222;
	border-bottom: none;
	outline: 0;
	}

/*** ARROWS **/
.menu a.sf-with-ul {
	padding-right: 25px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 28px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -9999px;
	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: 28px;
	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 */
.menu ul ul .sf-sub-indicator, ul.menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
	}
.menu ul ul a > .sf-sub-indicator, ul.menu ul a > .sf-sub-indicator { 
	top: 7px;
	background-position:  0 0; 
	}
	
/* apply hovers to modern browsers */
.menu ul ul a:focus > .sf-sub-indicator,
.menu ul ul a:hover > .sf-sub-indicator,
.menu ul ul a:active > .sf-sub-indicator,
.menu ul ul li:hover > a > .sf-sub-indicator,
.menu ul 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:	none;
	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;
	}
	
/************************************************
*	Twitter      								*
************************************************/

#twitter_header {
	float: right;
	display: block;
	width: 769px;
	height: 30px;
	background: #EEEEEE;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	}
#twittericon {
	float: left;
	display: block;
	width: 29px;
	height: 30px;
	background: #222222 url(images/twitter_icon.png) no-repeat;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	}
#twitterfeed {
	float: left;
	display: block;
	margin: 0px;
	padding: 5px 10px;
	}
#twitterfeed p {
	font-size: 11px;
	letter-spacing: -0.2px;
	margin: 0px;
	}
	
/************************************************
*	jFlow									    *
************************************************/
#controller {
	float: left;
	display: inline-block;
	clear: both;
	margin: 0px;
	padding: 0px;
	}
#controller span {
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0;
	margin: 0;
	}
#jFlowSlide {
	float: left;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
	}
#jFlowSlideContainer {
	margin: 0px;
	padding: 0px;
	}
#jFlowSlide .featuredslide {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 709px;
	height: 380px;
	overflow: hidden;
	}
#jFlowSlide .slideinfo {
	float: left;
	display: block;
	position: absolute;
	background: none;
	width: 709px;
	margin: 350px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 8;
	}
#jFlowSlide .slideinfocontent {
	float: left;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	z-index: 8;
	}
#jFlowSlide .slideinfobg {
	float: left;
	display: block;
	position: relative;
	background: #222222;
	margin: 0px;
	padding: 0px;
	width: 709px;
	height: 30px;
	top: -30px;
	z-index: 1;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}
#jFlowSlide .slideimage {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	}
#jFlowSlide a img {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
	}
#slides {
	margin: 0px;
	padding: 0px;
	}
#prev_btn a {
	float: left;
	display: block;
	background: #222222;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 380px;
	text-align: center;
	text-decoration: none;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	width: 29px;
	height: 380px;
	overflow: hidden;
	clear: both;
	}
#prev_btn a:hover {
	color: #222222;
	background: #FFCC00;
	}
#next_btn a {
	float: right;
	display: block;
	background: #222222;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 380px;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 29px;
	height: 380px;
	overflow: hidden;
	}
#next_btn a:hover {
	color: #222222;
	background: #FFCC00;
	}
.jFlow {
	float: left;
	display: block;
	width: 769px;
	margin: 0;
	padding: 0;
	zoom: 1;
	}
.jFlow h1 {
	margin: 0px;
	}
.jFlow h1 a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	Homepage 					     		    * 
************************************************/

#swfDiv {
	margin: 10px 0 0 10px;
	float: left;
	}
#homepagetop {
	float: right;
	display: block;
	width: 769px;
	height: 100%;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#content #homepagetop #homeslider {
	float: right;
	display: block;
	width: 769px;
	height: 380px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	}
#content #homepagetop #homeslider h4 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-weight: bold;
	font-style: italic;
	border-bottom: none;
	padding: 1px 10px 3px 10px;
	margin: 0px 0px 0px 0px;
	}
#content #homepagetop #homeslider h4 a {
	color: #FFFFFF;
	background: none;
	}
#content #homepagetop #homeslider h4 a:hover {
	background: none;
	text-decoration: underline;
	}
#content #homepagetop #homeslider p {
	color: #FFFFFF;
	height: 20px;
	padding: 2px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	}
#homepage {
	float: right;
	display: inline;
	width: 769px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#homepage p {
	margin: 0px;
	padding: 5px 0px;
	}
#homepage ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
#homepage ul li {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
.homepagemid {
	float: left;
	display: block;
	width: 448px;
	margin: 0px;
	padding: 0px 20px;
	}
.homepagethumb {
	width: 440px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.homepagecontent {
	margin: 1px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	}
#content .homepagecontent a:hover {
	background: none;
	}
#content .homepagecontent a img {
	display: inline-block;
	background: #EEEEEE;
	padding: 3px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #DDDDDD;
	}
#content .homepagecontent a img:hover {
	background: #FFCC00;
	border: 1px solid #FFCC00;
	}
#content .homepagecontent h1 {
	display: inline-block;
	color: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	line-height: 26px;
	}
#content .homepagecontent h1 a {
	color: #222222;
	background: none;
	text-decoration: none;
	}
#content .homepagecontent h1 a:hover {
	color: #FFCC00;
	background: none;
	text-decoration: none;
	}
#content .homepagecontent p {
	padding: 5px 0px;
	}
#content .homepagecontent .readmore {
	display: inline-block;
	color: #FFCC00;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #DDDDDD;
	text-decoration: none;
	}
#content .homepagecontent .readmore:hover {
	background: none;
	text-decoration: underline;
	}
	
/************************************************
*	Category Page 					     		    * 
************************************************/
	
#catpage {
	float: right;
	display: inline;
	width: 769px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#catpage p {
	margin: 0px;
	padding: 5px 0px;
	}
#catpage ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
#catpage ul li {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
.catpagemid {
	float: left;
	display: block;
	width: 448px;
	margin: 0px;
	padding: 0px 20px;
	}
.catpagethumb {
	width: 440px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.catpagecontent {
	margin: 1px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	}
#content .catpagecontent a:hover {
	background: none;
	}
#content .catpagecontent a img {
	display: inline-block;
	background: #EEEEEE;
	padding: 3px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #DDDDDD;
	}
#content .catpagecontent a img:hover {
	background: #FFCC00;
	border: 1px solid #FFCC00;
	}
#content .catpagecontent h1 {
	display: inline-block;
	color: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 26px;
	}
#content .catpagecontent h1 a {
	color: #222222;
	background: none;
	text-decoration: none;
	}
#content .catpagecontent h1 a:hover {
	color: #FFCC00;
	background: none;
	text-decoration: none;
	}
#content .catpagecontent p {
	padding: 5px 0px;
	}
#content .catpagecontent .readmore {
	display: inline-block;
	color: #FFCC00;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	}
#content .catpagecontent .readmore:hover {
	background: none;
	text-decoration: underline;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	float: left;
	display: block;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}
#contentright {
	float: right;
	display: block;
	background:#FFFFFF;
	width: 769px;
	min-height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#contentportfolio {
	float: right;
	display: block;
	background:#FFFFFF;
	width: 770px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#contentarchive {
	float: left;
	display: right;
	width: 769px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#contentarchive .postarea {
	width: 440px;
	margin: 0px;
	padding: 0px;
	}
#contentarchive .postimg {
	display: block;
	background: #EEEEEE;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	}
#content h1, #content h2 {
	color: #222222;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	text-transform: lowercase;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 30px;
	}
#content h1 a, #content h2 a {
	color: #222222;
	text-decoration: none;
	border: none;
	}
#content h1 a:hover, #content h2 a:hover,
#content h1 a:active, #content h2 a:active,
#content h1 a:focus, #content h2 a:focus {
	background: none;
	color: #FFCC00;
	text-decoration: none;
	border: none;
	}
#content h3, #content h4 {
	color: #222222;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	text-transform: lowercase;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 26px;
	}
#content h3 a, #content h4 a {
	color: #222222;
	text-decoration: none;
	border: none;
	background: none;
	}
#content h3 a:hover, #content h4 a:hover {
	color: #222222;
	text-decoration: none;
	border: none;
	background: #FFCC00;
	}
#content h5 {
	color: #222222;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	margin: 10px 0px 5px 0px;
	padding: 10px 0px 5px 0px;
	line-height: 22px;
	border-bottom: 1px solid #CCCCCC;
	}
#content h6 {
	color: #222222;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	line-height: 20px;
	border-bottom: 1px solid #CCCCCC;
	}
#content h5 a, #content h6 a {
	color: #222222;
	text-decoration: none;
	border: none;
	}
#content h5 a:hover, #content h6 a:hover {
	color: #666666;
	text-decoration: none;
	border: none;
	}
#contentright img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
#contentright img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
#contentright .postarea .post {
	margin: 0px 0px 30px 0px;
	}
#postblock {
	float: left;
	width: 100%;
	border-bottom:1px solid #dddddd;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	}
.postarea {
	padding: 5px 0px 15px 15px;
	}
.postarea p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	}
.postarea img {
	padding: 5px !important;
	background: #EEEEEE;
	}
.postarea a img:hover {
	background: #FFCC00;
	}
.postarea hr {
	border:0;
	width:100%;
	height:1px;
	color:#DDDDDD;
	background-color:#DDDDDD;
	margin:5px 0 8px 0;
	padding: 0;
	}
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
.postarea ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
.postarea ul ul li {
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
.postarea .archive {
	float: left;
	display: block;
	width: 335px;
	padding: 15px;
	margin: 0px;
	}
blockquote {
	font-size: 24px;
	font-style: italic;
	line-height: 28px;
	margin: 15px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #C0C0C0;
	}
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
.feature_video {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
.posttitle {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	}
.postauthor {
	margin: -5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
.postauthor p {
	color: #999999;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	}
.postmeta {
	background: #EEEEEE;
	font-size: 11px;
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	}
.postmeta a:hover, .postauthor a:hover {
	background: #FFCC00 !important;
	}
.postmeta p {
	margin: 0px;
	padding: 0px;
	}
#cat_nav {
	display: inline-block;
	width: 100%;
	padding: 0px;
	margin: 1px 0px 0px 0px;
	}
#prevLink {
	float: left;
	margin: 0px;
	padding: 0px;
	}
#nextLink {
	float: right;
	margin: 0px;
	padding: 0px;
	}
#prevLink a, #nextLink a {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	}
#prevLink p, #nextLink p {
	margin: 0px;
	padding: 0px;
	}
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}

/************************************************
*	Portfolio  									*
************************************************/
#contentportfolio .postarea {
	margin: 0px;
	padding: 0px;
	}
.portfolio {
	float: left;
	display: block;
	background: #EEEEEE;
	width: 384px;
	margin: 1px 0px 0px 1px;
	padding: 0px 0px 0px 0px;
	}
.portfolio:hover {
	background: #FFCC00;
	}
.portfoliotitle {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 15px;
	width: 354px;
	}
.portfoliotitle h4 {
	height: 30px;
	overflow: hidden;
	}
#content .portfoliotitle h4 a:hover {
	text-decoration: underline;
	}
.portfoliotitle p {
	margin: 0px;
	padding: 0px !important;
	overflow: hidden;
	}
.portfolioimg a img {
	float: left;
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px !important;
	}
#portfolio_nav {
	float: left;
	display: block;
	width: 770px;
	padding: 0px;
	margin: 0px;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 5px 0px 5px 0px;
	display: block;
	}
img.alignright {
	padding: 0px;
	margin: 0px 0px 5px 10px;
	display: inline;
	}
img.alignleft {
	padding: 0px;
	margin: 0px 10px 5px 0px;
	display: inline;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
	}
.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
	}
.wp-caption {
	text-align: center;
	background-color: #EEEEEE;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	}
.wp-caption img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	}
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar Left 	        			     	* 
************************************************/

#sidebar_left {
	float: left;
	display: inline-block;
	line-height: 18px;
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
#sidebar_left .featuredtitle {
	display: block;
	color: #222222;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	width: 190px;
	padding: 25px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}	
#sidebar_left ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#sidebar_left .sidecontent {
	float: left;
	display: block;
	background: #EEEEEE;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
#sidebar_left .sidecontent:hover {
	background: #FFCC00;
	}
#sidebar_left .sidecontent h4 {
	font-size: 16px;
	line-height: 20px;
	border-bottom: none;
	width: 170px;
	padding: 10px 10px 0px 10px;
	margin: 0px;
	}
#sidebar_left .sidecontent h4 a:hover {
	text-decoration: underline;
	}
#sidebar_left .sidecontent p {
	height: 38px;
	width: 170px;
	overflow: hidden;
	padding: 0px 10px 0px 10px;
	margin: 5px 0px 0px 0px;
	}
#sidebar_left .sidecontent a img {
	display: block;
	margin: 0px;
	padding: 0px;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	}
#sidebar_left .sidecontent a img:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	}
#sidebar_left .sidecontent .morelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	margin: 0px auto 0px;
	padding: 5px 0px;
	width: 190px;
	float: left;
	}
#sidebar_left .sidecontent .morelink:hover {
	background: #FFCC00;
	color: #000;
	}

/************************************************
*	Sidebar Right 	        			     	* 
************************************************/

#sidebar_right {
	float: right;
	display: inline-block;
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 18px;
	}
#sidebar_right ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
/************************************************
*	Sidebar Widgets								*
************************************************/

.widget {
	padding: 0 0 15px 0;
	}
#sidebar_right .textwidget {
	background: #EEEEEE;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px;
	}
#sidebar_left .textwidget {
	background: #EEEEEE;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	}
#sidebar_left .widget {
	float: left;
	display: block;
	width: 190px;
	list-style:none;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	}
#sidebar_right .widget {
	float: left;
	display: block;
	width: 280px;
	list-style:none;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	}
#sidebar_left .widget h4 {
	display: block;
	color: #222222;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	width: 190px;
	padding: 20px 0px 10px 0px;
	margin: 0px;
	}
#sidebar_right .widget h4 {
	display: block;
	color: #222222;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	width: 280px;
	padding: 20px 0px 10px 0px;
	margin: 0px;
	}
#sidebar_right .widget ul, #sidebar_left .widget ul {
	color: #222222;
	margin: 0px 0px 0px 0px;
	}
#sidebar_right .widget ul li, #sidebar_left .widget ul li {
	color: #222222;
	display: inline;
	background: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#sidebar_right .widget ul li a, #sidebar_left .widget ul li a {
	display: block;
	background: #EEEEEE;
	color: #222222;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	line-height: 16px;
	padding: 10px;
	margin: 1px 0px;
	}
#sidebar_right .widget ul li a:hover, #sidebar_left .widget ul li a:hover {
	background: #FFCC00;
	color: #222222;
	display: block;
	text-decoration: none;
	}
#sidebar_right .widget ul ul, #sidebar_left .widget ul ul {
	color: #222222;
	margin: 0px;
	}
	
/************************************************
*	Tag Cloud Widget							*
************************************************/

#sidebar_right .widget_tag_cloud div, 
#sidebar_left .widget_tag_cloud div {
	background: #EEEEEE;
	padding: 10px;
	margin: 0px;
	}
#footertop .widget_tag_cloud div {
	background: #222222;
	color: #999999;
	padding: 10px;
	margin: 0px;
	}
	
/************************************************
*	Recent Comments Widget						*
************************************************/

#sidebar_right #recentcomments li,
#sidebar_left #recentcomments li {
	display: block;
	background: #EEEEEE;
	margin: 0px 0px 1px 0px;
	padding: 10px;
	}
#footertop #recentcomments li {
	display: block;
	background: #222222;
	color: #999999 !important;
	margin: 0px 0px 1px 0px;
	padding: 10px;
	}
#recentcomments li a {
	display: inline;
	font-weight: bold !important;
	}
#footertop #recentcomments li a {
	color: #FFFFFF;
	}
#footertop #recentcomments li a:hover {
	background: none;
	color: #FFCC00;
	}

/************************************************
*	Calendar Widget								*
************************************************/

#calendar_wrap {
	background: #EEEEEE;
	margin: 0px auto 0px;
	padding: 5px 10px 5px 10px;
	}
#footertop #calendar_wrap {
	background: #222222;
	color: #999999 !important;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar a {
	margin: 0px !important;
	}
#wp-calendar caption {
	font-size: 16px;
	margin: 10px 0px 15px 0px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 10px 0px 5px 0px !important;
	text-align: left;
	}
#wp-calendar #next a {
	float: right;
	margin: 10px 0px 5px 0px !important;
	text-align: right;
	}
#footertop #wp-calendar #next a,
#footertop #wp-calendar #prev a {
	color: #FFFFFF;
	}
#footertop #wp-calendar #next a:hover,
#footertop #wp-calendar #prev a:hover {
	color: #FFCC00;
	}
	
/************************************************
*	Search Widget								*
************************************************/

#searchform {
	background: #EEEEEE;
	margin: 0px;
	padding: 15px;
	}
#footertop #searchform {
	background: #222222;
	}
#searchform div {
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#s {
	background: #FFFFFF;
	width: 95%;
	color: #333333;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 0px;
	padding: 6px;
	display: inline;
	border: none;
	}
#searchsubmit {
	float: right;
	background: #FFFFFF;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-transform: lowercase;
	margin: 10px 0px 0px 0px;
	padding: 4px 6px;
	border: none;
	}
#searchsubmit:hover, #sidebar #searchsubmit:hover {
	background: #FFCC00;
	}

/************************************************
*	Footer Top									*
************************************************/

#footertopbg {
	float: left;
	display: block;
	background: #151515;
	width: 960px;
	margin: 20px auto 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #DDDDDD;
	}
#footertop {
	float: left;
	display: block;
	line-height: 16px;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #222222;
	} 
#footertop a {
	color: #FFFFFF;
	text-decoration: none;
	}
#footertop a:hover, #footertop a:active, #footertop a:focus {
	background: none;
	color: #FFCC00;
	text-decoration: none;
	}
#footertop h4 {
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	text-transform: lowercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	}
#footertop li {
	text-decoration: none;
	list-style-type: none;
	}
#footertop li a, #footertop li a:link, #footertop li a:visited {
	font-weight: normal;
	text-decoration: none;
	}
#footertop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#footertop ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
#footertop ul li a {
	background: #222222;
	color: #999999;
	display: block;
	text-align: center;
	padding: 10px;
	margin: 1px 0px 0px 0px;
	}
#footertop ul li a:hover {
	background: #FFCC00;
	color: #151515;
	}
#footertop .footertopleft .widget {
	margin: 0px;
	padding: 15px 10px 15px 20px;
	}
#footertop .footertopmid .widget {
	margin: 0px;
	padding: 15px 15px 15px 15px;
	}
#footertop .footertopright .widget {
	margin: 0px;
	padding: 15px 20px 15px 10px;
	}
#footertop .textwidget {
	color: #999999;
	line-height: 18px;
	}
#footertop .textwidget p {
	margin: 5px 0px;
	}
#footertop .textwidget a {
	color: #222222;
	display: inline;
	margin: 0px;
	padding: 0px;
	}
#footertop .textwidget a:hover {
	color: #222222;
	display: inline;
	margin: 0px;
	padding: 0px;
	}
.footertopleft {
	width: 319px;
	float: left;
	display: inline;
	margin: 0px 1px 0px 0px;
	}
.footertopmid {
	width: 319px;
	float: left;
	display: inline;
	margin: 0px 1px 0px 0px;
	}
.footertopright {
	width: 320px;
	float: right;
	display: inline;
	margin: 0px 0px 0px 0px;
	}

/************************************************
*	Footer  									*
************************************************/

#footerbg {
	float: left;
	display: block;
	background: #222222;
	width: 960px;
	margin: 0 auto 0;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #333333;
	}
#footer {
	width: 960px;
	height: 50px;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px;
	}
#footer p {
	margin: 0px;
	padding: 0px;
	font-style: italic;
	}
#footer a {
	color: #999999;
	text-decoration: none;
	background: none;
	}
#footer a:hover {
	color: #FFCC00;
	text-decoration: none;
	background: none;
	}
.footercredits {
	float: right;
	display: block;
	margin: 5px 0px;
	}
.copyright {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}
.credits {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: 16px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}
.footerlogo {
	float: right;
	display: block;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	Comments									*
************************************************/

#submit {
	background: #EEEEEE;
	color: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	margin: 0px;
	padding: 10px;
	border: none;
	}
#author, #email, #url {
	background: #EEEEEE !important;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
	border: none;
	}
#comment {
	background: #EEEEEE !important;
	color: #222222;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	border: none;
	}
.commentlist li ul li {
	font-size: 12px;
	}
.commentlist li {
	font-weight: bold;
	}
.commentlist li .avatar {
	background: #FFFFFF;
	float: right;
	border: 1px solid #E5E5E5;
	margin: 0px 0px 10px 10px;
	padding: 2px !important;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}
.commentlist p {
	font-weight: normal;
	text-transform: none;
	}
.commentmetadata {
	font-weight: normal;
	}
#commentform {
	margin: 0px;
	}
#commentform textarea {
	width: 97%;
	margin: 0px;
	padding: 11px;
	}
.postarea .commentlist li #commentform textarea {
	margin: 5px 0px 0px 0px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#commentform p {
	margin: 0px;
	}
#commentform #submit {
	margin: 0px;
	float: left;
	display: block;
	}
.postarea .commentlist li #commentform #submit {
	margin: 10px 0px 0px 0px;
	float: left;
	display: block;
	}
#commentform #submit:hover {
	background: #FFCC00;
	}
.alt {
	margin: 0px;
	padding: 10px;
	}
.postarea .commentlist {
	margin: 0px;
	padding: 0px;
	}
.postarea .commentlist ol {
	margin: 0px;
	padding: 10px;
	}
.postarea .commentlist li {
	background: #F5F5F5;
	margin: 15px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	}
.postarea .commentlist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
.postarea .commentlist li ul li {
	background: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	}
.postarea .commentlist li ul li ul li {
	background: #F5F5F5;
	margin-right: 5px;
	margin-left: 5px;
	}
.postarea .commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
.children {
	margin: 0px;
	padding: 0px;
	}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
.reply {
	padding: 6px 0px;
	}
.reply a, .reply a:visited {
	background: #E5E5E5;
	color: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	text-transform: lowercase;
	text-decoration: none;
	margin: 0px;
	padding: 6px 12px;
	border: none;
	}
.reply a:hover {
	background: #FFCC00;
	text-decoration: none;
	border: none;
	}
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	display: block;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
.thread-even {
	background: #E5E5E5;
	margin: 0px;
	padding: 0px;
	}
.depth-1 {
	border: 1px solid #e5e5e5;
	margin: 0px;
	padding: 0px;
	}
.even, .alt {
	border: 1px solid #e5e5e5;
	margin: 0px;
	padding: 0px;
	}