body
{
	/*the entire page*/
	font-size : 1em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D9D6CB;
	padding: 5 5;
	margin: 0;
}
img
{
	border: 0px;
}
td
{
	font-size: 0.7em;
}
.Framework
{
	border: 1px solid black;
	background-color: white;
}
.MainCell
{
	padding: 10px;
	background-color: White;
	vertical-align: top;
	font-size: 0.8em;
}
.LeftCell
{
	width: 300px;
	vertical-align: top;
}
.FooterCell
{
	vertical-align: top;
	height: 30px;
}
.SectionHead
{
	text-align: right;
}
#cell{
	border: 1px solid #dddddd;
	margin: 20 10 10 10;
	padding-bottom: 5;
}

a{
	color : #223355;
	text-decoration: none;
}
#top {
	background-color : #20375f;
	background-image: url("/skins/blog.crowe.co.nz/Images/HeaderBg.jpg");
	background-position: right;
	height: 90px;
}

#top td
{
	filter: shadow(color=#333333,direction=120,enabled=1,strength=5) glow(color=#2B446F,enabled=1,strength=1);
	text-align: left;
}

#top h1
{
	font-weight: normal;
}

#sub
{
	background-color: black;
	background-image: url("/skins/blog.crowe.co.nz/images/SubHeaderBg.gif");
	color: #CCCCCC;
	font-size: 0.9em;
	padding: 4px;
}
#sub-right
{
	float:right;
}
#leftmenu {
	left : 0px;
	width : 240px;
	padding: 0px;
	padding-bottom : 5px;
}

#leftmenu h3 {
	font-size : 1em;
	margin : 0px;
	padding : 5px;
	background-color: #eeeeee;
	background-image: url("/skins/blog.crowe.co.nz/images/ColumnHeaderBg.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	color: #666666;
}

#leftmenu ul {
	list-style : none;
	margin : 0px;
	padding : 0px;
	margin-left : 8px;
	margin-bottom : 10px;
	width: 100%;
}

#leftmenu li
{
	margin-top: 6px;
}

#leftmenu a:active,
#leftmenu a:visited,
#leftmenu a:link {
	color : #000;
	text-decoration : none;
	margin-right : 0px;
	padding : 2px;
}

#leftmenu a:hover {
	text-decoration: underline;
	color: #1D58D1;
}

#main {
}

#footer {
	margin : 0px;
	padding-top : 5px;
	text-align : center;
	font-size : 0.7em;
}

.HeaderBar
{
	font-weight: normal;
	font-size: 0.75em;
	border-collapse: collapse;
	background-image: url(images/BlueTabBack.gif);
   background-repeat:repeat-x;
}

.HeaderBarTabWindow
{
	background-image: url(images/BlueTabRight.gif);
	background-repeat: no-repeat;
}

.HeaderBar a:visited,
.HeaderBar a:active,
.HeaderBar a:link
{
	color: WhiteSmoke;
	text-decoration: none;
	font-weight: normal;
}

.HeaderBarTab
{
	background-image: url(/skins/blog.crowe.co.nz/images/BlueTabFace.gif);
   background-repeat:repeat-x;
   border-collapse: collapse;
   padding: 0px;
}

#rightmenu {
	left : 0px;
	width : 180px;
	padding: 0px;
	padding-bottom : 5px;
}

#rightmenu h3 {
	font-size : 1em;
	margin : 0px;
	padding : 4px;
	background-image: url("/skins/blog.crowe.co.nz/images/ColumnHeaderBg.gif");
	background-repeat: repeat-x;
	color: #666666;
}

#rightmenu ul {
	list-style : none;
	margin : 0px;
	padding : 0px;
	margin-left : 8px;
	margin-bottom : 10px;
	width: 100%;
}

#rightmenu li
{
	margin-top: 6px;
}
#rightmenu a:active,
#rightmenu a:visited,
#rightmenu a:link {
	display: block;
	border: 1px solid #aaaaaa;
	font-weight: bold;
	text-decoration : none;
	margin-right : 0px;
	padding : 2px;
}

#rightmenu a:hover {
	text-decoration: underline;
	background-color: white;
	color : #1D58D1;
}

.quote
{	margin:0 15 10 35;
	padding-left: 10;
	border: 1px dashed #aaaaaa;
	border-left: 10px solid #aaaaaa;
	color: black;
	background-color: whitesmoke;
}

#cell{
	border: 1px solid #dddddd;
	margin: 20 10 10 10;
	padding-bottom: 5;
}

#blogStats
{
	/* the container for statistics for your blog */
}
#container
{
	/* this is the outermost container for Subtext
	all elements reside within here */
}
#header
{
	/* container for the header */
}
.headermaintitle
{
	font-family: "Trebuchet MS";
	font-size: 20pt;
	color: white;
	font-weight: bold;
}
#headerSubTitle
{
	font-family: "Trebuchet MS";
	color: white;
	font-weight: bold;
	font-size: 12pt;
}
#header .title
{
	/* page header title */
}
#header .subtitle
{
	/* header subtitle */

}
#navigation
{
	/*the section that holds all the links to various parts of the site
	such as archives, categories, and blogroll */
	float:right;
}

#content
{
	/* this region is where the main page content will be loaded
	it can have posts, archives, category listings, etc. */
}
#news
{
	/*container for the news announcement */
}
#news .title
{
	/*title of the news announcement*/
}
#news .body
{
	/* the body of the news announcement */
}
#footer
{
	/* bottom of all pages */
}
#footer .copyright
{
	/* copyright information in the footer */
}
#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 */
}
#postComment
{
	/* the container for the form where people can input comments */
}
#postComment .title
{
	/* the title of the comment form */
}
.search
{
	position: absolute;
	left: 500;
	top: 20px;
}
#searchBox
{
	/* container for the searchbox */
	margin-left: 10px;
	font-size: 8pt;
}
#searchBox .searchInput
{
	/* the text box that search terms are typed into */
}
#searchBox .seachButton
{
	/* the button pressed to initiate the search */
}
#link
{
	background-color: black;
	border-bottom: solid 1px gray;
	height: 16px;
	padding-left: 2px;
	padding-top:2px;
}
#link A 
{
	color: white;
	text-decoration: none;
}
#link A:hover 
{
	text-decoration: underline;
}
.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 */
}
.comments
{
	/* container for all comments */
}
.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 */
}
.day
{
	/* container for the view of posts by day */
}
.day .date
{
	/* the date being viewed */
}
#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 */
	border: solid 1px #d7d7d7;
	padding: 10px 10px 10px 10px;
	margin-bottom: 15px;
}

.post H2
{
	margin-left: 23px;
	padding-top: 3px;
	font-size: 10pt;
}

.post .title
{
	background-color: #eeeeee;
	color: #444444;
	background-image: url("/skins/blog.crowe.co.nz/images/icon-titledoc.gif");
	background-position: 5px center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCCCCC;
	padding: 4 4 4 25;
height: 23px;
}

.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 */

}
.avatar
{
	border: ridge thin;
}
#tbComment
{
	width: 400px;
}

.commentTitle
{
   font-size: 10pt;
}
.content
{
   font-size: 10pt;
  padding-bottom:20px;
}
.author
{
  font-size: 9pt;
}

#blogstats
{
color: white;
}
.statsTable
{
	font-size: 12pt;
}