/*--- This is the CSS that controls the theme. It's pretty sloppy, but try running php tags through CSS Tidy and see what happens. ---*/

html {
	margin: 0px;
	min-height: 100%;
}

body {
	margin:0px;
	padding:0px;
	background-color: #ffffff;
	min-height: 100%;	
}

a:link, a:visited, a:active a:focus {
	-moz-outline-style:none;
}

a:hover {
	-moz-outline-style:none;
}

h1, h2, h3, h4 {
	font-family: Georgia, Helvetica, sans-serif;
}

h2.pagetitle {
	padding:8px 8px 8px 15px;
	margin:0px 0px 5px 0px;
	background-color:#FFF;
	font: bold 24px/28px Verdana;
	color: #000000;
	border: solid 1px #ffffff;
}

img {
	border:none;
	margin:0;
	padding:0;
}

.alignleft {
	margin-right:10px;
	margin-bottom:10px;
    float: left;
}

.alignright {
	margin-bottom:10px;
	margin-left:10px;
    float: right;
}

.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
    margin-bottom:10px;
}

hr {
	height: 1px;
	border:0;
	width: 95%;
	color: #E6E6E6;
	background-color: #E6E6E6;
}

.postwrap blockquote {
	margin:0 15px 10px 15px;
	padding:10px 15px;
	border: 1px solid #999;
	background: #CCC;
}

.postwrap blockquote blockquote {
	margin-right:5px;
	margin-left:0;
	background: #CCC;
}

.postwrap blockquote p {
	margin:0;
	padding:0 0 5px;
}

#bgwrapper {  /*--- This id selector controls the blog background layer ---*/
	width: 100%;
	margin: 0px;
	padding-top:47px;
	min-height: 100%;
}

#wrap {
	width:920px;
	margin:0px auto 0px;
	padding:0;
	border: solid 1px #ffffff;
    font:12px Arial, Arial, sans-serif;
}


#header {
background: url(images/headers/header-OceanSunset.jpg) no-repeat left top;
background-color: #ffffff;
	height:60px;
	width:920px;
    border-bottom: solid 1px #ffffff;
    position:relative;
}

#header a {
	color:#FFFFFF;
	text-decoration: none;
}

#header h3 {
	font-size:16px;
	width:650px;
	left:20px;
	font-weight:400;
	line-height:20px;
	font-family: Georgia;
	margin:0px;
	padding: 15px 0 10px 20px;
}

#logo {
	position: relative;
	top:0px;
	left:20px;
	height: 60px;
	width: 500px;
}


#logo a { 
	display: block; 
	height: 100%; 
	width: 100%; 
} 
    
#header  h3  a {
	color: #FFFFFF;
}

#header  h3  a:hover {
	color: #999;
	text-decoration: none;
}

p.tagline {
	font-size:14px;
	font-weight:700;
	width:650px;
	left:20px;
	color: #FFF;
	margin:0;
    float:left;
	padding: 0 0 0 20px;
}

/*--- Navigation Menu Settings ---*/

#nav {
background-color: #FFF;
    padding-left:0px;
    text-transform: uppercase;
    font-size:11px;
border-bottom: solid 1px #ffffff;
    width:912px;  
	margin: 0px; 
    padding-left: 8px; 
    height:33px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
    margin-right: 8px;
margin-right: 0px;
}

* html #nav li a { /* Filter for IE6 to prevent li stacking */
	float: left;
	text-decoration: none;
}

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
	float: left;
	margin-left: 4px;
	text-decoration: none;
}

#nav li a {
	display: block;
	height: 33px;
background: url(images/navcnnleft.png) left top no-repeat;
background-color: #FFFFFF;
	font-family: Arial, Helvetica;
	text-decoration: none;
}  
  
#nav li a span {
	display: block;
	margin-left: 10px;
	padding-left: 4px;
	padding-right: 13px;
	line-height: 32px;
    padding-bottom:1px;
	font-weight: normal;
	color: #707070;
background: url(images/navcnnright.png) right top no-repeat;
    margin-left: 0px;
    padding-left: 8px;
background-color: #FFFFFF;
	text-decoration: none;
}

#nav li a:hover {
	background-position: left -33px;
	text-decoration: none;
	background-color: #ffffff;
	cursor: pointer; /* For IE6 */
}

#nav li a:hover span {
	background-position: right -33px;
	color: #000000;
	background-color: #ffffff;
}

#nav li.current_page_item a, #nav li.current_page a {
	background-position: left -33px;
	background-color: #ffffff;
}

#nav li.current_page_item a span, #nav li.current_page a span {
	background-position: right -33px;
	color: #000000;
	background-color: #ffffff;
}

/*-- Header search box styles --*/

#header #searchform {
	width: 242px;
	height: 31px;
	background: url(images/searchboxes/topmesh.png) left 0px no-repeat;
	position: absolute;
	top: 0px;
	right: 15px;
}

*:first-child+html #header #searchform { /* Filter for IE7 */
  	padding: 0px 0;
}

* html #header #searchform { /* Filter for IE6 */
  	padding: 5px 0;
}

* html #header #searchbox { /* Filter for IE6 */
  	margin-top: 0px;
}

#header #searchbox {
	margin-left: 28px;
	margin-top:6px;
	margin-bottom: 3px;
	width: 140px;
	background: none;
	border: none;
	color: #FFFFFF;
	font-size: 11px;
}

#header #searchbutton {
  	width: 50px;
  	background: none;
  	border: none;
  	margin-left:10px;
}

#header #searchbutton:hover {
	cursor: pointer;
}

/*-- Sidebar search box styles --*/ 

#sidebar-top #searchform {
	width: 255px;
}

#sidebar-top #s {
	margin: 20px 0 5px 0;
	width: 255px;
}
  
#sidebar-left #searchform {
	width: 100px;
}

#sidebar-left #s {
	margin: 20px 0 5px 0;
	width: 100px;
}
  
#sidebar-right #searchform {
	width: 100px;
}

#sidebar-right #s {
	margin: 20px 0 5px 0;
	width: 100px;
}

/*-- Header RSS settings --*/

#rssfeeds {
	width:300px;
	height: 70px;
	position: absolute;
	padding-top: 0px;
	bottom:0px;
	right:22px;
	color: #FFFFFF;
}

#rssicon {
	float:right;
    margin-left:5px;
}

#rssfeeds a {
	color: #FFFFFF;
    text-decoration:underline;
}

#rssfeeds a:hover {
	color: #999;
}

#rssfeeds  p {
	line-height:16px;
	margin:0;
	padding:27px 0px 0 0;
	text-align: right;
}

/*-- Begin feature section styles --*/

#feature {
    background-color: #ffffff;
    width: 918px;
    clear:both;
    color: #000000;
    padding-bottom:2px; 
    border: solid #ffffff 1px;    
	margin:0px;
}

#feature .topshadow {
    width: 918px;
}
#feature h2 {
    padding:0px;
    margin:0px 0px 10px 0px;
	color: #178a69;
	font-family: Arial, Arial, Helvetica;
	font-size: 18px;
}	
#feature a, #feature a:visited, #feature a:active {
	color: #0085cc;
}

#feature a:hover {
	color: #5dc2c2;
}
#feature .textwidget {
	padding:0px;
	color: #000000;
}

#feature ul {
	list-style-type:none;
    padding:0px;   
}
#feature ul.children {
	margin:3px 0 0px 0;
	padding: 0px 0px 3px 0px;
	border:none;
}

#feature ul.children li{
    padding-bottom: 0px;
}

#feature ul li{
	list-style-type:none;
background: none; padding-left:0px;
padding-bottom:3px;
}

#feature ul li a {
	text-decoration:none;
}

.feat_box {
	padding:15px 12px;
    margin:0px;
	width: 420px;
    float: left;
}

#preposttxt {
	text-align:center;
	border: solid #ffffff 1px;
}

#preposttxt a {
	color: #;
    text-decoration: none;
}

#qoute a{
	color: blue;
    text-decoration: none;
}

/*-- Begin page content CSS --*/

#content {
	width:915px;
	position:relative;
	float:left;
	color: #333;
    background-color: #ffffff;
	padding:5px 0px 0px 5px;
}

.postwrap a:link, .postwrap a:visited, .postwrap a:active {
	text-decoration:none;
	color: #A10000;
	border:0;
	-moz-outline-style:none;
}

.postwrap a:hover {
	text-decoration:underline;
	color: #000000;
	border:0;
	-moz-outline-style:none;
}

.posthead h1 {
	margin:0px;
	padding:8px 8px 8px 15px;
	background-color: #FFF;
	font: bold 24px/28px Verdana;
	border-bottom: solid 1px #ffffff;
   
}

.postwrap {
	float:left;
	width:650px;
	padding:0px 0px 0px 0px;
    margin-bottom:5px;
}

.post {
	background-color: #FFFFFF;
	margin-bottom:5px;
	padding:0px;
	border: solid 1px #ffffff;
}

.postwrap p {
	line-height: 18px;
}

.posthead {
	padding-bottom:0px;
	position:relative;
	clear:left;
	margin-bottom: 0px;
}

#content .posthead h1, #content .posthead h1 a {
	color: #000000;
}

#content .posthead h1 a:hover, #content .postMeta a:hover {
	text-decoration: none;
	color: #999;
}

.postMeta {
background-color: #FFF;
	color: #666;
	margin:0px;
	padding:5px 15px 5px 15px;
	font-size: 11px;
    height:20px;
}

.postMeta a, .postMeta a:link, .postMeta a:visited, .postMeta a:active {
	text-decoration: none;
    color: #666;
}

#content .postMeta a:hover {
	text-decoration: underline;
    color: #666;
}

div.commentcount {
	padding-left: 24px;
	background: url(images/comment.png) left top no-repeat;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
    float:right;
}

div.postdate {
	padding-left: 24px;
	background: url(images/date.png) left top no-repeat;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
    float:left;
}

#content .postcontent {
	padding:15px 15px 0px 15px;
	line-height:18px;
	color: #000000;
}

.postcontent a {
	text-decoration: underline;
}

pre {
	background-color: #F9F8E3;
    border: 1px dotted #999;
    padding: 0px 8px 15px 8px;
    margin:0 15px 10px 15px;
}	

.more-link {
	font-weight:700;
	margin-top:15px;
	height: 16px;
	width: 300px;
	display: block;
}

.Note {
	margin:0px;
    padding:0px;
    font-size:11px;
}

#content ul.Note li a, #content ul.Note li a:link, #content ul.Note li a:visited {
	color: #333;
}

ul.Note {
	background-color: #ffffff;
	margin-top:0px;
	padding:5px;

}

.Note li {
	list-style-type:none;
	padding:2px 0 2px 15px;
}

.NoteRss {
	background:url(images/NoteRss.png) no-repeat left 2px;
    display:inline;
    margin-left:5px;
}

.NoteTrackBack {
	background:url(images/NoteTrackBack.gif) no-repeat left 2px;
    display:inline;
    margin-left:10px;
}

/*-- Comment Settings --*/

#commentblock {
	width: 620px;
	float:left;
	margin-top:10px;
	padding:0;
	border: none;
}

#commentblock a, #commentblock a:link, #commentblock a:visited {
	color: #A10000;
}

.comment-wrap { 
	padding-left:10px;
    padding-right:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
   
}

#commentblock ol {
	padding: 0px;
	list-style: none;
}

#commentblock  ol li {
	margin-bottom: 10px;
	padding: 10px;
    background-color: #FFF;
    border: solid 1px #D7CAB5;
    background-color: #F9F7F2;
}

.commentdate {
	padding-left:0;
}

#commentlist li p {
	margin-bottom:8px;
	line-height:20px;
	padding:0;
}

.commentlist li.alt .commenttext {
	clear: both;
}

.commentname {
	margin:0;
	padding:5px 5px 5px 0;
}

.commentinfo {
	clear:both;
}

.commenttext {
	clear:both;
	padding-top: 10px;
    display:block;
	margin-bottom: 0px;
}

.comment-wrap blockquote, .comment-wrap blockquote blockquote {
	margin-bottom:10px;
	margin-top: 8px;
    background: url(images/comments-lighter.png) no-repeat top left;
    border: 1px solid #000;
}

.commenttext p {
	margin:0;
	padding:0 0 10px 0;
}

#commentform #submit {
	color: #FFF;
	font-family:Arial, Helvetica;
	font-size:14px;
	font-weight:700;
	border:1px solid #000;
	display:block;
	margin:0;
	padding:4px;
	background-color: #A10000;
}

#commentform input, #commentform textarea {
	padding:5px;
	background-color: #F9F7F2;
    border: solid 1px #D7CAB5;
    color: #333;
}

#commentform textarea {
	width: 98%;
}

p.meta {
	margin: 0 0 5px 0;
	padding: 0px;
	float: left;
}

p.meta a {
	text-decoration: none;
}

p.approval {
	font-style: italic;
	clear: left;
}

p.commenttitle {
	font: 18px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
} 

/*-- Sidebar settings --*/

#sidebar {
	float:right;
	width:255px;
	margin-top:0px;
	position:relative;
	padding-right: 0px;
	margin-bottom: 15px;
    margin-left:5px;
    margin-right:5px;
}

#sidebar ul, #feature ul{
	margin: 0px;
    padding: 0 0 0 8px;
}

#sidebar-top {
	width: 255px;
	padding:0px;
    color: #333;
}

#sidebar-top h2 {
    margin:0px;
	padding: 8px 8px 8px 23px;
	color: #000000;
	font-family: Arial, Arial, Helvetica;
	font-size: 14px;
	background-color: #ffffff;
    border-bottom: solid 1px #ffffff;
	text-transform: none;
	letter-spacing: 0px;
}

#sidebar-top a, #sidebar-top a:visited, #sidebar-top a:active {
	color: #333;
}

#sidebar-top a:hover {
	color: #996d6d;
}

.sidebar-top-box {
	margin-bottom:4px;
	padding:8px;
	background-color: #ffffff;
	color: #333;
	border: 1px solid #ffffff;
}

.box-padding {
	padding:7px;
}

.sidebar-top-box p {
	margin-top:3px;
	margin-bottom:3px;
}

#sidebar-top .textwidget {
	padding:10px 10px 10px 10px;
	color: #333;
}

#sidebar-top ul { 
	list-style-type:none;
    padding:10px;   
}

#sidebar-top .widget { 
    margin:0px 0px 5px 0px;
	background-color: #ffffff;
	border: solid 1px #ffffff;	
}

#sidebar-top ul.children {
	margin:3px 0 0px 0;
	padding: 0px 0px 3px 0px;
	border:none;
}

#sidebar-top ul.children li {
    padding-bottom: 0px;
}

#sidebar-top ul li {
	list-style-type:none;
background: none; padding-left:0px;
padding-bottom:3px;
}

#sidebar-top ul li a {
	text-decoration:none;
}

#sidebar-left a, #sidebar-left a:visited, #sidebar-left a:active, #sidebar-right a, #sidebar-right a:visited, #sidebar-right a:active {
	color: #1850a3;
	text-decoration: none;
}


#sidebar #sidebar-left, #sidebar #sidebar-right {
	color: #0e5acc;
}

#sidebar-left a:hover, #sidebar-right a:hover {
	color: #000000;
}

#sidebar-left {
	float:left;
	width: 100px;
	padding:0 4px 0 4px;
}

#sidebar #sidebar-left h2, #sidebar #sidebar-right h2 {
	margin:15px 0 10px;
	padding-left: 5px;
	color: #000000;
	border-bottom: solid 1px #ffffff;
	font-family: Arial, Arial, Helvetica;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0px;
}

#sidebar-right {
	float:right;
	width: 100px;
	padding:0 4px 0 4px;
}

#sidebar-left ul , #sidebar-right ul {
	padding-left:5px;
}

#sidebar-right ul li, #sidebar-left ul li {
background: none; padding:0 0 5px 0px;
list-style:none;
	margin:0;
}
    
#sidebar-left  .children, #sidebar-right  .children {
	padding-top: 5px;
}

#sidebar-left  ul.children  li, #sidebar-right  ul.children  li {
	padding-bottom: 3px;
	padding-top: 0px;
}

#sidebar-top h2 a.rsswidget {
	color: #000000;
	text-decoration: none;
}

#sidebar #sidebar-left h2 a.rsswidget, #sidebar #sidebar-right h2 a.rsswidget {
	color: #000000;
	text-decoration: none;
}

#sidebar .rsswidget img {
	float: left;
	margin-top: 2px;
	margin-right: 7px;
}


/*-- experimental  --*/
#sidebar-bottom {
	width: 255px;
	padding:0px;
    color: #333;
}

#sidebar-bottom h2 {
    margin:0px;
	padding: 8px 8px 8px 23px;
	color: #000000;
	font-family: Arial, Arial, Helvetica;
	font-size: 14px;
	background-color: #ffffff;
    border-bottom: solid 1px #ffffff;
	text-transform: none;
	letter-spacing: 0px;
}

#sidebar-bottom a, #sidebar-top a:visited, #sidebar-top a:active {
	color: #333;
}

#sidebar-bottom a:hover {
	color: #996d6d;
}


.sidebar-bottom-box p {
	margin-top:3px;
	margin-bottom:3px;
}

#sidebar-bottom .textwidget {
	padding:10px 10px 10px 10px;
	color: #333;
}

#sidebar-bottom ul {
	list-style-type:none;
    padding:10px;   
}

#sidebar-bottom .widget {
    margin:0px 0px 5px 0px;
	background-color: #ffffff;
	border: solid 1px #ffffff;	
}

#sidebar-bottom ul.children {
	margin:3px 0 0px 0;
	padding: 0px 0px 3px 0px;
	border:none;
}

#sidebar-bottom ul.children li {
    padding-bottom: 0px;
}

#sidebar-bottom ul li {
	list-style-type:none;
background: none; padding-left:0px;
padding-bottom:3px;
}

#sidebar-bottom ul li a {
	text-decoration:none;
}

#sidebar-bottom h2 a.rsswidget {
	color: #000000;
	text-decoration: none;
}
/*-- experimental --*/



/*-- Footer settings --*/

#footer {
	float:left;
	width: 920px;
    background: url(http://www.flexibilitytheme.com/images/link.gif) no-repeat top left;
    background-color: #ffffff;
	color: #000000;
	font:12px Arial, Arial, sans-serif;
	padding:0px;
	margin: 0px;
    border-top:solid 1px #ffffff;
    
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer a:focus {
	color: #1168ab;
	text-decoration:none;
}

#footerdark {
    text-align:center;
    border-top:solid #999999 1px;
    padding:7px 0 7px 0;
    width: 920px;
}


#footer .topshadow {
    padding-bottom:20px;
}

#footer p {
	padding:10px 0 0 15px;
    margin:0px;
}
#footer h2 {
    padding:0px;
        margin:0px 0px 10px 0px;
	color: #1168ab;
	font-family: Arial, Arial, Helvetica;
	font-size: 18px;
}	

#footer .textwidget {
	padding:0px;
	color: #000000;
}

#footer ul {
	list-style-type:none;
    padding:0px;   
}
#footer ul.children {
	margin:3px 0 0px 0;
	padding: 0px 0px 3px 0px;
	border:none;
}

#footer ul.children li{
    padding-bottom: 0px;
}

#footer ul li{
	list-style-type:none;
background: none; padding-left:0px;
padding-bottom:3px;
}

#footer ul li a {
	text-decoration:none;
}

.foot_box {
	padding:15px 15px 15px 15px;
    margin:0px;
	width: 420px;
    float: left;
}

/*-- Related Posts plugin settings --*/

.rel-posts {
	margin:0 0 10px;
	padding:0 0 10px;
}

.rel-posts ul {
	margin:0;
	padding:0;
}

.rel-posts li {
	list-style-type:none;
background: none; padding-left:0px;
margin:2px 0 0 0;
	padding:0px 0 0px 11px;
}

.rel-posts li a {
	text-decoration: none;
}

/*-- Wordpress calendar settings --*/

#wp-calendar {
	width:100%;
	border-collapse:collapse;
	margin:0;
	padding:0;
	background: #FFFFFF;
}

#wp-calendar caption {
	padding-top:3px;
	padding-bottom:6px;
	text-align:left;
	font-family: Arial, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0px;
}

#wp-calendar td {
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	line-height:15px;
}

#wp-calendar th {
	background-color: #ffffff;
	color: #FFFFFF;
}

#wp-calendar tbody {
	border-right: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;


}

#content #sidebar #wp-calendar a {
	font-weight:700;
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	border-style:none;
	margin:0;
	padding:0;
	background-color: #ffffff;
}

#content #sidebar #wp-calendar a:hover {
	font-weight:700;
	color: #999;
	text-decoration:none;
	border-style:none;
	margin:0;
	padding:0;
}

#wp-calendar tfoot, #wp-calendar tfoot .pad {
	background-color: #ffffff;
}

#wp-calendar tfoot a:hover {
	text-decoration:underline;
}

#wp-calendar tfoot a {
	display:block;
	padding:2px 0;
	color: #FFFFFF;
	text-decoration: none;
}

#wp-calendar tfoot td {
	padding:4px 0;
}

#wp-calendar thead {
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

#wp-calendar tfoot {
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

#credit {
	font: 11px Arial, Helvetica;
	padding: 8px;
    width:920px;
    margin: 0 auto;
    text-align:center;
}


form {
	margin:0;
	padding:0;
}

/* Styling for RSS feed widget */

#rss a {
	color: #000000;
	line-height: 20px;
}

#rss a:hover {
	color: #000000;
	text-decoration: none;
}

.clearer {
	clear: both;
	float: none;
}

#nextprevious {
	padding:15px;
    float:left;
    width: 95%;
}
#nextprevious a, #nextprevious a:link, #nextprevious a:visited, #nextprevious a:active {
	color: #333;
}

#nextprevious div.left {
	float:left;
}

#nextprevious div.right {
	float:right;
}

/* Legacy comments styling */

img.avatar {
	float:right;
    border:solid 2px #000;
}
div.vcard a {
	font-weight:bold;

}
ol li div.comment-meta { font-size:9px; margin:5px 0 10px 0; }

/* End Legacy comments styling */

/* Styling for WP 2.7 nested comments. Thanks to Chris Harrison at http://cdharrison.com for breaking these down. I changed what I needed and left the rest for future styling.  */

#content ol.commentlist a, #content ol.commentlist a:link, #content ol.commentlist a:visited {color: #A10000; }
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li {margin-bottom: 10px; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {background-color: #D7CAB5;}
ol.commentlist li.comment { padding:1em; }
ol.commentlist li div.comment-author {}
div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal;font-weight:bold; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:2px solid #000; float:right; margin:0 0 1em 1em; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:9px; margin:5px 0 10px 0; }
ol.commentlist li div.comment-meta a { }
ol.commentlist li p { margin:0 0 1em; }
ol.commentlist li ul { list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:11px; }
#content ol.commentlist li div.reply a { color:#FFF; font-weight:bold; padding:3px 6px; background-color: #ffffff;  border:1px solid #000;}
#content ol.commentlist li div.reply a:hover { background-color:#555; text-decoration:none;}
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {background-color: #D7CAB5;}
ol.commentlist li.depth-1, ol.commentlist li.depth-1.parent {border: solid 1px #D7CAB5;}
ol.commentlist li ul.children li.depth-2 { border:1px solid #D7CAB5; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border:1px solid #D7CAB5; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border:1px solid #D7CAB5; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 { border:1px solid #D7CAB5; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background-color: #F9F7F2; background-image:none; }
ol.commentlist li.comment-author-admin.even, ol.commentlist li.comment-author-admin.odd { background-color: #D7CAB5; background-image:none;}
ol.commentlist li.odd { background: url(images/comments-lighter.png) no-repeat top left; background-color: #F9F7F2;  }
ol.commentlist li.parent { border:none; }
ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
ol.pinglist li a, ol.pinglist li a:link, ol.pinglist li a:visited ol.pinglist li {color: #A10000; }

.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#888; margin:0 5px;}
.b2 {height:1px; background:#ddd; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
.b3 {height:1px; background:#ddd; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
.b4 {height:2px; background:#ddd; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}
.contentb {background: #ddd; border-right:1px solid #888; border-left:1px solid #888;}
.contentb div {margin-left: 5px; padding: 3px 5px 0px 5px}

/*--- Rounding on all corners (regular sidebar colors) ---*/
.b_1, .b_2, .b_3, .b_4{font-size:1px; overflow:hidden; display:block;}
.b_1 {height:1px; background:#ffffff; margin:0 5px;}
.b_2 {height:1px; background:#ffffff; border-right:2px solid #ffffff; border-left:2px solid #ffffff; margin:0 3px;}
.b_3 {height:1px; background:#ffffff; border-right:1px solid #ffffff; border-left:1px solid #ffffff; margin:0 2px;}
.b_4 {height:2px; background:#ffffff; border-right:1px solid #ffffff; border-left:1px solid #ffffff; margin:0 1px;}
.content_b {background: #ffffff; border-right:1px solid #ffffff; border-left:1px solid #ffffff;}
.content_b div {margin-left: 5px; padding: 3px 5px 0px 5px}
.content_b_inner {padding:10px; margin-right:5px;}

.bx1, .bx2, .bx3, .bx4{font-size:1px; overflow:hidden; display:block;}
.bx1 {height:1px; background:#888; margin:0 5px;}
.bx2 {height:1px; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
.bx3 {height:1px; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
.bx4 {height:2px; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}
.contentxb {border-right:1px solid #888; border-left:1px solid #888;}
.contentxb div {margin-left: 5px; padding: 3px 5px 0px 5px}

/*--- Rounding only in top-left and bottom-right (regular sidebar colors) ---*/
.by1, .by2, .by3, .by4{font-size:1px; overflow:hidden; display:block;}
.byb1, .byb2, .byb3, .byb4{font-size:1px; overflow:hidden; display:block;}
.by1 {height:1px; background: #999999; margin:0 0 0 5px;}
.by2 {height:1px; background: white; border-right:1px solid #999999; border-left:2px solid #999999; margin:0 0 0 3px;}
.by3 {height:1px; background:white; border-right:1px solid #999999; border-left:1px solid #999999; margin:0 0 0 2px;}
.by4 {height:2px; background:white; border-right:1px solid #999999; border-left:1px solid #999999; margin:0 0 0 1px;}
.byb4 {height:2px; background:white; border-right:1px solid #999999; border-left:1px solid #999999; margin:0 1px 0 0px;}
.byb3 {height:1px; background:white; border-right:1px solid #999999; border-left:1px solid #999999; margin:0 2px 0 0px;}
.byb2 {height:1px; background:white; border-right:2px solid #999999; border-left:1px solid #999999; margin:0 3px 0 0px;}
.byb1 {height:1px; background: #999999; margin:0 5px 0 0px;}
.contentyb {background:white; border-right:1px solid #999999; border-left:1px solid #999999;}
.contentyb div {margin-left: 5px; padding: 3px 5px 0px 5px}


/*--- Rounding only in top-left and bottom-right (lightblue-green) ---*/
.bz1, .bz2, .bz3, .bz4{font-size:1px; overflow:hidden; display:block;}
.bzb1, .bzb2, .bzb3, .bzb4{font-size:1px; overflow:hidden; display:block;}
.bz1 {height:1px; background:#ffffff; margin:0 0 0 5px;}
.bz2 {height:1px; background:#D8F2F3; border-right:1px solid #ffffff; border-left:2px solid #ffffff; margin:0 0 0 3px;}
.bz3 {height:1px; background:#D8F2F3; border-right:1px solid #ffffff; border-left:1px solid #ffffff; margin:0 0 0 2px;}
.bz4 {height:2px; background:#D8F2F3; border-right:1px solid #ffffff; border-left:1px solid #ffffff; margin:0 0 0 1px;}
.bzb4 {height:2px; background:#D8F2F3; border-right:1px solid #ffffff; border-left:1px solid #ffffff; margin:0 1px 0 0px;}
.bzb3 {height:1px; background:#D8F2F3; border-right:1px solid #ffffff; border-left:1px solid #ffffff; margin:0 2px 0 0px;}
.bzb2 {height:1px; background:#D8F2F3; border-right:2px solid #ffffff; border-left:1px solid #ffffff; margin:0 3px 0 0px;}
.bzb1 {height:1px; background:#ffffff; margin:0 5px 0 0px;}
.contentzb {background: #D8F2F3; border-right:1px solid #ffffff; border-left:1px solid #ffffff;}
.contentzb div {margin-left: 5px; padding: 3px 5px 0px 5px; font:"Courier New", Courier, monospace}



/*--- Shaded rounded box that's also usable within posts w/o border (gray) ---*/
.rtextbox{color:#555555; font-family:Arial; background: #EEEEEE; text-align:justify;}
.rtextboxinside {margin-left: 8px; margin-right: 8px; margin-top: 3px; margin-bottom:3px}
.rtop, .rbottom{display:block; background: #FFF}
.rtop span, .rbottom span {display: block; height: 1px; overflow: hidden; background: #EEEEEE}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
span.rtop span.r4, span.rbottom span.r4{margin: 0 1px; height: 2px}

/*--- experiment ---*/
.rtextbox_{color:#555555; font-family:Arial; background: #EEEEEE; text-align:justify;}
.rtextbox_i{margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom:0px;border-left:solid #990000 1px;border-right:solid #990000 1px}}
.rtextboxinside_ {margin-left: 8px; margin-right: 8px; margin-top: 0px; margin-bottom:0px}
.rtop_, .rbottom_{display:block; background: #FFF}
.rtop_ span, .rbottom_ span {display: block; height: 1px; overflow: hidden; background: #EEEEEE}
.r1_{margin: 0 5px; border-left:solid #990000 1px;border-right:solid #990000 1px; border-top:solid #990000 1px}
.r1_b{margin: 0 5px; border-left:solid #990000 1px;border-right:solid #990000 1px; border-bottom:solid #990000 1px}
.r2_{margin: 0 3px; border-left:solid #990000 1px;border-right:solid #990000 1px}
.r3_{margin: 0 2px; border-left:solid #990000 1px;border-right:solid #990000 1px}
span.rtop_ span.r4_, span.rbottom_ span.r4_{margin: 0 1px; height: 2px; border-left:solid #990000 1px;border-right:solid #990000 1px}


.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#aaa; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#aaa; border-right:2px solid #aaa; border-left:2px solid #aaa; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#aaa; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#aaa; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #ddd;}
.headh {background: #aaa; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.headh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.contenth {background: #ddd; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.contenth div {margin-left: 12px; padding: 5px 5px 0px 0px}



.b1hx, .b2hx, .b3hx, .b4hx, .b2bhx, .b3bhx, .b4bhx{font-size:1px; overflow:hidden; display:block;}
.b1hx {height:1px; background:#aaa; margin:0 5px;}
.b2hx, .b2bhx {height:1px; background:#aaa; border-right:2px solid #aaa; border-left:2px solid #aaa; margin:0 3px;}
.b3hx, .b3bhx {height:1px; background:#aaa; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 2px;}
.b4hx, .b4bhx {height:2px; background:#aaa; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 1px;}
.b2bhx, .b3bhx, .b4bhx {background: #FFCC99;}
.headhx {background: #aaa; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.headhx h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.contenthx {background: #FFCC99; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.contenthx div {margin-left: 12px; padding: 5px 5px 0px 0px}


/* Curved cutout Borders NEEDS WORK IN IE*/
.curved {background: transparent;} /*width:40%;}*/
.curved h1, .curved p {margin:0 10px;}
.curved h1 {font-size:2em; color:#fff;}
.curved p {padding-bottom:0.5em;}

.curved .b1, .curved .b2, .curved .b3, .curved .b4 {display:block; overflow:hidden; height:1px; font-size:1px;}
.curved .b2, .curved .b3, .curved .b4 {background:#e0cea3; border-left:1px solid #fff; border-right:1px solid #fff;}
.curved .b1 {margin:0 4px; background:#fff;}
.curved .b2 {margin:0 4px; height:2px;}
.curved .b3 {margin:0 3px;}
.curved .b4 {margin:0; height:1px; border-width:0 3px 0 3px;}

.curved .boxcontent {display:block; background:#e0cea3; border:0 solid #fff; border-width:0 1px;}


<br />

/*Test for fixed bottom bar*/
#fixbar {display:block; width: 100%; height:30px; text-align:center; background:#ffffff; position:fixed; bottom:0; left:0; font-size:12px}
* html #fixbar {position:absolute;}
#infixbar {height:30px; background:#ffffff; text-align:center; width: 90%;text-align:center; border: solid #D7CAB5 1px; position:fixed; bottom:0; left:5%; font-size:12px}
<!--[if lte IE 6]>
   <style type="text/css">
   /*<![CDATA[*/ 
html {overflow-x:auto; overflow-y:hidden;}
   /*]]>*/
   </style>
<!--[endif]-->

.roundedcornr_box_795726 {
   background: #e6e6fa url(http://127.0.0.1/moralde/wp-content/uploads/2009/07/roundedcornr_795726_grad.gif) no-repeat;
}
.roundedcornr_top_795726 div {
   background: url(images/boxes/roundedcornr_795726_tl.gif) no-repeat top left;
}
.roundedcornr_top_795726 {
   background: transparent url(images/boxes/roundedcornr_795726_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_795726 div {
   background: url(images/boxes/roundedcornr_795726_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_795726 {
   background: transparent url(images/boxes/roundedcornr_795726_br.gif) no-repeat bottom right;
}

.roundedcornr_top_795726 div, .roundedcornr_top_795726,
.roundedcornr_bottom_795726 div, .roundedcornr_bottom_795726 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_795726 { margin: 0 30px; }

