/**************************************************
		Dave Nicholas 2008
**************************************************/

/**************************************************
		generic elements
**************************************************/

html
{
	
}

body 
{
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #666666;
	background: url("images/background.png") repeat-x left top;
	margin-top: 0px;
}

/**************************************************
			Body
**************************************************/

.main 
{
	background-color: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 0px;
}

.content
{
	margin: 0px 10px 10px 10px;
	padding:10px 10px 10px 10px;	

}

.content p
{
	font-size: 13px;
}

.content h1
{
	color: #9CAF4F;
	text-shadow: 3px 3px 5px #cccccc;
}

.content h2
{
	color: #9CAF4F;
}

.content h3
{
	color: #AAAAAA;
	font-size: 12px;
	margin-bottom: 0px;
}

.blog_article_content img {
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}

.me img {
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}

.social_links
{
	display: block;
	font-size: 10px;
	height: 35px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 590px;
}

.social_links li
{
	display: inline;
}

.social_links li img
{
	border: none;
}

.tweetme
{
	float: right;
	position:relative;
	margin: 10px 15px 15px 5px;
}

.digg
{
	float: right;
	position:relative;
	margin: 10px 5px 15px 5px;
}

.stumble
{
	float: right;
	position:relative;
	margin: 10px 5px 15px 20px;
}

.more
{
	color: #88494f;
	text-decoration: none;
}

.me
{
	margin-top: 60px;
}

/**************************************************
			Header
**************************************************/

.header{
	background: url("images/dave_bg.jpg") left top;
	height: 150px;
	margin: 5px 5px 10px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}

/**************************************************
			Navigation
**************************************************/

.navigation
{
	text-align:left;
	height: 30px;
	margin: 0px 5px 10px 5px;
	padding: 6px 6px 2px 6px;
	color: #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #D0D0D0;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}

.navigation span
{
	display: inline;
}

.navigation span a
{
	background-color: #7c7c7c;
	border-bottom-color: #7c7c7c;
	border-left-color: #7c7c7c;
	border-right-color: #7c7c7c;
	border-top-color: #7c7c7c;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	display: inline;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	padding-bottom: 6px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	text-decoration: none;
	-transition: ease-out;
	-webkit-transition: ease-out;
    -moz-transition: ease-out;
    -o-transition: ease-out;
	-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}

.google_rss
{
	border: none;
	background: none;
	float: right;
}

.navigation span a:hover
{
	color: #FFFFFF;
	background-color: #c8422c; /*#9CAF4F;*/
}


/**************************************************
			Sub Nav
**************************************************/

.sub_nav
{
	text-align:left;
	padding:0px 10px 0px 10px;
	background-color: #CFD1FF;
	border: solid 1px #3A3197;
	color: #666666;
	margin: 0px 10px 10px 10px;
	padding: 2px 2px 2px 2px;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}

.sub_nav li
{
	text-align: left;
	color: #666666;
}

.sub_nav a
{
	color: #3A3197;
	font-size:small;
	padding: 2px 2px 2px 2px;
	margin-left: 20px;
	-transition: ease-out;
	-webkit-transition: ease-out;
    -moz-transition: ease-out;
    -o-transition: ease-out;
	-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.sub_nav a:hover
{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #3A3197;
	background-color: #ffffff;
}

.sub_nav_inline
{
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	text-align:left;
	margin: 0px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	background-color: #CFD1FF;
	border: solid 1px #3A3197;
	color: #666666;
}

.sub_nav_inline ul
{
	display: inline;
	list-style: none;
}

.sub_nav_inline li
{
	text-align: left;
	display: inline;
	color: #666666;
	
}

.sub_nav_inline a
{
	color: #3A3197;
	font-size:small;
	padding: 2px 10px 2px 10px;
	-transition: ease-out;
	-webkit-transition: ease-out;
    -moz-transition: ease-out;
    -o-transition: ease-out;
	-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.sub_nav_inline a:hover
{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #3A3197;
	background-color: #ffffff;
}

/**************************************************
			Footer
**************************************************/

.footerLinks
{
	text-align: center;
	margin: 5px 10px 10px 10px;
	padding:10px 10px 10px 10px;
}

.footerLinks a
{
	color: #3A3197;
}

/**************************************************
			Post
**************************************************/

.post
{
	padding: 5px 5px 5px 5px;
	font-size: 13px;
}

.post_img
{
	border: solid 1px #738BB4;
	background-color: #E7E9F0;
	padding: 10px 10px 10px 10px;
}

.post_header
{
	color: #88494f;
	font-size: 18px;
	margin-bottom: 5px;
	clear: both;
	text-decoration: none;
	text-shadow: 2px 2px 2px #cccccc;
}

.post_header:hover
{
	color: #000000;
}

/**************************************************
			Paging
**************************************************/

.paging{
	border: solid 1px #738BB4;
	background-color: #E7E9F0;
	margin: 5px 10px 10px 10px;
	padding:10px 10px 10px 10px;
}

/**************************************************
			Feature
**************************************************/

.feature
{
	border: solid 1px #738BB4;
	background-color: #E7E9F0;
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 0px 0px;
	-webkit-box-shadow: 6px 6px 5px #888;
	-moz-box-shadow: 6px 6px 5px #888;
	box-shadow: 6px 6px 5px #888;
}

.feature h1
{
	font-size: 16px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #888;
}

.feature2
{
	background-color:	#F3F3F3;
	font-size: 12px;
	border: solid 2px #DDDDDD;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin: 5px 0px 15px 0px;
	-webkit-box-shadow: 6px 6px 5px #888;
	-moz-box-shadow: 6px 6px 5px #888;
	box-shadow: 6px 6px 5px #888;
}

.left_border
{
	border-left: solid 2px #F3F3F3;
	padding: 30px 5px 30px 10px;
	margin: 60px 0px 0px 0px;
}
