/*  
Theme Name: Flexibility
Theme URI: http://www.justdreamweaver.com/
Description: Designed by JustDreamweaver.com using the <a href="http://www.justdreamweaver.com/themedreamer.html">ThemeDreamer</a> extension for WordPress themes. Flexibility is the last theme you'll need due to the ability to customize colors, widths and images from within WordPress.
Version: 1.0
Author: JustDreamweaver
Author URI: http://www.justdreamweaver.com
*/

html {
	margin: 0px;
    min-height: 100%;
}
body {
	font:12px Arial, Arial, sans-serif;
	margin:0px;
	padding:0px;
    background-color: #000000;
    min-height: 100%;	
}

*html body {
    behavior: url(http://www.flexibilitytheme.com/wp-content/themes/flexibility/iepngfix.htc);
}    

a:link, a:visited, a:active a:focus{
	-moz-outline-style:none;
}
a:hover {
	-moz-outline-style:none;
}
h2, h3, h4 {
	font-family: Trebuchet MS, Arial, sans-serif;
    letter-spacing: -1px;
    font-weight: normal;
}

h2 {
	font-size: 21px;
}
h2.pagetitle {
	padding: 0 0 4px 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font: normal 24px/28px Trebuchet MS;
	color: #000000;
    background: url(images/dotline.gif) repeat-x left bottom;
}
img {
	border:none;
	margin:0;
	padding:0;
}
img.alignleft {
	margin-right:10px;
	margin-bottom:5px;
}
img.alignright {
	margin-bottom:5px;
	margin-left:10px;
}
hr {
	height: 1px;
    border:0;
    width: 95%;
    color: #E6E6E6;
    background-color: #E6E6E6;
}
blockquote {
	margin:0 20px 10px 10px;
	padding:10px 15px;
	border: 1px solid #B0BDD0;
	background: #F3F5F8;
}
/*-- This is an IE6 hack --*/
*html blockquote {
	height:1%;
}
blockquote blockquote {
	margin-right:5px;
	margin-left:0;
	background: #FFFFFF;
}
blockquote p {
	margin:0;
	padding:0 0 5px;
}

#bgwrapper {
	width: 100%;
    margin: 0px;
    padding-top:0px;
    background-color:#ccc;
    background: url(images/) repeat-x center top;
    behavior: url(http://www.flexibilitytheme.com/wp-content/themes/flexibility/iepngfix.htc);
	min-height: 100%;
}

#wrap {
	width:780px;
	margin:0px auto 0px;
	padding:0;
    border: solid 0px #000000;
}



#headerbg {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
    height: 142px;
}
*html #headerbg {
	behavior: url(http://www.flexibilitytheme.com/wp-content/themes/flexibility/iepngfix.htc);
}

#header {
	clear:left;
	height:142px;
	width:780px;
	margin-right:auto;
	margin-left:auto;
	position:relative;

}

#header a {
	color:#DEDABF;
	text-decoration: none;
}


#header  h3 {
	font-size:34px;

	position:absolute;
	width:520px;
	left:20px;
	top:20px;
	font-weight:400;
	line-height:38px;
	font-family: Georgia;
	margin:0;
	padding:0;
}

#logo {
	position: relative;
    top:5px;
    left:5px;
    height: 105px;
    width: 540px;

}

#flashintro h2 {
	font-size: 18px;
    font-family: Arial, Helvetica;
    font-weight: normal;
    color: #916D00;
    margin: 0 0 10px 0;
    padding: 0px;
    letter-spacing: normal;
}



*html #logo {
	behavior: url(http://www.flexibilitytheme.com/wp-content/themes/flexibility/iepngfix.htc);
}

#logo a { 
	display: block; 
	height: 100%; 
	width: 100%; 
} 
    
#header  h3  a {
    color: #FFFFFF;
}
#header  h3  a:hover {
    color: #CCCCCC;
	text-decoration: none;
}

p.tagline {
	font-size:14px;
	font-weight:700;
	position:absolute;
	width:575px;
	top:75px;
	left:20px;
	color: #000000;
	margin:0;
	padding:0;
}
/* Menu */

#nav {
	clear: both;
	background: url(images/navbg.png) repeat-x left top;
	position: absolute;
	 	top: 109px;
	margin: 0px 0 -15px 0px;
	padding: 7px 0 0 20px;
	background-color: ; width:760px;
	
	
  }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav li {
	float: left;
		margin-right: 3px;

  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  behavior: url(http://www.flexibilitytheme.com/wp-content/themes/flexibility/iepngfix.htc);
  }

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  behavior: url(http://www.flexibilitytheme.com/wp-content/themes/flexibility/iepngfix.htc);
  }

#nav li a {
	display: block;
		height: 26px;
	
 background: url(images/navrdleft.png) left top no-repeat;     background-color: #FFCC00;
	font-size: 10pt;
    font-family: Arial, Helvetica;
	text-decoration: none;
  }  
  


#nav li a span {
	display: block;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 12px;
		line-height: 26px;
	
	font-weight: bold;
	color: #FFFFFF;
 background: url(images/navrdright.png) right top no-repeat;    
    background-color: #FFCC00;
	text-decoration: none;
}


#nav li a:hover {
	background-position: left -26px;
  
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {
	background-position: right -26px;
  color: #000000;
  }

#nav li.current_page a {
	background-position: left -26px;
  }

#nav li.current_page a span {
	background-position: right -26px;
  color: #000000;
  }
/*-- Header search box styles --*/
#header #searchform {
	visibility: hidden;
	width: 242px;
	height: 31px;
	background: url(images/search.png) left 0px no-repeat;
	position: absolute;
	top: 0px;
	right: 15px;
  }
  
*html #header #searchform {
    behavior: url(http://www.flexibilitytheme.com/wp-content/themes/flexibility/iepngfix.htc);
    }

*:first-child+html #header #searchform { /* Filter for IE7 */
  padding: 0px 0;
  }

* html #header #searchform { /* Filter for IE6 */
  padding: 7px 0;
  }
* html #header #searchbox { /* Filter for IE6 */
  margin-top: 0px;
  }
#header #searchbox {
	margin-left: 28px;
    margin-top:8px;
	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: 205px;
  }

#sidebar-top #s {
	margin: 20px 0 5px 0;
	width: 205px;
  }
  
#sidebar-left #searchform {
	width: 195px;
  }

#sidebar-left #s {
	margin: 20px 0 5px 0;
	width: 195px;
  }
  
#sidebar-right #searchform {
	width: 195px;
  }

#sidebar-right #s {
	margin: 20px 0 5px 0;
	width: 195px;
  }

/*-- Header RSS settings --*/
#rssfeeds {
	width:200px;
    height: 43px;
	position: absolute;
    padding-top: 21px;
    top:40px;
    right:22px;
    background: url(images/pngicon1.png) right bottom no-repeat;
    behavior: url(http://www.flexibilitytheme.com/wp-content/themes/flexibility/iepngfix.htc);
    color: #FFFFFF;
}
#rssfeeds a {
	color: #FFFFFF;
}
#rssfeeds a:hover {
	color: #000000;
}
#rssfeeds  p {
	line-height:16px;
	margin:0;
	padding:0 60px 0 0;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
    text-align: right;
}

 
/*-- Begin page content CSS --*/
#content {
	width:780px;
	position:relative;
	float:left;
    background: url(images/ctntcorner.png) no-repeat left top;
	background-color: #FFFFFF;
    color:#333;
	padding:12px 0px 0px 0px;
}
.postwrap a:link, .postwrap a:visited, .postwrap a:active {
	text-decoration:none;
	color:#916D00;
	border:0;
	-moz-outline-style:none;
}
.postwrap a:hover {
	text-decoration:underline;
	color:#000000;
	border:0;
	-moz-outline-style:none;
}
.postwrap h1 {
	margin:0 0 8px;
	padding:0px 0px 4px;
	font: normal 24px/28px Trebuchet MS;
    border-bottom: dotted 2px #999999;
}


.postwrap {
	float:left;
	width:520px;
	padding:10px 10px 25px 20px;
}

.postwrap ul {
	padding: 0 0 0 20px;
    margin: 0px;
}
.postwrap ul li {
	padding: 0 0 8px 20px;
    background: url(images/lidude.gif) no-repeat left top;
	list-style: none;
    line-height: 17px;
}
.postwrap p {
	line-height: 18px;
}
.posthead {
	padding-bottom:0px;
	position:relative;
	clear:left;
	padding-top: 8px;
	margin-bottom: 0px;
}
#content .posthead h1, #content .posthead h1 a {
	color: #000000;
}
#content .posthead h1 a:hover {
	text-decoration: none;
    color: #666666;
}

.postMeta {
	padding: 2px 0px 4px;
	font-size: 11px;
	color: #333;
  }

.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 15px;
  }

.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount {
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta a {
  text-decoration: none;
  }
.postcontent {
	padding-top:0px;
	padding-bottom:0px;
	line-height:18px;
	margin: 0px;
	padding-top: 0px;
}
.postcontent a {
	text-decoration: underline;
}

.postcontent img {

}
#content p.comments {
	clear: both;
	padding: 0px 10px 0px 0px;
	margin: 0px;
  }

p.comments a {
	padding-left: 20px;
	background: url(images/comment.gif) left top no-repeat;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
  }
p.comments a:hover {
	text-decoration: underline;
}

.more-link {
	font-weight:700;
    margin-top:15px;
	height: 16px;
	width: 300px;
	display: block;
}
/*-- Comment Settings --*/
#commentblock {
	width: 520px;
	float:left;
	margin:10px 0;
	padding:0;
	border: 1px solid #B0BDD0;
	background-color: #F3F5F8;
}
.comment-wrap {
	width: 480px;
	padding-left:17px;
	padding-top: 10px;
	padding-bottom: 10px;
    display: block;
}
#commentblock ol {
	padding: 0px;
	list-style: none;
	margin: 10px 0px 20px;
}
#commentblock  ol li {
	margin: 0px;
	padding: 0px;
}

.commentdate {
	padding-left:0;
}
#commentlist li p {
	margin-bottom:8px;
	line-height:20px;
	padding:0;
}
.commentlist li.alt .commenttext {
	clear: both;

}
#commentblock ol.commentlist li {

}
.commentname {
	color:#333;
	margin:0;
	padding:5px 5px 5px 0;
}
.commentinfo {
	clear:both;
}
.commenttext {
	clear:both;
	color: #333333;
	border-top: 1px solid #B0BDD0;
	padding-top: 10px;
	margin-bottom: 15px;
}
.commenttext blockquote {
	margin-bottom:10px;
	margin-top: 8px;
}
.commenttext p {
	margin:0;
	padding:0 0 10px;
}
p #comment {
	width: 480px;
}

#commentform #submit {
	color: #FFFFFF;
    font-family:Georgia, "Times New Roman", serif;
	font-size:14px;
	font-weight:700;
	border:2px solid #000000;
	display:block;
	margin:0;
	padding:4px;
	background: #666666;
}
p.meta {
	color: #333333;
	margin: 0 0 5px 0;
	padding: 0px;
	float: left;


}
p.meta a {
	text-decoration: none;
}

p.approval {
	font-style: italic;
	color: #990000;
	clear: left;
}
p.commenttitle {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
}
/*-- Sidebar settings --*/
#sidebar {
	float:right;
	width:205px;
	margin-top:0px;
	position:relative;
	padding-right: 15px;
    margin-top:8px;
	margin-bottom: 0px;
    background: url(images/sidebarfill.gif) left top repeat-y;
}
*html #sidebar {
	padding-right: 7px;
}

#sidebarbtm {
	    background: url(images/sidebarbtm.gif) left top no-repeat;
        height: 14px;
        width: 214px;
}

#sidebar h2 {
	font-weight:bold;
	margin:0;
	padding:3px 0 4px 8px;

}
#sidebar ul {
	margin: 0px;
    padding: 0 0 0 8px;
}
#sidebar-top {
	width: 205px;
	padding:5px 0 5px 0;
    color: #FFFFFF;
}

#sidebar-top a, #sidebar-top a:visited, #sidebar-top a:active {
	color: #FFFFFF;
}

#sidebar-top a:hover {
	color: #33CCFF;
}
.sidebar-top-box {
	margin-bottom:10px;
	padding:8px;
	background: #526074;
    color: #FFFFFF;
    border: 1px solid #000000;
}
.box-padding {
	padding:7px;
}
.sidebar-top-box p {
	margin-top:3px;
	margin-bottom:3px;
}
#sidebar-top h2 {
	margin-top:10px;
	color: #FFFFFF;
    font-family: Georgia, Arial, Helvetica;
    font-size: 16px;
    background-color: #000000;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: none;
    text-transform: none;
	letter-spacing: 0px;
}
#sidebar-top .textwidget {
	margin-bottom:10px;
	padding:8px;
	background: #526074;
    color: #FFFFFF;
    border: 1px solid #000000;
}
#sidebar-top ul {
	list-style-type:none;
	margin-bottom:10px;
	padding:10px 7px 7px 8px;
	border: 1px solid #000000;
	background: #526074;
}
#sidebar-top ul li {
	
	list-style-type:none;
     background:url(images/liarrow.gif) no-repeat left top; padding-left:10px;    	
	padding-bottom:3px;
}

#sidebar-top ul li a {
	text-decoration:none;
    
}

#sidebar img {
	display: block;
    margin: 5px auto 5px auto;
}

#sidebar-left a, #sidebar-left a:visited, #sidebar-left a:active, #sidebar-right a, #sidebar-right a:visited, #sidebar-right a:active {
	color: #666666;
    text-decoration: none;
}

#sidebar-left a:hover, #sidebar-right a:hover {
	color: #B40404;
}

#sidebar-left {

	width: 195px;
	padding:0 0px 0 10px;
}
#sidebar #sidebar-left h2, #sidebar #sidebar-right h2 {
	margin:15px 0 10px;
    padding-left: 5px;
	color: #A87E00;
    border-bottom: solid 1px #A87E00;
    font-family: Arial, Arial, Helvetica;
    font-size: 13px;
    text-transform: none;
	letter-spacing: 0px;
}
#sidebar-right {
	float: right;
	width: 195px;
	padding:0 0px 0 0px;
}
#sidebar-left ul , #sidebar-right ul {
	padding-left:5px;
}


.rel-posts ul {
	margin:0;
	padding:0;
}
#sidebar-right ul li, #sidebar-left ul li {
	 background:url(images/liarrow.gif) no-repeat left top; padding:0 0 5px 8px;    
	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: #FFFFFF;
	text-decoration: none;
}

#sidebar #sidebar-left h2 a.rsswidget, #sidebar #sidebar-right h2 a.rsswidget {
	color: #A87E00;
	text-decoration: none;
}
#sidebar .rsswidget img {
	float: left;
	margin-top: 2px;
	margin-right: 7px;
}

/*-- Footer settings --*/
#footer {
	float:left;
	width: 760px;
    background: url(images/footercorner.png) no-repeat left top;
	color:#BDBDBD;
	font:12px Arial, Arial, sans-serif;
	padding:25px 0 20px 20px;
    margin: 0px;
    border-top: solid 0px #666666;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer a:focus {
	color: #FFF;
	text-decoration:underline;
}

/*-- Post RSS and Trackback settings --*/
.postwrap .Note li {
	list-style-type:none;
	margin:0px;
	padding:2px 0 2px 15px;
}
.postwrap ul.Note {
	margin: 0px;
    padding: 0px;
}
.postwrap .NoteRss {
	background:url(images/NoteRss.png) no-repeat left top;
}
.postwrap .NoteTrackBack {
	background:url(images/NoteTrackBack.gif) no-repeat left top;
}
/*-- Related Posts plugin settings --*/
.rel-posts {
	background-image:url(images/dotline.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin:0 0 10px;
	padding:0 0 10px;
}
.rel-posts li {
	list-style-type:none;
	background-image:url(images/read-more-icon.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	padding:2px 0 2px 18px;
}
/*-- Wordpress calendar settings --*/
#wp-calendar {
	width:100%;
	border-collapse:collapse;
	margin:0;
	padding:0;
	background: #FFFFFF;
}
#wp-calendar .pad {

}
#wp-calendar caption {
	padding-top:3px;
	padding-bottom:6px;
	text-align:left;
	font-family: Arial, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
	color: #A87E00;
    text-transform: none;
	letter-spacing: 0px;
}
#wp-calendar td {
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	line-height:15px;
}
#wp-calendar th {
	background-color: #000000;
	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: #000000;
}
#content #sidebar #wp-calendar a:hover {
	font-weight:700;
	color:#000000;
	text-decoration:none;
	border-style:none;
	margin:0;
	padding:0;
}
#wp-calendar tfoot, #wp-calendar tfoot .pad {
	background-color: #000000;
}
#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 #000000;
	border-left: 1px solid #000000;
}
#wp-calendar tfoot {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#credit {
	margin-top: 8px;
	padding-bottom: 0px;
}

/*-- Other grouped selectors --*/
form, .postinfo ul, .Note {
	margin:0;
	padding:0;
}


/* Styling for RSS feed widget */
#rss a {
	color: #D4CEAE;
	line-height: 20px;
}
#rss a:hover {
	color: #EF930C;
	text-decoration: none;
}
.clearer {
	clear: both;
	float: none;
}

/* Styling for Avatars */
.avatar {
	float: left;
	border: 1px solid #B0BDD0;
	display: block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
	padding:10px 0px;
  }


.rel-posts li a {
	text-decoration: none;
}


/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:930px; /* based on image dimensions */
 color:#fff;
 z-index:1;
 margin-left:15px; /* default, width of left corner */
 margin-bottom:0px; /* spacing under dialog */
}
.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(images/dialog-bg.png) no-repeat top right;
 _background-image:url(images/dialog-bg.png);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 15px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:15px; /* top slice width */
 margin-left:-15px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:15px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:15px; /* bottom corner width */
 margin-left:-15px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

.dlimg {
	float:left;
    margin-right:15px;
}
p.dlstat {
	padding-left:200px;
    padding-top:20px;
}
.dl {
display: block;
	height: 25px;
    line-height:19px;
	margin: 10px 0 0 5px;
    padding-left:22px;
    background: url(images/dl.jpg) no-repeat left top;
}
#bgimages img {
	float:left;
    padding-right:8px;
    padding-bottom: 8px;
}
.imagelist img {
	padding-right: 3px;
}

