/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

#content a {
	color: #597EC8;
}

a img {
	border: none;
}

#contenta:visited {
	color: #342;
}

#content a:hover {
	color: #000;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
/*	letter-spacing: .07em;*/
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	background: #42434d;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;*/
	margin: 0;
	padding: 0;
	background-image: url(/wp-content/themes/vivid/gui/background_01.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 1.5em;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	border-bottom: 1px dotted #ccc;
	/*	letter-spacing: 0.2em;*/
	margin: 0px 0 2px 0;
	padding-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

h2 a {
	text-decoration:none;
}

h3 {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {


}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
/*	letter-spacing: 0;*/
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#container {
	margin: 0px 0px 0px 0px;
	display: inline-block;
	width: auto;
	height: 100%;
	padding: 0px 5px 20px 5px;
	background-image: url(/wp-content/themes/vivid/gui/content_bakground.png);
	background-repeat: repeat-y;
}

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	width: 900px;
	height: 200px;
	display: block;
	clear: both;
	background-repeat: no-repeat;
	background-position: center top;
}

#hd {
	height: 200px;
	background-repeat: no-repeat;
	background-position: center top;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
	color: #A7DDE6;
}


#hd a {
	color: #fff;
	text-decoration: none;
}

#hd a:hover {
	text-decoration: underline;
	color: #A7DDE6;
}


#sidebar {
/*	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: 3px solid #e0e6e0;
	padding: 20px 0 10px 30px;
	position: relative; 
	left: 600px;
	top: 0;
	float:right;
	clear:right;
	width: 175px;*/
}

#sidebar form {
	margin: 0 0 0 13px;
}

#sidebar input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#sidebar ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#sidebar ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
/*	letter-spacing: 0.1em;*/
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#sidebar ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidebar ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
/*	letter-spacing: 0;*/
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#sidebar ul ul li a {
	color: #000;
	text-decoration: none;
}

#sidebar ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#sidebar ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
/*	letter-spacing: normal;*/
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
#topcontent_home .bottom {
/*	background-image: url(/wp-content/themes/vividcgd/gui/content_bottom.png);*/
	background-repeat: no-repeat;
}
#topcontent_home .top {
	display: inline-block;
	clear: both;
	float: none;
	/*background-image: url(/wp-content/themes/vivid/gui/content_top.png);*/
	background-repeat: no-repeat;
}
.description {
	float: right;
	width: auto;
	clear: both;
	height: 33px;
	line-height: 33px;
	background-image: url(/wp-content/themes/vivid/gui/topbar_cap.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 5px 0px 70px;
	background-color: #FFF;
}
#header #toptab {
	clear: none;
	margin: 0px 0px 0px 0px;
	width: auto;
	background-color: #A7DDE6;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Lucida Console", Monaco, monospace;
	color: #FFF;
	font-size: 24px;
	height: 43px;
	padding: 0px 0px 0px 95px;
	text-align: right;
	display: inline-block;
	float: right;
	background-image: url(/wp-content/themes/vivid/gui/toptab_bkg.png);
}

#hd #toptab {
	clear: none;
	margin: 0px 0px 0px 0px;
	width: auto;
	background-color: #a7dde6;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Lucida Console", Monaco, monospace;
	color: #FFF;
	font-size: 24px;
	height: 43px;
	padding: 0px 0px 0px 95px;
	text-align: right;
	display: inline-block;
	float: right;
	background-image: url(/wp-content/themes/vivid/gui/toptab_bkg.png);
}

#header #bannerarea {
	width: auto;
	height: 113px;
	vertical-align: middle;
}

#hd #bannerarea {
	width: auto;
	height: 123px;
	vertical-align: middle;
	color: #4E527E;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#toptab .frontcap {
	display: inline-block;
	float: left;
	height: 43px;
	width: 66px;
	background-image: url(/wp-content/themes/vivid/gui/toptab_bkg.png);
	border-right: solid #FF0 1px;
	margin: 0px 0px 0px 0px;
}
#toptab .toptabtext {
	display: inline-block;
	padding: 0px 10px 0px 0px;
	clear: none;
	height: 43px;
	text-align: right;
	white-space: nowrap;
	background-position: left top;
	line-height: 43px;
	width: auto;
	margin: 0;
}
#toptab .endcap {
	background-image: url(/wp-content/themes/vivid/gui/toptab_bkg.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	clear: none;
	height: 43px;
	width: 10px;
	float: right;
}


#topnav .endcap {
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	clear: none;
	height: 45px;
	width: 65px;
	float: right;
	background-image: url(/wp-content/themes/vivid/gui/topnav_endtab.png);
	background-color: #a7dde6;
}

#topnav .frontcap {
	display: block;
	float: left;
	height: 45px;
	width: 14px;
	background-image: url(/wp-content/themes/vivid/gui/nav_top_bkg.png);
	background-repeat: no-repeat;
	background-position: lef top;
}

#topnav .description {
	background-image: url(/wp-content/themes/vivid/gui/topnav_holder_background.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	clear: none;
	height: 45px;
	width: auto;
	float: right;
	font-size: 11px;
	color: #FFF;
	padding: 0px 10px 0px 0px;
	background-color: #a7dde6;
	text-align: right;
}



#topnav .pagelinks {
	display: block;
	padding: 0px 0px 0px 0px;
	clear: none;
	height: 45px;
	text-align: left;
	background-repeat: repeat-x;
	background-position: -198 top;
	width: auto;
	background-image: url(/wp-content/themes/vivid/gui/nav_top_bkg.png);
}
#topnav li {
	display: block;
	float: left;
	color: #CCC;
	list-style-type: none;
	height: 45px;
	padding: 0px 5px 0px 8px;
	white-space: nowrap;
	width: auto;
	line-height: 33px;
}
#topnav .page_item {
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;


}
#topnav a {
	color: #666;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header #header_content {
	float: right;
	clear: right;
	width: 616px;
	display: block;
	height: 156px;
}


#hd #header_content {
	float: right;
	clear: right;
	width: auto;
	display: block;
	height: 156px;
	margin: 0px 0px 0px 0px;
}


#footer {
	background-image: url(/wp-content/themes/vivid/gui/footer_cap.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	width: 900px;
	display: block;
	clear: both;
}

#footer .content {
	padding: 0px 20px 0px 20px;


}

