/*
Version: 0.0.1
Description: A simple theme for exPhone.
Author: Chris Messina & Alex Hillman
Author URI: http://www.factoryjoe.com/ & www.weknowhtml.com
*/
body {
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: #191919;
	background: #edecd0 url(../images/bg.png) repeat;
	color:#000;
	margin:0;
	padding:0;
	text-align:center;
}
a, a:visited {
	color: #2971a7;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a {
	outline:none;
}
:focus {
	-moz-outline-style: none;
}
a.recycle img,a.donate img {
	margin-bottom:-5px;
}
blockquote{
	font-weight:bold;
	color: #84b619;	
	text-align:center;
}

/********
	Navigation
		**********/

.navigation {
	margin-bottom: 6px;
}
.navigation li {
	display: inline;
	margin-right: 16px;
}
.navigation li a.primary {
	font-weight: bold;
	font-size: small;
}

/********
	Structure Styles
		**********/
#container {
	width: 800px;
		margin: 18px auto;
		padding: 60px 30px 20px 30px;
}
#container, .profiles li{
	-moz-border-radius: 1.6em;
	-webkit-border-radius: 1.6em;
	border-radius: 1.6em;	
	border: 2px solid #cee5a0;
	text-align:left;
	background: url(../images/bg-white.png) repeat;
}
#header h1#site-name a {
	display:block;
	width: 300px;
	height: 60px;
	text-indent: -1000em;
	background: url(../images/logo.png) no-repeat left top;
	margin: 0 0 25px 20px;
	float:left;
}
#header .tagline {
	font-size:12px;
	font-weight:bold;
	float:right;
	width:340px;
	margin-top:20px;
	margin-right:50px;
}
#header .iphone {
	display:block;
	text-indent:-9999em;
	width:150px;
	height:220px;
	background:url(../images/iphone.png) no-repeat;
	position:absolute;
	top:0;
	right:-50px;
}
/********
 	Main Content Styles
		**********/
#content h2, #content h3 {
	color: #84b619;
	font-family: Myriad, "Myriad Pro", "Lucida Grande", sans-serif;
	font-weight: normal;
}
#content h2 {
	font-size: 30px;	
	line-height:30px;
	margin:15px 0;
	text-align:center;
}
#content h2 a{
	color: #84b619;
}
#content .major h2 {
	text-align:center;
}
#content .major h3 {
	margin-bottom:5px;
	text-align:center;
}
#content .continuation {
	text-align:center;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;	
	border: 2px solid #cee5a0;
	background: url(../images/bg-white.png) repeat;
	padding:6px 10px 8px;
	margin: 10px 0 18px;	
	width: auto;
}
#content h3, #content h3 a {
	color: #84b619;
	font-size:18px;
	text-align: center;
	margin:40px 0 16px;
}

#content h4{
	font-size:16px;
	font-weight: normal;
	margin-bottom: 8px;
}

#content .section {
	margin-bottom: 20px;
}
#content .profiles li {
	width: 20%;
	display: inline;
	float: left;
	padding: 6px 10px 16px;
	margin: 0 7px;
	font-size: 11px;
	min-height: 320px;
	_height:320px;
	height:320px;
}
#content .profiles li p.org-logo {
		text-align: center;
}
#content .profiles li img.logo {
	margin: 0 auto 6px;
}
#content .profiles li.first {
	margin-left: 0;
}
#content .profiles li.last {
	margin-right: 0;
}
#content ul, #content ol {
	margin: 0 0 18px 2.2em;	 
}
#content ul { 
	list-style: none outside; 
}
#content ul li {
	list-style: disc;
}
#content ol, #content ol li { 
	list-style-type: decimal;
}
#content .fn {
	font-weight: bold;
}
#content .tel .type {
	display: none;
}
#content .thumbs, #content .badges {
	text-align:center;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;	
	border: 2px solid #cee5a0;
	background: url(../images/bg-white.png) repeat;
	padding:16px 10px;
	margin: 10px 0 18px;
}
#content .thumbs .loading{
	border:none;
	height:auto;
	width:auto;
}
#content .badges {
	background: #fff;
}
#content .badges li {
	list-style: none;
	margin-bottom: 30px;
}
#content .thumbs h3 {
	margin-top: 12px;
}
#content .thumbs img {
	border:solid 3px #84b619;
	width: 75px;
	height: 75px;
/*	padding: 0 4px 4px 0;*/
}
#content ol.howto li a img{
	border:solid 1px #84b619;
	margin-left:200px;
	margin-top:20px;
}
/********
	Layout Adjustment
		**********/

.grid2col .column {
	width: 45%;
}
/********
	Forum Formatting
		**********/
#about, #terms, .warning {
	width: 60%;
	margin: 0 auto;
}
#community-content {
	margin-top: 60px;
}
#community-content #bookmarks h4 {
	font-size: 12px;
}
#community-content #bookmarks ul {
	margin-left: 0; 
}
#community-content #bookmarks ul li {
	font-size: 11px;
	list-style: none;
	text-indent: -20px;
	margin-left: 20px;
}
#community-content #bookmarks a {
	color: #7e7969;
}
#community-content #bookmarks a:hover {
	text-decoration: underline;
}
#community-content #bookmarks a:visited {
	color: #9e9f9e;	
}
#community-content #discussions a {
	text-decoration: underline;
}
#community-content #discussions small, #community-content #bookmarks small {
	color: #868686;
}
#community-content #discussions small a, #community-content #bookmarks small a {
	color: #84a5be;
	text-decoration: underline;
}
#community-content #discussions small a:hover, #community-content #bookmarks small a:hover {
	color: #2971a7;
}
#community-content .column.first{
	width:65%;
}
#community-content .column.last{
	width:30%;
	position:relative;
}
#community-content h4{
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:solid 1px #cee5a0;
}
.post{
	border-bottom:dotted 1px #ccc;
	padding: 5px 0 8px;
}			
.post p{
	font-size:11px;
}
.post img{
	margin-bottom:-5px;
}
.warning {
	text-transform:uppercase;
	color: #bd1d01;
	padding-left: 36px;
	background: url(../images/icon-obey.png) no-repeat left center;
	min-height: 48px;
	text-align:center;
}
.warning strong {
	background: url(../images/icon-obey.png) no-repeat right center;	
	display: block;
	min-height: 48px;
	padding-right: 36px;
}
.credit {
	color: #999;	
}

.credit a {
	color: #787878;
}

/********
	Footer Styles
		**********/
#footer {
	color: #999;
	width: 800px;
	margin: 18px auto;
	font-size: 10px;
	text-align: left !important;
}
#footer p { 
	margin: 0 0 2px; 
}
#footer #legalese a {
	color: #787878;
}
#footer #legalese a:hover {
	text-decoration: underline;
}
/********
	Print Styles
		**********/

@media print {
	body, #main, #content { background:#fff !important; color:#000 !important; }
	a, a:link, a:visited { color:#000 !important; text-decoration:none; }
}