/* aeronaut.ca
   copyright eric gideon, 2011.
 */

/* generic */
body * {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0 auto;
	width: 700px;
	font-family: /* "Droid Serif", */Georgia, serif;
	color: #333;
	background: #ddd;
	}
h1,h2,h3,h4,h5,h6, .articledate, .subheading, #footer, #subfoot, .comments-wrapper, #article_nav,.archives dt,.archives dd {
	font-family: "museo-1","museo-2","Helvetica Neue",Helvetica, Arial, sans-serif;
	margin: 0;
	font-weight: 100;
	}
h3 {
	font-weight: 500;
	}
h4 {
	font-size: 1.1em;
	line-height: 2;}
header,nav,article,section {display:block;}
.hidden {display: none!important;}
.clearfix {clear:both;}
.left {float: left;}
.right{float: right;}
/* links */
a,nav li {
	text-decoration: underline;
	color: #14527D;
	-webkit-transition-duration:		0.15s;
	-webkit-transition-property:		background,color,opacity,padding;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration:			0.15s;
	-moz-transition-property:			background,color,opacity,padding;
	-moz-transition-timing-function:	ease;
	transition-duration:				0.15s;
	transition-property:				background,color,opacity,padding;
	transition-timing-function:			ease;
	padding: 0 2px;
	margin: 0 -2px;
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0);
	text-shadow: 1px 1px 1px rgba(0,0,0,0);
	}
a:active {
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	text-shadow: none !important;
	}
a:hover {
	color: #fff;
	background: #14527D;
	opacity: .7;
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	text-decoration: none;
	}
.article a {
	font-weight: normal;
	}
#logohome a {
	background: #fff;
	opacity: 0;
	}
#logohome a:hover {
	background: #fff;
	opacity: .3;
	}
nav {
	float: left;
	width: 150px;
	margin: 50px 0 0 -150px;
	clear: none;
	overflow:visible;
}
nav ul {
	text-align: right;
	float: right;
	overflow:visible;
	padding:0;
}
nav li {
	margin: 0 0 10px 0;
	display: block;
	width: 150px;
	padding: 0!important;
	height: 45px;
	text-decoration:none;
}
nav a {
	font-family: "museo-1","museo-2","Helvetica Neue",Helvetica, Arial, sans-serif;
	color: #777;
	float: right;
	opacity: 1!important;
	padding: 15px 20px;
	display: block;
	width: 110px !important;
	margin:0;
	vertical-align: center;
	-webkit-transition-duration:		0.3s;
	-webkit-transition-property:		background,color,opacity,padding;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration:			0.3s;
	-moz-transition-property:			background,color,opacity,padding;
	-moz-transition-timing-function:	ease;
	transition-duration:				0.3s;
	transition-property:				background,color,opacity,padding;
	transition-timing-function:			ease;
	text-decoration:none;
	
}
nav li:hover {
	background-color: #b0b0b0 !important;
}
#nav_des a{
	background: transparent url('/i/nav_design.png') no-repeat 125% 50%;
}                   
#nav_cfi a{         
	background: transparent url('/i/nav_cfi.png') no-repeat 125% 50%;
}                   
#nav_abt a{         
	background: transparent url('/i/nav_abt.png') no-repeat 125% 50%;
}                   
#nav_des a:hover,
#nav_cfi a:hover,
#nav_abt a:hover{
	color: #fff;
	padding: 15px 40px 15px 0;
	background-position: 93% 50%;
}
nav li:active{
	background-color: #888;
}
#footer a {
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 1px 2px rgba(50,50,50,0.3);
}
#article_nav a {
	color:#777;
	font-weight: 500;
	margin: 0 20px 0 0;
	display:block;
	clear:both;
}
#article_nav a:hover {
	color:#fff;
	background: #777;
	text-shadow: 1px 1px 2px rgba(50,50,50,0.3);
}
#article_nav a[rel=prev]:before {
	content:"Older: ";
}
#article_nav a[rel=next]:before {
	content:"Newer: ";
}
#footer a:hover {
	background: #a3392d;
	background: rgba(255,255,255,0.2);
	opacity: 1;
	}
.articletitle a {
	color: #d77925;
	width: 100%;
	display: block;
	}
.articletitle a:hover {
	color: #fff;
	background: #d77925;
	}

.articledate a, .endcomment a {
	color: #888;
	font-weight: normal;
	}
.editlink a {
	color: #d77925;
	float: right;
	}
.editlink a:hover {
	color: #fff;
	background: #d77925;
	}
/* layout elements */

header, #footer {
	background: #d77925;
	padding: 0 0;
	margin: 20px 0;
	color: #ffa400;
	color: rgba(255,255,255,0.7);
	}
header {
	margin: 0;
	padding-top: 40px;
	background: #fff;
	height: 150px;
	}
#logohome {
	background: #fff url('i/logo.png') 0 0 no-repeat;
	display: block;
	position: relative;
	height: 150px;
	text-indent: -5000em;
	width: 400px;
	padding: 0; margin: 0 0 0 -150px;
	z-index:1;
	position: relative;
	}
#wrap	{
	background:#fff;
	-webkit-box-shadow: 0 0 8px #777;
	-moz-box-shadow: 0 0 8px #777;
	box-shadow: 0 0 8px #777;
	z-index:0;
	position: relative;
	margin: -190px 0 0 0;
	padding-top: 190px;
}
#content {
	background:#fff;
	padding: 50px 30px;
	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: 0;
	width: auto;
	text-align: right;
	}
.articletitle{
	border-bottom: 1px solid #eee;
}
.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;
}
.articledate a:hover,
.endcommentlink a:hover {
	background:#777;
	color:#fff;
}
#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 {
	font-size: .95em;
	line-height: 1.5em;
	margin: 0 0 1em;
	}
#content li {
	font-size: .95em;
	margin-left: 1.5em;
	line-height: 1.4em;
	}
.bodyimg {
	border: 1px solid #ccc;
	padding: 8px;
	}
.bodyimg.right {
	margin: 0 0 5px 10px;
}
.bodyimg.left {
	margin: 0 10px 5px 0;
}
.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;}
li {margin-bottom: 5px;}
li:last-child {
	margin-bottom: 25px;}

.typekit-badge {
	display:none!important;}

/* archives */

.archives dt {font-weight: 500; margin-top:15px;}
.archives dt:first-child {margin-top: 0;}
.col1, .col2 {width: 48%;}


/*
 * IPHONE
 */

@media screen and (max-device-width: 600px){
	* {
		font-family:"Helvetica Neue",Helvetica, Arial, Verdana, sans-serif!important;
		font-size: 16px!important;
	}

	body{
/*		-webkit-text-size-adjust:none;*/
		padding: 0!important;
		margin:0!important;
		background: #fff!important;
		width: 100%;
	}
	#wrap{
	}
	header,
	nav,
	footer,
	article,
	.article p {
		clear:both!important;
		display:block!important;
		width:90%!important;
		float:none!important;
		margin:0!important;
		padding:5%!important;
		position:relative;
		left:0;
	}
	.photo, .odd {
		padding: 0!important; margin: 0 0 0 -10%!important;
	}
	nav {
		display: inline;
	}
	#main {
		margin: 0;
		-webkit-box-shadow:none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding: 0 !important;
	}

}
