


/* reset styles
 *****************************/

img {
	border: 0;
	outline: 0;
}

body, h1, h2, h3, h4, ul, li, p, form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}





/* clears
 *****************************/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 1px;
	height: 1px;
	padding: 0px; margin: 0px;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}







/* global
 *****************************/

html {
	min-height: 100%;
}

body {
	padding: 80px 45px;
	min-width: 890px;
}

.smlmargtop {
	margin-top: 4px;
}
.margtop {
	margin-top: 10px;
}
.bigmargtop {
	margin-top: 35px;
}
.margbottom {
	margin-bottom: 10px;
}


/* table infolist */
table.infolist {
	border: 0;
	border-spacing: 0;
	padding: 0;
	width: 100%;
}
.infolist td {
	padding: 3px 5px;
	width: 50%;
}
.infolist td.right {
	text-align: right;
}
.infolist tr.alt td {
	background: transparent url("/images/transgrey.png") repeat;
}

table, table tr, table tr td {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}


/* forms */
.textinput {
	border: 1px solid #c0c0c0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #fff;
	padding: 5px 7px;
	font-size: 1em;
}
input:focus.textinput, textarea:focus.textinput,
input:hover.textinput, textarea:hover.textinput {
	border-color: #848484;
}
.fieldWithErrors input, .fieldWithErrors textarea {
	border-color: #c00;
}
.fieldWithErrors input:hover.textinput, .fieldWithErrors textarea:hover.textinput,
.fieldWithErrors input:focus.textinput, .fieldWithErrors textarea:focus.textinput {
	border-color: #c00;
}
.loader {
	background: transparent url("/images/loader_white.gif") no-repeat center center;
}
.dontdoit {
	display: none;
}


/* button styles */

a.button, input.button {
	border: 1px solid #c0c0c0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #ececec url("/images/buttongradient.gif") repeat-x left bottom;
	padding: 3px 5px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	font-family: "Lucida Grande", "Arial", sans-serif;
	color: #000;
	cursor: pointer;
}
a:hover.button, input:hover.button,
a:focus.button, input:focus.button {
	border-color: #848484;
}
a:active.button, input:active.button {
	background-color: #d2d3d3;
	border-color: #848484;
	background-image: none;
}






/* links
 *****************************/

a {
	color: #151515;
	text-decoration: underline;
}
a:hover {
	color: #af0823;
}

a.dl {
	background: transparent url("/images/icon_small_dl.gif") no-repeat left center;
	padding-left: 22px;
}

.note {
	color: #969696;
}






/* text
 *****************************/

p, .txt {
	font-family: "Times New Roman", serif;
	font-size: 11pt;
	font-style: italic;
	line-height: 1.7em;
	color: #3c3c3c;
}

h2, .h2 {
	font-family: "Lucida Grande", serif;
	font-size: 16pt;
	color: #000;
	font-weight: normal;
}

h3, .h3 {
	font-family: "Lucida Grande", serif;
	font-size: 13pt;
	color: #3c3c3c;
	font-weight: normal;
}

.error {
	color: #c00;
}

.notice {
	color: #3ca902;
}







/* header + nav
 *****************************/

#header {
	float: left;
	width: 250px;
}

#header h1 span {
	display: none;
}
#header h1 {
	background: #fff url("/images/logo.gif") no-repeat left top;
	width: 250px;
	height: 84px;
	margin-bottom: 40px;
}


#nav {
	list-style-type: none;
}

#nav a, #nav span {
	display: block;
	padding: 15px 0;
	padding-left: 60px;
}

#nav_issues a, #nav_issues span {
	background: transparent url("/images/icon_dl.gif") no-repeat 16px center;
}
#nav_do-it-yourself a, #nav_do-it-yourself span {
	background: transparent url("/images/icon_distro.gif") no-repeat 8px center;
}
#nav_contributors a, #nav_contributors span {
	background: transparent url("/images/icon_contributors.gif") no-repeat 8px center;
}
#nav_contact a, #nav_contact span {
	background: transparent url("/images/icon_contact.gif") no-repeat 8px center;
}

#nav .open {
	background: #f4f4f4 url("/images/arrow_right.gif") no-repeat 95% center;
	padding-right: 15px;
}


#intro {
	border-top: 1px solid #c0c0c0;
	margin-top: 40px;
	padding: 10px 5px;
}







/* main content
 *****************************/

#content {
	padding-left: 300px;
}






/* issues page
 *****************************/


.issue {
/* 	border-bottom: 1px solid #c0c0c0; */
	padding: 20px 5px;
}
.first {
	padding-top: 0;
}
.last {
	border-bottom: 0;
	padding-bottom: 0;
}

.issue div {
}

.issue .col1, .issue .col2 {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}
.issue .col1 { width: 40%; }
.issue .col2 {
	width: 57%;
	margin-left: 2%;
}

.issue .cover {
	float: left;
}
.issue .details {
	padding-left: 110px;
}

.issue h3 {
	margin-bottom: 10px;
}







/* DIY instructions page
 *****************************/

.bg_diy {
	background: transparent url("/images/bg_diy.gif") no-repeat right bottom;
}

#instructions .col1, #instructions .col2 {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 48%;
	margin-top: 35px;
}

#instructions .col2 {
	margin-left: 3%;
}


#instructions ol {
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 24pt;
	color: #ccc;
	padding: 0 0 0 2em;
	margin: .5em 0;
}

#instructions ol li {
	margin-bottom: .5em;
}






/* Contact page
 *****************************/

.bg_contact {
	background: transparent url("/images/bg_contact.gif") no-repeat right bottom;
}

#contact form {
	float: right;
	width: 40%;
	margin-left: 10%;
}

#contact form input, #contact form textarea {
	width: 100%;
	margin-bottom: 10px;
	font-style: normal;
}

#contact form input.button {
	width: auto;
}

#contact .email_hide {
	vertical-align: middle;
}




/* Contributors page
 *****************************/

.bg_contributors {
	background: transparent url("/images/bg_contributors.gif") no-repeat right bottom;
}




