/*
Theme Name: FrameAdvance
Theme URI: http://www.frameadvance.com/
Description: Child theme from Basic2Col
Author: Charles Eubanks
Author URI: http://www.frameadvance.com/
Template: basic2col
Version: 0.1
*/

@import url("../basic2col/style.css");

#searchform label {
	display: none;
}

body {
	background-color: #A0A0A0;
	background-image: url("http://www.frameadvance.com/images/bg_gradient_w-g.jpg");
	background-repeat: repeat-x;
	color: #cccccc;
	font: small Verdana, Sans-serif;
	padding: 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #cccccc;
}

#wrap {
	background-color: #cccccc;
	background-image: url("http://www.frameadvance.com/images/bg_gradient_g-w.jpg");
	background-position: top;
	background-repeat: repeat-x;
	position: relative;
	padding: 4px;
	border: 1px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #555555;
	border-bottom: 2px solid #555555;
	width: 800px;
}

#header {
	background: #000000 url("http://www.frameadvance.com/images/frameadvancelogo_icon_sm.png") no-repeat;
	background-position:  10px 10px;
	font: small Verdana, Sans-serif;
	color: #DFA824;
	padding-left: 80px;
}

#header p {
	display: inherit;
	margin: 0px;
}

#content {
	margin-left: 4px;
	margin-top: 4px;
	background-color: #000000;
	width: 67%;
}

#sidebar {
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 4px;
	background-color: #000000;
	width: 28%;
	color: #cccccc;
}

/* Links
--------------------------------------------------------------------------- */

a:link
{
	color: #DFA824;
	text-decoration: none;
}
a:visited
{
	color: #bd9426;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border-width: 0;
}

#content h2 a:link,
#content h2 a:visited,
#content h2 a:hover,
#content h2 a:active,
#content h3 a:link,
#content h3 a:visited,
#content h3 a:hover,
#content h3 a:active
{
	color: #DFA824;
}

#content h2 a:hover, #content h2 a:active, #header h1 a:hover, #header h1 a:active, #content h3 a:hover, #content h3 a:active {
	color: #DFA824;
}

#header h1 a:link, #header h1 a:visited {
	color: #DFA824;
}

/* Posts
---------------------------------------------------------------------------- */
.post h2, .archives h3, .search h3 {
	border-bottom: 1pt solid #DFA824;
}

.post {
	margin-bottom: 35px;
}

#content .postcontent {
	font-size: 85%;
	line-height: inherit;
}

#content .date {
	font-size: 70%;
	font-style: italic;
	margin-top: 5px;
}

#content .postmeta {
	font-size: 70%;
	font-style: italic;
}

/* Comments
---------------------------------------------------------------------------- */

#commentlist {
	font-size: 85%;
}

/* Remove redundant "write comment" */
/* If shown, the specified color would be better. */
#commentform legend {
	color: #DFA824;
	display: none;
}


/* Sidebar
---------------------------------------------------------------------------- */

#sidebar li li {
	border-bottom: none;
}

#sidebar a:link,
#sidebar a:visited,
#sidebar a:hover,
#sidebar a:active
{
	color: #cccccc;
}

#sidebar h2 {
	color: #DFA824;
	border-bottom: 1pt solid #DFA824;
}


/* Footer
---------------------------------------------------------------------------- */

#footer {
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	background-color: #000000;
	width: 67%;
	padding: 5px 14px;
}

/* Other
---------------------------------------------------------------------------- */

blockquote, code, pre {
	color: #909090;
}


