﻿/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

body 
{
    font-family: Verdana;
    text-align: center;
    background: #EDF0E9;
}

h2
{
	font-size: 20px;
}

.PageContainerWrapper
{
    -moz-border-radius: 8px 8px 8px 8px;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*background: #e7efdb;*/
}

.TopContainer
{
    margin-top: 10px;
    height: 140px;
}

.ContentContainer
{
}

.RightAreaContainer
{
	width: 236px;
	float: left;
}

.FooterContainer
{
    height: 40px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

.clear
{
    clear: both;
}

.RoundedCornerContainer
{
    -moz-border-radius: 8px 8px 8px 8px;
    margin-bottom: 20px;
    padding: 5px;
    background: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid black;	
}

/* Logo and menu Begin */

.TopContainer h1
{
	font-size: 42px;
}

.TopContainer a
{
	color: Black;
	text-decoration: none;
}

.TopContainer h2
{
	font-size: 24px;
	margin-top: 20px;
}

.PageMenuContainer
{
	margin-top: 25px;
	float: right;
}

.PageMenu
{
	list-style-type: none;
}

.PageMenu li
{
	display: inline;
	margin-right: 10px;
}

.PageMenu a:hover
{
	text-decoration: underline;
}

.PageMenuActive
{
	font-weight: bold;
}

/* Logo and menu End */

/* BlogControl Begin */

.BlogContainer
{
    text-align: left;
    width: 700px;
    float: left;
}

.BlogPostContainer
{

}

.BlogPostContainer h2
{
}

.BlogPostContainer a
{
	color: Black;
	text-decoration: none;
}

.BlogPostContainer a:hover
{
	text-decoration: underline;	
}

.BlogPostInfo
{
    margin-top: 10px;
}

.BlogPostAuthorDate
{
    float: left;
    font-size: 11px;
}

.BlogPostCategory
{
    font-size: 11px;
}

.BlogPostCategoryLabel
{
	font-weight: bold;
	padding-right: 5px;
}

.BlogPostContent, .BlogPostContent p
{
    clear: both;
    font-size: 12px;
    padding-top: 10px;
    line-height: 15px;
}

.BlogPostContent a
{
    text-decoration: underline;
}

.BlogPostFooter
{
    padding-top: 10px;
}

.BlogPostShare
{
    
}

.BlogPostTags
{
    font-size: 11px;
}

.BlogPostComments
{
}

/* BlogControl End */

/* PageControl Begin */

.PageContainer
{
    text-align: left;
    width: 700px;
    float: left;
}

.PageContentContainer
{

}

.BlogPostContainer h2
{

}

.PageContent
{
    clear: both;
    font-size: 12px;
    padding-top: 10px;
}

.PageContentFooter
{
    padding-top: 10px;
}

.PageContentShare
{
    
}

/* PageControl End */

/* ShareThisControl Begin */

.ShareThisWrapper
{
	padding-bottom: 25px;
}

div.ShareThisWrapper ul.ShareThisList a
{
	width: 39px;
	height: 38px;
	text-indent: -9999px;
	display: block;
}

.ShareThisWrapper li
{
	display: inline;
	float: left;
	list-style-type: none;
	width: 39px;
	height: 38px;
}

.ShareThisFacebook, .ShareThisFacebook:hover, .ShareThisTwitter, .ShareThisTwitter:hover, .ShareThisPusha, .ShareThisPusha:hover, .ShareThisDelicious, .ShareThisDelicious:hover,  .ShareThisMail, .ShareThisMail:hover
{
	background: url("../images/socialSprite.png") no-repeat scroll 0 0 transparent;
}

.ShareThisFacebook
{
	background-position: 0px bottom;
}

.ShareThisFacebook:hover
{
	background-position: 0px top;
}

.ShareThisTwitter
{
	background-position: -39px bottom;
}

.ShareThisTwitter:hover
{
	background-position: -39px top;
}

.ShareThisPusha
{
	background-position: -78px bottom;
}

.ShareThisPusha:hover
{
	background-position: -78px top;
}			

.ShareThisDelicious
{
	background-position: -117px bottom;
}

.ShareThisDelicious:hover
{
	background-position: -117px top;
}			

.ShareThisMail
{
	background-position: -156px bottom;
}

.ShareThisMail:hover
{
	background-position: -156px top;
}

.ShareThisWrapper a
{
	outline: none;
	border: none;
}

/* ShareThisControl End */

/* TopBlogCategories Begin */

.TopBlogCategories
{
	width: 236px;
}

.TopBlogCategories h2
{
	padding-bottom: 20px;
}

.TopBlogCategories li
{
	margin-bottom: 5px;
}

.TopBlogCategories a
{
	color: Black;
	text-decoration: none;
}

.TopBlogCategories a:hover
{
	text-decoration: underline;
}

/* TopBlogCategories End */

/* Author Begin */

.AuthorContainer
{
	width: 236px;
}

.AuthorContainer h2
{
	padding-bottom: 20px;
}

.aboutpic
{
	border: 2px solid black;
	margin-left: auto;
	margin-right: auto;
}

/* Author End */

/* TwitterFeed Begin*/

.TwitterFeed
{
	width: 236px;
}

.TwitterFeed h2
{
	background: url("../images/twitter-logo.png") no-repeat scroll 0 0 transparent;
	height: 36px;
	padding-left: 40px;
	padding-top: 5px;
}

.TwitterFeed a:link
{
	color: Black;
	text-decoration: none;
}

.TwitterFeed a:hover
{
	text-decoration: underline;
}

.TwitterFeed ul
{
}

.TwitterFeed li
{
	font-size: 14px;
	padding-bottom: 10px;
}

.TwitterFeed span
{
	font-size: 12px;
	display: block;
	margin-top: 5px;
	color: Gray;
}

.TwitterFeedFollowMe
{
	color: Black;
	font-weight: bold;
	margin-left: 40px;
}

/* TwitterFeed End */
