/*  
Theme Name: Alien Abductions Incorporated
Theme URI: http://www.alienabductions.com/
Description: Custom WordPress theme for Alien Abductions Incorporated.
Version: 0.2
Author: W.B. McNamara
Author URI: http://www.250labs.com/

	Alien Abductions Incorporated 0.2
	 http://blog.alienabductions.com/

	This theme was designed and built by W.B. McNamara,
	who creates things you'll find at http://www.250labs.com/.

*/

html { min-width: 750px; }

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: verdana,sans-serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	background: #eeeeee url(http://www.alienabductions.com/_images/fadeback.png) repeat-x top left;
	color: #333;
	padding: 1em 20px 3em 20px;
	margin: 0;
}

a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }

p { line-height: 140%; }

h1,h2,h3 {
	font-family: century gothic,helvetica,arial,sans-serif;
	font-weight: normal; 
}

h1 {
	font-size: 0.9em; 
	font-weight: normal;
	padding-bottom: 25px;
	margin: 0;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 {
	font-size: 1.25em; 
	padding-bottom: 15px;
	margin: 0;
	color: #664400;
}
h2 a {text-decoration: none; color: #664400;}
h2 a:hover {text-decoration: underline;}

h3 {
	font-size: 1.25em;
	padding-bottom:2px;
	margin: 0;
	color: #cc8800;
}
#logo {
	height: 50px;
	background: url(http://www.alienabductions.com/_images/aai_logo_l.png) no-repeat top left;
	text-align: left;
	text-size: 0.8em;
}

#contents {
	border-top: 2px solid #bbbbbb;
}

#contents span {
	font-weight: bold;
}

#sidebar {
	width: 200px;
	float:right;
	clear:left;
	margin-top: 5px;
	margin-left: 10px;
	padding: 2px 6px 2px 6px;
	background:#eeeeee;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	border:1px dotted #bbbbbb;
}

#sidebar p {
	font-weight: normal;
	line-height:120%;
}

#sidebar a {
	padding-top: 2px;
	font-weight: normal;
	line-height:120%;
}

#sidebar li {
        list-style-type: none;
	padding-top: 2px;
	font-weight: normal;
	line-height:120%;
}

#sidebar h2 {
        padding-top: 8px;
        padding-bottom: 2px;
}

#footer {
	padding-top: 3px;
	font-size: 0.8em;
	text-align: center;
}

.note {
	margin-top: 25px;
	padding-bottom: 2px;
	/* border-top: 1px dotted #ff7f66;
	border-bottom: 1px dotted #ff7f66; */
}
.question {
	margin: 30px 60px 0px 40px;
	padding: 0;
	border-top: 1px dotted #6699ff;
	font-family: courier new,monospace;
	color: #6699ff
}

.question p { line-height: 120%; }

.answer {
	margin-left: 40px;
	margin-right: 60px;
	padding: 0;
	/* color: #664400; */
}

.answer p { line-height: 140%; }

.loader {
	padding: 15px 0px 15px 50px;
}

.post {

}

.commentlist {
       margin: 10px 30px 20px 30px;
       padding: 5px 10px 5px 10px;
       background: #dddddd;
}

.commentlist li {
      list-style-type: none;
}

.postmetadata {
      border-top: 1px dotted #ccc;
      padding-top: 3px;
      padding-bottom: 20px;
      font-size: 0.8em;
}