/* *************************************************************************
Description:	The Style Sheet for the Scriptlink website.
Project:	www.scriptlink.org
Author:		Neal Gamradt
Created:	2006.12.26
Updated:	2006.12.26
************************************************************************* */

/* -------------------------------------
BEGIN: General Tag Methods
------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
}

html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 10px;
	/* color: #8f66dc; */
	color: #000000;
	text-align: center; /* This line is here to fix everyone's favorite IE 5.x alignment bug. */
	background-image: url(../images/background.blue.white.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-attachment: fixed;
}

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

a:hover {
	color: #5e9b22;
}

a:link img,
a:visited img,
a:hover img,
a:active img {
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

a:hover img {
	border-color: #5e9b22;
}

h1 {
	font-style: oblique;
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em;
	margin: 10px 0px 10px 0px;
}

p {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 5px 0px;
}

/* -------------------------------------
END: General Tag Methods
------------------------------------- */

/* -------------------------------------
BEGIN: Main Content Tags
------------------------------------- */

#wrapper {
	position: relative;
	width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; /* Treated as align */
}

#header span {
	display: block;
	color: #b7dc66;
	font-size: 2.8em;
	font-style: oblique;
	margin: 5px 0px 5px 182px;
}

#content {
	width: 100%;
	color: #000;
}

#content_left {
	vertical-align: top;
	width: 170px;
}

#content_left h1 {
	position: relative;
	bottom: 3px;
	font-size: 1.4em;
	padding-left: 17px;
}

#content_left .menu_header {
	position: relative;
	bottom: 2px;
	text-align: center;
	color: #e0a55c;
	width: 160px;
	height: 15px;
	padding-top: 3px;
	font-size: 1.1em;
	text-transform: uppercase;
	background-image: url(../images/sample4.top.bevel.wide.png);
}

#content_left .menu {
	position: relative;
	bottom: 2px;
	width: 160px;
	list-style-type: none;
	font-size: 1.3em;
	line-height: 1.23em;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #e1a65d;
	background-image: url(../images/sample4.middle.bevel.wide.png);
	background-repeat: repeat-y;
}

#content_left .menu li {
	padding-left: 25px;
	padding-right: 10px;
	background-image: url(../images/menu2.list.png);
	background-repeat: no-repeat;
	background-position: 11px 0.33em;
}

#content_left .menu a:link,
#content_left .menu a:visited,
#content_left .menu a:hover,
#content_left .menu a:active {
	color: #b7dc66;
	text-decoration: none;
}

#content_left .menu a:hover {
	color: #e0a55c;
	text-decoration: underline;
}

#content_left #wordpress_search li {
	padding-left: 20px;
	background-image: none;
}

#content_left #wordpress_search #wordpress_search_submit,
#wordpress_comment_submit {
	background-color: #686667;
	border-style: solid;
	border-color: #e0a55c;
	margin-top: 2px;
	color: #e0a55c;
	cursor: pointer;
}

#wordpress_comment_submit {
	color: #000;
	border-color: #000;
	background-color: #d8d0bd;
}

#content_left .menu_footer {
	position: relative;
	bottom: 2px;
	width: 160px;
	height: 16px;
	background-image: url(../images/sample4.bottom.bevel.wide.png);
	margin: 0px 0px 10px 0px;
}

#content_middle {
	vertical-align: top;
	/* width: 615px; */
	width: 580px;
	margin: 0px 5px;
}

#content_middle li {
	margin-left: 18px;
	font-size: 1.2em;
}

#main_content_header {
	/* width: 615px; */
	width: 580px;
	height: 18px;
	background-image: url(../images/content.d9d1be.header.short.png);
	background-repeat: no-repeat;
}

#main_content {
	/* width: 585px; */
	width: 550px;
	background-image: url(../images/content.d9d1be.middle.short.png);
	background-repeat: repeat-y;
	padding: 0px 15px;
}

#main_content_footer {
	/* width: 615px;*/
	width: 580px;
	height: 15px;
	background-image: url(../images/content.d9d1be.footer.short.png);
	background-repeat: no-repeat;
}

#gallery #main_content_header {
	float: left;	
}

#gallery #main_content {
	float: left;	
}

#gallery #main_content_footer {
	float: left;	
}

#pagination {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

#content_right {
	width: 0px;
}

#copyright {
	float: right;
	margin-right:15px;
	color: #000;
}

#footer {
	margin-bottom: 10px;
}

#contact form {
	padding: 10px 0px 0px 0px;
}

/* -------------------------------------
END: Main Content Tags
------------------------------------- */

/* -------------------------------------
BEGIN: General Classes
------------------------------------- */

div.photo {
	height: 165px;
	width: 125px;
	float: left;
	margin: 5px;
}

div.tagline span {
	 color: #5e9b22;
}

.formfield {
	width: 100px;
	text-align: right;
	font-size: 1.2em;
	padding: 0px 10px 10px 0px;
}

.formtext {
	margin: 0px 0px 10px 0px;
}

.requiredfield {
	width: 100px;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
	width: 100px;
	padding: 0px 10px 10px 0px;
}

.formsubmit {
	font-size: 1.2em;
	font-weight: bold;
	background-color: transparent;
	border-style: solid;
	border-color: #5e9b22;
	border-width: 2px;
	color: #000;
	cursor: pointer;
}

.formsubmit:hover {
	font-size: 1.2em;
	color: #5e9b22;
}

.instruction {
	font-size: 1.2em;
	color: #5e9b22;
}

.success {
	font-size: 1.2em;
	font-weight: bold;
	color: #5e9b22;
}

/* -------------------------------------
END: General Classes
------------------------------------- */
