/*
Theme Name: Mana Org
Theme URI: http://manastudios.net
Description: For the non-profit portfolio and blog
Author: Monte Amador
Author URI: http://manastudios.net
Version: 1.0
.
This theme can be used but not sold - cretins :)
.
*/


/*DECLARE BODY OVERALL*/
body {
	margin:0px 0px 0px 0px;
	padding:0px;
	font: normal 62.5% "lucida grande",arial, sans-serif;
	line-height:150%;
}
img {
	border:0;
	margin:10px;
}
a {
	outline: none;
}
#wrap {
	width: 980px;
	min-height: 800px;
	margin: 0 auto 0 auto;
}
.container {
	margin:20px 0px 0px 0px;
}

/*TEASER TEXT*/
#teaser {
	text-align: left;
	font:normal 1.3em "Lucida Grande", arial, sans-serif;
	line-height:150%;
	
}
#teaser a {
	text-decoration:none;
	font-weight: bold;
	color: #000000;
}
#teaser h2 {
	text-transform:uppercase;
}
#teaser p a {
	font-size: 1.1em;
}
#teaser p a:hover {
	background-color: #999999;
}

#slideshow {
	width: 536px;
	height: 427px;
}
/*#now #teaser {
	border-bottom:10px solid #999999;
}*/

/*CONTACT FORM*/
#contact .container {
	font-size:1.4em;
}
#links {
	position:relative;
	float:right;
}
#links dl {
	width:400px;
	margin:20px 0px 0px 0px;
	border:10px solid #999999;
	background: url(../images/rssLogo.gif) no-repeat -31% center;
}	
#links dt {
	float:right;
	margin:10px;
	font:bold 2em "lucida grande",arial, sans-serif;
	text-transform: uppercase;
}
#links ul {
	list-style-type:square;
}
#links li {
	text-align:right;
	clear:right;
	font:normal 1.4em "lucida grande", arial, sans-serif;
	margin:10px;
}
/*MAIN TEXT*/
#main_text {
	position:relative;
	float:right;
	text-align:left;
	font: normal 1.3em "Lucida Grande",arial, sans-serif;
	letter-spacing:.03em;
	line-height: 150%;
	width:380px;
}
#main_text h2 {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font: normal 2.1em "lucida grande", arial, sans-serif;
}
#main_text h3 {
	text-transform:uppercase;
	margin:15px 0px;
	font: bold 1.6em"lucida grande",arial, sans-serif;
}
#main_text a {
	text-decoration:none;
	color:#000000;
	font-weight: bold;
}
#main_text a:hover {
	background-color: #999999;
}
#main_text p b {
	font-size:1.1em;
}
.thumbnail {
	float:left;
	margin: 0px 10px 0px 0px;
}
.alignleft {
	float:left; 
	margin:0 1em 1em 0
}
p.wp-caption-text {
	margin:0px 0 0 0;
	padding:0;
	text-align:center;
	font:bold 85% arial, 'lucida-grande', sans-serif ;
	
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.thumbnail_r {
	float:right;
	margin:0px 0px 0px 10px;
}
#main_text .thumbnail_r {
	position:absolute;
	top:-20px;
	right:-45px;
}
#teaser {
	float:right;
	text-align:right;
	margin:0;
	padding:0;
}
#teaser h2 {
	margin:5px 0px 0px 0px;
}
#teaser ul {
	list-style:none;
	margin:0;
	padding:0;
}

#sub_nav {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#sub_nav ul {
	text-align:left;
	margin:0;
	padding:0;
}
#sub_nav ul li {
	display:inline;
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 0px;
	font:bold 1em "lucida grande",arial, sans-serif;
	text-transform:uppercase;
}
#sub_nav ul li a {
	text-decoration:none;	
	color:black;
}
#sub_nav ul li a:hover {
	text-decoration:underline;
}

/*BEGIN CONTACT PAGE*/
#contact #side_info {
	float:right;
	margin:50px 0px 0px 0px;
	width:500px;
}
#contact #sub_nav ul {
	font: bold 1.3em "lucida grande",arial, sans-serif;
	margin:0;
	padding:0;
}
#contact #sub_nav ul li {
	display:inline;
	margin-left:30px;
	font: normal 1em "lucida grande", arial, sans-serif;
	text-transform:uppercase;
}
#contact #sub_nav ul li a:hover {
	background-color:#999999;
}
#contact .sub_1, #contact .sub_2 {
	float:right;
	text-align:left;
	font: normal 1.1em "Lucida Grande",arial, sans-serif;
	line-height: 145%;
	letter-spacing:.03em;
	width:100%;
	margin-bottom:20px;
}
#contact .sub_2 {
	padding-top:20px;
	border-top: 1px solid black;
}
#contact .sub_1 h3, #contact .sub_2 h3 {
	font: bold 1.3em "lucida grande",arial, sans-serif;
	color:black;
}

.separator {
	clear:both;
	border-top:1px solid #e3e3e3;
	margin-top:20px;
	padding-top:20px;
}
.biggap {
	clear:both;
	border-top:1px solid #e3e3e3;
	margin-top:40px;
	padding-top:40px;
}
/*BEGIN NOW BODY TAG*/

#now .sub_1 {
	text-align:left;
	font: normal 1em "Lucida Grande",arial, sans-serif;
	line-height: 155%;
	letter-spacing:.03em;
	width:100%;
	margin-bottom:20px;
}
#now .sub_2 {
	padding-top:20px;
}
#now .sub_1 h2, #now .sub_2 h2 {
	font-size:1.5em;
	text-transform:uppercase;
	display:block;
}
#now .sub_1 h3, #now .sub_2 h3 {
	margin:0;
	padding:0;
	font-size:1.3em;
}
.sub_1 .folio_text {
	float:left;
	margin:15px 0px 20px 0px;
	width:525px;
}
.sub_2 .folio_text {
	margin:15px 0px 20px 0px;
	width:525px;
}
.clear {
	clear:both;
}
#now .sub_1 p, #now .sub_2 p {
	font-size:1.275em;
	line-height:130%;
	margin-bottom:0px;
}
#now .sub_1 a:link, #now .sub_1 a:visited, #now .sub_2 a:link, #now .sub_2 a:visited {
	text-decoration:underline;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
#now .sub_1 a:hover, #now .sub_2 a:hover {
	text-decoration:none;
}
/*VIDEO PLAYER*/
/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 480px; 
    height:270px;  
    margin:0 0px 20px 0; 
} 
/* play button */ 
a.myPlayer img { 
    margin-top:10px; 
    border:0px; 
} 
.spacer {
	clear:both;
}
/* when container is hovered we alter the border color 
a.myPlayer:hover { 
    border:5px solid #999999; 
}*/ 
.video {
	float:right;
	margin:0px 0px 40px 20px;
	padding-top:30px;
}
.flowPlayer {
	clear:right;
	float:right;
	margin:0px 0px 40px 20px;
}
.googleMap {
	border:5px solid #333333;
	clear:right;
	float:right;
	margin:0px 0px 40px 20px;
}
/*#now #player {
	width:480px;
	height:270px;
	padding-top:20px;
	display: block;
}*/
/*BEGIN #WHO BODY TAG*/
#who .sub_1 {
	text-align:left;
	font: normal 1.2em "Lucida Grande",arial, sans-serif;
	letter-spacing:.03em;
	line-height: 150%;
	margin:0px 0px 30px 0px;
	padding-top:10px;
	width:100%;
}
#who .sub_2 {
	text-align:left;
	font: normal 1.2em "Lucida Grande",arial, sans-serif;
	letter-spacing:.03em;
	line-height: 150%;
	padding-top:20px;
	border-top: 1px solid black;
	width:100%;
}
#who .sub_1 p, #who .sub_2 p {
	margin-left:220px;
}
#who .container {
	margin:20px 0px 0px 0px;
}
#who .sub_1 h3, #who .sub_2 h3 {
	display:inline;
}
#who #main_text p {
	margin-bottom:0px;
}
#who .sub_1 a:link, #who .sub_1 a:visited, #who .sub_2 a:link, #who .sub_2 a:visited {
	text-decoration:none;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
#who .sub_1 a:hover, #who .sub_2 a:hover {
	background-color: #999999;
}

/*VIDEO PLAYER*/
#player {
	width:640px;
	height:380px;
	padding-top:20px;
	display: block;
}
#footer {
	clear:both;
	font:bold 1.1em black;
	margin:20px 0 20px 0;
	border-top: 10px solid #999999;
	border-bottom: 10px solid #999999;
}
#footer h3  {
	margin:0;
	padding:0;
	text-indent: -9999px;
}
#footer ul{
	margin:0;
	padding:0;
}
#footer_nav {
    float:left;
}
#footer ul li {
	display:inline;
	margin:0px 20px 0px 0px;
	text-transform:uppercase;
}
#footer a:link, #footer a:visited {
	color:black;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.footer_sub {
	float:right;
	text-align:right;
	margin-top:20px;
	margin-left:25px;
}

.footer_2 {
	float:left;
	margin:20px 0px 10px 175px;
}
.footer_2 p {
	line-height: 30%;
}

#footer .tag {
	margin: 0px 0px 0px 0px;
}
#footer h4 {
	text-align: right;
	margin:15px 0px 0px 0px;
	padding-bottom:15px;
}
/*MASTHEAD*/
#masthead {
	width:100%;
	border-bottom: 10px solid #999999;
	text-align: left;
}
#masthead h1 {
	float:left;
	margin:20px 0px 80px 0px;
	padding:0;
}

#main_nav h4 {
	margin:0;
	padding:0;
	text-indent: -9999px;
}
/*MASTHEAD NAVIGATION*/
#main_nav {
	float:right;
	margin:10px 0px 0px 0px;
	padding:0;
}
#main_nav ul {
	margin:0px;
	padding:0px;
}
#main_nav ul li {
	display:inline;
	margin:0px 0px 0px 30px;
	padding:0px 65px 0px 0px;
	font:bold 1.4em "lucida grande",arial, sans-serif;
	border-top:10px solid #999999;
}
#main_nav ul li a:link,#main_nav ul li a:visited {
	padding-top:10px;
	padding-right:15px;
	text-decoration:none;	
	color:black;
}
#main_nav li a:hover {
	background-color: #999999;
}


/*LANGUAGE BAR*/
#language {
	position:relative;
}
#language a {
	text-decoration: none;
	font-family: helvetica,arial, sans-serif;
	font-size: 1.6em;
	color: #000000;
}
#language a:hover {
	background-color: #999999;
}
#language h2 {
	position:absolute;
	top:-20px;
	right:0px;
	font:1.8em 'lucida grande', arial,sans-serif;
	font-weight:500;
	text-transform:uppercase;
}
/*COMMENT STYLES*/
#comments_template {
	border-top:1px solid #e3e3e3;
	margin-top:30px;
	padding-top:30px;	
}
ol#comments {
	margin:0px;
	padding:0px;
	margin-top:20px;
}
ol#comments li {
	margin:0px;
	padding:0px;
	position:relative;
	padding-left:60px;
	list-style:none;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e5e5e5;
}
ol#comments .avatar {
	position:absolute;
	top:0px;
	left:0px;
}
ol#comments small a {
	font-weight:normal;
	color:#999999;
}



ul.commentlist {
	margin:20px 0px 20px 0px;
	padding:0px;
	border:5px solid #dedede;
}
ul.commentlist li {
	margin:0px;
	padding:10px 0px 20px 60px;
	position:relative;
	list-style:none;
	border:1px solid #dedede;
	border-bottom:0px;
	background:#ffffff url(images/background_block_slice.jpg) repeat-x;
	background-position:1px 1px;
}
ul.commentlist .avatar {
	position:absolute;
	top:10px;
	left:10px;
	border:1px solid #dedede;
}
ul.commentlist .commentmetadata {
	display:none;
}
ul.commentlist ul  {
	margin:20px 0px 20px 0px;
	padding:0px;
}
ul.commentlist ul li {
	border:0px;
	background-color:#ffffff;
	overflow:auto;
	background-image:none;
	padding-bottom:0px;
}
