/* @group General Styles */

body {
	font: 0.8em/1.5 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #444444;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background: url(images/sidebar_bg.png) repeat-y top left;
}

p {
}

b, strong {

}

a,
a:visited {
	color: #006699;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	border-bottom-style: solid;
}



img {
	border: none;
}

.image-left {
	float: left;
	margin: 22px 10px 3px 0;
}

.image-right {
	float: right;
	margin: 22px 0 3px 10px;
}
	
/* @end */

/* @group Layout */

#container {
	width: auto;
	background-color: #CCCCCC;
	background-repeat: repeat-y;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 0px;
	position: relative;
}

#pageHeader img {
}

#pageHeader #title {
}

#pageHeader #title h1 {
	margin: 0;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	top: 30px;
	left: 15px;
}

#pageHeader #title h2 {
	margin: 0;
	position: absolute;
	top: 70px;
	left: 15px;
	font: normal normal 1.2em/normal "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	letter-spacing: -0.06em;
}

#contentContainer {
}

#contentContainer #content {
	padding: 0px 5px;
}

/* IMPORTANT */
#sidebar {
}

#sidebarContainer {
	width: 239px;
	color: #fff;
	font-size: 11px;
	float: right;
	margin-left: 0px;
	margin-top: 0px;
}
/* _________________ */

#sidebarContainer #sidebar {
	padding: px 0px;
	position:fixed;
	width: 239px;
}


#sidebarContainer .sideHeader {
	font-size: 1.3em;
}

#sidebarContainer .sideHeader,
#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4,
#sidebarContainer b,
#sidebarContainer strong {
	margin: 0 0 0px 0;
}

#footer {
	width: 239px;
	font-size: 0.8em;
	background: url(images/reload.png) no-repeat left center;
	position: fixed;
	bottom: -10px;
	color:#333333;
	padding-left: 0px;
	background-color:#999999;
	border-top: 1px dotted #666666;
}


#footer p {
	padding: 0px 25px;
}

#footer a:link, #footer a:visited {
	color:#333333;
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {	
}

#breadcrumbcontainer ul {
	padding: 0px 15px;
	margin: 0;
	list-style-type: none;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */


/* Parent - Level 0 */



/* Child - Level 1 */



/* @end */



/* @group Global Classes */

blockquote, .standout {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1.2em;
	line-height: 1.2em;
	margin:-1px 20px -10px 0px;
	padding:0 0 0 40px;
	border:none;
	background: url(images/block1.png) no-repeat;
	float: left;
	max-width: 710px;
}

blockquote p {
	padding:5px 40px 20px 0px;
	border:none;
	background: url(images/block2.png) no-repeat right bottom;
	float:right;
}

h1 {
	margin: 0 0 -5px;
}

h2 {
	margin: 0 0 5px;
}

h3 {
	margin: 0 0 5px;
}

h4 {
	margin: 0 0 5px;
}

.imageStyle {
}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar {
}


/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}

.blog-archive-month {
	padding-left: 18px;
	font-size: 1.4em;
	background: url(images/folder_white2.png) no-repeat left center;
	margin-bottom: -2px;
}

.blog-archive-headings-wrapper {
	padding-top: 15px;
	font-size: 0.8em;
}


.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}


.blog-archive-link {
	border-top: 1px solid #999999;
	padding-left: 18px;
	padding-top: -3px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	margin-bottom: 20px;
	padding-top: 35px;
}

.blog-entry-title {
	padding-bottom: 3px;
}

.blog-entry-title a:link, a:visited {
	color: #444444;
	border-bottom-style: none;
}

.blog-entry-title a:visited {
	background: url(images/checked_black.png) no-repeat right center;
	display:block;
	color: #444444;
}

.blog-entry-body a:hover, a:active {
	border-bottom-style: solid;
}

.blog-entry-date {
	padding-bottom: 5px;
	padding-left: 18px;
	padding-top: 1px;
	border-top: 1px solid #999;
	color: #666666;
	font-size: 0.7em;
	margin-bottom: 0px;
	border-bottom-style: none;
}

.blog-entry-date a:hover, a:active, a:visited {
	border-bottom-style: none;
}


.blog-entry-tags {
	color: #666;
	font-size: 0.7em;
}
/*styles the category link in the main entry */
.blog-entry-category {
	margin-left: 10px;
	padding-left: 18px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
	margin-left: 10px;
	padding-left: 15px;
	background: url(images/permalink_white.png) no-repeat left center;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}

.blog-read-more a:link, a:visited {
	color:#006699;
	border-bottom-style: none;
}

.blog-read-more a:hover {
	color:#CC6600;
	border-bottom-style: none;
}

.blog-read-more {
	padding-left: 40px;
	background: url(images/more.png) no-repeat left center;
}

.blog-entry-body {
	padding-top: 10px;
}

.blog-entry-comments {
	margin-top: 10px;
	color: #666666;
	font-size: 0.7em;
}

/* Comment links */
a[href^="javascript:HaloScan"] {
	padding-left: 20px;
}

a[href^="javascript:HaloScan"]:hover {
}

/* Trackback links */
a[href^="javascript:HaloScanTB"] {
	padding-left: 18px;
}

#blog-archives br,
#blog-categories br,
#blog-rss-feeds br {
	display: none;
}

/* styles the archives in the blog sidebar */
#blog-archives {
}

#sidebar table a:link a:hover a:visited {
	color:#006699;
}

#sidebar table {
padding-top: 20px;
}

a.blog-archive-link-enabled:link,
a.blog-archive-link-enabled:visited {
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	padding: 5px 25px;
	width: 189px;
	height: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

a.blog-archive-link-enabled:hover {
}

.blog-archive-link-disabled {
	font-size: 1em;
	padding: 5px 25px;
	width: 189px;
	height: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
}

a.blog-category-link-enabled:link,
a.blog-category-link-enabled:visited {
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	padding: 5px 25px;
	width: 189px;
	height: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

a.blog-category-link-enabled:hover {
}


.blog-category-link-disabled {
	font-size: 1em;
	padding: 5px 25px;
	width: 189px;
	height: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* Styles the blog RSS feeds in the blog bar */
#blog-rss-feeds {
}

a.blog-rss-link:link,
a.blog-rss-link:visited {
	color: #fff;
	text-decoration: none;
	padding: 5px 25px;
	width: 189px;
	height: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background: url(images/rss_icon.png) no-repeat 5px center;
}

a.blog-rss-link:hover {
}


a.blog-comments-rss-link:link,
a.blog-comments-rss-link:visited {
	color: #fff;
	text-decoration: none;
	padding: 5px 25px;
	width: 189px;
	height: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background: url(images/rss_icon.png) no-repeat 5px center;
}

a.blog-comments-rss-link:hover {
}

/* @end */

/* @group File Sharing */

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
}

form {	
}

form label {

}

.form-input-field {
	width: 99%;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #353535;
} 

.form-input-button {
	font-size: 1.4em;
} 
/* @end */

/* @group Tooltip */
/*tooltip*/

.tooltip {
	width: 189px;
	color: #fff;
	text-align: center;
}

.tooltip h4 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 5px 3px;
	background: url(images/balloon.png) top left no-repeat;
	font-size: 11px;
}

.tooltip p {
	margin: 0;
	padding: 0 5px 10px;
	text-shadow: 2px 2px 1px #222;
	background: url(images/balloon.png) bottom left no-repeat;
	font-size: 10px;
}

/* @end */