/*
Theme Name: ARTbird309.org
Theme URI: http://artbird309.org/
Description: A custom-designed theme for the ARTbird309.
Version: .1
Author: Aaron Bird
Author URI: http://artbird309.org/
*/

a, a:link, a:visited, a:active, a:hover {
	background: inherit;
	color: #fff;
	text-decoration: underline;
}

html {
	background: #506a85;
}

body {
	color: #fff;
	font: 13px "georgia", "times", serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	text-align: left;
	width: 760px;
	margin:auto;
}

#content {
	background: #73a0c5;
	color: #000;
	padding: 5px;
	border-left: 10px solid #abca79;
	border-right: 10px solid #abca79;
	}

#in {
	width: 570px;
	}

#sidebar {
	float:right;
	padding:0 10px 10px 10px;
	width: 170px;
	}
	
#content a, #content a:link, #content a:visited, #content a:active, #content a:hover {
	background: inherit;
	color: #000;
	text-decoration: underline;
}

h2 {
	margin-bottom: 0;
}

#header h1 {
	background: #73a0c5;
	color: inherit;
	border-left: 10px solid #abca79;
	border-right: 10px solid #abca79;
	margin: 0;
}

#header h1 a {
	text-decoration: none;
	color: #000;
	font-size: 80px;
	text-align: center;
	background: #73a0c5;
	padding: 10px;
	display: block;
	outline: 0;
}

#navigation {
	border-bottom: 10px solid #abca79;
	border-top: 10px solid #abca79;
	font-size: 15px;
	font-variant: small-caps;
	margin: 0;
	padding: 4px 0 0 60px;
	text-align: left;
	width: 700px;
}

#navigation li {
	display: inline;
	padding: 0 10px;
}

#navigation li a {
	padding: 4px 6px;
	text-decoration: none;
}

.current_page_item a, #navigation li a:hover {
	background: #abca79;
	color: #3d465d;
	padding: 4px 6px;
}

.text input, .text select, .text textarea {
	width: 400px;
}

.text {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.gray {
	color: #000;
	font-style: italic;
}
