/*
Theme Name: Your Co-Op
Theme URI: http://OnDemandAdz.com/
Description: 
Version: 1.0
Author: Matt Crupe & Caleb Stauffer
Author URI: http://vibrantvisual.com
Tags:
*/



* {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}

html {
	background-color: #082632;
	background-image: url(images/bg_html.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body { background: url(images/bg_header.png) top center no-repeat; }

p + p {
	margin-top: 15px;
}

h1 {
	margin-bottom: 15px;
}

a {
	outline: none;
	color: #3665af;
	text-decoration: none;
}

img {
	border: none;
}

input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}




#container {
	width: 900px;
	margin: 0px auto 0px auto;
}

#header {
	float: left;
	display: inline;
	width: 900px;
}

	#header a#logo {
		float: left;
		display: inline;
		width: 380px;
		height: 170px;
		margin: 0px 0px 0px 0px;
	}
	
	#header #contactInfo {
		float: left;
		display: inline;
		margin: 20px 0px 0px 13px;
		color: #bcd454;
		font-weight: bold;
		font-size: 20px;
	}
	
		#header #contactInfo p {
			float: left;
			display: inline;
			margin: 0px;
		}
	
	#header #newsletter {
		float: left;
		display: inline;
		width: 189px;
		margin: 10px 0px 0px 85px;
		color: #ffffff;
	}
	
		#header #newsletter input[type=text] {
			float: left;
			display: inline;
			width: 189px;
			height: 19px;
			margin-top: 3px;
			padding: 4px 0px 0px 5px;
			border: none;
			background-image: url(images/bg_header_input.jpg);
			font-size: 11px;
			outline: none;
			background-color: transparent;
		}
		
		#header #newsletter input[type=submit] {
			float: right;
			display: inline;
			width: 50px;
			height: 12px;
			margin-top: 3px;
			background-image: url(images/submit_header.jpg);
			background-color: transparent;
			border: none;
		}

	#header ul {
		float: left;
		display: inline;
		margin: 40px 0px 0px 0px;
	}
	
		#header ul li {
			float: left;
			display: inline;
			height: 40px;
			margin-left: 30px;
		}
		
			#header ul li.cur {
				background-image: url(images/bg_nav_cur.png);
				background-position: bottom center;
				cursor: default;
			}
			
			#header ul li.cur a {
				color: #FFFFFF;
				cursor: default;
			}
		
		#header ul li a {
			color: #e9a026;
			font-size: 20px;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
		}
		
			#header ul li a:hover {
				color: #FFFFFF;
			}

#content {
	float: left;
	display: inline;
	padding: 20px 20px 20px 20px;
	background-color: #FFFFFF;
}

#copy {
	float: left;
	display: inline;
	width: 573px;
}

	.no-sidebar #copy {
		width: 860px;
	}

.post,
.page {
	float: left;
	display: inline;
	width: 573px;
}

	.post + .post {
		margin-top: 15px;
	}

	.module .post {
		width: 282px;
		padding-bottom: 15px;
		border-bottom: 1px solid #CCCCCC;
	}
	
.post h2 {
	font-size: 14px;
	text-transform: uppercase;
}

.post h3 {
	font-weight: normal;
	font-size: 12px;
}
	
.page {
	min-height: 100px;
}

.entry {
	float: left;
	display: inline;
	width: 573px;
	line-height: 18px;
}

	.entry h1 {
		font-size: 18px;
	}
	
	.entry ul {
		margin: 5px 0px 15px 20px;
	}
	
.continue {
	color: #fe9712;
	text-decoration: none;
}
	
.addthis_button {
	float: left;
	display: inline;
	margin-top: 10px;
}

#comments {
	float: left;
	display: inline;
	width: 573px;
	margin-top: 20px;
}

.commentlist {
	float: left;
	display: inline;
	list-style: none;
}

.comment {
	float: left;
	display: inline;
	width: 593px;
	margin-top: 5px;
	padding: 10px;
	background-color: #f0f0f0;
	border: 1px solid #999999;
}

#respond {
	float: left;
	display: inline;
	width: 573px;
	margin-top: 20px;
}

#commentform {
	float: left;
	display: inline;
	margin-top: 5px;
}

#commentform label {
	margin-left: 10px;
	font-weight: bold;
	font-size: 10px;
}

#commentform input,
#commentform textarea {
	width: 200px;
	padding: 3px;
	border: 1px solid #999999;
}

#commentform textarea {
	width: 400px;
	max-width: 607px;
}

#commentform input[type=submit] {
	width: auto;
	padding: 0px 10px;
	font-size: 12px;
	background-color: #f0f0f0;
}

#sidebar {
	float: left;
	display: inline;
	width: 267px;
	margin-left: 20px;
}

	.no-sidebar #sidebar {
		display: none;
	}

	#sidebar_coops_search {
		float: left;
		display: inline;
		width: 189px;
		margin-left: 8px;
	}
	
		#sidebar_coops_search input[type=text] {
			float: left;
			display: inline;
			width: 189px;
			height: 19px;
			padding: 4px 0px 0px 5px;
			border: 0px;
			background-image: url(images/bg_sidebar_input.jpg);
			font-size: 11px;
			outline: 0px;
		}
		
		#sidebar_coops_search input[type=submit] {
			float: right;
			display: inline;
			width: 50px;
			height: 12px;
			margin-top: 3px;
			background-image: url(images/submit_small.jpg);
			background-color: transparent;
			border: none;
		}
		
	#sidebar_coops {
		float: left;
		display: inline;
		width: 249px;
		margin-top: 11px;
		padding: 9px 9px 9px 9px;
		background-color: #DDDDDD;
	}
	
		#sidebar_coops .post {
			width: 237px;
			margin: 0px 0px 9px 0px;
			padding: 5px 5px 9px 5px;
			border: 1px solid #aaaaaa;
			background-color: #FFFFFF;
			background-position: 5px 5px;
		}
		
			#sidebar_coops .post h1 {
				margin-bottom: 8px;
				font-size: 14px;
				font-weight: bold;
				color: #3f7abf;
				text-transform: uppercase;
			}
			
			#sidebar_coops .post p + p {
				margin-top: 8px;
			}
		
#footer {
	float: left;
	display: inline;
	width: 900px;
	height: 100px;
	margin-top: 15px;
}

#links {
	float: left;
	display: inline;
}

	#links li {
		float: left;
		display: inline;
		margin-right: 15px;
	}
	
		#links li.cur a {
			color: #FFFFFF;
			cursor: default;
		}
			
	
		#links li a {
			color: #e9a026;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
		}
		
			#links li a:hover {
				color: #FFFFFF;
			}
			
#copyright {
	float: right;
	display: inline;
	color: #D5D5D5;
	text-align: right;
}

#followUs {
	float: left;
	display: inline;
	height: 34px;
	margin-top: 10px;
	color: #D5D5D5;
}

	#followUs img {
		position: relative;
		top: 8px;
		margin-left: 3px;
	}
	



#post-7 {
	min-height: 59px;
	margin-bottom: 10px;
	padding-left: 200px;
	padding-top: 23px;
	background-image: url(images/title_blog.jpg);
	background-position: 0 7px;
	font-size: 15px;
}

	#post-7 a {
		color: #fe9712;
		text-decoration: none;
	}
	
	#post-7 img {
		margin: 0px;
		position: relative;
		left: 90px;
		top: -27px;
	}
	
#archives {
	float: left;
	display: inline;
	width: 189px;
	margin-left: 10px;
}

	#archives h2 {
		margin-bottom: 10px;
		border-bottom: 1px solid #b4b4b4;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: normal;
	}
	
	#archives ul {
		list-style: none;
	}
	
	#archives li.cur a {
		color: #082632;
		cursor: default;
	}
	
	#archives li + li {
		margin-top: 5px;
	}
	
	#archives ul a {
		color: #fe9712;
		text-decoration: none;
	}

#post-8 {
	width: 487px;
	min-height: 70px;
	margin-bottom: 10px;
	padding-left: 380px;
	padding-top: 10px;
	background-image: url(images/title_coops.jpg);
	background-position: 0 7px;
	font-size: 15px;
	text-transform: uppercase;
}

	#post-8.search {
		background-image: url(images/title_search.jpg);
	}

	#post-8 h1 {
		margin-bottom: 3px;
		color: #fe9712;
	}
	
	#post-8 strong {
		text-transform: normal;
	}

#post-10 {
	min-height: 70px;
	margin-bottom: 10px;
	padding-left: 300px;
	background-image: url(images/title_adTemplates.jpg);
	background-position: 0 7px;
	font-size: 15px;
}

#post-11 {
	min-height: 70px;
	margin-bottom: 10px;
	padding-left: 295px;
	padding-top: 23px;
	background-image: url(images/title_startCoop.jpg);
	background-position: 0 7px;
	font-size: 15px;
}

#post-12 {
	width: 665px;
	min-height: 70px;
	margin-bottom: 10px;
	padding-left: 200px;
	padding-top: 23px;
	background-image: url(images/title_faqs.jpg);
	background-position: 0 7px;
	font-size: 15px;
}




.alignleft {
	float: left;
	display: inline;
}

	.entry img.alignleft {
		margin: 15px 15px 15px 0px;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	.entry img.aligncenter {
		margin-top: 15px;
		margin-bottom: 15px;
	}

.alignright {
	float: right;
	display: inline;
}

	.entry img.alignright {
		margin: 15px 0px 15px 15px;
	}
	
.alt_blue {
	color: #3f7abf !important;
}

.alt_green {
	color: #bcd454 !important;
}

.alt_red {
	color: #da0000 !important;
}

	a.alt_red {
		text-decoration: none;
	}
	
	a.alt_red:hover {
		text-decoration: underline;
	}

.alt_yellow {
	color: #fe9712 !important;
}

.sub {
	float: left;
	display: inline;
	width: 269px;
	height: 46px;
	padding: 8px 0px 0px 13px;
	background-image: url(images/bg_sub.jpg);
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
}

	.sub .view-all {
		margin: 0px 10px 0px 0px;
	}

	#sidebar .sub {
		width: 267px;
		padding: 4px 0px 0px 13px;
		background-image: url(images/bg_sidebar_sub.jpg);
	}

.comment_bubble {
	min-height: 18px;
	padding: 0px 0px 0px 23px;
	background-image: url(images/img_bubble.jpg);
	font-size: 11px;
}

.category-ad-templates {
	width: 400px;
	border: 10px solid #d5d5d5;
}

	.category-ad-templates h1 {
		margin: 0px 0px 5px 0px;
		font-size: 14px;
		text-transform: uppercase;
	}
	
.category-blog {
	width: 637px;
	border: 10px solid #d5d5d5;
}

.category-faqs {
	width: 840px;
	border: 10px solid #d5d5d5;
}

.category-coops {
	width: 400px;
	border: 10px solid #d5d5d5;
}

	.category-coops h1 {
		margin: 0px 0px 5px 0px;
		font-size: 14px;
		text-transform: uppercase;
	}
	
.startcoop {
	width: 840px;
	border: 10px solid #d5d5d5;
}

	.startcoop form {
		float: left;
		display: inline;
		width: 620px;
	}
	
	.startcoop .row {
		float: left;
		display: inline;
		width: 608px;
	}
	
		.startcoop .row + .row {
			margin-top: 20px;
		}
	
	.startcoop .col {
		float: left;
		display: inline;
		width: 297px;
	}
	
		.startcoop .col + .col {
			margin-left: 14px;
		}
	
	.startcoop label {
		float: left;
		display: inline;
		width: 620px;
		font-size: 11px;
		font-weight: bold;
		color: #264e5e;
		text-transform: uppercase;
	}
	
		.startcoop label a {
			margin-left: 10px;
			text-transform: lowercase;
			text-decoration: none;
			color: #fe9712;
			font-size: 10px;
		}
	
	.startcoop input[type=text] {
		float: left;
		display: inline;
		margin-top: 3px;
		padding: 3px;
		border: 1px solid #909090;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
		.startcoop .row input[type=text] {
			width: 602px;
		}
		
		.startcoop .col input[type=text] {
			width: 290px;
		}
	
	.startcoop input[type=submit] {
		float: left;
		display: inline;
		width: 70px;
		height: 23px;
		margin-top: 20px;
		background-image: url(images/submit.jpg);
		border: none;
		background-color: transparent;
	}
	
#joincoop {
	float: left;
	display: inline;
	width: 257px;
	margin-bottom: 15px;
}
	
#joincoop input[type=text] {
	float: left;
	display: inline;
	width: 257px;
	margin-top: 5px;
	padding: 3px;
	border: 1px solid #909090;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #264e5e;
}

#joincoop input[type=submit] {
	float: left;
	display: inline;
	width: 70px;
	height: 23px;
	margin-top: 5px;
	background-image: url(images/submit.jpg);
	border: none;
	background-color: transparent;
}




.editable {
	position: relative;
}

.editable-hover {
	outline: 5px solid #a5b8de;
	background-color: #E7EBF5;
}

.editable-div {
	position: absolute;
	top: 0px;
	right: 60px;
	display: none;
}

	.editable-ispage {
		right: 0px;
	}
	
.addable-div {
	position: absolute;
	top: 0px;
	right: 41px;
	z-index: 9999;
	display: none;
	white-space: nowrap;
}

.deleteable-div {
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}

a.editable-btn,
a.addable-btn,
a.deleteable-btn {
    float: left;
    display: inline;
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 5px 5px 0px 0px;
    padding: 0px 4px 0px 4px;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    text-transform: uppercase;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #666666 !important;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;
}

a.editable-btn:hover,
a.addable-btn:hover,
a.deleteable-btn:hover {
    background-color: #CCD5EB;
    border: 1px solid #6E8AC5;
    color: #000000 !important;
}

.homeTagImage {
	float: left;
	display: inline;
	background-image: url(images/index-v2_03.jpg);
	width: 100%;
	min-height: 29px;
	margin-bottom: 25px;
}

	.homeTagImage .text {
		margin: 7px 0px 0px 40px;
		color: #3665af;
	}
	
	.homeTagImage .text p.large {
		float: left;
		display: inline;
		font-size: 20px;
		margin: 0px 7px 0px 0px;
		padding-bottom: 3px;
		font-weight: bold;
	}
	
	.homeTagImage .text p.small {
		font-size: 16px;
		margin: 0px;
		padding-top: 1px;
		font-weight: normal;
	}
	
#bannerAds {
	float: left;
	display: inline;
	width: 100%;
	margin: 10px auto 30px auto;
	padding-bottom: 30px;
	text-align: center;
	overflow: hidden;
}

	#bannerAds ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		text-align: center;
	}
	
	#bannerAds ul li {
		display: inline;
		width: 145px;
		margin: 0px 10px 0px 0px;
	}
	
	#bannerAds p {
		margin-bottom: 15px;
		color: #D5D5D5;
	}
	
.clear { clear: both; }

