/* @override 
	http://www.creative-process.com/david/evo/assets/templates/davids/anarticle.css
	http://www.creative-process.com/david/assets/templates/davids/anarticle.css
*/

body {
	margin:0;
	padding:0;
	font-size: 1em;
	height: auto;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #656565;
	overflow: auto;
	background-color: white;
	width: auto;
}

/* links and stuff */
a {
		color: #a08d8e;
	text-decoration: none;
}
a img {
	text-decoration: none;
	color: #fff;
}
a img:hover {
	text-decoration: none;
	color: #a21a00;
}
	a:hover {
		color: #a21a00;
		background: #fff;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin: .5em 0 .1em;
		padding:0;
	}
	h2 {
	font-size: 1em;
}

ul {
	font-size: .8em;
	list-style-type: square;
}

/* the header */

#topsection{
width: 600px;
	position: absolute;
	height: 300px;
	text-align: right;
	color: #f1f1f1;
	font: 115px/98px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -2px;
	float: right;
	display: block;
	right: 0;
	text-transform: capitalize;
	background-color: transparent;
	top: 20px;
	margin-right: 16px;
	z-index: -10;
	visibility: hidden;
}

/* the main holdall for all below the header */

#contentwrapper{
float: left;
width: 100%;
}

/* the column full of content rhs */

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}
/* holds the main title within the contentcolumn  */


div.longtitle {
	text-align: left;
	font-size: 1.5em;
	padding-bottom: 1%;
	margin-bottom: 1%;
	margin-left: 10%;
	margin-right: 20%;
	border-bottom: 1px solid #ccc;
}
/* contains all of the post except for the longtitle */

div.post {
	width: 700px;
	padding: 10px 10px 10px 75px;
}


 div.post p {
		width: 600px;
	margin-bottom: 15px;
}

/* the blogging comments section */

#contentcolumn div.innertube div.post p img {
	margin-right: 20px;
	margin-bottom: 25px;
}

/* blog article pages comments*/

div#commentsAnchor {
	width: 600px;
	margin-top: 20px;
	border-top: 1px solid #8f8f8f;
	padding-top: 40px;
	font-size: .8em;
	padding-bottom: 14px;
}

#commentsAnchor h2 {
	font: 1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 10px;
}

div#speak {
	padding-top: 15px;
}

#commentsAnchor form.jot-form fieldset div a img {
}

div.jot-row {
	width: 90%;
	margin-left: 5%;
	border: 1px solid #e1e1e1;
}

div.jot-content {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 15px;
	padding-top: 4px;
}

form.jot-form {
	width: 90%;
	margin-left: 5%;
}

div.jot-nav {
	
}

/* contact form */

form#EmailForm {
	width: 80%;
	margin-left: 10%;
}

#EmailForm fieldset.contactpage div.citem label span.shift {
	width: 200em;
	float: left;
	padding-top: 11px;
}

textarea#cfMessage {
	width: 17%;
	overflow: auto;
}

/* the lhs menu column */

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
background: transparent;
	height: auto;
}

div#navigation.nav {
	margin-top: 10px;
}
div#articlemask h2{
	width: 100px;
	margin-left: 10px;
	text-align: left;
	margin-top: 5px;
}
.navoff, .navon {
	width: auto;
	
}

.navoff h2 a:hover{
	color: #a21a00;
}
.navon  h2, 
.navon  h2 a,
.navoff h2, .navoff h2 a{
font: bold 1.2em/1em Georgia, "Times New Roman", Times, serif;

} 


.navon  h2, 
.navon  h2 a  {	
color: #898989;
}

.navoff h2, .navoff h2 a{
	color: #ccc;
}
.navon  h2, 
.navon  h2 a  {	
color: #676767;
}

div.menuette ul li.active a,  div.menuette ul li.active  {
	color: #2f2d2d;
	list-style-type: circle;
	opacity: 1;
}

.navoff h2, .navoff h2 a{
	color: #ccc;
}

/* the parentheses images*/

div#parenthasis {
	width: 200px;
	background: url(/david/assets/images/partop.png) no-repeat center center;
	margin-top: 5px;
}
div#parbot {
	width: 200px;
	background: url(/david/assets/images/parbot.png) no-repeat center center;
}


div.menuette {
	width: 180px;
	text-align: left;
	margin: 10px 0 10px 10px;
}

#blognav div.menuette ul {
	list-style-position: outside;
	opacity: 1;
	text-align: left;
}

#blognav div.menuette ul li {
	font-size: 1em;
	letter-spacing: -1px;
}
/* the footer */

#footer {
	float: right;
	position: relative;
	bottom: 1px;
	right: 1px;
}
#footer h2 {
	width: 50px;
	float: left;
	text-align: right;
}

#footer h2, #footer p {
		padding: 6px;
		margin:0;
	font-size: .7em;
	text-align: right;
	width: auto;
	float: left;
	border-top: 1px solid #676767;
	clear: none;
	display: inline;
	position: relative;
}

#footer p a img {
	height: 20px;
	margin: 0;
	width: 60px;
	float: left;
}


/* an element within each section that keeps content discreet */

.innertube{
margin: 0; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}



