@import url(reset.css);

/*  
Theme Name: DLI-3
Theme URI: http://www.dragonslanding.com
Description: The Dragon's Landing Default Theme - take 3.
Version: 1.0
Author: Lonnie Ezell
Author URI: http://www.LonnieEzell.com

*/

/* =Common
----------------------------------------------------------*/
body { text-align: center; font-family: Arial, sans-serif; background: #3b1802; }

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", "Lucide Grande", sans-serif; font-weight: bolder; color: #3b1802; }
h3 { font-size: 1.2em;}

p { margin-bottom: 1em; line-height: 1.3em;}
strong { font-family: "Trebuchet MS", "Lucide Grande", sans-serif; font-weight: bolder; }
em { font-style: italic; font-family: "Times New Roman", serif; }
p.intro { padding: 15px 30px; }

ol { margin-left: 2em; list-style: decimal; line-height: 1.2em; margin-bottom: 1em;}
ol li { padding-bottom: 0.5em; }

.clear { clear: both;}

/* =Layout
----------------------------------------------------------*/
#page { margin: 10px auto; width: 950px; text-align: left; }

/* =Links
----------------------------------------------------------*/
a:link, a:visited { color: #008487; text-decoration: none; }
a:hover { text-decoration: underline;}

/* =Branding
----------------------------------------------------------*/
#branding { width: 950px; margin-bottom: 10px;}
#branding h1 { text-indent: -9999px; background: transparent url(images/logo-front.jpg) top left no-repeat; height: 250px; width: 380px; }
#branding #bob { width: 380px; height: 250px; position: absolute; right: 0; top: 0; background: transparent url(./images/bob.jpg) top right no-repeat; }




/* =Navigation
----------------------------------------------------------*/

/* Main Navigation */

#nav_main { position: absolute; left: 380px; top: 0; width: 190px; height: 250px; background: transparent url(images/nav_main-bg.gif) top left no-repeat; }
#nav_main li { text-indent: -9999px; }
#nav_main a { display: block; z-index: 95; height: 50px; width: 190px; margin: 0; padding: 0; }

#nv_forums a, #nv_resources a, #nv_articles a, #nv_contact a { position: absolute; left: 0; height: 50px; width: 190px; background: transparent url(images/nav_main-bg.gif);  z-index: 92; margin: 0; padding: 0; }

#nv_forums a:hover, #nv_resources a:hover, #nv_articles a:hover, #nv_contact a:hover { width: 188px; height: 48px; border: 1px solid #008487; * height: 48px; }

#nv_forums a { top: 33px; background-position: 0 -50px; }
#nv_resources a { top: 83px; background-position: 0 -100px; * top: 86px;}
#nv_articles a { top: 133px; background-position: 0 -150px; * top: 122px; }
#nv_contact a { top: 183px; background-position: 0 -200px; * top: 158px; }

#nv_forums a:hover { background-position: -190px -50px; }
#nv_resources a:hover { background-position: -190px -100px; }
#nv_articles a:hover { background-position: -190px -150px; }
#nv_contact a:hover { background-position: -190px -200px; }

/* =Content
----------------------------------------------------------*/
#content { background: #fff url(images/content_sub-bg.jpg) bottom left repeat-x; }

/* Content_Sub */
#content_main { float: right; min-height: 380px; width: 570px; background: #fff url(images/content_main-bg.jpg) top left repeat-x; }

/* Content_Sub */
#content_sub { width: 370px; padding-left: 10px; padding-bottom: 20px; }

/* =Blog Posts
----------------------------------------------------------*/
.post { padding: 10px 10px 0 20px; background: transparent url(images/post-bg.jpg) bottom left repeat-x; font-family: "Trebuchet MS", "Lucide Grande", sans-serif;  border-bottom: 1px solid #873F12; margin-bottom: 10px; }
.post h3 {margin-bottom: 25px;}
.post h3 a { font-size: 1.25em; color: #3B1802; }

.post p {line-height: 1.2em;}
.post ul { list-style: square; margin-left: 2em; }
.post ul li { line-height: 1.2em; padding-bottom: 0.5em;}

/* Post Footer */
.post_foot { height: 3em; padding-top: 1em; color: #008487; }
.post_foot ul { list-style: none; margin: 0; }

/* =Site Info
----------------------------------------------------------*/
#site_info { height: 150px; background: transparent url(../images/footer-bg.jpg) bottom left repeat-x;}

/* =Front Page
----------------------------------------------------------*/
#subscribe { padding-left: 75px; background: transparent url(../images/feeds.jpg) top left no-repeat; }



/* =SIFR
----------------------------------------------------------*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
/*
.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/
.sIFR-hasFlash blockquote {
	letter-spacing: -1px;
	visibility: hidden;
	font-size: 24px;
}
