/*
Theme Name: The Ability Project
Theme URI: http://theabilityproject.com
Description: Custom Theme for The Ability Project
Version: 0.1 Beta
Author: Josh Malmuth
*/


/*-----------Block Level Elements--------------*/

*{margin:0; padding:0;}

html, body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: small;
	margin: 0;
	background-repeat: repeat-x;
	background-image: url(/wp-content/themes/tap/images/bg_gradient.png);
	height: 100%;
	}
	
a:link, a:visited {color: #000066; text-decoration: none;}

a:hover, a:active {text-decoration: underline;}

img {
	border: none;
	margin: 0;
	}

#wrapper {
	display: block;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-image: url(/wp-content/themes/tap/images/wrapper_gradient.png);
	background-color: transparent;
	min-height: 100%;
	}
	
#page {
	display: block;
	width: 940px;
	margin: 0 auto;
	}

#header {
	display: block;
	float: left;
	width: 940px;
	margin: 20px 0 10px;
	}

#headerimg {
	display: block;
	float: left;
	width: 140px;
	margin-right: 20px;
	}
	
#header_meta {
	display: block;
	float: left;
	width: 300px;
	margin-top: 80px;
	font-size: 0.9em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	

/* START NAVIGATION BAR */
	
#mainbar {
	display: block;
	float: left;
	width: 940px;
	background-color: #000066;
	margin: 10px 0 0;
	height: 30px;
	}
		
.sub1 {
	display: block;
	padding-top: 7px;
	padding-bottom: 5px;
	width: 720px;
	float: left;
	}
	
.sub1 a, .sub1 a:visited {
	display: inline;
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	padding: 1em 1em;
	text-transform: uppercase;
	}
	
.sub1 a:hover, .sub1 a:active {
	color: white;
	background-color: #acbeff;
	padding-bottom: 0.7em;
	padding-top: 0.6em;
	}
	
#search {
	display: block;
	width: 220px;
	float: right;
	background-color: white;
	}
	
/* END NAVIGATION BAR */



#ticker {
	display: block;
	float: left;
	width: 940px;
	background-color: #dadada;
	height: 30px;
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	}
	
#ticker p {
	margin: 7px 0 0 10px;}
	
#ticker #tickerinner {
	color: black;
	margin-left: 5px;
	}

#content { 
	display: block;
	width: 940px;
	float: left;
	margin-bottom: 30px;
	}
	
#home_video {
	display: block;
	width: 380px;
	float: left;
	margin-right: 20px;
	}
	
#home_blog {
	display: block;
	width: 380px;
	float: left;
	}
	
.section_header {
	display: block;
	width: 220px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin: 0 0 10px;
	}
	
.section_header a:link, .section_header a:visited {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	}
	
.section_header a:hover, .section_header a:active {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	}
	
#highlight {
	display: block;
	width: 160px;
	background-image: url(/wp-content/themes/tap/images/highlight_bg.png);
	float: right;
	height: 378px;
	margin-right: -20px;
	}
	
.highlight_content {
	display: block;
	width: 130px;
	margin: 30px auto;
	}
	
.highlight_text {
	display: block;
	margin: 10px 0;
	padding-top: 5px;
	border-top: 1px solid #CCCCCC;
	}
	
.highlight_text p {
	margin-top: 6px;
	}

#footer {
	display: block;
	clear: both;
	width: 940px;
	height: 100px;
	line-height: 120%;
	}
	
#footer p {
	margin-top: 5px;
	}
	
#footer_meta {
	display: block;
	width: 540px;
	float: left;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	font-size: 0.85em;
	}
	
#footer_meta .left_aligned {
	display: block;
	float: left;
	width: 300px;
	text-align: left;
	}
	
#footer_meta .right_aligned {
	display: block;
	float: right;
	width: 220px;
	text-align: right;
	}
	
#sidebar {
	display: block;
	float: right;
	width: 260px;
	}
	
#sidebar ul {
	list-style: none;
	}
	
#sidebar ul ul {
	width: 240px;
	margin-left: 20px;
	}
	
#elist {
	display: block;
	width: 380px;
	float: right;
	}
	
.widecolumn {
	float: left;
	margin-top: 10px;
	}
	
.mu_register {
	float: left;
	}

/*-------------Headings-------------*/

h1 {

}

h2 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	color: #000066;
	}
	

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/


h2 a:link, h2 a:visited {
	color: #000066;
	text-decoration: none;
	}
	
h2 a:hover, h2 a:active {
	color: #000066;
	text-decoration: underline;
	}

.byline {
	display: block;
	float: left;
	font-style: italic;
	width: 380px;
	margin-bottom: 5px;
	margin-top: 2px;
	}
	
.byline_home {
	display: block;
	float: left;
	font-style: italic;
	height: 50px;
	margin: 10px 10px 0 0;
	background-color: #E8E8E8;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	padding: 10px;
	}
	
.byline_blog {
	display: block;
	float: left;
	font-style: italic;
	width: 640px;
	margin-bottom: 5px;
	margin-top: 2px;
	}
	
.blue-text {
	color: #acbeff;
	font-size: 1.2em;
	}
	
	
.byline a:link, .byline a:visited {
	color: #acbeff;
	text-decoration: none;
	}
	
.byline a:hover, .byline a:active {
	color: #acbeff;
	text-decoration: underline;
	}
	
.byline_home a:link, .byline_home a:visited {
	color: #acbeff;
	text-decoration: none;
	}
	
.byline_home a:hover, .byline_home a:active {
	color: #acbeff;
	text-decoration: underline;
	}
	
.byline_blog a:link, .byline_blog a:visited {
	color: #acbeff;
	text-decoration: none;
	}
	
.byline_blog a:hover, .byline_blog a:active {
	color: #acbeff;
	text-decoration: underline;
	}
	
.post {
 	display: block;
 	width: 380px;
 	margin-bottom: 25px;
	}

.post p {
	margin-bottom: 6px;
	}
	
.post_page {
	display: block;
	float: left;
	width: 380px;
	margin: 10px 0 10px 20px;
	}
	
.post_page p {
	margin-bottom: 10px;
	}
	
.post_blog p {
	margin-bottom: 10px;
	}
	
.page_image {
	display: block;
	width: 380px;
	float: left;
	margin: 10px 0 10px 80px;
	}
	
h2.post_page {
	margin-bottom: 10px;
	}
	
h2.one_column {
	margin-bottom: 10px;
	}
	
.post_blog {
	display: block;
	float: left;
	width: 640px;
	margin: 10px 0 10px;
	}

#blog_wrapper {
	display: block;
	float: left;
	width: 660px;
	border-right: 1px solid #CCCCCC;
	}

.post a {

}

.post ul {

}

.post li {

}

.entry {
	display: block;
	width: 380px;
	line-height: 140%;
	}
	
.entry_home {
	display: block;
	width: 380px;
	line-height: 140%;
	margin-top: 7px;
	}
	
.entry_page {
	display: block;
	width: 380px;
	line-height: 140%;
	margin-top: 10px;
	}
	
.entry_blog {
	display: block;
	width: 640px;
	line-height: 140%;
	margin-top: 10px;
	}
	
.entry_blog ul {
	display: block;
	width: 550px;
	margin: 10px 0 10px 30px;
	list-style: disc;
	}
	
.entry_page ul {
	display: block;
	width: 350px;
	margin: 10px 0 10px 30px;
	list-style: disc;
	}
	
.blue {
	color: #000066;
	font-weight: bold;
	}

.postmetadata {
	display: block;
	width: 380px;
	border-top: 1px solid #CCCCCC;
	padding-top: 2px;
	text-align: right;
	font-style: italic;
	}
	
.postmetadata_blog {
	display: block;
	width: 640px;
	padding-top: 2px;
	text-align: left;
	font-style: italic;
	margin-top: 10px;
	border-top: 1px solid #CCCCCC;
	}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {
	display: block;
	width: 640px;

}

.alignleft {
	float: left;

}

.alignright {
	float: right;

}

.center {

}

.pagetitle {

}

blockquote {
	width: 600px;
	margin-left: 40px;
	background-color: #acbeff;
	}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {
	margin-top: 10px;

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}

.tag {
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
.archive_header {
	text-align: center;
	text-decoration: underline;
	}


/*--------------Comments--------------*/

ol.commentlist {
	display: block;
	list-style: none;
	margin-top: 10px;
	width: 640px;
	}

ol.commentlist li {
	display: block;
	margin-bottom: 20px;
	padding: 10px;
	}

ol.commentlist li.alt {
	display: block;
	background-color: #acbeff;
	}

ol.commentlist a {
	}

.the_comment {
	display: block;
	margin-bottom: 3px;
	line-height: 140%;
	}
	
.the_comment p {
	margin-bottom: 6px;
	}

.commentmetadata {
	font-size: 0.9em;
	}

/*--------------Search Form-------------*/

#searchform {

}

#searchsubmit {
	width: 40px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	background-image: url(/wp-content/themes/tap/images/search_button.png);
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	}


#searchform #s {
	height: 20px;
	background-color: white;
	float: left;
	border: none;
	width: 175px;
	color: #888;
	font-size: 0.9em;
	padding-left: 5px;
	padding-top: 6px;
	margin-top: 2px;
	}
	
	

/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}


/* Mailing List Form */
	
	
.elist_wrapper {
	display: block;
	float: left;
	width: 220px;
	height: 23px;
	overflow: display;
	margin-top: 10px;
	}

.elist {
	display: block;
	margin: 0;
	padding: 0;
	width: 190px;
	height: 25px;
	}
	
.elist input.eListEmail {
	display: block;
	float: left;
	background: url(/wp-content/themes/tap/images/search-bckgrnd.gif) top left no-repeat;
	border: none;
	height: 17px;
	padding-top: 5px;
	color: #999999;
	width: 184px;
	padding-left: 6px;
	}

div.elist input.eListJoin {
	display: block;
	float: left;
	margin-left: -35px;
	padding: 7px 10px;
	background: #000066;
	}
	
.elist fieldset {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	}
	

/*-------------Images------------------*/

.why {
	display: block;
	width: 640px;}


.headroom {
	margin-top: 3px;
	}
	
	
li.MsoNormal {
	display: block
	width: 600px;
	margin-left: 40px;
	}
	
.entry_blog ol {
	display: block;
	width: 600px;
	margin-left: 40px;
	margin-bottom: 10px;
	}
	
p.MsoNormal {
	line-height: 140%;
	}

.network_icon {
	display: block;
	float: left;
	width: 125px;
	height: 125px;
	}
	
#home_network {
	display: block;
	width: 380px;
	float: left;
	margin-right: 20px;
	margin-top: 30px;
	}
	
.post_thumbnail {
 	display: block;
 	width: 380px;
 	margin-bottom: 10px;
 	background-color: #E8E8E8;
 	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	}

.post_thumbnail p {
	margin-bottom: 6px;
	}

a.thumbnail {
	display: block;
	padding: 8px;
	}
	
a.thumbnail:hover {
	background-color: #acbeff;
	text-decoration: none;
	}
	
.thumbnail_meta {
	display: block;
	margin-left: 70px;
	margin-top: -40px;
	height: 40px;
	}
	
#video_thumbs {
	display: block;
	width: 380px;
	margin-bottom: 30px;
	}
	
.posted_by {
	display: block;
	margin-left: 60px;
	margin-top: -40px;
	}
	
.userphoto {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(/wp-content/themes/tap/images/noavatar.jpg);
	}
	
.one_column {
	float: left;
	width: 760px;
	margin: 10px 0 10px 80px;
	}
	
.entry_page_one {
	width: 760px;
	line-height: 140%;
	margin-top: 10px;
	}
	
.entry_page_one p {
	margin-bottom: 10px;
	}
	
.entry_page_one img {
	margin: 0 10px 0 0;
	}
	
.one_column_linkback {
	text-align: right;
	}
	
.entry_page_one ul {
	display: block;
	width: 350px;
	margin: 10px 0 10px 30px;
	list-style: disc;
	}
	
.viewer {
	width: 940px;
	height: 400px;
	background-repeat: repeat-x;
	background-image: url(/wp-content/themes/tap/images/watershed_bg.png);
	}
	
.broadcaster {
	width: 940px;
	height: 550px;
	background-repeat: repeat-x;
	background-image: url(/wp-content/themes/tap/images/watershed_bg.png);
	}
	
.broadcast_module {
	width: 760px;
	float: left;
	margin-top: 35px;
	margin-left: 90px;
	}
	
#watershed_viewer {
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	}
	
#watershed_comments {
	display: block;
	float: right;
	margin-top: 19px;
	margin-right: 20px;
	}
	
.post_viewer {
	width: 550px;
	float: left;
	margin-left: 358px;
	margin-top: 20px;
	}
	
.entry_viewer {
	width: 550px;
	line-height: 140%;
	margin-top: 10px;
	}
	
#testimonials {
	float: left;
	width: 380px;
	height: 190px;
	background-color: #E8E8E8;
	}
	
.sub_test {
	float: left;
	width: 340px;
	height: 150px;
	padding: 5px 10px 10px 3px;
	margin: 10px 10px 20px 10px;
	background-color: white;
	}
	
.test_text {
	float: left;
	margin: 10px 0 0 10px;
	width: 220px;
	}
	
.test_image {
	width: 100px;
	height: 100px;
	margin: auto 0;
	float: left;
	}
	
.contact_column {
	float: left;
	width: 940px;
	margin: 10px 0 10px 0;

	}
	
.entry_page_contact {
	width: 940px;
	line-height: 140%;
	margin-top: 10px;
	}

.entry_page_contact p {
	margin-top: 10px;
	}
	
.entry_page_contact img {
	margin: 0 10px 0 0;
	}
	
.hidden {
	display: none
	}
	
.intern_header {
	margin: 0 0 10px 210px;
	}
	
.video-post {
	display: block;
	float: left;
	width: 300px;
	margin-bottom: 20px;
	margin-left: 6px;
	margin-right: 6px;
	height: 275px;
	}
	
.video-entry {
	display: block;
	float: left;
	width: 300px;
	margin-top: 10px;
	line-height: 145%;
	text-align: justify;
	}
	
.video-title {
	float: left;
	margin-top: 10px;
	}
	
.video-entry p {
	margin-bottom: 6px;
	}
	
.video-single {
	display: block;
	float: left;
	width: 720px;
	margin-bottom: 20px;
	}
	
.single-entry {
	display: block;
	float: left;
	width: 720px;
	margin-top: 10px;
	line-height: 145%;
	text-align: justify;
	}
	
.single-entry p {
	margin-bottom: 6px;
	margin-top: 10px;
	}
	
.video-single img {
	margin-bottom: 10px;
	}
	
#video_comments {
	margin-top: 35px;
	}
	
#welcome {
	width: 934px;
	line-height: 150%;
	margin-bottom: 25px;
	margin-left: 6px;
	margin-top: 15px;
	}
	
#welcome p {
	margin: 8px 0;
	}
	
.post_thumbnail_supp {
 	display: block;
 	width: 380px;
 	margin-bottom: 10px;
 	background-color: #E8E8E8;
 	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	}

.post_thumbnail_supp p {
	display: none;
	margin-bottom: 0;
	}
	
a.thumbnail_supp {
	display: block;
	padding: 8px;
	}
	
a.thumbnail_supp:hover {
	background-color: #acbeff;
	text-decoration: none;
	}
	
.thumbnail_meta_supp {
	display: block;
	margin-left: 70px;
	margin-top: -50px;
	height: 40px;
	}
	
.extra {
	float: left;
	width: 940px;
	}
	
.back {
	clear: left;
	width: 940px;
	}
	
#video_container {
	width: 940px;
	}
