/* Blog For Index */
.blog-title {
	font-size: 22px;
}
.blog-date {
	font-size: 10px;
}
.blog-content {
	font-size: 12px;
}
.blog-box {
	border: #5d5d5d 1px solid;
	background: #c1c6cc;
	padding: 9px;
}
.blog-links{
	color:#51a2ff;
}
/* Autocompleter */




#facebook-auto { display: none; position: absolute; width: 512px; background: #eee; }
#facebook-auto .default { padding: 5px 7px; border: 1px solid #ccc; border-width: 0 1px 1px; }
#facebook-auto ul { display: none; margin: 0; padding: 0; overflow: auto; }
#facebook-auto ul li { padding: 5px 12px; z-index: 1000; cursor: pointer; margin: 0; list-style-type: none; border: 1px solid #ccc; border-width: 0 1px 1px; font: 11px "Lucida Grande", "Verdana"; }
#facebook-auto ul li em { font-weight: bold; font-style: normal; background: #ccc; }
#facebook-auto ul li.auto-focus { background: #4173CC; color: #fff; }
#facebook-auto ul li.auto-focus em { background: none; }

#demo ul.holder li.bit-input input { padding: 2px 0 1px; border: 1px solid #999; }
#add a { color: #666; }
#add-test { width: 100px; padding: 2px; }
#button_container { margin-left: 70px; margin-bottom: 30px;}
.hidden { display:none;}
form, #add { border: 1px solid #999; width: 600px; margin: 50px; padding: 20px 30px 10px; }
form ol li { list-style-type: none; }
form ol { font: 11px "Lucida Grande", "Verdana"; margin: 0; padding: 0; }
form ol li.input-text { margin-bottom: 10px; list-style-type: none; padding-bottom: 10px;}
form ol li.input-text label { font-weight: bold; cursor: pointer; display: block; font-size: 13px; margin-bottom: 10px; }
form ol li.input-text input { width: 600px; padding: 5px 5px 6px; font: 11px "Lucida Grande", "Verdana"; border: 1px solid #999; background-color: #FFF;}
form ul.holder { width: 600px; }
form ul { margin: 0; background-color: #FFF;}
#facebook-list ul.holder li.bit-box, #apple-list ul.holder li.bit-box { padding-right: 15px; position: relative;}
#apple-list ul.holder li.bit-input { margin: 0; }
#apple-list ul.holder li.bit-input input.smallinput { width: 5px; }
ul.holder li.bit-hover { background: #BBCEF1; border: 1px solid #6D95E0; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-box a.closebutton { position: absolute; right: 4px; top: 5px; display: block; width: 7px; height: 7px; font-size: 1px; background: url('http://pinwheeldevinc.com/images/fcbk_close.gif'); }
ul.holder li.bit-box a.closebutton:hover { background-position: 7px; }
ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover { background-position: bottom; }
ul.holder { margin: 0; border: 1px solid #999; overflow: hidden; height: auto !important; height: 1%; padding: 4px 5px 0; }
*:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } /* ie7 and below */
ul.holder li { float: left; list-style-type: none; margin: 0 5px 4px 0; }
ul.holder li.bit-box, ul.holder li.bit-input input { font: 11px "Lucida Grande", "Verdana"; }
ul.holder li.bit-box { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; border: 1px solid #CAD8F3; background: #DEE7F8; padding: 1px 5px 2px;}
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-input input { width: 150px; margin: 0; border: none; outline: 0; padding: 3px 0 2px; } /* no left/right padding here please */
ul.holder li.bit-input input.smallinput { width: 20px; }
#feed {border: 1px dotted #999; background:#FFF; padding: 2px;}
#feed li.bit-box a.closebutton { position: absolute; right: 4px; top: 5px; display: block; width: 7px; height: 7px; font-size: 1px; background: url('http://pinwheeldevinc.com/images/fcbk_close.gif'); }
#feed li.bit-box a.closebutton:hover { background-position: 7px; }
#feed li.bit-box, ul.holder li.bit-input input { font: 11px "Lucida Grande", "Verdana"; }
#feed li.bit-box { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; border: 1px solid #CAD8F3; background: #DEE7F8; padding: 1px 5px 2px; }
#feed em.bit-box a.closebutton { position: absolute; right: 4px; top: 5px; display: block; width: 7px; height: 7px; font-size: 1px; background: url('http://pinwheeldevinc.com/images/fcbk_close.gif'); }
#feed em.bit-box a.closebutton:hover { background-position: 7px; }
#feed em.bit-box, ul.holder li.bit-input input { font: 11px "Lucida Grande", "Verdana"; }
#feed em.bit-box { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; border: 1px solid #CAD8F3; background: #DEE7F8; padding: 1px 5px 2px;}

#jsEnabled {background-color: #ffda82; font-size: 19px; text-decoration: underline; text-align: center;}

.supportForm {font-size: 13px;}
.supportForm label {font-size: 12px;}
.supportForm input {background-color: #FFF; border: 1px dotted #999;}
.supportForm textarea {background-color: #FFF; border: 1px dotted #999;}

#result {background-color: #ffda82; font-size: 14px;}
body{
    font-family:sans-serif;
    font-size:13px;
}

#tooltip{
    width:auto;
    max-width:300px;
    min-width:100px;
    swidth:300px;
    border:1px solid;
    background:white;
    padding:5px;
    margin-top:4px;
    font-size:12px;
    color:dimgray;
}

#tooltip #ttimg.top{
    margin-top:-17px;
    margin-left:2px
}
#tooltip #ttimg.bottom{
    bottom:0;
    margin-bottom:-12px;
    margin-left:2px
}


#tooltip.default{
    border:3px solid white;
    background:whitesmoke;
    color:gray;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px; 
    margin-top:2px;
}


#tooltip.default #ttimg.top{
	position:absolute;
		margin-top:-8px;
    margin-left:-8px
}
#tooltip.default #ttimg.bottom{
	position:absolute;
    bottom:0;
    margin-bottom:-3px;
    margin-left:-8px
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
.pagelinks {
	color: #e0e0e5;

}
.motto {
	color: #FFF;
	text-align:center;
}
h3 {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	text-align:center;
	
}
h1{
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
a.pagelinks {
	color: #e0e0e5;
	text-decoration: none;
}
 a.glowing {
      color: #0af;
 }
a
#fragment-1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}
#fragment-2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}
#fragment-3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}
#fragment-4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}
#copyright {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }

.newsticker {
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: none;
	border: 1px dashed #999;
	text-align:center;
	font-size:14px;
	background: none;
	padding: 3px;
	margin: 0;
}
.newsticker-li{
	text-decoration:none;
	color:#51a2ff;
}
a.mailto {
	background: url(http://pinwheeldevinc.com/images/mail_add.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 18px;
}
/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url()/*{bgImgUrlContent}*/ 0/*{bgContentXPos}*/ 0/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(http://pinwheeldevinc.com/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 0/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 0/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 0/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 0/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 0/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_inset-soft_95_fef1ec_1x100.png)/*{bgImgUrlError}*/ 0/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #363636/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

.ui-tabs { padding: .2em; zoom: 1; font-size:14px; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; font-size: 14px;}
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.jqmClose {
	background-image: url(http://pinwheeldevinc.com/forums/clientscript/hsgraphics/close.png);
position: relative;
	top: 14px;
	left: 305px;
	width: 30px;
	height: 30px;
}
	
jqmWindow {
    display: none;
    
    position: relative;
    top: 14px;
    left: 30px;
    
    width: 600px;
    
    background-color: none;
    color: #333;
    border: 0px solid black;
    padding: 12px;
}
.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */

.accordion {
		margin:0;
		padding:0;
		list-style-type: none;
		background-color:#999;
		background-image: url(http://pinwheeldevinc.com/images/infobar_bg.png);
		background-repeat:repeat-x;
	}
	
body {
	position:relative;
}/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */

.active{
		background-image: url(http://pinwheeldevinc.com/images/infobar_selected.png);
		background-repeat:no-repeat;
		font-size:14px;
		color:#FFF;
}

        .bubbleInfo {
            position: relative;

        }
        .trigger {
			position:inherit;
        }
     
        /* Bubble pop-up */

        .popup {
        	position: absolute;
        	display: none;
        	z-index: 50;

        	border-collapse: collapse;
        }
		
        .popup td.corner {
        	height: 15px;
        	width: 19px;
        }
		.bounceobject {
			position: relative;
			top: -200px;

		}

        .popup td#topleft { background-image: url(http://pinwheeldevinc.com/projects/images/bubble-1.png); }
        .popup td.top { background-image: url(http://pinwheeldevinc.com/projects/images/bubble-2.png); }
        .popup td#topright { background-image: url(http://pinwheeldevinc.com/projects/images/bubble-3.png); }
        .popup td.left { background-image: url(http://pinwheeldevinc.com/projects/images/bubble-4.png); }
        .popup td.right { background-image: url(http://pinwheeldevinc.com/projects/images/bubble-5.png); }
        .popup td#bottomleft { background-image: url(http://pinwheeldevinc.com/projects/images/bubble-6.png); }
        .popup td.bottom { background-image: url(http://pinwheeldevinc.com/projects/images/bubble-7.png); text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(http://pinwheeldevinc.com/projects/images/bubble-8.png); }

        .popup table.popup-contents {
        	font-size: 12px;
        	line-height: 1.2em;
        	background-color: #fff;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

        table.popup-contents th {
        	text-align: right;
        	text-transform: lowercase;
        	}

        table.popup-contents td {
        	text-align: left;
        	}
/* Float Clearing
 ---------------------------------------------------------------------*/

.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}

/* Breadcrumb Styles
 ---------------------------------------------------------------------*/

.breadCrumb
{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	height: 21px;
	overflow: hidden;
	width: 990px;
	padding:5px;
	border:none;
	background:none;
}
.breadCrumb ul
{
	margin: 0;
	padding: 0;
	color:#FFF;
	height: 21px;
	display: block;
}
.breadCrumb ul li
{
	display: block;
	color:#FFF;
	float: left;
	position: relative;
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	margin: 0px 6px 0px 0;
	padding: 0px 10px 0px 0;
	font-size: .9167em;
	background: url(http://pinwheeldevinc.com/images/Chevron.gif) no-repeat 100% 0;
}
.breadCrumb ul li div.chevronOverlay
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.breadCrumb ul li span
{
	color:#FFF;
	display: block;
	overflow: hidden;
}
.breadCrumb ul li a
{
	color:#FFF;
	display: block;
	position: relative;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	float: left;
}
.breadCrumb ul li.first a
{
	color:#FFF;
	height: 16px !important;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;
	background:url(http://pinwheeldevinc.com/images/IconHome.gif) no-repeat 0 0;
}
.breadCrumb ul li.first a:hover
{
	color:#00F;
	background-position: 0 -16px;
}
.breadCrumb ul li.last
{
	color:#FFF;
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.chevronOverlay
{
	display: none;
	background: url(http://pinwheeldevinc.com/images/ChevronOverlay.png) no-repeat 100% 0;
	width: 13px;
	height: 20px;
}
.selected{
	background:#000;
}
.tabLinksFont {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#000;
}
.headingProgram {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#000;
}
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -200px;
    width: 324px;
    
    background-color: none;
    color: #333;
    border: nonek;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }
.jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
input.jqmdX {
  position: absolute;
  right: 7px;
  top: 4px;
  padding: 0 0 0 19px;
  height: 24px;
  width: 0px;
  background: url(http://pinwheeldevinc.com/images/closelightbox.png) no-repeat top left;
  overflow: hidden;
}
*{
margin:0;
}
body {
	margin:0; margin-top:0; padding:0; background-color:#282828; background-image: url(http://pinwheeldevinc.com/images/background2.png); background-repeat:repeat-x; font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; height:100%;
	

}
#commguy {
	background: url(http://pinwheeldevinc.com/projects/images/ANT/thoughtbubble.png);
	background-repeat:no-repeat;
	background-position:right;
}
#wrap{
margin:0 auto;
width:90%;
min-height:99.5%; /* 100% may show a vertical scroll bar, even if the content is very small */
position:relative;
border:1px solid #000;
background-color:#333;
}
* html #wrap{
height:99.5%; /* 100% may show a vertical scroll bar, even if the content is very small */
}
#footer{
height:30px;
background:#ccc;
position:absolute;
bottom:0px;
left:0;
width:100%;
}
IMG {
	border:none;
}
:focus { -moz-outline-style: none; }
.small {
	font-size:10px;
}
.highlight {
	color:#eee;
}
.hightlightBlue {
	color:#003366;
}
#popupCT1 {
	display:none;
}
.page {
	/*min-height: 800px;*/
	left: 50%;
	position: absolute;
	top: 30px;
	width: 978px;
	margin-left: -489px;
}
.blogTitle {
	float:left;
	width:958px;
	color:#2d2d2d;
	font-size:10px;
	text-align:right;
	padding:0;
	margin-right:20px;
}
.header {
	float:left;
	background: url(images/header.jpg) no-repeat; 
	width:978px;
	height:76px;
}
a.home {
	float:left;
	display:block;
	width:250px;
	height:46px;
	margin-left:30px;
	margin-top:20px;
}
#search {
	float:right;
	margin-right:25px;
	margin-top:30px;
}
#search input {
	width:175px;
	height:16px;
	background-color:#2d2d2d;
	border: solid thin #727272;
	color:#727272;
	padding:0.3em;
}
#search input.btn {
	width:50px;
	height:20px;
}
.clearbottom {
	background-color:#FFF;
}
.footer {
	background-color:#e0e0e5;
}

#slider {
	width:978px;
	float:left;
	background: url(images/body_back.jpg) repeat-y;
}
.tab_content {
	width:948px;
	display:none;
	float:left;
	margin-left:11px;
	padding-left:10px;
	font-size:11px;
	color:#2d2d2d;
	/*
padding-right:10px;
*/
	border-bottom: solid 2px #000;
}
#tab_cntnr {
	width:968px;
	float:left;
	background: url(images/body_back.jpg) repeat-y;
	/*
padding-right:30px;
*/
}
#tab_cntnr a {
	display:block;
	text-decoration:none;
	float:right;
	width:75px;
	height:26px;
	color:#fff;
	background: url(images/menu_tab.jpg) no-repeat; 
	text-align:center;
	font: bold 10px Helvetica, Arial, sans-serif;
	/*
margin-left:3px;
*/
	margin-right:5px;
	padding-top:3px;

	/*
margin-right:10px;
*/
}
#tab_cntnr a.selected {
	color:#ffffff;
	background: url(images/navbar_bg.jpg) no-repeat; 
}

.mainContent {
	float:left;
	width:697px;
	min-height:600px;
	margin-left:14px;
	/*
background-color:#fff;
*/
}
dynacloud {
	color:#000;
}
.post {
	float:left;
	width:697px;
	/*
min-height:150px;
*/
	margin: 10px 0 10px 10px;
}
.highlight { background-color: yellow }

.post h2, .postTab a, .singleFooter a {
	color:#ff6600;
	font-size:11px;
	margin-top:20px;
}
.post a {
	text-decoration:none;
}
.post h1, .postTitle a, .singleBody h1, .singleBody a {
	color:#fff;
	font-size:16px;
	margin-bottom:4px;
}
.postTitle h1 {
	margin-top:16px;
}
.postTab {
	float:left;
	width:200px;
	height:37px;
	background: url(images/post_tab.jpg) no-repeat;
	text-align:center;
}
.postTitle {
	float:left;
	width:492px;
	height:37px;
}
.postCornerTop {
	float:left;
	width:697px;
	height:24px;
	background: url(images/post_corner_top.jpg) repeat-y;
}
.postBody {
	float:left;
	width:697px;
	min-height:200px;
	background: url(images/post_body.jpg) repeat-y;
	font-size:12px;
	color:#2d2d2d;
	padding-left:20px;
	padding-right:20px;
}
.postBody p {
	margin: 5px 45px 10px 10px;
}
.postFooter {
	float:left;
	width:697px;
	height:50px;
	background: url(images/post_footer.jpg) repeat-y;
	text-align:right;
}
.postFooter p {
	padding:0;
	margin-top:0;
	margin-right:20px;
}
.footerTags {
	float:left;
	width:675px;
	min-height:30px;
	border: thin solid #2d2d2d;
	margin-left:10px;
}
.footerTags p {
	margin-left:10px;
}
.sideBar {
	float:right;
	width:242px;
	margin: 10px 16px 10px 0;
}
.sideBar h2 {
	color:#727272;
	font-size:11px;
	margin-left:22px;
	margin-top:16px;
}
.subscribe {
	float:left;
	width:220px;
	text-align:right;
	text-decoration:none;
	color:#eee;
}
div.overlay { 
     
    /* growing background image */ 
    background-image:url(../img/overlay/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:600px; 
    height:470px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../img/overlay/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
.subscribe a {
	text-decoration:none;
}
.sideHeader {
	float:left;
	width:242px;
	height:38px;
	background: url(images/side_header.jpg) no-repeat;
}
.sideBody {
	float:left;
	width:242px;
	min-height:50px;
	background: url(images/side_body.jpg) repeat-y;
	font-size:11px;
}
.sideBody p {
	margin-left:20px;
	margin-right:10px;
	display:block;
}
.sideBody ul {
	margin-left:20px;
	margin-top:5px;
	padding-left:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.sideBody li {
	list-style:none;
}
.sideBody li.cat-item {
	margin-left:20px;
	margin-top:5px;
}
div.st-tag-cloud {
	margin-left:20px;
	margin-right:20px;
	margin-top:5px;
}
.sideBody a, .singleBody a {
	text-decoration:none;
	font-size:11px;
	color:#2d2d2d;
}
.singleBody a, .postBody a, .postFooter a, .footerTags a {
	color:#003366;
}
.sideFooter {
	float:left;
	width:242px;
	/*
height:32px;
*/
	height:19px;
	background: url(images/side_footer.jpg) repeat-y;
}
.singleBody, .singleFooter {
	float:left;
	width:690px;
	min-height:150px;
	font-size:11px;
	color:#2d2d2d;
	margin-left:10px;
}
.singleFooter {
	min-height:20px;
	background-color:#2d2d2d;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
h2.pagetitle {
	font-size: 1.6em;
	text-align: center;
	color:#2d2d2d;
	margin-top:10px;
	margin-bottom:5px;
	padding-top:0;
	padding-bottom:0;
}
.postmetadata {
	text-align: center;
	color: #777;
	/*
padding-top: 5px;	
*/
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

h3.comments {
	display:block;
	width:600px;
	color:#2d2d2d;
	margin-top:20px;
	float:left;
	margin-left:57px;
}
.commentlist, .comment {
	padding:0;
	font-size:11px;
	color:#2d2d2d;
	margin-left:57px;
	width:575px;
	float:left;
	margin-bottom:10px;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	border: 1px solid #2d2d2d;
	background-color:#a3a3a3;
	list-style:none;
}	

.commentlist li .avatar { 
	float: left;
	margin-right:5px;
	border: 1px solid #2d2d2d;
	/*
padding: 2px;
*/
	/*
background: #fff;
*/
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	text-decoration:none;
	color:#000;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
	}
h3.comments {
	/*
padding: 0;
	margin: 40px auto 20px ;
*/
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 80%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: left;
}
/* Begin Comments*/


.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */		