/*
Theme Name: rise2010
*/
/* RESET CSS */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* STYLESHEET */
html, body, .wrapper {
	height:100%;
}
body > .wrapper {
	height:auto;
}
body {
	margin:0;
	padding:0;
	color:#333333;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	background-color: #FFF;
	background-image: url(images/bg_home.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
}
body#not_home {
	background-color: #FFF;
	background-image: url(images/bg_inner.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
}
.wrapper {
	width:970px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
}
a {
	color: #C03;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
p {
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 10px;
}
h2 {
	font-size: 27px;
	letter-spacing: -0.5px;
}
h3 {
	padding:0;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	font-size: 17px;
}
hr {
	clear:both;
	display:block;
	height:1px;
	background:#b9b9b9;
	width:100%;
	border:0;
	margin:10px 0 20px 0;
	padding:0;
}
#header {
	width:970px;
	height:60px;
	overflow:hidden;
}
#header ul {
	padding:0;
	float:right;
	list-style:none;
	margin-top: 21px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#header ul li {
	float:left;
	margin:0 0 0 30px;
	padding:0;
}
#header ul li a {
	color:#FFF;
	font-size:14px;
	letter-spacing: 0.5px;
	text-decoration:none;
	border-bottom: none;
}
#header ul li a:hover, #header ul li.current_page_item a {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C03;
}
#header h1 {
	padding:0;
	width:114px;
	line-height:500px;
	overflow:hidden;
	display:block;
	width:200px;
	height:60px;
	float:left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 2px;
}
#header h1 a {
	line-height:500px;
	overflow:hidden;
	display:block;
	width:200px;
	height:60px;
	background-image: url(images/logo_rise.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
#header div {
	float:left;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	margin:19px 0 0 0;
}
#main {
	margin-top: 0px;
	padding-top: 0px;
}
#home_content {
	color:#FFF;
	/*background:url(images/home_content_bg.png) no-repeat;*/
	height:460px;
	width:970px;
}
#home_content .right_featured {
	float:right;
	width:235px;
	display: block;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#home_content h2 {
	margin: 0px;
	padding: 0px;
}
#home_content h2 a, #home_content h2 a:hover {
	color:#FFF;
	text-decoration:none;
	font-weight: bold !important;
}
#home_content p {
	padding:0;
	color:#FFF;
	font-size:14px;
	line-height:25px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.view_project, .get_started {
	width:150px;
	height:50px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	overflow:hidden;
	font-size:14px;
	margin-bottom: 6px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
	line-height: 46px;
}
.view_project {
	color:#FFF;
	background-image: url(images/view_project2.png);
	background-repeat: no-repeat;
}
.view_project:hover, .get_started:hover {
	text-decoration: none;
}
.get_started {
	color:#666;
	background-image: url(images/get_started.png);
	background-repeat: no-repeat;
}
#previous_arrow {
	background:url(images/black_arrows.png) no-repeat top left;
	width:20px;
	height:20px;
	display:block;
	line-height:500px;
	overflow:hidden;
	position:absolute;
	left:-8px;
	top:215px;
	z-index:1;
	float:left;
}
#next_arrow {
	background:url(images/black_arrows.png) no-repeat 0px -20px;
	width:20px;
	height:20px;
	display:block;
	line-height:500px;
	overflow:hidden;
	position:absolute;
	right:-8px;
	top:215px;
	z-index:1;
	float:right;
}
.visit {
	background-image: url(images/bullet_visit.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 26px;
}
.small {
	font-size: 11px;
	font-style: italic;
}
.post_meta img, .post_content img {
	margin:0;
}
#portfolio_featured {
	position:relative;
	width:690px;
	height:425px;
	padding:20px 0 0 0;
	background:url(images/portfolio_featured.png) no-repeat transparent;
	top:27px;
}
#portfolio_featured img {
	width:685px;
	border:0;
}
#portfolio_image_dock {
	width:685px;
	height:403px;
	overflow:hidden;
	position:relative;
	left:2px;
}
.portfolio_dock {
	background:url(images/portfolio_featured.png) no-repeat;
	padding:20px 0 0 2px;
	width:690px;
	/*height:405px;*/
	overflow:hidden;
	margin:20px 0;
	display:block;
	clear:both;
}
.portfolio_dock img {
	width:685px;
	border:0;
}
.limit {
	height:383px;
	overflow: hidden;
}
#form_avatar {
	float:left;
	width:100px;
}
#form_data {
	float:left;
	width:580px;
}
#form_data p {
	margin:0 0 10px 0;
	padding:0;
}
#page_header {
	height:80px;
}
#page_header h2 {
	margin:0px;
	float:left;
	color:#FFF;
	font-size:24px;
	letter-spacing: 0.5px;
	padding-left: 64px;
	background-repeat: no-repeat;
	padding-top: 26px;
	padding-bottom: 16px;
	text-transform: uppercase;
}
#page_header h2.portfolio_icon {
	background-image: url(images/icon_portfolio.png);
	background-position: 0px 16px;
}
#page_header h2.services_icon {
	background-image: url(images/icon_services.png);
	background-position: 0px 16px;
}
#page_header h2.pricing_icon {
	background-image: url(images/icon_pricing.png);
	background-position: 0px 16px;
}
#page_header h2.faq_icon {
	background-image: url(images/icon_faq.png);
	background-position: 0px 16px;
}
#page_header h2.quote-request_icon {
	background-image: url(images/icon_quote-request.png);
	background-position: 0px 16px;
}
#page_header h2.print_icon {
	background-image: url(images/icon_print.png);
	background-position: 0px 16px;
}
#page_header h2.web_icon {
	background-image: url(images/icon_web.png);
	background-position: 0px 16px;
}
#page_header h2.logo_icon {
	background-image: url(images/icon_logo.png);
	background-position: 0px 16px;
}
#page_header h2.hosting_icon {
	background-image: url(images/icon_hosting.png);
	background-position: 0px 16px;
}
#page_header h2.seo_icon {
	background-image: url(images/icon_seo.png);
	background-position: 0px 16px;
}
#page_header h2.cms_icon {
	background-image: url(images/icon_cms.png);
	background-position: 0px 16px;
}
#page_header h2.escort_icon {
	background-image: url(images/icon_escort.png);
	background-position: 0px 16px;
}
#page_header h2.tag_icon {
	background-image: url(images/icon_tag.png);
	background-position: 0px 16px;
}
#page_header h2.search_icon {
	background-image: url(images/icon_search.png);
	background-position: 0px 16px;
}
.content {
	width:690px;
	float:left;
	font-size:13px;
	margin-top: 0;
	margin-right: 45px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
}
.content .post {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b9b9b9;
}
.content .post h2 {
	color:#999999;
	padding:0;
	margin: 0px;
}
.content .post.single_post h2 {
	padding-top: 20px;
	padding-bottom: 5px;
}
.content .post.single_post, .content .single_page {
	padding-bottom: 0px;
	border-bottom-style: none;
	padding-top: 0px;
}
.content .post h2 a {
	color:#9e003a;
	text-decoration:none;
}
.content .post h2 a:hover {
	text-decoration:none;
	color: #F03;
}
.content .single_page h2 {
	border-bottom:1px solid #b9b9b9;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.content h3 {
	color:#333333;
	font-size:14px;
	letter-spacing: 0.5px;
	border-bottom:1px solid #b9b9b9;
	text-transform: uppercase;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	line-height: 24px;
}
.content h3 a:hover {
	text-decoration: none;
}
.content h4 {
	color:#333333;
	font-size:14px;
	letter-spacing: 0.5px;
	border-bottom:1px solid #b9b9b9;
	text-transform: none;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	line-height: 24px;
}
.content .post_content {
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	margin-top: 20px;
}
.content .post_content p {
	font-weight: normal !important;
}
.content .post_content img {
	background-color: #ecefe8;
	border: 1px solid #b9b9b9;
	margin-bottom: 20px;
}
.post ul {
	margin:0px;
	padding:0;
	list-style:none;
}
.post ul li {
	font-size: 13px;
	line-height: 21px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 26px;
	background-image: url(images/bullet_tick.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.post ol {
	margin:5px 0 30px 0;
	padding:0;
}
.post ol li {
	margin:0 0 5px 45px;
	padding:0;
}
.post_icon {
	float:left;
	width:150px;
	height:150px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
.post_icon a {
	border:1px solid #b9b9b9;
	width:150px;
	height:150px;
	background:#ecefe8;
}
.post_icon img {
	width:150px;
	height:150px;
	border:0;
}
.post_meta {
	float:left;
	width:510px;
}
.post_meta span, span.date_meta {
	font-weight:bold;
	color:#6f6f6f;
	margin-bottom: 0px;
}
.post_meta span p {
	font-weight:normal !important;
}
.sidebar {
	float:left;
	width:235px;
	padding-top: 20px;
}
.sidebar h2 {
	color:#333333;
	font-size:14px;
	letter-spacing: 0.5px;
	border-bottom:1px solid #b9b9b9;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 7px;
	line-height: 24px;
	padding-top: 5px;
}
.sidebar h2#icon_search {
}
.sidebar h2#icon_bio {
}
.sidebar h2#icon_twitter {
}
.sidebar form {
	margin:0;
	padding:0;
	width:235px;
	height:30px;
	overflow:hidden;
}
.sidebar form #search_input {
	background:url(images/search_form.jpg) no-repeat top left;
	width:165px;
	height:23px;
	float:left;
	border:0;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#414242;
	font-style:italic;
	padding:7px 10px 0 10px;
}
.sidebar form #search_submit {
	background:url(images/search_form.jpg) no-repeat top right;
	width:40px;
	height:30px;
	float:left;
	border:0;
	color:#FFF;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
}
.sidebar ul {
	list-style:none;
}
.sidebar ul li {
	font-size: 13px;
	line-height: 21px;
}
.sidebar ul li ul li ul li {
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
.sidebar ul .page_item.page-item-101 {
	background-image: url(images/bullet_web.png);
}
.sidebar ul .page_item.page-item-103 {
	background-image: url(images/bullet_logos.png);
}
.sidebar ul .page_item.page-item-105 {
	background-image: url(images/bullet_hosting.png);
}
.sidebar ul .page_item.page-item-169 {
	background-image: url(images/bullet_escorts.png);
}
.sidebar ul .page_item.page-item-172 {
	background-image: url(images/bullet_sem.png);
}
.sidebar ul .page_item.page-item-200 {
	background-image: url(images/bullet_cms.png);
}
.sidebar ul li ul li ul li a {
	padding-left: 26px;
}
.sidebar p {
	font-size:13px;
	margin:15px 0;
	padding:0;
	line-height:21px;
}
.sidebar p a:hover, .sidebar ul li a:hover {
}
.sidebar p span {
	display:block;
	color:#7d7d7d;
	font-size:11px;
	font-style:italic;
}
.sidebar p span a {
	color:#7d7d7d;
	text-decoration:none;
}
.sidebar p span a:hover {
	color:#2b2b2b;
	text-decoration:underline;
}
.sidebar .widget ul {
	margin:0;
	padding:0;
}
.sidebar .widget ul li {
	padding: 0px;
	margin: 0px;
}
.sidebar li.widget {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.sidebar .textwidget ul li {
	border-bottom:1px solid #b9b9b9;
	margin-bottom: 10px;
	padding-bottom: 7px;
}
/*=== subFooter ===*/
#subFooterwrap {
	background-color: #101010;
	overflow: hidden;
}
#subFooter {
	clear: both;
	color: #606060;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#subFooter .fl {
	margin-right: 40px;
	width: 690px;
}
#subFooter .last {
	margin-right: 0px;
	width: 235px;
	float: right;
}
#subFooter h3 {
	color: #CCC;
	font-size: 17px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
}
#subFooter ul {
	margin-bottom: 20px;
}
#subFooter ul li {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #191919;
	line-height: 20px;
}
#subFooter .about {
}
#subFooter .about p {
	margin-bottom: 20px;
}
#subFooter .friends ul {
	margin-bottom: 0;
}
/*=== Footer ===*/
#footerwrap {
	overflow: hidden;
	background-color: #000000;
	background-image: url(images/bg_home.jpg);
	background-repeat: repeat-x;
	background-position: center -60px;
}
#footer {
	clear: both;
	;
	width: 970px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	color: #FFF;
	line-height: 31px;
	margin: 0px;
}
#footer p a {
	color: #FFF;
}
#footer img, #footer img:hover {
	text-decoration: none;
}
/*=== Misc. ===*/
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
#searchwrap p {
	margin: 0px;
	padding: 0px;
}
.sociable {
}
.sociable_tagline {
	margin-bottom: 10px;
}
.sociable img {
	margin: 0px !important;
	padding: 0px !important;
}
#related-posts ul li {
	background-image: url(images/bullet_go.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0px 2px;
}
.wpcf7-form p {
	font-weight: normal;
}
.wpcf7-list-item {
	display: block;
	clear: both;
}
.sidebar ul #recent-posts-2 ul li {
	background-image: url(images/bullet_go.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
.sidebar ul #recent-posts-2 ul li a {
	padding-left: 26px;
}