/*
Project:        portabledisplaysuccess.com
Last Changed:   2009-03-09
                http://portabledisplaysuccess.com
/*##################################################################################
  =table of contents
  ##################################################################################

	1.	colors
	2.	general styles
				=general
				=body
				=links
				=typography
				=images
				=layout
				=flash/error messages
				=forms
				=admin

####################################################################################
=1) colors
####################################################################################
                           
	Green:           #9EB274
	Blue:						 #3364AD 
	Main Grey:			 #6A6A6A 
	Light Grey:		   #F7F7F7 
	Medium Grey:     #BBBBBB 
	Dark Grey:       #3E3E3E 
  Light Brown:     #f0eee8 

/*##################################################################################
=2) general styles
##################################################################################*/

/*----------------------------------------------------------------------------------
=general
----------------------------------------------------------------------------------*/

body, p, a, h1, h2, h3, h4, h5, ul, li, table {
	font-family: georgia, times, serif;
	color: #6A6A6A;
}

/*----------------------------------------------------------------------------------
=body
----------------------------------------------------------------------------------*/

body {
	margin: 32px 7px;
}

/*----------------------------------------------------------------------------------
=links
----------------------------------------------------------------------------------*/

a {
	color: #9EB274;
}

#nav ul li a {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 66%;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 10px 14px 9px 14px;
	display: block;
}

#nav ul li a:hover {
	background: #fff;
	color: #6a6a6a;
}

.article a, .post a {
	text-decoration: none;
}

.article a:hover, .post a:hover {
	color: #6a6a6a;
}

.article a.read-more {
	text-transform: uppercase;
	font-size: 50%;
	color: #6a6a6a;
	letter-spacing: 1px;
}

.article a.read-more:hover {
	text-decoration: underline;
	color: #3e3e3e;
}

table#article-index td a {
	text-decoration: none;
}

table#article-index td a:hover {
	text-decoration: underline;
}

/*----------------------------------------------------------------------------------
=typography
----------------------------------------------------------------------------------*/

#header * {
	display: none;
}

h1, h2 {
	color: #9eb274;
	font-style: oblique;
	font-size: 150%;
}

p {
	font-size: 70%;
}

address {
	font-family: "Trebuchet MS", arial, sans-serif;
	padding: 20px 10px;
	font-size: 11px;
	font-style: normal;
	line-height: 1.3em;
	border-top: 1px dashed #BFC0C2;
	letter-spacing: 1px;
}

address strong {
	font-family: georgia, times, serif;
	font-size: 13px;
	letter-spacing: 0;
	display: block;
	margin-bottom: -10px;
}

address em {
	font-family: georgia, times, serif;
}

h2 {
	margin-bottom: 0;
}

.article h1, .article h2, .post h1 {
	margin: 0;
}

.article h1+h2 {
	font-size: 100%;
	color: #6A6A6A;
	font-weight: normal;
	margin-top: 8px;
}

.article h5, .post h5 {
	font-weight: normal;
	font-size: 70%;
	border-bottom: 1px dashed #BFC0C2;
	margin: 7px 0;
	padding-bottom: 7px;
}

.article p, .article ul li, .post p, .post ul li {
	font-family: "Trebuchet MS", arial, sans-serif;
}

.article ul li, .post ul li, #brain_buster_captcha {
	font-size: 70%;
}

#comments li, .blog-list-line-odd #comments li, .blog-list-line-even #comments li {
	color: #9eb274;
	margin-bottom: 7px;
}

#comments .comment-date, .blog-list-line-odd #comments .comment-date, .blog-list-line-even #comments .comment-date {
	color: #6a6a6a;
	font-style: oblique;
}

div.textile-helper {
	margin-left: 58px;
	background: #F7F7F7;
	padding: 5px 2px;
}

.textile-helper p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10px;
}

.textile-helper pre {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
}

#sidebar .module h4, .static h5, .static th {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
}

#sidebar .module h3, #sidebar .module h3 p {
	color: #9eb274;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
}

#sidebar .module span {
	margin-top: -10px;
	font-style: oblique;
	display: block;
}

#sidebar span.caps {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: .7em;
	font-style: normal;
	letter-spacing: 1px;
}

#sidebar .module p, #sidebar .module li {
	font-size: 87%;
}

#sidebar #survey h5 {
	font-weight: normal;
	margin-bottom: 7px;
	margin-top: 0;
}

#sidebar #survey p {
	font-size: 11px;
}

#sidebar #survey p strong {
	font-size: 13px;
}

#sidebar #tag-list p {
	font-size: 11px;
	margin-top: -10px;
}

#sidebar #tag-list p a#view-all {
	color: #6a6a6a;
}

.amp {
	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-weight: normal;
	font-size: 130%;
}

h1.questions-title {
	padding-bottom: 10px;
	border-bottom: 1px dashed #BFC0C2;
}

#questions-and-answers p {
	margin-top: 0;
}

#questions-and-answers div.answer p {
}

#questions-and-answers div.question {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 100%;
	font-style: oblique;
	color: #9eb274;
	margin-bottom: 10px;
}

.placeholder-link {
	color: #bbb;
}

.blog-index-comment {
	font-style: italic;
	color: #B0B0B0;
	margin: 0;
}


/*----------------------------------------------------------------------------------
=images
----------------------------------------------------------------------------------*/

.article img, .blog-list-line-odd img, .blog-list-line-even img {
	padding-right: 7px;
	margin-bottom: 8px;
}

img.left {
	float:left;
}

.photo {
	margin-bottom: 10px;
}


/*----------------------------------------------------------------------------------
=layout
----------------------------------------------------------------------------------*/

#frame {
	border: 1px solid #BFC0C2;
	width: 960px;
	margin: 24px auto;
}

#header {
	height: 130px;
	background: url(../images/header.png) no-repeat;
}

/* ---------NAVIGATION-----------*/

#nav ul {
	padding:0;
	margin: 0;
	height: 31px;
	background: url(../images/nav-bg.png);
}

#nav ul li {
	list-style-type: none;
	display: inline;
	float: left;
	height: 31px;
	background: url(../images/nav-bg.png);
	padding: 0;
	margin: 0;
	background: url(../images/nav-border.gif) repeat-y;
	background-position: right;
}

/* ---------CONTENT-----------*/

#content {
	position: relative;
	z-index: 1000;
	margin: 7px 7px 14px 7px;
	/*min-height: 560px;*/
	overflow: auto;
	padding: 0;
	line-height: 1.2em;
}

#articles {
	width: 599px;
	float: left;
	padding-right: 7px;
	padding-bottom: 56px;
	border-right: 1px solid #BFC0C2;
	min-height: 550px;
}

#featured.article {
	background-color: #f7f7f7;
	height: 290px;
}

.article, .post {
	padding: 7px;
	overflow: auto;
	margin-bottom: 20px;
}

.article div, .post div {
	overflow: auto;
}

#comments, .blog-list-line-odd #comments, .blog-list-line-even #comments {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 28px;
	margin-bottom: 21px;
	border-top: 1px dashed #BFC0C2;
}

#issues {
	border-top: 1px dashed #BFC0C2;
	padding-top: 10px;
}

#sidebar {
	margin-left: 614px;
}

#sidebar .module {
	background-color: #f7f7f7;
	margin-bottom: 7px;
	padding: 7px;
	line-height: 1.5em;
}

.textile-helper .fill-in {
	color: #9eb274;
}

div#contributors {
	border-top: 1px dashed #BFC0C2;
	padding-top: 20px;
}

.static table {
	margin-left: 10px;
}

.static h5, .static th {
	margin-bottom: 0;
	color: #9eb274;
	text-align: left;
}

.static p {
	margin-top: 0;
}

.static p.intro {
	font-size: 110%;
	line-height: 1.5em;
	margin-bottom: 5px;
}

.static td {
	width: 120px;
}

#sidebar #ad {
	height: 270px;
}

#sidebar #survey table td {
	padding-bottom: 7px;
	line-height: 1.5em;
}

#sidebar #ad {
	padding: 0;
	background: #fff;
	text-align: center;
}

#questions-and-answers {
	padding: 7px;
	margin-top: 7px;
}

/* ---------FOOTER-----------*/

#footer {
	width: 960px;
	margin: 10px auto;
	text-align: right;
	font-size: 50%;
}


/*----------------------------------------------------------------------------------
=flash/error messages
----------------------------------------------------------------------------------*/

.no-results {
	width: 585px;
	background-color: #f7f7f7;
	text-align: center;
	padding: 7px;
}

#notice {
	padding: 7px;
	background-color: #D3EFFF;
}

/*----------------------------------------------------------------------------------
=forms
----------------------------------------------------------------------------------*/

.submit_btn {
	margin-bottom: -4px;
}

/*----------------------------------------------------------------------------------
=admin
----------------------------------------------------------------------------------*/

#nav ul li.nav-admin a {
	background-color: #3364AD;
}

#nav ul li.nav-admin a:hover {
	background-color: #fff;
}


#issue-list a {
	text-decoration: none;
}

#issue-list a:hover {
	text-decoration: underline;
}

#issue-list {
	background-color: #F7F7F7;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 5px;
}



fieldset {
	margin-top: 30px;
	border: 1px solid #BFC0C2;
}

table {
	font-size: 67%;
}

table#article-index {
	width: 100%;
}

table#article-index th {
	border-bottom: 1px solid #666;
	padding-left: 5px;
	text-align: left;
}

table#article-index td {
	padding: 5px;
}

.list-line-odd {
	background-color: #fff;
}

.list-line-even, #questions-and-answers div.question {
	background-color: #f7f7f7;
}

.handle {
	cursor: move;
	font-size: 9px;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	background-color: #eee;
	vertical-align: middle;
	text-align: center;
	width: 30px;
}

.handle:hover {
	background-color: #ddd;
}

fieldset {
	border: 0;
}

.hi-lited {
	border-bottom: 1px solid #BFC0C2;
	background-color: #F7F7F7;
	padding: 5px;
	color: #6a6a6a;
}