/*
Theme Name: DigiCoach
Theme URI: http://kristymay.com
Description: DigiCoach Theme 
Version: 2 (WP2.6.2)
Author: Kristy May
Author URI: http://kristymay.com
Tags: heart, photography, digital
*/
/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */

/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;
	height: 100%;
 }
body { 
	font: 62.5% "Lucida Grande", sans-serif;
	background: #FFFFFF;
	height: 100%;
}

ul { list-style: none inside; }
p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
	p.metadata { background: #fff9a7; padding: 3px;} 
a { outline: none;
        color: #e30000;
		text-decoration: none; }
a img { border: none; }

h1 a {
		font-family: Verdana;
		font-size: 1.1em;
		font-weight: normal;
		color: #2E2E2E;
		text-decoration: none;
		
	}
	
	h1 a:visited {
color:#2E2E2E;
}

h1 a:hover {
border-bottom:1px dotted #2E2E2E;
color:#990000;
}
	

/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.button {
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	background:#990000;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}
.button:hover { background:#FFFFFF; color: #990000;
}

input#searchsubmit{ background:#990000;border:2px solid #333; color:#fff;font-size:13px; }
input#submit{ background:#990000;border:2px solid #333; color:#fff;font-size:13px; }

/* END TOOLBOX */

/* TYPOGRAPHY */

h2 { 
	font-family: Verdana;
	font-size: 1.6em;
	font-weight: normal;
	color: #99000;
	
	
	
}
h2 a, h2 a:visited {
color:#2E2E2E;
}

h2 a:hover {
border-bottom:1px dotted #2E2E2E;
color:#990000;
}

h3 { 
	font-family: Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #99000;
}

h3 a, h3 a:visited {
color:#2E2E2E;
}

h3 a:hover {
border-bottom:1px dotted #2E2E2E;
color:#990000;
}

		/* Rolling Menu Styles */

#sidebar {
	display: block;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 18px;
	z-index: 5;
	position: absolute;
	top: 141px;
	font-family: Arial;
}

#sidebar ul {
	width:896px;
	min-height: 30px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 500;	
	font-weight: normal;
	font-size: 1.4em;
	font-family: Verdana;
}

#sidebar li {
	display: inline;
	float: left;
	min-height: 20px;
	position: relative;
	text-align: left;
	padding: 5px 16px 5px;
	margin: 0px 0px 0px 0px;
}

#sidebar h2 {
	padding: 0px;
	margin: 0px;
	font-size: 1em;
}

#sidebar li ul {
	width: 150px;
	height: auto;
	top: 100%;
	left: 0px;		
	font-weight: normal;
	font-size: 1em;
}

#sidebar li.LargeMenu ul {
	width: 200px;
	height: auto;
	top: 100%;
	left: 0px;
}

#sidebar li ul li {
	text-align: left;
	width: 118px;	
	height: auto;
	min-height: auto;
	display: block;
}

#sidebar li.LargeMenu ul li {
	text-align: left;
	width: 198px;	
	height: auto;
	min-height: auto;
	display: block;
}

#sidebar a {
	text-decoration: none;
	}

#sidebar li li ul {
	top: 0;
	left: 0;
}

#sidebar li li:hover ul {
	left: 150px;
}

/* initialy hide all sub sidemenus */
#sidebar ul ul,
#sidebar ul li:hover ul ul,
#sidebar ul ul li:hover ul ul,
#sidebar ul ul ul li:hover ul ul,
#sidebar ul ul ul ul li:hover ul ul {
	position: absolute;
	display:none;
}

/* display them on hover */
#sidebar li:hover ul,
#sidebar ul li:hover ul,
#sidebar ul ul li:hover ul,
#sidebar ul ul ul li:hover ul,
#sidebar ul ul ul ul li:hover ul,
#sidebar ul ul ul ul ul li:hover ul {
 	 display: block;
}

#sidebar #PhpWebcontent {
	display:none;
}	

/* define the consecutive colors */

#sidebar {
	color: #FFFFFF;
}

#sidebar ul{
	background: #000000;
	-moz-opacity:0.88; /* for mozilla */
	opacity: 0.88; /* for safari */
	khtml-opacity: 0.88 /* for konquerer and older safari */
}

#sidebar ul ul {
	background: #000000;
}
#sidebar ul li {
	background: #000000;
}

#feeds li {
  background: url(images/feed.png) top left no-repeat;
  padding-left: 18px;
}

#sidebar h2 {
	color: #FFFFFF;
}

#sidebar a {
	color: #FFFFFF;
	}

#sidebar ul li:hover {
	background: #333333;
}

#sidebar ul li ul {

}

#sidebar ul li ul li {
	background: #333333;
}

#sidebar ul li ul li:hover {
	background: #666666;
}

#sidebar ul li ul ul li{
	background: #666666;
	
}

#sidebar ul li ul ul li:hover {
	background: #333333;
}

#wp-calendar #next a {
	background: none;
	}

#wp-calendar #prev a {
	background: none;
	}
	
	 #twitter { width: 25%; padding: 20px px; float: left; min-width: 200px; }
.tweet												{ padding: 10px; height: 140px; border-bottom:1px dotted #FFFFFF; }
#twitter h2 {padding: 20px 0px 0px 0px; }

#slideshow { width: 920px; padding: 10px 0 10px 0; margin: 10 px; overflow: hidden;z-index: 5;
	position: absolute;top: 20px; left: 408px;}
#images img { border:none; width: 100px; height: auto; margin: 10px; }

											
											

	/* CONTENT */
	
	#main-content {
		padding: 40px 50px 10px 50px;
	}
	#article-area {
	width: 800px;
	float: left;
	padding-right: 20px;
	
padding-left: 20px;	
	
	}
	
	#article-area h1 {
		text-align:center;
	}
	
	.post a {
	
    font-weight: normal;
	text-decoration: none;
	
	}
        .comments h3{
	
font-family: Arial, sans-serif;

}
	
	.comments a {
		font-family: Arial, sans-serif;
		font-weight: normal;
		color: #990000;
		text-decoration: none;	
	}
	
	 .comments a:hover {
	border-bottom:1px dotted #2E2E2E;
	color:#2E2E2E;
	}

	.more a {
		font-family: Arial, sans-serif;
		font-weight: normal;
		color: #990000;
		text-decoration: none;
	}

	p.author {
	color:#2E2E2E;
	font-family:Georgia,serif;
	font-size:13px;
	letter-spacing:2px;
	text-align:center;
	
	}

	p.author em {
	color:#2E2E2E;
	font-size:11px;
	font-style:italic;
	letter-spacing:0px;
	text-align:center;
	
	}
	p.date {
	background:transparent url(images/blkdot.png) repeat-x scroll center center;
	color:#990000;
	font-family:Arial,sans-serif;
	font-size:12px;
	text-align:center;
	line-height:18px;
	margin: 5px;
	
	}
	p.date span {
	background:white none repeat scroll 0 0;
	padding:3px 8px;
	position:relative;
	top: -1px;
	
	}
/* STRUCTURE AND STUFF */
#page-wrap {
	width: 936px;
	margin: 0 auto -141px;
	min-height:100%;
	height:auto!important; 
	height: 100%;
	background: url(images/content-bg.jpg) repeat-y;
	
	}
#push {
	height: 141px;
	}
	
/* HEADER*/

	h1#logo {
		width: 936px;
		height: 141px;
		background: url(images/header.jpg) no-repeat center center;
		text-indent: -9999px;
	}
	/* FOOTER*/

#footer {
	height: 600px;
        width: 936px;
	background: url(images/footer-bg.jpg) no-repeat;
	clear:both;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		
}
#footerContent{
	padding-top: 10px;
padding-bottom: 0px;
padding-left:40px;
padding-right:20px;
}
#footer p {text-align:center;}
#footer li {list-style-type: none;}
#footerNav { float: left; margin-left: 35px; margin-top: 20px;}
#socialNav { float: left; margin-left: 15px; text-align:left;margin-top: 20px;}
#topics { float: left; margin-left: 20px;text-align:left;margin-top: 20px;}
#archives { float: left;margin-left: 20px;margin-top: 20px;}
#facebook { float: left; color: #FFFFFF;margin-left: 20px;margin-top: 20px;}
#search {float: left;margin-top: 35px;}
#subnav  {margin: 25px;}
ul#subnav li {display: inline;}
ul#subnav h2 li a {display: inline; list-style-type: none; padding: 0px; margin: 0 auto; text-decoration: none;}
.post h2 { font-family:Georgia,serif; text-align:center;}
.post h3 {
font-size:13px;	
}
#footerContent h2 { font-family:Arial; text-align:left;color: #FFFFFF;font-size: 14px;font-weight: normal;}
#footerContent h2 a, h2 a:visited {
color:#9900000;
}
   
.post {
background:transparent url(images/post_footer.jpg) no-repeat scroll center bottom;
margin:0 0 35px;
padding:0 0 65px;
}

ul#socialNav li {
		display: inline;
		}

	ul#socialNav li a {
	display: block;
	height: 32px;
	width: 32px;
    padding-right: 3px;
	padding-bottom: 5px;
	text-indent: 50px;
	}
	
	ul#socialNav li.twitter a {
			background: url(images/twitter.png) no-repeat;
		}
		ul#socialNav li.facebook a {
			background: url(images/facebook.png) no-repeat;
		}
		ul#socialNav li.flickr a {
			background: url(images/flickr.png) no-repeat;
		}
		ul#socialNav li.linkedin a {
			background: url(images/linkedin.png) no-repeat;
		}
		ul#socialNav li.delicious a {
			background: url(images/delicious.png) no-repeat;
		}
		ul#socialNav li.rss a {
			background: url(images/rss.png) no-repeat;
		}