/*=

	Theme Name: Base
	Description: text-based theme created for Wordpress.
	Author: Adam Parry
	Author URI: adamparry.org
	Version: 29
		
=== === === === === === === === === === */


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

@import 'reset.css';

html {
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #F8F8F8;
}

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

div#WrapInner {
	text-align: left;
	width: 1090px;
	float: left;
}

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

* {
	padding: 0;
	margin: 0
}

h1 {
	font-size: 120%;
	line-height: 120%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

h2 {
	font-size: 100%;
	line-height: 150%;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

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

a:hover {
	color: #FFF;
	background-color: #000;
	display: inline;
}

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

h1 a:hover {
	color: #FFF;
	background-color: #000;
}

.line {
	height: 2px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #6f6f6f;
	border-left-color: #fff;
}

/*=MASTHEAD
=== === === === === === === === === === */

#masthead {

}

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


div#MetaNav {
	font-size: 8px;
	height: 8px;
	text-align: right;
	list-style: none;
	margin: 0;
}

div#MainNav {
	font-size: 11px;
	list-style: none;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 1px;
	float: left;
}

#MainNav ul {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #999;
	border-bottom-color: #999;
}

div#MetaNav li {
	line-height: 18px;
	display: inline;
	padding: 0;
	margin: 0;
}

div#MainNav li {
	line-height: 22px;
	display: inline;
	padding: 0;
	margin: 0;
}

div#MetaNav li,
div#MainNav li {
	display: inline;
	padding: 0;
	margin: 0;
}

div#MetaNav li:before,
div#MainNav li:before {
	content: "|   ";
}

div#MetaNav li:first-child:before,
div#MainNav li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html div#MetaNav li,
* html div#MainNav li {
	border-left: 1px solid black;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html div#MetaNav,
* html div#MainNav { height: 1%; }

* html div#MetaNav li,
* html div#MainNav li {
	display: block;
	float: left;
}

/*End hide*/
/*Mac IE 5*/
* html div#MetaNav li:first-child,
* html div#MainNav li:first-child { border-left: 0; }


/*=CONTENT
=== === === === === === === === === === */

div#PageContainer {
	width: 1090px;
	float: left;
}

div#Header {
	width: 44px;
	height: 200px;
	margin-left: -55px;
	margin-right: 10px;
	float: left;
	background-image: url(APLogo.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	position: fixed;
	clear: both;
	visibility: visible;
}

	div#SiteTitle {
	margin-top: 0px;
	width: 25px;
	height: 10px;
	filter:alpha(opacity=00);
	-moz-opacity:.00;
	opacity:.00;
	color: #FFF
}
	
	div#SiteSubTitle {
	font-size: 100%;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: 0px;
	width: 25px;
	}

div#MainNav {
	width: 156px;
}

div#PageBody {
	line-height: 150%;
	float: left;
	padding-bottom: 10px;
	margin-left: 0px;
}

div#Content {
	width: 245px;
	min-height: 300px;
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	overflow: hidden;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #FFF;
}

	.post {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	}

	div.entry {
		margin-top: 10px;
		
	}

	div.navigation {
		margin-bottom: 10px;
	}

	div.alignleft,
	div.alignright {
		width: 430px;
		clear: both;
	}
	
	div.alignright {
		text-align: right;
	}
	
	#Content p {
		margin-bottom: 18px;
	}
	
	#Content ul {
		margin-bottom: 8px;
		padding-right: 5px;
		padding-left: 20px;
	}
	
	#Content ul li {
		list-style-type: circle;
	}

.postmetadata {
	margin-top: 20px;
}



div#CommentsContainer {
	width: 430px;
	margin-left: 20px;
	float: left;
}

h3#comments {
	margin-bottom: 8px;
}

img.avatar {
	float: left;
	position: relative;
}

div#CommentText {
	padding-left: 50px;
	margin-bottom: 20px;
}

div#CommentReply {
	margin-top: 10px;
}

form#commentform input#url,
form#commentform input#email,
form#commentform input#author {
	border: 1px #737373 solid;
}

div#CommentReply #commentform p {
	margin-top: 4px;
	margin-bottom: 4px;
}

textarea#comment {
	width: 430px;
}

div#SideColumn1,
div#SideColumn2 {
	font-size: 11px;
	line-height: 140%;
	float: left;
	padding-bottom: 10px;
}

	div#SideColumn1 {
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 5px;
	}

	#SideColumn1 h2,
	#SideColumn2 h2 {

	}

	#SideColumn1 ul,
	#SideColumn2 ul
	 {
		margin-left: 3px;
		margin-bottom: 8px;
	}
	
	#SideColumn1 ul li,
	#SideColumn2 ul li {
	font-size: 11px;
	line-height: 150%;
	}

	input#s {
		margin-top: 2px;
		border: 1px solid #ccc;
	}
	
	input#searchsubmit {
		padding: 2px;
		margin-top: 4px;
		margin-bottom: 7px;
		background: none;
		border: 1px solid #ccc;
		text-transform: uppercase;
}
	
	#SideColumn1 ul li ul {
		margin-bottom: 7px;
	}


/*=FOOTER
=== === === === === === === === === === */

div#footer {
	width: 1026px;
	float: left;
	clear: both;
	line-height: 150%;
	height: 45px;
	margin-top: 10px;
	padding-top: 15px;
}


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

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

.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;
}
#content2 {
	width: 330px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	overflow: hidden;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #FFF;
}
#sidebar {
	float: left;
	width: 160px;
	margin-right: 5px;
	margin-top: 0px;
	background-color: #FFF;
	overflow: hidden;
}
#content3 {
	width: 245px;
	float: left;
	margin-top: 5
`;
	overflow: hidden;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #EFF0EF;
	margin-top: 0px;
}
#content4 {
	float: left;
	width: 670px;
	margin-left: 10px;
}
#inprogress {
	height: 20px;
	width: 275px;
	background-color: #F9F9F9;
	margin-top: 10px;
	text-align: center;
	margin-left: 177px;
	left: 135px;
}
