
/*=

	Theme Name: CarfraPress
	Theme URI: http://electronicsuitcase.net/pl00
	Description: pl00 is a modern, text-based theme created for Wordpress.
	Author: Jim Olson
	Author URI: http://robotoverlord.mobi
	Version: 1.0.1
	Changelog:
		v1.0.1 - 07.09.08	First Release of pl00 1.0
	Tags: fixed width, three columns, valid CSS, valid XHTML, white, simple, widgets, widget ready, 3columns, right sidebars, SEO friendly, gravatars, h:over effects, text-only
	
=== === === === === === === === === === */


/*=STRUCTURE
=== === === === === === === === === === */

@import '../reset.css';

body {
	text-align: center;
	background-color: #4a6f99;
	font: 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #525252;
}

div#WrapOuter {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}

div#WrapInner {
	width: 1000px;
	margin: 40px auto auto;
	float: left;
}


/*=COMMON
=== === === === === === === === === === */

* {
	padding: 0;
	margin: 0
}

p {
	margin-bottom: 10px;

}

h1 {
	font-size: 180%;
	line-height: 120%;
	text-transform: uppercase;
}

h2 {
	font-size: 120%;
	line-height: 150%;
	color: #4a6f99;
}

h2 a {
	color: #4a6f99;
}

a {
	color: #3a80ff;
	text-decoration: none;
}

a:hover {
	color: #3a80ff;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

h1 a {
	color: #000;
	text-decoration: none;
}

h1 a:hover {
	color: #3a80ff;
	text-decoration: none;
}


div.large {
	font-size: 16px;
	line-height: 21px;
}

.White {
	color: #fff;
}

.ThinLine {
	border-bottom: 1px #838383 solid;
}


/*=NAVIGATION
=== === === === === === === === === === */


div#MetaNav {
	width: 970px;
	padding-right: 30px;
}

#SideColumn1 ul li a,
#SideColumn2 ul li a,
#MetaNav ul li a {
	color: #cccccb;
}

.current_page_item a,
#SideColumn1 ul li a:hover,
#SideColumn2 ul li a:hover {
	color: #fff;
	background: #5b719a;
	text-decoration: none;
}

#MetaNav ul li,
#SideColumn1 ul li,
#SideColumn2 ul li {
	list-style: none;
}

#MetaNav ul {
	text-align: right;	
}

#MetaNav ul li {
	display: inline;
	padding-right: 15px;
}

#SideColumn1 ul {
	text-align: right;
}

#SideColumn2 ul {
	text-align: left;
}

#SideColumn2 ul li a,
#SideColumn1 ul li a {
	display: block;
	height: 25px;
	padding: ;
	padding-right: 9px;
	line-height: 25px;
	border-bottom: 1px solid #838383;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#SideColumn2 ul li.current_page_item a,
#SideColumn2 ul li a:hover,
#SideColumn1 ul li.current_page_item a,
#SideColumn1 ul li a:hover {
	background: #5b719a url(images/corner-left.jpg) no-repeat right top;
}

#SideColumn2 ul li a {
	padding-right: 0px;
	padding-left: 9px;
}


/*=STRUCTURE
=== === === === === === === === === === */

#PageContainer {
	width: 1000px;
	float: left;
	background: url(images/repeat.jpg) repeat-y;
	text-align: left;
}

#PageTop {
	width: 1000px;
	height: 26px;
	background: url(images/top.jpg) no-repeat;
}

#ColumnLeft {
	width: 192px;
	min-height: 300px;
	margin-left: 26px;
	float: left;
	padding-top: 50px;
}

div#SideColumn1,
div#SideColumn2 {
	padding-left: 5px;
	padding-right: 5px;
}

#SideColumn2 h1,
#SideColumn2 h2 {
	color: #cccccb;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 20px;
	padding-left: 9px;
}

#ColumnRight a {
	color: #fff;
}

div#Contact {
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: right;
	font-size: 10px;
	color: #cccccb;
}

#Contact a {
	color: #fff;
}

#ColumnMain {
	width: 549px;
	float: left;
	padding-left: 5px;
	margin-right: 5px;
}

#LogoContainer {
	text-align: center;
	background-color: #3f6592;
	padding-top: 26px;
	padding-bottom: 26px;
}

#Logo {
	width: 288px;
	height: 68px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/title.jpg) no-repeat;
}

#LogoBottomBorder {
	height: 9px;
	background: url(images/title-bottom-border.jpg) repeat-x;
}

div#ContentWrapper {
	margin-top: 8px;
	margin-bottom: 10px;
	background: url(images/content-repeat.jpg) repeat-y center;
	float: left;
}

div#ContentTopBorder {
	width: 549px;
	height: 7px;
	background: url(images/content-top-border.jpg) no-repeat center;
	float: left;
	clear: both;
}

div#ContentContainer {
	width: 409px;
	min-height: 320px;
	float: left;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 50px;
	padding-bottom: 20px;
}

div#ContentContainer.Profile {
	padding-top: 30px;
}



#ColumnMain.Homepage div#ContentContainer {
	width: 429px;
	min-height: 80px;
	float: left;
	padding: 50px 60px 20px;
}

#ColumnMain.Homepage div#ContentContainer.Top {
	padding-left: 60px;
}

#ColumnMain.Homepage div#ContentContainer.Top p {
	padding-left: 4px;
}

#ColumnMain.Homepage div#ContentContainer.Bottom {
	padding-top: 15px;
}

#ColumnMain.Homepage div#ContentContainer.Bottom img {
	margin-right: 14px;
}

#ColumnMain.Homepage div#ContentContainer h2 {
	text-transform: uppercase;
}

#TitleContainer.Profile h2 {
	margin-left: 55px;
	float: left;
	height: 23px;
	font-weight: normal;
	font-style: normal;
}

#TitleContainer.Profile div#Email {
	float: left;
	line-height: 25px;
	margin-left: 1px;
	text-transform: uppercase;
}

div#ContentContainer.Profile table {
	width: 180px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

div#ContentContainer.Profile table td strong {
	margin-top: 9px;
	display: block;
	font-size: 12px;
}

#TitleContainer {
	text-align: center;
	width: 518px;
	margin-left: 15px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#TitleContainer h2 {
	color: #4a6f99;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	
}

.Line {
	height: 5px;
	width: 518px;
	border: 0px dotted #fff;
	background: url(images/line.jpg) repeat-x;
	margin-left: 15px;
	float: left;
}

#ContentBottomBorder {
	width: 549px;
	height: 7px;
	background: url(images/content-bottom-border.jpg) no-repeat center;
	float: left;
}

#ColumnRight {
	width: 203px;
	min-height: 300px;
	padding-top: 155px;
	float: left;
}

div#NewsSidebar {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 60px;
	text-align: left;
	font-size: 10px;
	color: #cccccb;
}

div#NewsSidebar h2 a {
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
}

div#BottomStripe {
	width: 968px;
	height: 28px;
	float: left;
	clear: both;
	background-color: #fff;
	margin-left: 18px;
	margin-bottom: 0;
}

#RMC {
	width: 140px;
	height: 28px;
	margin-right: 10px;
	float: right;
	background: url(images/rmc.jpg) no-repeat;
}

div#BottomSpacer {
	width: 933px;
	height: 20px;
	margin-left: 34px;
	float: left;
	clear: both;
	background-color: #4a6f99;
}

div#PageBottom {
	width: 1000px;
	height: 30px;
	float: left;
	clear: both;
	background: url(images/bottom.jpg) no-repeat;
}


/*=REQUIRED
=== === === === === === === === === === */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

div.navigation {
	width: 407px;
	margin-bottom: 15px;
	float: left;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
#designedby, #designedby a { color: #FFF; padding-top: 2px; text-align: right; }
