/*  
Theme Name: siteground-wp25
Theme URI: http://www.siteground.com
Description: WP Theme.
Version: 1.0
Author: SiteGround
Author URI: http://www.siteground.com
*/


body {
	background: #99938c;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
font-family: verdana;
	font-size: 10pt;
}
#sidebar_feature {
	background-color: #FFF;
	border: 1px solid #1d2c49;
	padding: 5px;
	width: 200px;
	float: left;
}
a:link {
	color: #006;
	text-decoration: none;
} 
a:hover {
	color: #1d2c49;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #006;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
#navbar {
	font-family: verdana;
	font-size: 14px;
	text-transform: uppercase;
	color: #1d2c49;
	background-color: #e9d8a0;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1d2c49;
	border-bottom-color: #1d2c49;
	text-align: center;
	height: 31px;
} 


#content h2 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #c82e22;
	margin: 0px 0px 2px 0px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 3px;
}

#content h2 a {
	color: #c82e22;
	text-decoration: none;
}

#content h2 a:hover {
	color: #1d2c49;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #3ea4cd;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #3ea4cd;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}

/* header area */	
	
#header {
	background-image: url(http://www.dougstanton.net/images/header_new.gif);
	background-repeat: no-repeat;
	height: 87px;
        width: 960px;  

}

#wrapper {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #1d2c49;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ebe6d9;
	background-image: url(http://www.dougstanton.net/images/sidebar_interior_bg.png);
	background-repeat: repeat-y;
	background-position: left;

}



h1 {
	margin: 0;
	padding: 90px 15px 0 15px;
	font: bold 40px/100% "Trebuchet MS", Tahoma, Arial;
	color: #fffffd;
	text-align:center;
	white-space: nowrap;
	text-transform: uppercase;
	line-height:30px;
}
h1 a, h1 a:visited{
	color: #006;
	text-decoration: none;
}
h1 a:hover{
	color: #1d2c49;
	text-decoration: none;
}

.description {
	color: #fefefe;
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 4px;
	text-align:left;
	line-height:normal;
	font: normal Tahoma, Arial;
}

#footer {
	background:#99938c;
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-family: verdana;
	font-size: 10px;
	color: #000;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:link {
    color: #1d2c49;
	text-decoration: underline;
} 
#footer a:hover {
	color: #c82e22;
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: underline;	
} 

#tabarea {
	margin: 0 auto;
	width:800px;
	height:26px;
	text-align:center;
}

#menu {
  white-space: nowrap;
  height: 26px;
  float: left;
  margin:0 10px;
}
#menu ul{
  margin: 0;
  padding: 0;
  list-style:none;
}
#menu li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	background: transparent;
}
#menu .current_page_item a {
  font-size: 11px;
  font-weight: normal;
  float:left;
  display:block;
  line-height:26px;
  height:20px;
  padding: 6px 10px 0 10px;
  color: #ffffff;
  text-decoration: none;
  background: transparent;
}

#menu .current_page_item a:visited {
	color: #666;
}
#menu .page_item a {
	margin:0px 0 0 0;
	float:left;
	display: block;
	line-height:26px;
	height:20px;
	color: #ffffff;
	text-decoration: none;
	padding: 6px 10px 0 10px;
	outline:none;
	font: normal 11px Tahoma, Verdana, Helvetica, sans-serif;
}
#menu .page_item a:hover {
	color: #ffffff;
}

/* content area */
#content {
	margin: 0px 0px 0px 0px;
	padding:15px 15px 15px 15px;
	float: left;
	
	
}
.post {
	clear:both;
	padding-top: 15px;
	width:675px;
}
.post-date {
	width: 42px;
	height: 45px;
	float:left;
}
.post-month {
	font: bold 10px Verdana;
	color: #999999;
	text-align: center;
	display:block;
	padding: 0px;
	margin-left: 0px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
	float: left;
	margin-left: 10px;
}

.entry {
	clear: both;
	padding-top: 10px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	float: right;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}

.previous-entries a {
	float: left;
	padding-left: 18px;
}
.next-entries a {
	float: right;
	padding-right: 18px;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f0f0f0;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #3ea4cd;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #3ea4cd;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f0f0f0;
	border: 1px solid #a9a79c;
	padding: 3px;
	margin-top: 3px;
	color:#3ea4cd;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f0f0f0;
	border: 1px solid #a9a79c;
	padding: 2px;
	margin-top: 3px;
	color:#3ea4cd;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #f0f0f0;
}
#commentform #submit{
	cursor: pointer;	
	width: 124px;
	border: 1px solid #a9a79c;
	background: #f0f0f0;
	margin-right: 2px;
	color: #3ea4cd;
	font-weight: normal;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
}

/*sidebar */
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 214px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(http://www.dougstanton.net/images/mountain_sidebar_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.sidebar_interior_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #c82e22;
	margin: 0 ;
	padding:0px 0 2px 22px;
	text-align: left;	
	
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #1d2c49;
	text-decoration: none;
        font-family: Verdana;
        font-size: 12px;
        
}
#sidebar a:hover{
	color: #c82e22;
	text-decoration: none;
        font-family: Verdana;
        font-size: 12px;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0 10px 10px 10px;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 6px 0px;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) center left no-repeat !important;
	padding-left: 16px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) center left no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) center left no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 1px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 90px;
	height: 13px;
	padding: 2px 0px 2px 5px;
	margin:0px 0 0 0;
	color: #666;
	font-weight: normal;
	background: transparent url(images/search_bg.jpg) top left no-repeat;
	font-size:11px;
	border:none;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	border:1px solid #7ebde6;
	color: #3ea4cd;
	vertical-align: top;
	background:none;
}

#searchform .btn {
	padding: 2px 0px 3px 0px;
	border:0;
	margin:0px 0 0 0;
	width:40px;
	font-size:11px;
	background:transparent;
}



/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.validation {
	float:right;
	padding:11px 10px 0 0;
}

/************************/
.sg1 {
	background: url(http://www.dougstanton.net/images/banner_01.jpg) no-repeat;
	width:28px;
	height:16px;	
}
.sg2 {
	background: url(http://www.dougstanton.net/images/banner_02.jpg) no-repeat;
	height:16px;	
}
.sgtxt {
font-size: 10px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #fff;
text-align:left;
text-decoration:none;
}
.sgtxt {
font-size: 9px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #ccc;
text-align:left;
text-decoration:none;
}
#sgf {
	font-family: Arial, Verdana, Helvetica;
	font-size:10px;
  	font-weight:bold;	
	text-decoration: none;	
	text-align:center;
	text-align:left;
	color: #f8f8f8;
	padding:6px 0 0 20px ;
	width:400px;
	float:left;	
}
#sgf a.sgfooter {
	font-family: Arial, Verdana, Helvetica;
	color: #f8f8f8;
  	font-weight:bold;	
	text-decoration: none;
	font-size:10px;
}
#sgf a.sgfooter:hover {
	font-family: Arial, Verdana, Helvetica;
	color: #f8f8f8;
  	font-weight:bold;	
	text-decoration: none;
	font-size:10px;
}
/***********/

ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8.5em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	z-index: 1020;
	cursor: default;
	width: 11em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 11em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #e9d8a0;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FFF;
	color: #1d2c49;
	text-decoration: none;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #FFF;
	color: #1d2c49;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	text-decoration: none;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(http://www.dougstanton.net/SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	text-decoration: none;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(http://www.dougstanton.net/SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(http://www.dougstanton.net/SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}



/***/

