/*  
Theme Name:Plan 2 Prosper
Theme URI: http://wordpress.org/
Description: Plan 2 prosper.
Version: 10000
Author: BrentoR 
*/

body {
	font: 100% "Trebuchet MS", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background:url(/images/background.jpg) repeat-x;
	font-size: 0.95em;

}
fieldset{
	font-size:0.8em;
	border: 1px solid #ddd;

}

#flash-text{
	position:absolute;
	left:140px;
}



.description{
	display:none;
}

h1 {
	text-indent:-999em;
	background:url(/images/logo.jpg) no-repeat;
	height:92px;
	margin:20px 0 0 10px;
	
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
/*	margin-top: 0.5em;*/
	color:#1F1FBD;
	letter-spacing:-1px;
}

#sidebar h2{
	font-size:1.3em;
}

#sidebar ul li a{
		background:url(/images/li.gif) center left no-repeat;
	list-style:none;
	padding-left:22px;
	text-indent:0;

}

h3 {	
	color:#1F1FBD;
	font-size: 1.3em;
}
	
#content {

	min-height:290x;

	font-size: 1em;
	
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	font-size:0.8em;
	background-color: #EFF4FF;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}



.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

a:hover{
	text-decoration:none;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#page{
	width:100%;
	text-align: left;
}


#headerimg {
	margin: 0;
	height: 130px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 10px;
	margin: 0px 0 0;
	width: 60%;
	}

.widecolumn {
	padding: 0px 0 0px 10px;
	/*margin: 0px 0 0 150px;*/
	width: 97%;
}

.post {
	/*margin: 0 0 40px;*/
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

/*.narrowcolumn .postmetadata {
	padding-top: 5px;
	}*/

/*.widecolumn .postmetadata {
	margin: 30px 0;
	}*/

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	/*width: 128px;*/
	/*margin: 5px 5px 5px 0px;*/
}

.widecolumn .attachment {
	text-align: center;
	/*margin: 5px 0px;*/
}

.postmetadata {
	clear: left;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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*/
	margin-top:10px;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	/*margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;*/
	} 

html>body .entry li {
	/*margin: 7px 0 8px 10px;*/
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	/*padding: 0 0 0 35px;*/
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	/*list-style: decimal outside;*/
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

form#commentform p label small{
	color:#000;
}

#commentform input {
	width: 170px;
	/*padding: 2px;*/
	/*margin: 2px 5px 0px 0;*/
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit, #commentform #preview {
	margin: 0;
	float: right;
	}
#commentform img {
	float: left;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

/*.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
*/
.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float:right;
	/*padding: 0px 0 10px 0;*/
	margin: 30px 10px 0 0;
	width: 190px;
	background-color:#DFE8FF;
	padding:15px;
	line-height:20px;
	border:1px dotted #09269C;
	float:right;
	color:#13159F;

	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;

	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/*-------------------------------------------- FOOTER ---------------------------------------------------*/
#footer {
	font-size: 0.7em;
	clear: both;
	height:55px;
	background-color:#DCE6FF;
	border-top:1px dotted #09269C;
	padding-right:5px;

}

#mlc{
	text-align:left;
	padding-left:5px;
	float:left;
	width:55%;
	background:url(/images/mlc-footer.gif) bottom left no-repeat;
	height:33px;
	padding-left:33px;
}


#mlc strong{
	font-weight:normal;
	color:#646464;

}

#almost-any{
	background:url(/images/aa-footer.gif) bottom right no-repeat;
	height:34px;
	padding-right:35px;
	width:260px;
	text-align: right;
	float:right;

}

#almost-any a{
	color:#000;

}

#printlogo{
	display:none;
}
#content img{
	margin:10px;
	border:1px solid #1A1B87;
}

#almost-any a strong {
	font-weight:normal;
	color:#646464;
}


#footer a {
	text-decoration: none;
	margin-top:10px;

}
.commentlist li em{
	font-size:0.9em;
	font-weight:normal;
}


