body
{
	margin:0px;
	background : #B7B7B7 url(Images/background.png) repeat top;
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:12px;
	/*the entire page*/
}


/* General layout */
/* ------------- */
#global
{
	margin: 10px auto;
	width:960px;
}

#containerDecorator
{
	position:absolute;
	margin: 0px;
	width:960px;
	padding:0px;	
	
}
#containerTop
{
	padding:0px;
	margin:0px;
	height:30px;
	background:transparent url(Images/bordertop.png);
}
#containerMiddle
{
	
	
	padding:0px;
	margin:0px;
	background:transparent url(Images/bordermiddle.png) repeat-y;
}
#containerBottom
{
	padding:0px;
	margin:0px;
	height:30px;
	background:transparent url(Images/borderbottom.png);
}
#container
{
	padding:0px;
	margin:0px 30px 0px 30px;
	background-color:#AEDCFA;
}
#header
{
	padding:20px;
	height:60px;
	background: #FFF url(Images/title.jpg);
}
#header *
{
	visibility:hidden;
}


#navbar
{
	height:36px;
	margin: 0px;
	padding:0px;
	width:100%;
	background-image:url(Images/navbar.png);
}
#content
{
	margin:0px;
}



#sidebarDecorator
{
	position:absolute;
	top:166px;
	right:30px;
	width:200px;
	margin:0px;
	background-color:Transparent;
	/*the section that holds all the links to various parts of the site
	such as archives, categories, and blogroll */
	
	
}
#sidebar
{
	color:White;
	padding-left:30px;
	overflow :hidden;
	background:transparent url(Images/sidebarbackground.png);
}


#generatedContent
{
	margin-top:10px;
}

#footer
{
	clear:both;
}

/* Sidebar style */
/* ------------- */
#recentActivity
{
}


#sidebar h2
{
	border-top:solid 1px white;
	border-bottom:solid 1px white;
	padding-bottom:2px;
	margin-bottom:2px;
	font-size:18px;
	text-align:center;
	background-image:url(Images/sidebartitlebackground.png);
}
#sidebar h3
{
	font-size:14px;
	padding-bottom:1px;
	margin-bottom:1px;
}
.recentItemList
{
	padding-left:0px;
	margin-left:0px;
}
.recentItemList li
{
	list-style:none;
	padding-left:0px;
	margin-left:0px;
}
#sidebar a
{
	color:#DDD;
	
}
#sidebar a:hover
{
	color:Yellow;
	
}
#blogStatsBox td
{
	padding-right:30px;
}
#sidebarBottom
{
	height:53px;
	background:transparent url(Images/sidebarbottom.png);
}
.searchterm
{
	width:145px;
	
}
.tag-item
{
	text-decoration:none;
}
.tag-style-1
{
	font-size:10px;
}
.tag-style-2
{
	font-size:12px;
}
.tag-style-3
{
	font-size:14px;
}
.tag-style-4
{
	font-size:16px;
}
.tag-style-5
{
	font-size:18px;
}
.tag-style-6
{
	font-size:20px;
}
.tag-style-7
{
	font-size:22px;
}

/* Navbar style */
/* ------------ */
#navbar ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#navbar ul li
{
	float:left;
	padding-left:15px;
	padding-right:20px;
	padding-top:3px;
	margin-top:3px;
	margin-bottom:3px;
	height:30px;
	vertical-align:middle;
	/*background: transparent url(Images/navbarseparator.png) no-repeat;*/
	background-position:right top;
}
#navbar ul li.rssLinkContainer
{
	padding-top:1px;
}
#navbar ul li a
{
	font-weight:bold;
	font-size:16px;
	color:White;
	text-decoration:none;
}
#navbar ul li a:hover
{
	font-size:16px;
	color:Orange;
	text-decoration:none;
}

/* Blog Home Style */
/* --------------- */
.day .date 
{
	display:none;
	visibility:collapse;
}
.day .post,.viewPost .post, .comments .comment
{
	margin:0px;
}

.day .post .titleBar ,.viewPost .post .titleBar, .comments .comment .titleBar
{
	
	background: transparent url(Images/posttop.png) repeat-x top;
	padding-top:30px;
	margin:0px;
}
.day .post .titleBar > .titleContent ,.viewPost .post .titleBar > .titleContent,  .comments .comment .titleBar > .titleContent
{
	margin:0px 30px;
}
.day .post .titleBar .info ,.viewPost .post .titleBar .info,  .comments .comment .titleBar .info 
{
	font-size:10px;
}
.day .post .titleBar > .titleContent,.viewPost .post .titleBar > .titleContent
{
	margin-bottom:0px;
}
.day .post .titleBar > .titleContent .title h1,.viewPost .post .titleBar > .titleContent .title h1
{
	padding:0px;
margin:0px;

}
.day .post .titleBar > .titleContent .title a ,.viewPost .post .titleBar > .titleContent .title a
{
	color:#3e7597;
	text-decoration:none;
	font-size:16px;
	font-weight:600;
}
 .comments .comment .titleBar > .titleContent .title 
 {
 	color:#3e7597;
	text-decoration:none;
	font-size:13px;
	font-weight:600;
 }
.day .post .titleBar > .titleContent .title a:hover ,.viewPost .post .titleBar > .titleContent .title a:hover
{
	color:#5e95b7;
	text-decoration:none;
	font-size:16px;
	font-weight:600;
}

.day .post .titleBar > .bottom ,.viewPost .post .titleBar > .bottom,  .comments .comment .titleBar > .bottom
{
	border-bottom:solid 1px #ccc;
	background-color:White;
	margin:0px 20px;
	
	padding:0px;
	height:10px;
	background: transparent url(Images/postmiddle.png) repeat-y top;
}
.day .post .body ,.viewPost .post  .body,  .comments .comment .body
{
	margin:0px;
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	background: transparent url(Images/postmiddle.png) repeat-y top;
}
.viewPost .trackback 
{
	margin:0px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	background: transparent url(Images/postmiddle.png) repeat-y top;
}
.day .post .body > *,.viewPost .post  .body > * , .viewPost .post  .trackback  *,  .comments .comment .body > *
{
	margin-top:0px;
	margin-bottom:0px;
}
.viewPost .post  .trackback > div
{
	padding-top:5px;
	border-top:solid 1px #CCC;
	padding-left:10px;
	padding-right:10px;
	font-size:10px;
}

.day .post > .bottom , .viewPost .post > .bottom,   .comments .comment > .bottom
{
	height:30px;
	margin:0px;
	padding:0px;
	background:transparent url(Images/postbottom.png);
}
#generatedContent h2
{
	margin-left:20px;
	color:#3e7597;
	text-decoration:none;
	font-size:16px;
	font-weight:600;
}

#postComment
{
	width:499px;
	margin-left:200px;
	margin-right:200px;
}

#postComment .postCommentTop
{
	background:transparent url(Images/commenttop.png);
	height:65px;
}
#postComment .postCommentTop > .topContent
{
	padding: 20px;
}
#postComment .postCommentTop > .bottom
{
	margin-left:11px;
	margin-right:11px;
	border-bottom:solid 1px #ccc;
}
.postCommentMiddle
{
	background:transparent url(Images/commentmiddle.png);
	padding: 11px;
}
.postCommentMiddle .commentTable
{
	padding:9px;
	border-bottom:solid 1px #ccc;
}
.postCommentMiddle .mainPostComment
{
	padding:9px;
}
.postCommentText
{
	width: 455px;
	height:150px;
}
.postCommentBottom
{
	background:transparent url(Images/commentbottom.png);
	height:24px;
}

#postComment .title
{
	/* the title of the comment form */
}

.comment
{
	/* container for individual comment */
}
.comment .title
{
	/* title of comment */
}
.comment .author
{
	/* author of comment */
}
.comment .postedDate
{
	/* comment date posted */
}
.comment .content
{
	/* main body of comment */
}

#header .title
{
	/* page header title */
}
#header .subtitle
{
	/* header subtitle */
}
#titleBox
{
}


#news
{
	/*container for the news announcement */
}
#news .title
{
	/*title of the news announcement*/
}
#news .body
{
	/* the body of the news announcement */
}
#footer
{
	height:40px;
}
#footer .copyright
{
	text-align:center;
	
	color:#333;
}
#gallery
{
	/* container for galleries */
}
#gallery .title
{
	/* the title of the gallery */
}
#gallery .description
{
	/* the description of the gallery */
}
#gallery .thumbnails
{
	/* contains all the thumbnails for the gallery */
}
#gallery  .thumbnail
{
	/* specific formatting for each individual thumbnail */
}


#searchBox .searchInput
{
	/* the text box that search terms are typed into */
}
#searchBox .seachButton
{
	/* the button pressed to initiate the search */
}
.links
{
	/* The primary container for each navigation section
	(such as Archives, Categories, etc) */
}
.links .title
{
	/* The title of each navigation section */
}
.links ul
{
	/* the styling for unorderd lists inside the links container */
}
.links ul li
{
	/* listed items in unordered lists in links */
}
#recentComments
{
	/* container for recent comments control */
}



#myLinks
{
	/* container for the MyLinks */
}
#myLinks .title
{
	/* the title of the MyLinks section */
}
#myLinks .links
{
	/* the links contained in the MyLinks section */
}
.posts
{
	/* container for a list of posts - not used on main page*/
}
.post
{
	/* the container for a single post */
}
.post .title
{
	/* the title of a post */
}
.post .body
{
	/* the body of a post */
}
.post .info
{
	/* the footer information of each post */
}
.post .trackback
{	
	/* the trackback / ping area of a post */
}
.previousNext
{
	/* the links that lead to the next and previous story */
}
.required
{
	/*information that should be marked as required */
}
.singleImage
{
	/* container for viewing a single image in the gallery */
}
.singleImage .title
{
	/* title of single image */
}
.singleImage .image
{
	/* image being displayed */
	
}

/* -------- Share Options ------ */
div.share
{
	/* the wrapper for the ShareThisPost control */
}

div.share span
{
	/* wraps the "Share This Post" text */
}

div.share ul
{
	/* container for list of share-links */
}

div.share ul li
{
	/* each individual share-link */
}

div.share ul li a
{
}

div.share ul li:before 
{
	/* example:
	
	content: "| "; 
	
	*/
}

div.share ul li:first-child:before, #nav li:first-child:before
{
	/* example:
	
	content: ""; 
	
	*/
}

/* ------------- {search layout} -------------- */
#search
{
}

#search-box
{
}

#search input
{
}

#search-results
{
	clear:both;
}

#search-results h2
{
}

#search-results ul
{
}

#search-results ul li
{
}

#search-results div.innerbox
{
}

#search a.close
{
	font-size:10px;
	margin-right:10px;
	float:right;
}

#search-progress
{
}