@charset "utf-8";
/* CSS Style 1 - Screen */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(http://osx.mechdrew.com/images/backgradient.png);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

blockquote {
	font-style: italic;
}
/*The wrapper allows the positioning to work correctly.*/
#wrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#top {
	height: 100px;/*6.25em*/
}

#header h1, #header h2 {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: center;
}

#navigation {
	text-align: center;
	margin-bottom: 5px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #fff;
}

#navigation ul li {
	margin-right: 2px;
	list-style: none;
	display: inline;
	border: solid 1px #000;
	border-top: none;
}

#navigation ul li a {
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	color: #fff;
}

#navigation ul li a:link {
	color: #fff;
}

#navigation ul li a:visited {
	color: #fff;
}

#navigation ul li a:hover,
#navigation ul li a:visited:hover {
	color: #fff;
	background: #333
}

.home #navigation ul li a[title~=Home],
.guides #navigation ul li a[title~=Guides],
.downloads #navigation ul li a[title~=Downloads],
.discussion #navigation ul li a[title~=Discussion],
.blog #navigation ul li a[title~=Blog],
.faq #navigation ul li a[title~=FAQ],
.links #navigation ul li a[title~=Links],
.about #navigation ul li a[title~=About],
.contact #navigation ul li a[title~=Contact],
.donate #navigation ul li a[title~=Donate]
{
	border-top: 1px solid #000;
	color: #fff;
	background: #000;
}

#primary {
	overflow: auto;/*This is needed so that the primary content will not be interupted by or overflow the sidebar.*/
}
#sidebar {
	float: right;
	width: 210px;
}

#donate {
	width: 750px;
	margin: auto;
}

#footer {
	position: relative;
	font-size: xx-small;
	width: 100%;
}
/*This section is so that pictures that link to larger versions do not have an ugly border.*/
#picture {
	padding: 5px;
}

#picture a:link {
			color: white;
			text-decoration: none;
		}
		
#picture a:visited {
			color: white;
			text-decoration: none;
		}
		
#picture a:hover {
			color: white;
		}
			
#picture a:active {
			color: white;
		}
.picture {
	color: white;
	text-decoration: none;
}
		
.picture a:visited {
	color: white;
	text-decoration: none;
}
		
.picture a:hover {
	color: white;
}
			
.picture a:active {
	color: white;
}
/*This is for the sidebar Highlights heading*/
.highlights {
	font-size: x-large;
	text-align: center;
	padding-bottom: 1em;
}

.smallphoto {
	border: 5px solid #787878;
}

.photo {
	border: 10px solid #787878;
}
#contactform {
	padding: 5px;
	width: 640px;
}

#contactform label {
	display: block;
	float: left;
	text-align: right;
	width: 60px;
}

#contactform label, input, select, textarea {
	margin: 5px;
}

.methodtitle {
	font-size: large;
	font-weight: bold;
}

.methodheading {
	font-weight: bold;
}