/* 
	Theme Name: Revolution Streamline
	Theme URL: http://www.revolutiontwo.com/themes/streamline
	Description: Streamline is a 3-column Widget-ready theme created for WordPress.
	Author: Brian Gardner
	Author URI: http://www.briangardner.com
	Version: 1.0
	Tags: three columns, fixed width, white, gray, black, silver, red, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 - 01.01.09
		First Release of Revolution Streamline, to ensure compatibility with WordPress 2.7
*/

@import url("css/portfolio.css");
@import url("css/galleryview.css");

body {
	background: #020202;
	color: #353535;
	margin: 0px auto 0px;
	padding: 0px;
	font: 10px/18px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	}

#banner {
	width: 937px;
	float: left;
	padding-left: 9px;
	padding-right: 10px;
}
#Sequence {
     width: 550px;
     float: left;
     margin-bottom: 18px;
}
.tabs {
     float: left;
     margin-right: 12px;
     margin-bottom: 0px;
}

#tabs img {

margin: 0px 0px 20px 0px;

}

#Pic {
     width: 200px;
     float: left;
}
#Info {
     width: 338px;
     float: left;
     padding-left: 12px;
}
#main {
	background: #020202 url(images/background.jpg) no-repeat center top;
	color: #82999f;
	margin: 0px;
	padding: 0px 0px 65px;
	height: auto;
	width: 100%;
	font: 12px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	}
	
#wrap {
	background: url(images/wrap.jpg) no-repeat center top;
	width: auto;
	padding: 0px;
	margin: 0px auto;
	height: auto;
	clear: both;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #5588A0;
	text-decoration: none;
	}
	
a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none; 
	}

a:focus, a:active {
  outline:none;
}

	
/************************************************
*	Top Navbar      							*
************************************************/

#topnavbar {
	width: 960px;
	height: 30px;
	color: #DDDDDD;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#topnavbar a, #topnavbar a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
	}
	
#topnavbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
#h2.tabs {
margin-top: 12px;
margin-bottom: 12px;
}
#topnavbar p {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
	
.topnavbarleft {
	width: 260px;
	float: left;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	}
	
.topnavbarright {
	width: 700px;
	float: right;
	margin: 0px;
	text-transform: uppercase;
	text-align: right;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 975px;
	height: 160px;
	color: #FAFAFA;
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	}
	
#header p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#header h1 {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.headerleft {
	width: 260px;
	float: left;
	margin: 0px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	}
	
.headerright {
	width: 630px;
	float: right;
	margin: 0px;
	text-align: right;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	}

.headerright {
	text-align: left;
	height: 80px;
	width: 485px;
	float: right;
	clear: right;
	padding: 0;
	position: relative;
	bottom: 0px;
	margin-top: 80px;
	margin-right: 5px;
	}
.headerright ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.headerright ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
/* Info Box - Top Right */
#header .info {
	width: 300px;
	float: right;
	text-align: right;
	margin-right: 18px;
	margin-top: -148px;
	z-index: 100;
	clear: right;
	position: relative;
}
#header .info .name {
	font-weight: bold;
	color: #FAFAFA;
	font-variant: small-caps;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-size: 1.9em;
	word-spacing: -1px;
}
#header .info .description {
	color: #676767;
	font-size: 1.5em;
}
#header .info .email {
	color: #676767;
	font-size: 1.5em;
}
#header .info .phone {
	color: #829A9E;
	font-size: 1.6em;
	font-weight: bold;
}
#header .logo_sub {
	background: url(images/logo_sub.jpg);
	height: 27px;
	width: 260px;
	float: left;
	clear: left;
	margin-top: 8px;
}

/* NAV - Top Right */
#menu {
	height: 80px;
	width: 485px;
	float: right;
	clear: right;
	padding: 0;
	position: relative;
	bottom: 0px;
	margin-top: 80px;
	margin-right: 5px;
}
.spritesnav {
	width: 485px;
	height: 80px;
	background: url(images/nav_sprite.jpg) no-repeat;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

.spritesnav li {
	display: inline;
}

.spritesnav li a:link, .spritesnav li a:visited, .spritesnav li div {
	position: absolute;
	top: 0;
	height: 80px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}

.spritesnav li div {
	z-index: 0;
}


/*----- First Button -----*/
	.spritesnav #one a:link, .spritesnav #one a:visited, .spritesnav #one div{
	left: 0px;
	width: 97px;
	}
	/*----- Hover -----*/
	.spritesnav #one a:hover, .spritesnav #one a:focus, .spritesnav #one div {
	background: url(images/nav_sprite.jpg) no-repeat 0px -80px;
	}
	.spritesnav #one a:active, .spritesnav #one a.selected, .spritesnav #one div.click {
		background: url(images/nav_sprite.jpg) no-repeat 0px -160px;
		cursor: pointer;
	}
	.spritesnav #one.selected a:link, .spritesnav #one.selected a:visited {
		background: url(images/nav_sprite.jpg) no-repeat 0px -240px;
		cursor: default;
	}


/*----- Second Button -----*/
	.spritesnav #two a:link, .spritesnav #two a:visited, .spritesnav #two div {
	left: 97px;
	width: 97px;
	}
	.spritesnav #two a:hover, .spritesnav #two a:focus, .spritesnav #two div {
		background: url(images/nav_sprite.jpg) no-repeat -97px -80px;
	}
	.spritesnav #two a:active, .spritesnav #two a.selected , .spritesnav #two div.click{
		background: url(images/nav_sprite.jpg) no-repeat -97px -160px;
		cursor: pointer;
	}
	.spritesnav #two.selected a:link, .spritesnav #two.selected a:visited {
		background: url(images/nav_sprite.jpg) no-repeat -97px -240px;
		cursor: default;
	}

	
/*----- Third Button -----*/
	.spritesnav #three a:link, .spritesnav #three a:visited, .spritesnav #three div {
	left: 194px;
	width: 97px;
	}
	.spritesnav #three a:hover, .spritesnav #three a:focus, .spritesnav #three div {
		background: url(images/nav_sprite.jpg) no-repeat -194px -80px;
	}
	.spritesnav #three a:active, .spritesnav #three a.selected , .spritesnav #three div.click{
		background: url(images/nav_sprite.jpg) no-repeat -194px -160px;
		cursor: pointer;
	}
	.spritesnav #three.selected a:link, .spritesnav #three.selected a:visited {
		background: url(images/nav_sprite.jpg) no-repeat -194px -240px;
		cursor: default;
	}


	

/*----- Fourth Button -----*/
	.spritesnav #four a:link, .spritesnav #four a:visited, .spritesnav #four div {
	left: 291px;
	width: 97px;
	}
	.spritesnav #four a:hover, .spritesnav #four a:focus , .spritesnav #four div{
		background: url(images/nav_sprite.jpg) no-repeat -291px -80px;
	}
	.spritesnav #four a:active, .spritesnav #four a.selected, .spritesnav #four div.click {
		background: url(images/nav_sprite.jpg) no-repeat -291px -160px;
		cursor: pointer;
	}
	.spritesnav #four.selected a:link, .spritesnav #four.selected a:visited {
		background: url(images/nav_sprite.jpg) no-repeat -291px -240px;
		cursor: default;
	}

/*----- Fifth Button -----*/
	.spritesnav #five a:link, .spritesnav #five a:visited, .spritesnav #five div {
	left: 388px;
	width: 97px;
	}
	.spritesnav #five a:hover, .spritesnav #five a:focus , .spritesnav #five div{
		background: url(images/nav_sprite.jpg) no-repeat -388px -80px;
	}
	.spritesnav #five a:active, .spritesnav #five a.selected, .spritesnav #five div.click {
		background: url(images/nav_sprite.jpg) no-repeat -388px -160px;
		cursor: pointer;
	}
	.spritesnav #five.selected a:link, .spritesnav #five.selected a:visited {
		background: url(images/nav_sprite.jpg) no-repeat -388px -240px;
		cursor: default;
	}



	
/************************************************
*	Navbar  									*
************************************************/

#navbar {
	background: #222222 url(images/navbar.png);
	width: 960px;
	height: 50px;
	color: #FFFFFF;
	margin: 10px auto 20px;
	padding: 0px 0px 0px 0px;
	}
	
#navbarleft {
	width: 640px;
	float: left;
	margin: 1px 0px 0px 10px;
	padding: 0px;
	}
	
#navbarright {
	width: 280px;
	float: right;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	}
	
/************************************************
*	Homepage					     		    * 
************************************************/

#homepage, #featuredpage {
	width: 956px;
	margin: 0px auto 0px;
	padding: 20px 0px 0px 0px;
	line-height: 20px;
	}
	
#homepage p, #featuredpage p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
#homepage h1, #featuredpage h1 {
	color: #82999f;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	font: normal 18px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	}
	
#homepage h1 a, #homepage h1 a:visited, #featuredpage h1 a, #featuredpage h1 a:visited {
	color: #F1F1F1;
	text-decoration: none;
	}

#homepage h1 a:hover, #featuredpage h1 a:hover {
	color: #5588A0;
	text-decoration: none;
	}
	
#homepage h2, #homebottom h2, #featuredpage h2 {
	color: #82999f;
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 3px 7px;
	font: bold 11px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	}
	
#homepage h3, #featuredpage h3 {
	color: #F1F1F1;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 18px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	}
	
/*.hometopleft {
	background: #FFFFFF url(images/sidebar.png) repeat-x;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	float: left;
	width: 592px;
	margin: 0px 20px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #333333;
	}*/
	
.hometopright {
	float: left;
	width: 292px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline
	}
	
#hometop {
	width: 916px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}
	
#homebottom {
	width: 916px;
	margin: 0px auto 0px;
	padding: 20px 0px 0px 0px;
	line-height: 20px;
	}
	
#hometop p, #homebottom p {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	}
	
#hometop ul, #homebottom ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#hometop ul li, #homebottom ul li {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	}

#hometop ul ul, #homebottom ul ul {
	list-style-type: none;
	margin: 5px 0px 0px 20px;
	padding: 0px;
	}
	
#hometop ul li li, #homebottom ul li li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	}
	
#hometop ul li ul li, #homebottom ul li ul li {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	}
	
.homebottomleft {
	float: left;
	width: 292px;
	margin: 0px 20px 10px 0px;
	padding: 0px;
	display: inline
	}
	
.homebottommiddle {
	float: left;
	width: 292px;
	margin: 0px 20px 10px 0px;
	padding: 0px;
	display: inline
	}
	
.homebottomright {
	float: left;
	width: 292px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: inline
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 956px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	}
#content.home {
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px 0px;
	position: relative;
	display: block;
	min-height: 600px;
	height: auto;
	}
#content.portfolio {
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px 0px;
	background: url(images/portfolio.png) no-repeat -40px top;
	position: relative;
	display: block;
	min-height: 623px;
	height: auto;
	}
	
#content.services {
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px 0px;
	background: url(images/services.png) no-repeat -40px top;
	position: relative;
	display: block;
	height: auto;
	}

#content.about {
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px 0px;
	background: url(images/about.png) no-repeat -40px top;
	position: relative;
	display: block;
	min-height: 623px;
	height: auto;
	}

#content.blog {
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px 0px;
	background: url(images/blog.png) no-repeat -40px 15px;
	position: relative;
	display: block;
	min-height: 623px;
	height: auto;
	}

#content.blog_main {
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px 0px;
	background: url(images/blog.png) no-repeat -40px 15px;
	position: relative;
	display: block;
	min-height: 623px;
	height: auto;
	}

#content.contact {
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px 0px;
	background: url(images/contact.png) no-repeat -40px 125px;
	position: relative;
	display: block;
	min-height: 623px;
	height: auto;
	}

#gallery {
	padding: 0px 5px 5px 8px;
}
	
#content h1 {
	color: #CCC;
	margin: 0px;
	padding: 20px 0 10px 0;
	font: normal 36px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	}
	
#content h1 a, #content h1 a:visited {
	color: #82999f;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #5588A0;
	text-decoration: none;
	}
	
#contentleft h2 {
	color: #F1F1F1;
	text-transform: none;
	margin: 0px 0px 3px;
	padding: 15px 0px 5px;
	font: normal 24px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #444;
	}

	
#content h3 {
	color: #F1F1F1;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font: bold normal 18px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	}
	
#content h4 {
	color: #F1F1F1;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 7px 0px;
	;
	border-bottom: 1px dotted #BBBBBB;
	font: normal 18px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	}
	
#content h5 {
	color: #F1F1F1;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	;
	font: italic normal 16px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#content blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
blockquote {
	margin: 0px 20px 15px 20px;
	padding: 10px 15px 0px 15px;
	}
	
#fcg {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#fcg p {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	}
	
#contentleft {
	float: left;
	width: 550px;
	margin: 0px;
	padding: 0px 25px 0px 30px;
	}
	
#contentleft.home {
	float: left;
	width: 306px;
	margin: 0px;
	padding: 10px 50px 5px 20px;
	}
	
#contentleft.portfolio {
	float: left;
	width: 975px;
	margin: 0px;
	padding: 0px 25px 20px 30px;
	}
	
.postarea {
	width: 580px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.postarea p, #postwide {
	padding: 0px 0px 25px;
	margin: 0px;
	}

.postarea.home {
	font-size: 24px;
	width: 285px;
	line-height: 34px;
	text-align: justify;
}
	
.postarea ol, .postright ol, #postwide ol {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ol.commentlist {
	margin: 0px;
	padding: 0px 0px 5px;
	}
.postarea ol li.comment {
	margin: 0px 0px 10px;
	padding: 0px;
	}
	
.postarea ol li, .postright ol li, #postwide ol li {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul, .postright ul, #postwide ul {
	list-style-type: square;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul li, .postright ul li, #postwide ul li {
	list-style-type: square;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul ul, .postright ul ul, #postwide ul ul {
	list-style-type: none;
	margin: 5px 0px 0px 20px;
	padding: 0px;
	}
	
.postarea ul li li, .postright ul li li, #postwide ul li li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	}
	
.postarea ul li ul li, .postright ul li ul li, .postwide ul li ul li {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	}
	
.postright {
	float: right;
	width: 324px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
.postright p {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#postwide {
	width: 916px;
	float: left;
	margin: 0px;
	padding: 0px 20px 10px 20px;
	z-index:2;
	}
	
.breadcrumb {
	color: #F1F1F1;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid #333333;
	}
	
.headline {
	width: 500px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 7px 0px;
	}
	
.headline p {
	margin: 0px;
	padding: 0px;
	}
	
.headline a, .headline a:visited {
	color: #82999f;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font: normal 18px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	}
	
.headline a:hover {
	color: #5588A0;
	text-decoration: none;
	}
	
.headlineleft {
	width: 500px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.headlineright {
	width: 150px;
	float: right;
	text-align: right;
	line-height: 28px;
	margin-top: -1px;
	}
	
.postmeta {
	width: 350px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: 32px;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
.author {
	background: #EEEEEE;
	width: 275px;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 50px 0px;
	padding: 10px 10px 0px 10px;
	border: 1px dotted #BBBBBB;
	}
.post_author {
	width: auto;
	float: left;
	font-size: 11px;
	margin: 0px 0px 10px;
	padding: 0px;
	line-height: 13px;
	}
.post_author a {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 10px;
	padding: 0px;
	}
	
.pagination {
	color: #333333;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 30px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 2px solid #333333;
	}

.palignright {
	float: right;
	}

.palignleft {
	float: left;
	}
	
.archives {
	width: 270px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.aheadline {
	width: 100%;
	float: left;
	margin: 0px 0px 10px;
	padding: 0px 0px 7px;
	clear: both;
	}
.aheadline.home {
	width: 306px;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 3px 0px 7px 0px;
	clear: both;
	display: none;
	}
	
.bheadline {
	width: 570px;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 7px 0px;
	clear: both;
	}
	
.fheadline {
	width: 916px;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 3px 0px 7px 0px;
	border-bottom: 1px dotted #BBBBBB;
	clear: both;
	}
	
.pheadline {
	width: 324px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 7px 0px;
	border-bottom: 1px dotted #BBBBBB;
	clear: both;
	}
	
.vheadline {
	width: 570px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 7px 0px;
	border-bottom: 1px dotted #BBBBBB;
	clear: both;
	}
	
/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: inline;
	}

img.alignright {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	text-align: center;
	padding: 4px 0px 5px 0px;
	/*-moz-border-radius: 3px;*/
	/*-khtml-border-radius: 3px;*/
	/*-webkit-border-radius: 3px;*/
	border-radius: 3px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 		    	        	        * 
************************************************/

#sidebar {
	float: right;
	width: 310px;
	margin: 0px 8px 0px 0px;
	padding: 25px 25px 10px 0px;
}

#sidefeature ul {
	list-style-type: none;
}

#sidebar h2 {
	color: #CCC;
	margin: 0px;
	padding: 0px;
	font: bold normal 20px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	}
	
#sidebar h4 {
	color: #AAA;
	margin: 0px;
	padding: 0px;
	font: bold normal 20px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 2px dotted #444444;
	}	
	
#sidebar p {
	margin: 0px;
	padding: 0px 5px 5px 5px;
	}
	
#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#sidebar ul li {
	margin: 0px 0px 5px;
	padding: 5px;
	list-style: url(none) none;
	}

#sidebar ul ul {
	margin: 5px 0px 0px 25px;
	padding: 0px;
	list-style: none;
	}
	
#sidebar ul li li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
.widget {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.video {
	background: #FFFFFF url(images/sidebar.png) repeat-x;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #333333;
	width: 100%;
	}
	
.newsletter {
	width: 308px;
	background-color:#666666;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	}

/************************************************
*	Left Sidebar                    	        * 
************************************************/

#l_sidebar {
	float: left;
	width: 178px;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#l_sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	Right Sidebar                       	    * 
************************************************/

#r_sidebar {
	float: right;
	width: 132px;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#r_sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background: #020202 url(images/footer.jpg) no-repeat center top;
	padding-top: 0px;
	width: 100%;
	position: relative;
	margin: 10px auto 0px;
	height: auto;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 960px;
	height: 55px;
	color: #CCCCCC;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#footer p {
	color: #4c4c4c;
	font-weight: normal;
	margin: 0px;
	padding: 0px 20px 5px 0px;
	font-size: 12px;
	}
	
#footer a {
	color: #666;
	text-decoration: none;
	}

#footer a:hover {
	color: #CCC;
	text-decoration: underline;
	}
	
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footer ul li {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	}

#footer ul ul {
	list-style-type: none;
	margin: 5px 0px 0px 20px;
	padding: 0px;
	}
	
#footer ul li li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	}
	
#footer ul li ul li {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	}
	
#footer h2 {
	color: #999999;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font: bold 12px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	}
	
#footer h2 a {
	color: #999999;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font: bold 12px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	}
	
#footer .widget {
	background: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border: none;
	}

.footer1 a img, .footer2 a img, .footer3 a img {
	border: none;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	}
	
.footer1 {
	width: 700px;
	float: left;
	margin: 0px;
	padding: 20px 20px 5px 0px;
	}
	
.footer2 {
	width: 220px;
	float: left;
	margin: 0px;
	padding: 20px 20px 5px 0px;
	}
	
.footer3 {
	width: 220px;
	float: left;
	margin: 0px;
	padding: 20px 20px 5px 0px;
	}
	
.footer5 {
	width: 150px;
	float: right;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	float:right;
	text-align: right;
	}
	
.footer5 a img {
	border: none;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	}
	
/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	}
	
#searchbox {
	background: #393939 !important;
	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	width: 210px;
	color: #CCCCCC;
	padding: 5px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #111111;
	font: 14px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	}
	
#searchbutton {
	background: #1A1A1A;
	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	color: #CCCCCC;
	padding: 4px;
	margin: 0px;
	border: 1px solid #111111;
	font: 14px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	}
	
#author, #email, #url {
	background: #EAEAEA !important;
	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	color: #82999f;
	margin: 0px;
	padding: 4px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	font: 12px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	}
	
#comment {
	background: #000 url(images/input_back.jpg) repeat-x center top !important;
	width: 460px;
	color: #F1F1F1;
	padding: 4px;
	margin: 0px;
	border: 1px solid #333;
	font: 16px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	}
	
#subscribe {
	margin: 0px;
	padding: 0px 0px 5px 5px;
	overflow: hidden;
	}

#subbox {
	background: #FFFFFF !important;
	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	width: 240px;
	color: #333333;
	padding: 5px;
	margin: 0px 5px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	font: 12px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	}
	
#subbutton {
	background: #333333;
	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	color: #FFFFFF;
	padding: 4px;
	margin: 0px;
	border: 1px solid #111111;
	font: 12px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 0px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	color: #5588A0;
	}

.commentlist cite a:visited {
	color: #666;
	}

.commentlist cite a:hover {
	color: #66a4cc;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	padding:3px;
	background: #000 url(images/input_back.jpg) repeat-x center top;
	border: 1px solid #333;
	vertical-align:top;
	}
#commentform textarea:hover{
	color: #CEDDDF;
}
#commentform textarea:focus{
	color: #CCC;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	color: #333;
	font-size: 16px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.commentmetadata {
	font-size: 12px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #bbb;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #eee;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #666;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	margin: 0px;
	padding: 0px;
	width: 500px;
	}

#rotator {
	margin: 0 auto;
	width: 937px;
	height: 200px;
}
/************************************************
*	MidBar  									*
************************************************/
#midbar {
	background: url(images/lowerbar_bottom.jpg) no-repeat center bottom;
	width: auto;
	height: auto;
	padding-top: .5px;
}
#midbar_top {
	background: url(images/lowerbar_top.jpg) no-repeat center top;
	width: auto;
	height: 116px;
}
#midbar_content {
	width: 975px;
	margin: -95px auto 0px;
	padding-bottom: 5px;
}
#mid_bar_wrap {
	background: url(images/lowerbar_mid.jpg) repeat-y center 116px;
	margin: 0px auto;
}
#testimonials {
	height: auto;
	width: 375px;
	float: left;
	margin-left: 30px;
}
#contact_mini {
	height: auto;
	width: 500px;
	float: left;
	margin-left: 35px;
	padding-bottom: 55px;
	background: url(images/latte.png) no-repeat right bottom;
	margin-bottom: 15px;
}
#testimonials .heading {
	background: url(images/headings.png);
	height: 25px;
	width: 137px;
	float: left;
	clear: left;
	margin-left: 10px;
	margin-top: 10px;
}
.pullquote {
	width: 95%;
	float:right;
	margin:10px;
	background: url(images/close_quote.png) no-repeat right bottom !important;
	padding:15px 10px 15px 0px;
	font: 125%/170% Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
}
.pullquote:first-letter {
	background: url(images/open_quote.png) no-repeat left -20px !important;
	padding:55px 10px 35px 60px!important;	/*line-height: 55px;*/
}
.contentdiv {
	height: auto;
	overflow: hidden;
	clear: both;
	float: left;
	width: 375px;
	font: 15px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	color: #82999F;
	}
#testimonials .contentdiv .client {
	color: #33CCFF;
	font-style: italic;
	font-family: Corbel, Calibri, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 150px;
}
#contact_mini .heading {
	background: url(images/headings.png) left -25px;
	height: 25px;
	width: 137px;
	float: left;
	clear: left;
	margin-left: 10px;
	margin-top: 10px;
}
#contact_mini .cform {
	height: auto;
	width: 500px;
	clear: left;
	float: left;
	padding-bottom: 0px;
}
#portfolio_preview {
	width: 600px;
	float: left;
	height: 500px;
	background: none !important;
	border: none !important;
}
#portfolio_preview_spacer {
	float: left;
	height: 25px;
	width: 600px;
}
.postarea.portfolio {
	font-size: 18px;
	line-height: 24px;
}
.postarea.services {
	font-size: 18px;
	line-height: 24px;
}
.postarea.about {
	font-size: 18px;
	line-height: 24px;
}
.postarea.contact {
	font-size: 18px;
	line-height: 24px;
}
.postarea.blog {
	font-size: 18px;
	line-height: 24px;
}

.postarea.blog_main {
	font-size: 18px;
	line-height: 24px;
}


#connect {
	font: bold 18px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	height: 125px;
	padding-bottom: 5px;
	padding-top: 15px;
}
#connect.home {
	font: bold 18px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	height: 105px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.spritesnav3 {
	position: relative;
	margin: 0;
}
.spritesnav3 li {
	display: inline;
}
.spritesnav3 li a:link, .spritesnav3 li a:visited, .spritesnav3 li div {
	position: absolute;
	top: 0;
	height: 22px;
	text-indent: 25px;
	overflow: hidden;
	z-index: 10;
	color: #555555;
	text-decoration: none;
}
.spritesnav3 li div {
	z-index: 0;
}

/*------ Call ----*/
	.spritesnav3 #call a:link, .spritesnav3 #call a:visited, .spritesnav3 #call div{
	left: 0px;
	width: auto;
	background: url(images/icons.png) no-repeat;
	height: 22px
	}
	.spritesnav3 #call a:hover, .spritesnav3 #call a:focus, .spritesnav3 #call div {
	background: url(images/icons.png) no-repeat 0px -23px;
	color: #CCCCCC;
	text-decoration: none;
	}

/*------ Contact ----*/
	.spritesnav3 #contact a:link, .spritesnav3 #contact a:visited, .spritesnav3 #contact div{
	left: 0px;
	width: auto;
	background: url(images/icons.png) no-repeat 0px -47px;
	height: 22px;
	margin-top: 26px;
	}
	.spritesnav3 #contact a:hover, .spritesnav3 #contact a:focus, .spritesnav3 #contact div {
	background: url(images/icons.png) no-repeat 0px -71px;
	color: #CCCCCC;
	text-decoration: none;
	}
	
/*------ LinkedIn ----*/
	.spritesnav3 #linkedin a:link, .spritesnav3 #linkedin a:visited, .spritesnav3 #linkedin div{
	left: 0px;
	width: auto;
	background: url(images/icons.png) no-repeat 0px -95px;
	height: 22px;
	margin-top: 52px;
	}
	.spritesnav3 #linkedin a:hover, .spritesnav3 #linkedin a:focus, .spritesnav3 #linkedin div {
	background: url(images/icons.png) no-repeat 0px -118px;
	color: #CCCCCC;
	text-decoration: none;
	}
	
/*------ iFreelance ----*/
	.spritesnav3 #ifreelance a:link, .spritesnav3 #ifreelance a:visited, .spritesnav3 #ifreelance div{
	left: 0px;
	width: auto;
	background: url(images/icons.png) no-repeat 0px -141px;
	height: 22px;
	margin-top: 78px;
	}
	.spritesnav3 #ifreelance a:hover, .spritesnav3 #ifreelance a:focus, .spritesnav3 #ifreelance div {
	background: url(images/icons.png) no-repeat 0px -164px;
	color: #CCCCCC;
	text-decoration: none;
	}

/*------ Twitter ----*/
	.spritesnav3 #twitter a:link, .spritesnav3 #twitter a:visited, .spritesnav3 #twitter div{
	left: 0px;
	width: auto;
	background: url(images/icons.png) no-repeat 0px -189px;
	height: 22px;
	margin-top: 0px;
	margin-left: 150px;
	}
	.spritesnav3 #twitter a:hover, .spritesnav3 #twitter a:focus, .spritesnav3 #twitter div {
	background: url(images/icons.png) no-repeat 0px -214px;
	color: #CCCCCC;
	text-decoration: none;
	}

/*------ Skype ----*/
	.spritesnav3 #skype a:link, .spritesnav3 #skype a:visited, .spritesnav3 #skype div{
	left: 0px;
	width: auto;
	background: url(images/icons.png) no-repeat 0px -238px;
	height: 22px;
	margin-top: 26px;
	margin-left: 150px;
	}
	.spritesnav3 #skype a:hover, .spritesnav3 #skype a:focus, .spritesnav3 #skype div {
	background: url(images/icons.png) no-repeat 0px -261px;
	color: #CCCCCC;
	text-decoration: none;
	}

/*------ Yahoo! ----*/
	.spritesnav3 #yahoo a:link, .spritesnav3 #yahoo a:visited, .spritesnav3 #yahoo div{
	left: 0px;
	width: auto;
	background: url(images/icons.png) no-repeat 0px -285px;
	height: 22px;
	margin-top: 52px;
	margin-left: 150px;
	}
	.spritesnav3 #yahoo a:hover, .spritesnav3 #yahoo a:focus, .spritesnav3 #yahoo div {
	background: url(images/icons.png) no-repeat 0px -308px;
	color: #CCCCCC;
	text-decoration: none;
	}

/*------ RSS Feed ----*/
	.spritesnav3 #rssfeed a:link, .spritesnav3 #rssfeed a:visited, .spritesnav3 #rssfeed div{
	left: 0px;
	width: auto;
	background: url(images/icons.png) no-repeat 0px -331px;
	height: 22px;
	margin-top: 78px;
	margin-left: 150px;
	}
	.spritesnav3 #rssfeed a:hover, .spritesnav3 #rssfeed a:focus, .spritesnav3 #rssfeed div {
	background: url(images/icons.png) no-repeat 0px -353px;
	color: #CCCCCC;
	text-decoration: none;
	}
.textwidget hr {
	margin: 0px;
	padding: 0px;
}
.textwidget {
	margin: 0px;
	padding: 0px;
}
.screen-reader-text {
	display: none;
}
#wrap_mb.portfolio {
	display: none;
}
#connect_wrap.home {
	width: 300px;
	float: left;
	clear: left;
	padding-left: 75px;
	background: url(images/cwm_background.png) no-repeat;
	padding-top: 55px;
	margin-left: -60px;
	padding-bottom: 20px;
}
body p small {

}
input.input_search {
	background: url(images/input_back.jpg);
	color: #666;
	border: 1px solid #333;
	line-height: 1.3em;
	padding: 3px;
}
input.input_search:hover {
	color: #CEDDDF;
}
input.input_search:active {
	color: #CCC;
}
input.input_search:focus {
	color: #CCC;
}
input.submit_search {
	background: url(images/search-sprite.jpg) 0px 0px;
}
input.submit_search:hover {
	background: url(images/search-sprite.jpg) 0px -60px;
	cursor: pointer;
}
input.submit_search:active {
	background: url(images/search-sprite.jpg) 0px -60px;
	cursor: pointer;
}
#profilepic_widget #profilepic_profile p {
	padding-top: 10px;
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.textwidget #connect {
	padding-top: 35px;
	padding-bottom: 15px;
	border-bottom: 2px solid #333333;
	background: url(images/cwm_background.png) no-repeat -65px -20px;
	overflow: visible;
	width: 300px;
	padding-left: 0px;
}
#profilepic_widget #profilepic_profile #authorpic {
	margin-top: 10px;
	margin-left: 15px;
}
.textwidget #searchform {
	padding: 0px;
	border-bottom: 2px solid #333333;
}
.headlineleft.blog .blog a {
	font-size: 28px;
	color: #AAA;
}
.headlineleft.blog .blog a:hover {
	font-size: 28px;
	color: #FFF;
}
#topArrow.home {
	background: url(images/upper_arrow_home.png);
	height: 128px;
	width: 150px;
	margin: -60px 0px -50px -135px;
	float: left;
}
#element_wrap.topArrow {
	height: 128px;
	width: 150px;
	float: left;
	margin: -55px -50px -65px -106px;
}
#home_largeheadline {
	background: url(images/home_headline.png) no-repeat;
	height: 417px;
	width: 344px;
	padding-bottom: 5px;
}
#lower_line.home {
	background: url(images/lower_arrow_home.png);
	height: 246px;
	width: 437px;
	margin-top: -300px;
	margin-left: 215px;
}
.nav-prev:hover {
	background: url(../../../wp-includes/js/jquery/jquery-galleryview-1.1/themes/light/prev_hover.png);
}
.nav-next:hover {
	background: url(../../../wp-includes/js/jquery/jquery-galleryview-1.1/themes/light/next_hover.png);
}
.date_box {
	background: url(images/date.png) no-repeat;
	height: 65px;
	width: 65px;
	float: left;
	margin-top: 15px;
}
.post_month {
	text-align: center;
	font: bold 16px/16px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #66a4cc;
	margin: 0px;
	padding: 1px 0px 0px;
}
.post_year {
	text-align: center;
	font: bold 16px/16px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #66a4cc;
	margin: 0px;
	padding: 0px;
}
.post_day {
	text-align: center;
	font: bold 36px/28px Calibri, Corbel, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.post_box {
	width: 595px;
	float: left;
}
.post_box_inner {
	float: left;
	width: 510px;
	text-align: left;
	padding-left: 20px;
}
.replies {
	height: 35px;
	width: 35px;
	float: right;
	text-align: center;
	line-height: 35px;
	background: url(images/replies.png) no-repeat center center;
	margin-right: 10px;
}
.replies_prefix {
	line-height: 32px;
	margin-right: 50px;
	font-size: 16px;
}
a.replies_no {
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
}
a.replies_no:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
.metabox {
	width: 501px;
	height: auto;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 0px 0px 25px;
	padding: 0px 0px 0px 5px;
}
a.post-edit-link:visited {
	font-size: 8px;
}
a.post-edit-link:active {
	font-size: 8px;
}
a.post-edit-link:link {
	font-size: 8px;
}
a.post-edit-link:hover {
	font-size: 8px;
}
.comment-body {
	padding: 10px 20px;
}
p.commentlist {
	margin: 0px;
	padding: 0px 0px 10px;
}
#content h3.add_comment {
	font-size: 28px;
}
#content p.add_comment {
	font-size: 15px;
	font-weight: bold;
	margin-left: 7px;
}
#commentform #submit:hover	{
	background:url(images/submit.jpg) no-repeat 0px -30px;
	color: #CEDDDF;
	cursor: pointer;
}
/*#submit {
	background: #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #CCCCCC;
	padding: 4px;
	margin: 0px;
	}*/
#commentform #submit {
	width:80px;
	padding:5px;
	margin: 10px 0 0 5px;
	font-size:0.75em;
	background:url(images/submit.jpg) no-repeat 0px 0px;
	color: #555;
	font-weight: bold;
	border:none!important;
	float: right;
	}
	
#cf2_field_2 {
	width: 285px;
}
#cf2_field_3 {
	width: 285px;
}
#cf2_field_4 {
	width: 285px;
}
#cf2_field_5 {
	width: 285px;
}
#beltbar {
	height: auto;
	margin-bottom: 0px;
	padding: 10px;
}
#beltbar_content {
	width: 975px;
	margin: 0px auto;
	height: auto;
}
#beltbar_content .col1 {
	height: auto;
	width: 305px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#beltbar_content .col2 {
	height: auto;
	width: 630px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#beltbar_content .col3 {
	height: 200px;
	width: 305px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#beltbar_content h2 {
	font-size: 24px;
	border-bottom: 3px ridge #444;
	padding-bottom: 6px;
	color: #666;
}
#beltbar_content ul {
	list-style: none;
}
#beltbar_content ul li {
	font-size: 18px;
	line-height: 24px;
}
#beltbar_content ul li a {
	display: block;
	margin-left: -35px;
	padding-left: 20px;
	border-bottom: 2px dotted #333;
}
#beltbar_content ul li a:hover {
	background: #333;
	color: #CCC;
}
#footerbar {
	height: auto;
	margin-bottom: 60px;
	padding: 10px;
	margin-top: -50px;
}
#footerbar_content {
	width: 972px;
	margin: 0px auto;
	height: auto;
}
#footerbar_content .col1 {
	height: 200px;
	width: 223px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#footerbar_content .col2 {
	height: 200px;
	width: 223px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#footerbar_content .col3 {
	height: 200px;
	width: 223px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#footerbar_content .col4 {
	height: 200px;
	width: 223px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#footerbar_content h2 {
	font-size: 24px;
	border-bottom: thin dotted #333;
	padding-bottom: 4px;
	color: #999;
}
#footerbar_content h3 {
	font-size: 18px;
	color: #555;
	letter-spacing: .3em;
}
#footerbar_content h4 {
	font-size: 14px;
	color: #3F4F52;
	border-bottom: 2px ridge #444;
	padding-bottom: 4px;
	padding-left: 5px;
}
#footblock {
	height: 100px;
	width: 100%;
	background: #00F;
}
#beltbar_content .post_box {
	padding-top: 20px;
	padding-left: 15px;
	border: none;
}
#beltbar .col2 .date_box {
	margin: 0px;
	border: none;
}
#beltbar_content h3 .blog a {
	font-size: 16px;
}
#beltbar_content .col2 .post_box .post_box_inner .headline.blog .headlineleft.blog .blog a {
	font-size: 27px;
}
#beltbar_content .col2 .post_box .post_box_inner .headline.blog {
	padding-bottom: 0px;
	margin-bottom: 15px;
	border: none;
}
#beltbar_content .col2 .post_box .post_box_inner .headline.blog .headlineleft.blog .blog {
	padding-bottom: 5px;
}
#beltbar_content .col2 .post_box .post_box_inner .headline.blog .headlineleft.blog .post_author {
	padding-bottom: 0px;
}
#beltbar_content .col1 p {
	font-size: 18px;
	margin-top: 15px;
	margin-right: 15px;
	line-height: 30px;
}
#beltbar_content .col2 .post_box .post_box_inner .post_text p {
	font-size: 18px;
	line-height: 28px;
}
#beltbar_content .col2 .post_box .post_box_inner .post_text p a {
	text-align: right;
	display: block;
	margin-top: -25px;
}
#beltbar_content .col2 .post_box .post_box_inner {
	border: none;
}
#contentleft .postarea.blog .post_box .post_box_inner .post_text p a {
	text-align: right;
	display: block;
	margin-top: -25px;
}
#footerbar_content ul {
	list-style: none;
}
#footerbar_content ul li {
	font-size: 14px;
	line-height: 20px;
	margin-left: -35px;
	padding-left: 5px;
	color: #555;
}
#footerbar_content ul li a {
	line-height: 24px;
	display: block;
	border-bottom: 1px dotted #333;
	color: #444;
}
#footerbar_content ul li a:hover {
	background: #101010;
	color: #666;
	text-decoration: none !important;
}
#portfolio_preview .panel .panel-overlay .tools {
	float: right;
}
#quoteauthor {
	color: #5588A0 !important;
}
.post_text p code {
	background: #CCC;
	display: block;
	padding: 15px;
	color: #333;
	font-size: 12px;
}
#footer a.valid:hover {
	color: #090;
}
#main #wrap #content #contentleft .postarea.blog_main .post_box .post_box_inner .post_text p a {
	text-align: left;
}
