/*
Theme Name: Vision Room 1.0
Theme URI: http://www.visionroom.com
Description: Custom Template for Vision Room
Author: Darnology
Author URI: www.darnology.com
Version: 1.0
.
This template is not to be reproduced.
.
*/

/*--------------------------GENERAL STYLES--------------------------*/
header .left {
	float:left;
	width:158px;
}

header .right {
	float: left;
    margin-left: 10px;
    width: 418px;
}

.nsLikeThis .counter {
	background:none !important;
	font-weight: normal !important;
	font-size: 12px !important;
	margin:0 !important;
	padding:0 !important;
}

.nsLikeThis {
	display:inline !important;
}

* {
	margin:0;
}

*:focus {
	outline:none;
}

a {
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.purple, a {
	color: #532380;
}

p {
	line-height:21px;
	margin-bottom:15px;
}

.text {
	font-size: 16px !important;
	font-family: Times,serif;
	color: #5e544a;
}

blockquote {
	color: #bc7a1a;
	padding: 0px 25px;
	font-style: italic;
}

.text ul li {
	margin-bottom:10px;
}

.text ol li {
	margin-bottom:12px;
	
}

.contact, .vision_frame {
	margin:20px 0;
	padding:0;
	list-style: none;
}

.contact li, .vision_frame li {
	margin:5px 0;
}

.contact li label {
	font-weight: bold;
	display: inline-block;
	width:100px;
}

.vision_frame li label {
	font-family: Times;
	font-size: 18px;
	font-weight: bold;
	color:#c37c13;
}
.vision_frame li .text {
	width:98%;
	margin:4px 0;
}

.submit {
	background: none repeat scroll 0 0 #7C6A55;
    border: 0 solid #222222;
    color: #FFFFFF;
    cursor: pointer;
    padding: 4px 12px;
    width: auto;
    border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0;
}

input.text, textarea.text {
	background: white !important;
	border:solid 1px #7c6a55 !important;
	padding:3px;
}

textarea.text {
	width:100% !important;
	height:140px;
}

#preload_images {
	position:absolute;
	left:-3000px;
}

html, body {
	width:100%;
	margin:0;
	padding:10px 0 0 0;
	font-family: Arial, sans-serif;
	color:#7c6a55;
}

.center_div {
	width:940px;
	margin:0 auto;
}

section {
	padding:13px 0;
	font-size: 12px;
}

section.last {
	border:0;
	padding-bottom:0;
}

.vr_text {
	border-bottom:solid 1px  #7c6a55;
	position: relative;
	padding:12px 0 30px;
}

.vr_text .post_header img {
	margin-top:0;
	float:left;
}

.vr_text img {
	float:left;
	margin-right:10px;
}

.vr_text .nsLikeThis {
	z-index: 1000;
	position: absolute;
}

.unlike {
	z-index: 1000;
	position: absolute;
}

section h2 {
	font-size:20px;
	font-weight: normal;
	margin-bottom:15px;
}

.left {
	float:left;
	width:620px;
}

.secondary {
	margin-top:15px;
	font-size: 12px;
}

.right {
	float:right;
	width: 300px;
}

.container {
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 17px;
	background: #f2f0ee;
}

.container_min {
	background: #fff;
	padding: 0px;
	font-size: 16px;
}

.space {
	margin-bottom:12px;
	line-height: 18px;
}

input[type="text"], input[type="password"] {
	border-radius: 4px;
	-moz-border-radius: 4px;
	border:0;
	background: #f2f0ee;
	color:#7c6a55;
	padding:4px 10px;
}

/*--------------------------HEADER--------------------------*/

#header {
	clear:both;
	margin:0px;
	top:0px;
	height:170px;
	position:relative;
}

#header .logo {
	top:54px;
	left:80px;
	width:244px;
	height:92px;
	background: url(images/logo.png) no-repeat center center;
	position:absolute;
}

#header .teamup_logo {
	top:54px;
	left:80px;
	width:244px;
	height:92px;
	background: url(images/teamup_logo.png) no-repeat center center;
	position:absolute;
}

#header .logo a {
	display: block;
	width:100%;
	height:100%;
	cursor: pointer;
}

#header .powered_by {
	top:17px;
	right:0px;
	width:65px;
	height:26px;
	background: url(images/auxano.png) no-repeat center center;
	position:absolute;
	cursor: pointer;
}

#header .top_v {
	left:807px;
	width:42px;
	height:56px;
	background: url(images/top_v.png) no-repeat center center;
	position:absolute;
}

#header .links {
	position:absolute;
	right:0;
	bottom:12px;
	text-align: right;
}

#header .links a {
	color:#7c6a55;
	font-size: 11px;
	display:inline-block;
	padding:0 15px;
	border-right:solid 1px #7c6a55;
}

#header .links a.last {
	border:none;
}

#header .header_ad {
	position:absolute;
	right:0;
	top:57px;
}

#header .social_links {
 position:absolute;
 right:0;
 margin-right: 250px;
 bottom:0px;
}

.fb-like {
	margin-top: 6px; margin-right: 10px; float: left; z-index:1000;
}

/*--------------------------TOP NAV--------------------------*/
#nav_container {
	height:30px;
	position:relative;
	background: #000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	overflow: hidden;
}

#nav_bar { 
	width:100%;
	border-collapse: collapse;
}

#nav_bar td {
	height:30px;
	line-height: 30px;
	transition: all .2s;
	-moz-transition: all .2s; /* Firefox 4 */
	-webkit-transition: all .2s; /* Safari and Chrome */
	-o-transition: all .2s; /* Opera */
	margin:0;
	padding:0;
	border-right:solid 1px #a08d78;
	text-align: center;
}

#nav_bar td span {
	height:30px;
}

#nav_bar td.last {
	border:none;
}

#nav_bar td a {
	text-transform: uppercase;
	font-size:13px;
	color:#fff;
	display:block;
	width:100%;
	height:30px;
	cursor: pointer;
}

.store_nav {
	background: #6d4494;
}

#nav_bar .store_nav:hover {
	background: #7c6a55;
}

#nav_bar td.vision:hover,
#nav_bar td.vision a.active {
	background: #7d6a55;
}

#nav_bar td.resourcing:hover,
#nav_bar td.resourcing a.active {
	background: #013c4d;
}

#nav_bar td.leadership:hover,
#nav_bar td.leadership a.active {
	background: #7b9bc0;
}

#nav_bar td.execution:hover,
#nav_bar td.execution a.active {
	background: #a93338;
}

#nav_bar td.communication:hover,
#nav_bar td.communication a.active {
	background: #ff6b00;
}

#nav_bar td.discipleship:hover,
#nav_bar td.discipleship a.active {
	background: #43263b;
}

#nav_bar td:hover, #nav_bar .active {
	background: #6d4494;
}

#nav_bar td.last:hover, .store_nav {
	border:none;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
}

#nav_bar td.first:hover {
	border:none;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
}


/*--------------------------STORE STYLES---------------------------*/
#store ul {
	list-style: none;
	margin:0;
	padding:0;	
}

.widgettitle {
	display:none;
}

.add-to-cart {
	background-color: #7D268A;
	color: #FFFFFF;
	border: 1px solid #591B62;
	font-family: Arial;
	font-size: 12px;
	padding:5px 10px;
}

#store .store {
	font-family: Arial, sans-serif;
	color: #7c6a55;
	font-weight: bold;
	font-size: 18px;
}

.w3dcart-products-item {
	border-bottom:solid 1px #7c6a55;
	margin-bottom:15px;
}

.w3dcart-products-item table {
	width:300px;
}



/*--------------------------HOME PAGE CAROUSEL---------------------------*/
#carousel-holder {
	display: block;
	width: 620px;
	height: 310px;
	margin: 0;
	position: relative;
	overflow: hidden;
	z-index: 2;
	background: white;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.infiniteCarousel_item {
	background: white;
}

#carousel-holder img {
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.infiniteCarousel, .ic_myCarousel {
	background: none;
	width:620px;
	height:310px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.ic_tray img {
	position: static !important;
}

#carousel ul {
	width:620px;
	height:310px;
	list-style: none;
	padding:0;
	margin:0;
}

#carousel ul li {
	background-size:620px 310px !important;
	height:310px;
	position:relative;
}

#carousel ul li a {
	display: block;
	position: absolute;
	width:100%;
	height:310px;
	z-index: 1000;
}

.ic_myCarousel .ic_button {
	background: #999;
	width: 8px;
	height: 8px;
	position: relative;
	float: left;
	margin-right: 6px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	margin-top: 1px;
	border: 1px solid #eee;
}

.ic_myCarousel .ic_thumbnails {
	position: absolute;
	overflow: auto;
	height: 14px;
	display: inline-block;
	right:55px;
	bottom:20px;
}

/* keep this after the ic_button code for proper border coloring */		
.ic_myCarousel2 .ic_active, .ic_myCarousel .ic_active, .ic_vidCarousel .ic_active  {
	background: #eee;
	border:solid 1px #999;
}

.ic_left_nav, .ic_right_nav {
	display:none;
}

.title_over {
	display: none;
	position: absolute;
	bottom:30px;
	padding:20px;
	background: rgba(83,35,128,.6);
	color:white;
	font-family: Times, serif;
	font-size:18px;
	width:490px;
}

.title_over h1 {
	font-weight: normal;
}

.title_over p {
	font-family: Arial !important;
	font-size: 12px;
}

.slideshow_middle a {
	position:absolute;
	width:100%;
	height:100%;
	cursor: pointer;
}

.slideshow_middle img {
	width:620px;
	height:310px;
}

.small_icon {
	position: absolute;
	left:20px;
	bottom:20px;
	width:25px;
	height:25px;
	z-index: 1000;
}

.small_icon img, .article_icon img {
	width:30px;
	height:30px;
}

.article_icon {
	float:right;
	margin-top:40px;
}

.article_icon img {
	width:25px;
	height:25px;
}

.blogroll .article_icon {
	position: absolute;
	bottom:10px; right:10px;
}

article .article_icon {
	position: absolute;
	top:1px; right:10px;
	margin:0;
}

article .post_details {
	margin:0;
}

header.post_header, .slideshow_middle {
	position: relative;
}

.title_overlay_image {
	position: absolute;
	top:12px;
	right:30px;
}

.slideshow_middle .title_overlay_image {
	top:0;
	right:30px;
}

.title_overlay_image img {
	width:auto;
	height:auto;
}

/*--------------------------HOME PAGE---------------------------*/

.search {
	padding:0 0 15px 0;
}

.search input[type="text"] {
	width:225px;
	margin-right:15px;
}

.search select {
	margin-right:15px;
}

.search input[type="submit"] {
	background: #f2f0ee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border:0;
	padding:4px 10px;
	color:#7c6a55;
	cursor: pointer;
}

.login_form {
	background: #f2f0ee;
	padding:15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 14px;
}

.login_form input[type="text"], .login_form input[type="password"] {
	background: #faf9f8;
	width:230px;
}

.login_form input[type="submit"] {
	border:0;
	background: #7c6a55;
	border-radius: 4px;
	-moz-border-radius: 4px;
	color:white;
	font-size:13px;
	padding:4px 10px;
}

.login_form h1 {
	font-size: 19px;
	font-weight: normal;
	margin-bottom:5px;
}

.login_form h2 {
	font-size:17px;
	margin:0;
	padding:0;
	font-weight: normal;
}

.container h1 {
	font-family: Helvetica;
	font-size: 28px;
	color: #532380;
	font-weight: bold;
	margin:0 0 15px;
}

.pathways {
	overflow: hidden;
	position: relative;
}

.pathways .vision-icon {
	position: absolute;
	top: 165px; left: 210px;
	}
	
.pathways .see-more {
	font-size: 16px;
	}
	
.pathways .left {
	width: 250px;
}

.pathways .right {
	height: 100%;
	position: absolute;
	top: 0; right: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #000;
}

.pathways .right img {
	max-width: 305px; height: auto;
	display: block;
	margin: 30px auto 0 auto;
	}
	
.pathways .icons img {
	display:block;
	margin-top:15px;
}

.pathways .icons a {
	display:block;
	margin-top:15px;
}

.pathways .icons a img {
	display:inline-block;
	margin-right:12px;
	vertical-align: middle;
	float:none;
	margin-top:0 !important;
}

.align {
	float:left;
}

.align_text {
	float:right;
	font-size: 12px;
}

.align_text img {
	float:left;
	margin-right:10px;
}

.vision {
	list-style: none;
	margin:0;
	padding:0;
}

.vision li {
	width:153px;
	height:207px;
	padding:5px 10px;
	position:relative;
	float:left;
	background-color: white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin-right:10px;
}

.vision li h1 {
	font-size:14px;
	color:#fff;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 25px;
}

.vision li p {
	position:absolute;
	top:125px;
	font-size: 12px;
	font-weight: 100;
	line-height: 14px;	
}

.vision li a {
	line-height: 25px;
	width: 100%; height:100%;
	display:block;
	position:absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	overflow: hidden;
}

.vision li.last {
	margin:0;
}

.partners {
	background: #968877;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding:15px 0 15px 15px;
	margin:15px 0;
}

.partners h1 {
	color:white;
	font-family: Arial;
	font-size:16px;
	font-weight: normal;
	text-transform: uppercase;
}

.partners .ad {
	float:left;
	margin-right:19px;
}

.clarity {
	padding:12px;
	font-size: 12px;
}

.clarity h1 {
	font-family: Arial;
	color:#7c6a55;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	margin:0;
}

.clarity a {
	display: block;
	margin:6px 0;
}

.tabs div {
	float:left;
	background: #d1cbc4;
	padding:5px 13px;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	margin-left:15px;
	color:#7c6a55;
	font-size: 11px;
	cursor: pointer;
}

.tabs div.active {
	background:#f2f0ee;
}

.popular ol, .related ol {
	margin:0;
	padding:0 12px;
}

.popular li, .related li {
	margin:6px 0;
}

.wpp-comments {
	display:none;
}

/*--------------------------SECONDARY/CONTENT PAGES---------------------------*/
.post_header img {
	display:block;
	margin-top:-12px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.post_details {
	margin:28px 0;
	width:90%;
	float:left;
}

.article_info {
	font-size: 14px;
	margin-top:-10px;
	color:#362c22;
}

.article_info a {
	color:#7c6a55;
}

.user_photo {
	float:left;
	margin-right:15px;
}

.user_photo img {
	width:60px;
	height:auto;
}

.user_bio {
	float:left;
	width:505px;
	font-size: 12px;
}

.user_bio p {
	margin:0 0 5px 0 !important;
}

.post_actions {
	font-size:12px;
}

.vision_room_top {
	font-size: 12px;
}

.vision_room_top h1 {
	font-family: Times, serif;
	font-size: 32px;
	color:#c37c13;
	font-weight: normal;
	margin:0 0 15px;
}

.related h1 {
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Arial;
	color:#7c6a55;
}

.related ul {
	list-style: none;
	margin:0;
	padding:0;
	font-size: 12px;
}

.related ul li {
	margin:6px 0;
}

.about_author {
	border-top:solid 1px #7c6a55;
	border-bottom:solid 1px #7c6a55;
}

.click_post, .text article a {
	display:block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1001;
}

.text article p a {
	position:relative;
	display:inline;
	width:auto;
	height:auto;
}

.text article {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:solid 1px #7c6a55;
	position: relative;
}

.author_list article {
	border-bottom:solid 1px #7c6a55;
	margin-bottom:12px;
	position: relative;
}

.social_bar {
	background:#e0dddb;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding:3px;
	height:20px;
}

.social_bar div {
	float:left;
	margin:0 12px;
	line-height: 20px;
}

.social_bar .comments img {
	float:left;
	margin:0 !important;
}

.social_bar .comments .counter {
	float:left;
	background: white;
	color:black;
	height:18px;
	margin:0 !important;
	margin-right:12px;
	border:solid 1px #bbbbbb;
	line-height: 19px;
	padding-right:5px;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-left:0px;
	font-size: 11px;
}

.social_bar .comments .balloon {
	background: url("images/balloon.png") no-repeat top left;
	width:9px;
	height:20px;
	margin:0 0 0 3px !important;
}

/*--------------------------LIGHTBOX---------------------------*/
#light_box {
	width:600px;
	height:350px;
	overflow: none;
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin:0 auto;
	position:fixed;
	z-index: 10000;
	display: none;
}

#the_content a {
	color:#2e86ae;
	text-decoration: none;
}

#the_content a:hover {
	color:#eeca14;
}

#light_box #loading {
	background: #ffffff url(images/loading-gif.gif) no-repeat center;
	background-size:20%;
	width:600px;
	height:350px;
	position:absolute;
	z-index: 1;
}

#lightbox_content {
	padding:40px;
}

#gray_back {
	background: rgba(51, 53, 54, .65);
	width:100%;
	height:100%;
	position: fixed;
	z-index: 9000;
	display: none;
}

.lightbox_x {
	position:absolute;
	background: url(images/lightbox_x.png) no-repeat top right;
	width:43px;
	height:43px;
	top:-20px;
	right:-20px;
	cursor: pointer;
	z-index: 2;
}

/*--------------------------BLOGROLL--------------------------*/
.blogroll {
	list-style: none;
	margin:0;
	padding:0;
}

.blogroll li {
	padding:10px 0;
	border-bottom:solid 1px #b7ada1;
	position:relative;
	height:150px !important;
	overflow: hidden;
}

.blogroll_link {
	width:100%;
	height:100%;
	cursor: pointer;
	position: absolute;
	left:0;
	top:0;
}

.blogroll img {
	display: block;
	float:left;
	margin-right:12px;
}

.blogroll h1 {
	font-family: Times, serif;
	font-weight: normal;
	font-size: 18px;
	color:black;
}

.blogroll p {
	margin:0 !important;
}

.blogroll .article_info {
	margin-bottom:10px;
}

.find_here {
	float:right;
}

.blog_scroll .bx-next {
	background: url("images/more.png") no-repeat scroll 49.9% 34px transparent;
    color: #7C6A55;
    display: block;
    font-size: 10px;
    height: 46px;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.blog_scroll .bx-prev {
	background: url("images/prev.png") no-repeat scroll 49.9% 34px transparent;
    color: #7C6A55;
    display: block;
    font-size: 10px;
    height: 46px;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    top:-83px;
    border-bottom:solid 1px #7c6a55;
}

.blog_scroll .bx-window {
	margin-top:70px;
}

#carousel .bx-prev {
	width:22px;
	height:22px;
	position:absolute;
	left:10px;
	top:130px;
	background: url("images/arrow_left.png") no-repeat left top;
	z-index: 1000;
}

#carousel .bx-next {
	width:22px;
	height:22px;
	position:absolute;
	right:10px;
	top:130px;
	background: url("images/arrow_right.png") no-repeat left top;
	z-index: 1000;
}

.bx-pager {
	position:absolute;
	bottom:10px;
	color:black;
	text-align: right;
	right:30px;
	z-index: 1000;
}

.pager-link {
	display:inline-block;
	background:#a9a9a9;
	width:10px;
	height:10px;
	border-radius:50%;
	-moz-border-radius:50%;
	margin-right:5px;
	z-index: 1000;
}

.pager-active {
	background: #6d4494;
}

.alignleft {
	float:left;
}

.pager .post_details {
	width:415px;
	margin:0px;
}

/*--------------------------COMMENTS--------------------------*/

#commentform {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:solid 1px #7c6a55;
}

.comment-form-comment #comment {
	width:100%;
	border:solid 1px #7C6A55;
	height:100px;
}

#submit {
	border:solid 1px #7c6a55;
	font-size: 11px;
	font-family: Arial;
	color:#7c6a55;
	padding:4px 10px;
	background: #D1CBC4;
}

.comment_display {
	margin-bottom:20px;
	border-bottom:solid 1px #7c6a55;
	padding-bottom:20px;
}

.comment_display p {
	margin:5px 0;
}

.list_recent_comment {
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:solid 1px #7c6a55;
}

.recent_comment_author {
	font-style: italic;
	float: left;
	padding-top: 4px;
}

.recent_comment_button {
	float: right;
	padding-top: 4px;
}

.recent_comment_clear {
	clear:both;
	height: 0px;
}

#commentform input[type=text] {
	background: white;
	border:solid 1px #7c6a55;
}

#commentform label {
	display: inline-block;
	width:100px;
}

.foxycart {
	float:right;
}

code {
	font-family: Arial;
}

#foxyshop_breadcrumbs {
	background: none !important;
	border:0 !important;
	font-size: 12px;
}

.foxyshop_product .foxyshop_product_image {
	width:auto !important;
	margin-right:20px;
}

.foxyshop_product .foxyshop_product_image img {
	border:0 !important;
}

.foxyshop_product_info p {
	font-size:13px;
	margin:12px 0;
}

.foxyshop_variations label {
	width:auto !important;
	text-align: left !important;
}

/*--------------------------FOOTER.PHP--------------------------*/

#footer {
	clear:both;
	font-size:11px;
	width:100%;
	background: none;
	background-size:100% 50px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	padding:15px 0;
	border-top: solid 1px #7c6a55;
	margin-top:15px;
}
