/* aeronaut.ca
   copyright eric gideon, 2008
   please contact me if you intend to repurpose this code */

/* generic */
body * {
	margin: 0;
	padding: 0;
	}
body {
	margin: auto;
	width: 40em;
	font-family: Georgia, serif;
	color: #333;
	}
h1, h2, h3, .articledate, .subheading, #footer, #subfoot, .comments-wrapper, #article_nav {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	}

/* links */
a {
	text-decoration: none;
	color: #14527D;
	}
a:active {
	position: relative;
	top: 1px;
	}
a:hover {
	color: #A32011;
	}
.article a {
	font-weight: bold;
	}
#footer a, #article_nav a {
	color: #fff;
	font-weight: normal;
	}
.articletitle a {
	color: #000;
	}
.articledate a, .endcomment a {
	color: #888;
	font-weight: normal;
	}
.editlink a {
	color: #A32011;
	float: right;
	}
/* layout elements */

#header, #footer, #article_nav {
	background: #A32011;
	padding: 0 10px;
	margin: 20px -10px !important;
	color: #ffa400;
	}
#header {
	background: #A32011 url('i/logo.gif') 5px 0 no-repeat;
	}
#logohome {
	display: block;
	position: relative;
	height: 120px;
	text-indent: -5000em;
	width: 50%;
	}
#content {
	position: relative;
	}
#subfoot {
	text-align: center;
	font-size: 10pt;
	color: #888;
	margin: -10px 0 20px;
	}
#footer {
	padding: .5em 10px .3em 10px;
	}
#footer span {
	position: relative;
	top: -.2em;
	margin-right: 2em;
	}
#article_nav {
	position: absolute;
	right: 0;
	top: -130px;
	width: 50%;
	text-align: right;
	}
.fx01tall {width: 240px !important; height: 360px !important;}

/* comment input */
#comment {
	background: #eee;
	margin: 0 -10px ;
	padding: 10px !important;
	}
#userinfo {
	width: 240px;
	}
#userinfo input {
	float: right;
	}
input.text, textarea, select, .comment_name_input, .comment_email_input, .comment_web_input, .txpCommentInputMessage {
	font: 10pt Helvetica, Arial, sans-serif;
	line-height: 16px;
    border:1px solid #c3c3c3;
    border-top:1px solid #7c7c7c;
    border-bottom:1px solid #ddd;
    background:#fff url('/i/fieldbg.gif') repeat-x top;
	padding: 0 2px;
}
.cmnt, .mycomment {
	padding: 5px 0;
}
.cmnt p, .mycomment p {
	margin: .5em 0 !important;
}
.commenter {
	border-bottom: 1px solid #ddd;
	padding-bottom: .2em;
	color: #555;
}
.mycomment .commenter {
	border-bottom: 1px solid #A32011;
}
.mycomment .cdate a {
	background: #fff url('/i/mycomment.gif') no-repeat center right !important;
}
.cname {
	background: #fff;
	}
.cdate a {
	color: #888;
	padding-right: 21px;
	background: #fff url('/i/comment.gif') no-repeat center right;
}
.cname a, .cdate a, h1 a, h2 a, h3 a, h4 a, h5 a, .articledate a, .subheading a, #footer a {
	text-decoration: none !important;
}
.cdate {
	float: right;
}
#commentform {
	margin-top: 10px;}
.commentbuttons p {
	padding-bottom: .5em;
}
.commentbuttons {
	text-transform: lowercase;
	margin-top: 20px;
}
div.comments_error {
	padding: 5px;
	background: #F4D4AC;
	color: #e77e00;
	line-height: 1.3em;
	margin-bottom: 10px;
}
#message {
	width: 325px;
	height: 100px;
	float: right;
}
p#txpCommentInputForm {
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding-top: 5px;
	color: #444;}

	
/* page content */
#accessibility {
	display: none;
	}
#content p {
	line-height: 1.5em;
	margin: 0 0 1em;
	}
#content li {
	margin-left: 1.5em;
	line-height: 1.4em;
	}
.bodyimg {
	border: 1px solid #ccc;
	padding: 8px;
	margin: 0 0 5px 10px;
	}
.articledate, .subheading {
	color: #555;
	margin-top: .2em;
	}
.endcomment {
	text-align: right;
	}
cite {
	display: block !important;
	font-style: normal;
	text-indent: -3em !important;
	padding-left: 3em;
	}
abbr, acronym {
	border-bottom: 1px solid #ccc;}