﻿/*
Theme Name: Generic 2 column 
URI: the-theme's-homepage
Description: a-brief-description
Version: a-number--optional
*/

/*
[Table Of Contents]
0- Reset
1- Global
2- Links
3- Headings
4- Masthead
5- Navigation
6- Middle
7- Footer
8- Forms
9- Extras
*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url("../images/background_tile.gif");
	background-repeat: repeat-x;
}
#container {
	margin: 0 auto;
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #FFFFFF;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link {color: blue;}
a:visited {color: purple;}
a:hover {color: red;}
a:active {color: yellow;}

/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}

/* =4 Masthead
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#masthead {
	margin: 0 auto 0 auto;
	width: 660px;
	text-align: right;
	background-image: url("../images/masthead_image.jpg");
	background-position: top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 120px;
}
#masthead h1 {
	color: #0000FF;
	margin-right: 20px;
}
#masthead h3 {
	color: #0099FF;
	margin-right: 20px;
}

/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#navigation {
	margin: 0 auto 0 auto;
	width: 660px;
	overflow: hidden;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #fea;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #8b0000;
	display: block;
	padding: 5px;
	border: 1px solid #fea;
	background-color: #fea;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}

/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#column_l {
	float: left;
	width: 300px;
	padding: 15px;
}
#column_r {
	float: right;
	width: 200px;
	padding: 15px 10px;
}
#content {
	margin: 0;
	padding: 0 20px 20px 20px;
}

/* =7 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	clear: both;
	text-align: center;
	padding-bottom: 10px;
}
#footer p {
	font-size: x-small;
	color: #000;
}
/* =8 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =9 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
