/*  
Theme Name: DSG
Theme URI: http://www.dsgraves.com/
Description: DSG is a private theme 
Version: 1.0
Author: Dan Graves
Author URI: http://www.dsgraves.com
*/

/* CSS STYLE FOR THE "DSG" THEME     */

/******************************************/
/*html tags */
/******************************************/

a {
	color: #0033CC;
	text-decoration: none;
}

a:visited {
	color: #9999FF;
}

a:hover {
	color: #CC3300;
	text-decoration: underline;
}

blockquote {
	margin: 20px;
	padding: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {/* in flyout pages the body is controlled by adxmenu */
	margin-top: 0px;
	text-align: center;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #EAF8EA;/*the light blue is f0f8fa */
}

fieldset {
	border: 2px solid #00CC00;
	padding: 2px;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {/*Note: remove margin and padding or h-tags will break the layout */
	color: #CC3300;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

legend {
	color: #000;
	border: 2px solid #CC3300;
	padding: 2px 4px;
}

p {
	font-size: 1em;
}

ul {
	margin-left: 0px;
	padding-left: 24px;
}


/******************************************/
/* universal elements */
/******************************************/

#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.big_links {
	font-size: 1.8em;
}

.book {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 240px;
}

.caption {
	font-size: .8em;
}

.dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3300;
}

.faint {
	color: #CC9966;
}

.gray_box {
	border: 4px solid #CCCCCC;
	width: 160px;
	text-align: left;
	padding: 4px;
}

.headline_box {
	padding: 4px;
	background-color: #CC6600;
	color: #FFFFFF;
	text-align: left;
}

.image {
	border: 1px solid #FF6600;
	margin: 0 8px 8px 0;
}

.img_essay {
	margin-right: 8px;
	margin-bottom: 6px;
	border: 2px inset #CCCCCC;
}

.large {
	font-size: 1.1em;
}

.link_sec {
	height: 60px;
}

.link_title {
	float:left;
	width: 220px;
	height: 50px;
}

.normal {
	color: #000000;
}

.small {
	font-size: .8em;
}

.sub_links {
	width: 280px;
	float: left;
	margin-left: auto;
}

.video {
	color: black;
	font-weight: normal;
	font-size: .8em;
	border: dotted;
	border-color: #00CC00;
	margin: 5px 10px;
	padding: 4px;
	width: 130px;
	float: right;
	text-align: right;
}

/******************************************/
/* header elements */
/******************************************/

#header {
	padding: 0px;
	width: 760px;
	height: 115px;
	text-align: left;
	background: url(../images/bg_blue.jpg) repeat-y;
	vertical-align: top;
}

#logo_holder {
	padding-left: 6px;
}

.logo_image {
	border: none;
	padding-right: 30px;
}

.site_name {
	padding: 10px 0 0 0;
}

.site_name h1 {
	font-size: 3em;
}

/******************************************/
/* left sidebar when it exists */
/******************************************/



/******************************************/
/* layout elements */
/******************************************/

#main {
	margin: 0px;
	padding: 0;
	width: 760px;
	vertical-align: top;
	background: url(../images/bg_blue.jpg) repeat-y;
	border-left: 1px solid #CCFFCC;
}

#col_left {/*entrance page only*/
	float: left;
	width: 185px;
	padding: 6px 2px 6px 6px;
	text-align: left;
	font-size: 12px;
}

#col_right {/*entrance page only*/
	float: left;
	padding: 6px 2px 6px 24px;
	width: 535px;
	text-align: left;
}

#content_left {/*inner pages*/
	width: 555px;
	float: left;
	text-align: left;
	padding-left: 6px;
	padding-right: 10px;
	vertical-align: top;
}

#sidebar {/*right side, inner pages */
	width: 176px;
	float: left;
	text-align: left;
}

/******************************************/
/* footer elements */
/******************************************/

#footling {
	clear: both;
	margin: 0px;
	width: 760px;
	height: 45px;
	font-size: 10px;
	background: url(../images/footer.jpg) no-repeat;
}

/******************************************/
/* special elements */
/******************************************/

#navigation a {
	padding-left: 3px;
}

#poem_menu {
	float: left;
	padding-right: 10px;
	width: 172px;
	font-size: .8em;
}

#poem {
	float: left;
	width: 360px;
	font-size: .9em;
}

.clear {
	width: 100%;
	clear: both;
}

.h_black {/*where there is too much orange already but a headline is needed*/
	color: #666666;
}

.h_lg {/*enlarges headlines inside divs with small fonts */
	font-size: 1.2em;
}

.image_site {/*controls images of websites on the web site page */
	padding-right: 10px;
	padding-bottom: 10px;
	border: none;
}

.indent {/*used in poems */
	padding-left: 8px;
}

.links {/*in navigation include*/
	border: 2px solid #CCCCCC;
	padding: 4px;
	padding: 6px 25px 6px 6px;
	text-decoration: none;
}

.link_spacer {/*in navigation include*/
	height: 12px;
}

.shadow {
	color: #990000;	
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow: #000 0px 3px 2px;	
	height: 1.2em;
	filter: Shadow(Color=#000000, 	
			Direction=130, 
			Strength=5);
}

.site {/*This keeps the site images below each other*/
	clear: both;
}