/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}

h1, h2, h3 {
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	background: url(images/img02.jpg);
}

#popupHeader {
	width: 540px;
	height: 80px;
	margin: 0 auto;
	background: url(images/img02.jpg);
}

#header h1, #header h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

#header h1 {
	padding: 30px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	padding: 47px 0 0 8px;
	font-size: 1.8em;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 960px;
	height: 51px;
	margin: 0 auto;
	background: url(images/img03.jpg);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 12px 10px 0 20px;
}

#menu a {
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	background: url(images/img04.jpg) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 605px;
}

#popupPage {
	width: 500px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	background: url(images/img04.jpg) no-repeat;
}

#popup {
	float: center;
	width: 100%;
}

.post {
	margin-bottom: 40px;
}

.post .title {
	border-bottom: 1px solid #454545;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 20px;
	padding: 15px 20px;
	background: url(images/img05.gif) no-repeat;
	line-height: normal;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .byline {
	float: left;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 295px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0 0 20px 20px;
	list-style: square inside;
}

#sidebar h2 {
	height: 50px;
	padding: 13px 20px 0 20px;
	background: url(images/img06.gif) no-repeat;
	font-size: 1.6em;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img07.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}

/*Expanding menus*/

.arrowlistmenu{
	width: 295px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	height: 50px;
	padding: 13px 20px 0 20px;
	background: url(images/img06.gif) no-repeat;
	font-size: 1.6em;
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background: lightgreen !important;
}

.arrowlistmenu ul li a{
	color: #CCCCCC;


	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu a:hover{ /*hover state CSS*/
	text-decoration: none;
	color: #FFFFFF;
}

select {
	padding: .2em .2em .2em 0;
	
	background-color: #000;
	color: #f1f1f1;
	border: 1px solid #666;
	font-size: 95%;
}

/* special font classes */
.fontTitle {
	font-size: 200%;
	font-weight: bold;
}
.fontLarge { font-size: 140%; }
.fontMedium { font-size: 120%; }
.fontNormal { font-size: 95%; }
.fontSmall { font-size: 75%; }

.case { text-transform: uppercase; }
.bold { font-weight: bold; }

/* styles for select boxes */
select {
	background-color: #000;
	border: 1px solid #666;
	color: #f1f1f1;
	padding: .2em .2em .2em 0;
	font-size: 8.5pt;
}

/* input styles */
input[type=text] {
	background-color: #000;
	border: 1px solid #666;
	color: #f1f1f1;
	font-size: 8.5pt;
	font-family: "Lucida Grande", Helvetica, "Trebuchet MS", Arial, sans-serif;
	padding: .2em;
}
input[type=password] {
	background-color: #000;
	border: 1px solid #888;
	color: #efefef;
	font-size: 8.5pt;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	padding: 3px;
} 
input.button {
	padding: 0;
}
input.buttonLogin {
	border: 1px solid #000;
	padding: 0;
}
input.class, input.order {
	width:25px;
}
input.name {
	width:329px;
}
input.image {
	width:225px;
}
input.color {
	width:60px;
}
input.date {
	width:125px;
}

/* styles for text areas */
textarea {
	background-color: #000;
	border: 1px solid #666;
	color: #f1f1f1;
	font-size: 8.5pt;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	padding: .2em;
	width: 90%;
}
textarea.desc {
	/*width:337px;*/
}
.wideTextArea {
	width: 99%;
}

/* class for the specs text areas */
.specsText {
	width: 85%;
}

table {
	width: 100%;
}
.narrowTable {
	width: 75%;
}