/* ********************************************************************************
 * Building blocks
 * h2, h3, p, etc        Standard html tags
 * div.gbBlock           Sidebar or content section with style for contained lists
 * ul.gbBreadCrumb       List of links/path elements
 * table.gbDataTable     Table for data/form elements with styles for shading rows
 */

#gallery h1, #gallery h2, #gallery h3, #gallery h4, #gallery form {
    margin: 0;
    padding: 0;
}

#gallery p {
    margin: 0.6em 0;
    padding: 0;
}

.gbBlock {
    padding: 0.7em;
    border-width: 0 0 1px 0;
    border-style: inherit;
    border-color: inherit;
    /* IE can't inherit these */
    border-style: expression(parentElement.currentStyle.borderStyle);
    border-color: expression(parentElement.currentStyle.borderColor);
}

.gbBlock ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.gbBlock ul ul {
    margin: 0 0 0.5em 1.0em;
}

.gbBlock li {
    padding: 6px 0 0 0;
}

#gallery .gbBlock h3 {
    margin-bottom: 0.5em;
}

#gallery .gbBlock h4 {
    margin-top: 0.5em;
}


#gsNavBar div.gbBreadCrumb {
    margin: 0;
    padding: 4px 8px;
}

table.gbDataTable {
    padding-bottom: 4px;
}

table.gbDataTable th, table.gbDataTable td {
    padding: 4px;
}


.giBlockToggle {
    padding: 0 0.4em 0.1em;
}
.giBlockToggle:hover {
    cursor: pointer;
}


.gbMarkupBar {
    margin: 4px 0;
}

#gallery .gbMarkupBar input {
    margin: 0;
    padding: 0;
}


/* ********************************************************************************
 * Sections
 * body.gallery     Page body in G2 standalone (doesn't apply to embedded)
 * #gallery         Page container
 * #gsNavBar   Top bar with breadcrumb and other links
 * #gsSidebar       Sidebar
 * #gsContent       Main content
 */

body.gallery {
    margin: 0;
    padding: 0;
	margin-top: 15px;
}

#gallery {
    padding: 8px;
}
#gallery.rtl {
    direction: rtl;
}

#gsNavBar {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

#gsNavBar div.gbSystemLinks {
    padding: 4px 6px;
}

#gsNavBar div.gbSystemLinks span {
    padding: 0 4px;
}

#gsSidebar {
    border-right-width: 1px;
    width: 175px;
    overflow: hidden;
}
#gsSidebarCol {
    width: 1%; /* Expand to fit content ("0" bad4 firefox, "1px" bad4 opera) */
}

td.giAlbumCell, td.giItemCell {
    padding: 1em;
    text-align: center;
}

#gallery td.giAlbumCell select, #gallery td.giItemCell select {
    margin-top: 0.8em;
}

/* So imageframed thumbs can be centered */
td.giAlbumCell table, td.giItemCell table {
    margin: auto;
}

#gsPages span {
    padding: 0 0.3em;
}

#gallery #gsSidebar ul {
    font-size: 1em;
}

/* ********************************************************************************
 * Matrix Theme for Gallery 2
 * by Ross A. Reyman, Jon Huang, and Chad Kieffer
 * updated by Alan Harder
 */

/* ********************************************************************************
 * Building blocks
 * #gallery              Default font/color settings
 * .gcBackground1,2..    Palette of backgrounds
 * .gcBorder1,2..        Palette of borders
 * a, h2, h3, etc        Standard html tags
 * .giTitle, .giSubtitle, .giDescription, .giInfo, .giSuccess, .giWarning, .giError
 *                       Palette of text styles
 * div.gbBreadCrumb      List of links/path elements
 * table.gbDataTable     Table for data/form elements with styles for shading rows
 * div.gbTabBar          UI component for selectable tabs
 * .autoComplete*        Styles for autoComplete popup lists
 */

#gallery {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 82.5%;
    color: #333;
    background-color: #fff;
}
body.gallery {

}

.gcBackground1 {
    background-color: #fff;
}

.gcBackground2 {
    background-color: #e7e7e7;
}

.gcBorder1 {
    border: 0 solid #ccc;
}

.gcBorder2 {
    border: 0 solid #888;
}

#gallery a {
    font-weight: bold;
    text-decoration: none;
    color: #6b8cb7;
}
#gallery a:hover {
    text-decoration: underline;
    color: #f4560f;
}
#gallery a:active {
    text-decoration: none;
    color: #f9c190;
}

#gallery img {
    border-width: 0;
}

#gallery h1, #gallery h2, #gallery h3, #gallery h4 {
    font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}

#gallery input:focus, #gallery textarea:focus {
    background-color: #ffc;
    color: #000;
}

#gallery input.inputTypeSubmit, #gallery input.inputTypeButton {  /* No input[type=submit] in IE */
    color: #333;
    background-color: #eee;
    border-width: 2px;
    border-style: solid;
    border-color: #e7e7e7 #666 #666 #e7e7e7;
}

#gallery select {
    font-size: 1em;
}

.giTitle, #gallery h1, #gallery h2, #gallery h3, #gallery h4 {
    font-size: 1.3em;
    font-weight: bold;
}

#gallery pre, #gallery tt {
    font-family: Courier New;
    font-size: 1.2em;
}

.giSubtitle {
    font-size: 0.9em;
    font-weight: normal;
    vertical-align: text-bottom;
}

.giDescription {
    font-size: 1.1em;
    line-height: 1.4em;
}

.gbEmptyAlbum {
    height: 400px;
}

.giDescription h3.emptyAlbum {
    line-height: 4.0em;
    text-align: center;
}

.giInfo {
    font-size: 0.9em;
    color: #888;
}

.giSuccess, .giWarning, .giError  {
    font-weight: bold;
}

.giSuccess { color: #5c0; }
.giWarning { color: #c50; }
.giError { color: #a44; }

.giNew, .giUpdated {
    border-width: 2px;
    border-style: ridge;
    padding: 0 6px;
    line-height: 1.9em;
}

#gsNavBar div.gbBreadCrumb {
    font-size: 1.1em;
    font-weight: bold;
}

#gsNavBar div.gbBreadCrumb a, #gsNavBar div.gbBreadCrumb span {
    padding: 0 0 0 14px;
    background: url('images/icon_path_separator.gif') no-repeat left;
}

#gsNavBar div.gbBreadCrumb a.BreadCrumb-1 {   /* no :first-child in IE */
    padding-left: 0;
    background-image: none;
    white-space: nowrap;
}

#gsThumbMatrix {
    width: 100%;
}

#gallery.IE div.gbBreadCrumb span {
    display: inline-block;   /* IE loses padding-left on wrapped inline nowrap element */
    padding-right: 4px;      /* IE has less space at right of each span */
}

#gsNavBar div.gbBreadCrumb span.BreadCrumb-1 {   /* no :first-child in IE */
    padding-left: 0;
    background-image: none;
}

#gsNavBar div.gbSystemLinks {
  float: right;
}

table.gbDataTable th {
    text-align: left;
    background-color: #e7e7e7;
}

.gbEven {
    background-color: #fff;
}

.gbBusy {
    background-color: #78D478 !important;
}

.gbOdd {
    background-color: #eee;
}


div.gbTabBar {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0.8em 0 0;
    padding: 6px;
    background: url('../matrix/images/tab_bg.gif') repeat-x bottom;
    white-space: nowrap;
}

div.gbTabBar span.o {
    padding: 6px 0 5px 8px;
    background: url('../matrix/images/tab_left.jpg') no-repeat left top;
}
#gallery.IE div.gbTabBar span.o {
    display: inline-block;   /* IE loses padding-left on wrapped inline nowrap element */
    margin-bottom: 1px;      /* ..and then adds padding differently with inline-block.. */
}
/* IE may clip off the right end of a long set of tabs, so allow IE to wrap them */
#gallery.IE div.gbTabBar { padding-bottom: 0; white-space: normal; }
#gallery.IE div.gbTabBar span.giSelected { margin-bottom: 0; }

#gallery div.gbTabBar span span {
    padding: 6px 12px 5px 4px;
    background: url('../matrix/images/tab_right.jpg') no-repeat right top;
}

#gallery div.gbTabBar a {
    color: #777;
    text-decoration: none;
}

#gallery div.gbTabBar a:hover {
    color: #333;
}

#gallery div.gbTabBar span.giSelected {
    padding-bottom: 6px;
    background-image: url('../matrix/images/tab_left_on.jpg');
}

#gallery div.gbTabBar span.giSelected span {
    color: #333;
    padding-bottom: 6px;
    background-image: url('../matrix/images/tab_right_on.jpg');
}

.autoCompleteShadow {
    background-color: #a0a0a0 !important;
}

.autoCompleteContainer {
    border-color: #404040 #404040 #080;
    background-color: #fff;
}

.autoCompleteContainer li.yui-ac-highlight {
    background-color: #eee;
}

#gallery .gbMarkupBar input {
    font-size: 1.1em;
}

.giSearchHighlight {
    font-weight: bold;
    background-color: #ff6;
}


/* ********************************************************************************
 * Sections
 * #gallery         Page container
 * #gsNavBar   Top bar with breadcrumb and other links
 * #gsSidebar       Sidebar
 * #gsContent       Main content
 */

#gsNavBar div {
    margin-top: 0.1em;  /* Align system links with breadcrumb */
    font-weight: bold;
}

#gsSidebar div ul {   /* no > in IE */
    font-size: 1.1em;
    font-weight: bold;
}
#gsSidebar div ul ul { font-size: 1.0em; }

#gsSidebar ul span {
    color: #999;
}

div.gbNavigator div.next-and-last {
  float: right;
}
div.gbNavigator div.next-and-last.no-previous {
  float: none;
  text-align: right;
}

div.gbNavigator a.first {
  padding-left: 27px;
  background: url('images/nav_first.gif') left no-repeat;
}

div.gbNavigator a.previous {
  padding-left: 27px;
  background: url('images/nav_prev.gif') left no-repeat;
}

div.gbNavigator a.next {
  padding-right: 27px;
  background: url('images/nav_next.gif') right no-repeat;
}

div.gbNavigator a.last {
  padding-right: 27px;
  background: url('images/nav_last.gif') right no-repeat;
}

div.gbNavigator div.first-and-previous img {
  vertical-align: middle;
  padding-right: 0.5em;
}
div.gbNavigator div.next-and-last img {
  vertical-align: middle;
  padding-left: 0.5em;
}

#gallery.rtl div.gbNavigator div.next-and-last {
  float: left;
}
#gallery.rtl div.gbNavigator div.next-and-last.no-previous {
  float: none;
  text-align: left;
}
#gallery.rtl div.gbNavigator div.first-and-previous {
  text-align: right;
}
/* Both IE and Gecko have bugs with omitting padding on rtl inline content */
#gallery.IE.rtl div.gbNavigator a {
  display: inline-block;
}
#gallery.gecko.rtl div.gbNavigator a {
  display: -moz-inline-box;
}

#gallery.rtl div.gbNavigator a.first {
  padding: 0 27px 0 0;
  background: url('images/nav_last.gif') right no-repeat;
}
#gallery.rtl div.gbNavigator a.previous {
  padding: 0 27px 0 0;
  background: url('images/nav_next.gif') right no-repeat;
}
#gallery.rtl div.gbNavigator a.next {
  padding: 0 0 0 27px;
  background: url('images/nav_prev.gif') left no-repeat;
}
#gallery.rtl div.gbNavigator a.last {
  padding: 0 0 0 27px;
  background: url('images/nav_first.gif') left no-repeat;
}
#gallery.rtl div.gbNavigator div.first-and-previous img {
  padding: 0 0 0 0.5em;
}
#gallery.rtl div.gbNavigator div.next-and-last img {
  padding: 0 0.5em 0 0;
}

div.block-search-SearchBlock a.advanced {
  display: block;
  padding: 3px;
}

div.block-core-ItemLinks {
  margin: 3px 0;
}
div.block-core-ItemLinks a {
  padding: 3px;
}
div#gsSidebar div.block-core-ItemLinks a {
  display: block;
}

div#gsSidebar div.block-core-PeerList a {
  display: block;
  padding: 3px;
  font-size:9px;
}

div#gsSidebar div.block-core-PeerList span {
  font-weight: bold;
  display: block;
  padding: 3px;
}

div#gsSidebar div.block-core-PeerList span.current {
  color: #0b6cff;
}

/* ***************************************************** */
/*                   Dynamic blocks                      */
/* ***************************************************** */

div.block-comment-ViewComments {
  margin: 5px;
}

div.block-comment-ViewComments div.one-comment {
  border: 1px solid #e7e7e7;
  padding: 5px;
  margin-bottom: 5px;
}

div.block-comment-ViewComments h3 {
}

div.block-comment-ViewComments span {
  padding-right: 5px;
}

div.block-comment-ViewComments p.info {
  font-style: italic;
  text-align: right;
  font-size: 0.95em;
}

div.block-core-GuestPreview {
  float: right;
}
#gallery.rtl div.block-core-GuestPreview {
  float: left;
}

span.block-core-SystemLink {
}

div.block-exif-ExifInfo {
  margin: 5px;
}

span.bsw_ButtonDisabled {
  color: #999;
}

span.bsw_ButtonEnabled {
  color: #000;
  cursor: pointer;
}

table.bsw_ParamTable {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
}

tr.bsw_ParamHeaderRow {
  background-color: #EEE;
}

tr.bsw_ParamHeaderRow td {
  font-weight: bold;
  text-align: center;
  border: 1px solid #999;
}

td.bsw_BlockCommands {
  white-space: nowrap;
  text-align: center;
}

#gsFooter {
  padding-top: 4px;
}

/* ********************************************************************************
 * Rating module style fix for Matrix
 */
.giRatingUI {
    margin: 10px auto; /* Required to center default rating module star images */
}
#gsThumbMatrix .giRatingAverageContainer {
    margin: auto;
}



.giRatingUI {
    display: block;
    padding: 0;
    margin: 10px 0;
}
.giRatingUI img {
    display: inline;
    height: 16px;
    width: 16px;
    margin: 0;   
    border: none;
}    
.giRatingUnit {
    display: block; 
    height: 16px;
    width: 16px;
    padding: 0;
}
.giRatingHidden {
    display: none !important;
}
.giRatingVotes {
    display: block;
}
.giRatingVotes span {
    display: inline !important;
}
/*.giRatingEmpty {
    background: transparent url('images/star_r_0.0.gif') no-repeat;
}
.giRatingEmptyUserYes {
    background: transparent url('images/star_u_noborder.gif') no-repeat;
}
.giRatingHalfUserNo {
    background: transparent url('images/star_r_0.5.gif') no-repeat;
}
.giRatingHalfUserYes {
    background: transparent url('images/star_07.gif') no-repeat;
}
.giRatingFullUserNo {
    background: transparent url('images/star_r_1.0.gif') no-repeat;
}
.giRatingFullUserYes {
    background: transparent url('images/star_u_1.0.gif') no-repeat;
}*/
.giRatingAverage {
    background-color: blue;
    height: 5px;
    float: left;
}
.giRatingAverageContainer {
    border: 1px solid #999;
    height: 5px;
    width: 80px;
    overflow: hidden;
}

#RatingImagePreload div {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    z-index: -1;
}






body {
	color:#333333;
	font-family: sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	background: #f4faff url(images/back-gradient.jpg) repeat-x left top;
}
a {
	color: #0088CC;
	text-decoration: none;
}
a:visited {
	color: #0088CC;
}
a:hover {
	color: #09F;
}
p, .p {
	margin-bottom: 15px;
}
img {
	border: none;
}
ul li {
	margin: 0px;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
hr {
	border: none;
	border-bottom: 1px dotted #666;
	margin-bottom: 1em;
}
blockquote {
	background: #f7f7f7;
	padding: 10px 15px;
	margin: 0 0 1em 2.5em;
	font-size:.9em;
	border: 1px solid #ddd;
}
#wrapper {
	width: 970px;
	margin: 0px auto;
	position: relative;
}
#container {
}
#header {
	height: 47px;
} /* Height of the header */
/* site title */
.blogtitle {
	font-size: 20px;
	font-family: sans-serif;
	float:left;
	font-weight:500;
	padding-top: 15px;
}
.blogtitle a {
	color: #333;
}
.blogtitle a:hover {
	color: #0088CC;
	text-decoration: none;
}
.description {
	float: right;
	margin: 6px 0 0 10px;
	font-size:12px;
	padding-top: 15px;
	padding-right: 5px;
}
/* search form */
#searchform {
	width: 205px;
	float: right;
	font-size: 12px;
	padding:0;
	margin:2px 0 0 0;
	padding-top: 5px;
}
#searchform #s {
	background-image: url(images/search.png);
	width: 165px;
	color: #999999;
	border: 0px solid #888;
	margin:0;
}
#searchform #searchsubmit {
	background: url(images/search-button.png) no-repeat center;
	height: 24px;
	width: 24px;
	border: none;
	cursor: pointer;
	text-indent: -999%;
	line-height: 1px;
	margin:0;
}
/* HEADERS */
h1, h2, h3, h4, h5, h6 {
	color: #555;
	font-weight: bold;
	margin:0;
	padding: 0;
	line-height: 1.1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #333;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/* ------------------------------------- main content area  */
#page #wrapper #container #left-col {
	width: 708px;
	float: right;
	margin-top: 16px;
}
#pageW #wrapperW #containerW {
	width: 970px;
	margin-top: 16px;
	float: left;
}
/* main menu */
#nav {
	border:1px solid #bbb;
	font-size: 14px;
	background: url(images/agradient-30.gif) repeat-x left top;
	margin-bottom: 5PX;
}
#nav a.home {
}
#nav ul {
	list-style: none;
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 750px;
	float: left;
}
#nav ul li {
	font-size:12px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
}
#nav ul li a {
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	color: #fff;
	display: block;
}
#nav li a:visited {
	text-decoration: none;
	color: #fff;
}
#nav .current_page_item a, #nav .current_page_item a:hover {
	text-decoration: none;
	background: #2a2a2a url(images/agradient-30dark.gif) repeat-x top left;
	color: #fff;
}
#nav li a:hover {
	color: #fff;
	background: #2a2a2a url(images/agradient-30medium.gif) repeat-x top left;
}
#feature-bottom-right li a:hover {
	color: #fff;

}
/* sub menu */
#subnav {
	background: #fff url(images/agradient-30light.gif) repeat-x top left;
	;
	margin-top: 15px;
	border: 1px solid #ddd
}
#subnav ul {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	list-style: none;
}
#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 4px 7px;
	margin: 0px;
	float: left;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	text-decoration: none;
	color: #333333;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
	color: #315362;
}
#subnav li a:hover {
	text-decoration: none;
	color: #315362;
}
/* content */
#content {
	clear: both;
	overflow: hidden;
}
#content2 {
	width: 970px;
	margin-left: -262px;
}
.post {
	clear: both;
	overflow: hidden;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

.post .title {
	float: left;
	margin-left: 10px;
	width: 558px;
}
.postdata {
	font-size: 90%;
	color: #999999;
}
.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}
.postdata a:hover {
	color: #09F;
	text-decoration: none;
}
.postdata .category {
	float: left;
}
.postdata .comments {
	float: right;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}
.entry {
	padding: 15px;
	background-color:#FFFFFF;
	clear: both;
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 1em;
	border-style:solid;
	border-width: 0.1em;
	border-color:#E4E4E4;
}
.entry2 {
	padding: 20px;
	background-color:#FFFFFF;
	clear: both;
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 1em;
	border-style:solid;
	border-width: 0.1em;
	border-color:#E4E4E4;
	background-image:url(/wp-content/themes/HairTX-APPLE/images/box_sidebar_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
/* post title */
h1.posttitle, h2.posttitle {

	float:left;
	display:block;
	color:#315362;
	text-decoration:none;
	font:12px 'Lucida Sans', sans-serif;
	font-weight:bold;
	padding:0 7px 0 7px;
	line-height:28px;
	text-align:center;
	cursor:pointer;
	

}
#posttop {
	background:url(images/content-top.png) repeat-x top;
	float:left;
	color:#555;
	text-decoration:none;
	font:12px 'Lucida Sans', sans-serif;
	font-weight:bold;
	text-align:center;
	width: 708px;
}
h1.posttitle2, h2.posttitle2 {
	color:#315362;
	font-weight:bold;
	padding-bottom: 5px;
	padding-top: 7px;
	padding-left: 10px;
	font:12px 'Lucida Sans', sans-serif;
	background:url(images/homepage-top.png) repeat-x top;

}

h2.posttitle a, h2.posttitle a:visited {

}

h1.posttitle a:hover, h2.posttitle a:hover{
	color: #000;
	text-decoration: none;
}
.tags {
	float: right;
	color: #aaa;
}
.tags a {
	font-weight: bold;
	color: #09F;
}
.tags a:hover {
	color:#CAFFFF;
	text-decoration: none;
}
/* next & previous page navigation */
.page-nav {
	clear: both;
	background: #e5e5e5 url(images/agradient-30.gif) repeat-x left top;
}
.page-nav a, .page-nav a:visited {
	color: #000;
	text-decoration: none;
}
.page-nav a:hover {
	color: #00F;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}
/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: -15px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}
/* ------------------------------------- comment area  */
h3#comments {
	background: url(images/comments.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
}
h3#respond {
	background: url(images/respond.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px;
	clear: both;
}
/* commentform */
#commentform {
	margin-top: 10px;
}
#commentform label {
	font-weight: bold;
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #999999;
	font-size: 90%;
}
#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 480px;
	height: 140px;
	background:url(images/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #999;
}
/* comment list */
.commentlist {
	margin: 10px 0px;
	padding-left: 45px;
	line-height: 130%;
}
.commentlist li {
	padding: 5px 10px;
}
.commentlist .alt {
	background: #F4F4F4;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #0088CC;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #0088CC;
}
img.avatar {
	float: right;
	margin: 5px;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited {
	color: #999999;
}
/* ------------------------------------- cred area  */
#cred {
	padding: 10px 0px 0px 8px;
	clear: both;
	font-weight: bold;
}
#cred .designer {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	padding-left: 25px;
	float: left;
	background: url(images/pagelines-icon.gif) no-repeat 3px 0px;
}
#cred .wordpress-link {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	padding-left: 25px;
	margin-left: 20px;
	float: left;
	background: url(images/mini-wp.gif) no-repeat 3px 0px;
}
#cred a, #cred a:visited {
	text-decoration: none;
	color: #666;
}
#cred a:hover {
	text-decoration: underline;
}
/* @ FORMS */
	legend {
	display: none;
}
fieldset {
	border:none;
	background: transparent;
}
/* commentform */
	label {
	color:#333;
	font-size: .9em;
	display: block;
}
small {
	color: #555;
	font-size: 90%;
}
input {
	font: 110% arial, helvetica;
	padding: 5px 3px 3px 5px;
	background: url(images/form-field-bg.gif) no-repeat;
	border-top: 1px solid #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #ccc;
}
textarea {
	font: 110% courier, arial, helvetica;
	height: 140px;
	background:url(images/form-field-bg.gif) no-repeat;
	border-top: 1px solid #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #ccc;
	padding: 5px 3px 3px 7px;
}
textarea:focus, input[type="text"]:focus {
	border: solid 1px #666;
}
.button, input[type="submit"], .submit {
	border: 1px solid #aaa;
	background: #e5e5e5 url(images/agradient-30light.gif) repeat-x left top;
	margin:0;
	font-weight: bold;
	font-family: arial, helvetica;
}
.button:hover, input[type="submit"]:hover {
	color: #0088CC;
}
.button:active, input[type="submit"]:active {
	background: #e5e5e5 url(images/agradient-30.gif) repeat-x left top;
	color: #000;
}
/* sidebar */
#sidebar {
	margin-top: 16px;
	margin-right: 5px;
	float:left;
	width: 250px;
	color: #666666;
}
#sidebar p {
	margin: 0px 0px 15px;
}
#sidebar h3 {
	font: bold 12px/100% sans-serif;
	color: #315362;
}
#sidebar h3:hover {

}
#sidebar h3 a, #sidebar h3 a:visited {
	color: #666666;
}
#sidebar h3 img {
	vertical-align: middle;
}
#sidebar a, #sidebar a:visited {
	color: #000000;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	text-decoration:none;
	color: #09F;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	line-height: 22px;
	border-top: 1px;
	border-top-style:solid;
	border-top-color:#e9e9e9;
	padding-right: 8px;
	padding-left: 2px;
	background: url(images/arrow.png) no-repeat right top;
	
}



#sidebar ul li ul li {
	padding-left: 8px;
	font-weight:bold;
}

#sidebar ul li.current_page_item a{

	font-size:11px;
	font-weight:bold;
	
}


#sidebar li.current_page_item {
	font-size:11px;
	font-weight:bold;
	line-height: 22px;
	background: url(images/arrow-down.png) no-repeat right top;
}


#sidebar li.current_page_ancestor span{
	line-height: 22px;
	font-size:12px;
	font-weight:bold;


}

#sidebar ul li.current_page_item  a:hover{
	color:#06F; !important
	

	
}
.rhm1 {
	width:970px;
	height:38px;
	margin:0 auto;
	background:url(images/rhm1_bg.gif) repeat-x;
}
.rhm1-left {
	background:url(images/rhm1_l.gif) no-repeat;
	width:15px;
	height:38px;
	float:left;
}
.rhm1-right {
	background:url(images/rhm1_r.gif) no-repeat;
	width:15px;
	height:38px;
	float:right;
}
.rhm1-bg {
	background:url(images/rhm1_bg.gif) repeat-x;
	height:38px;
}
.rhm1-bg ul {
	list-style:none;
	margin:0 auto;
}

.rhm1-bg li {
	margin-right: 5px;
	float:left;
	list-style:none;
	
}
.rhm1-bg li a {
	float:left;
	display:block;
	color:#555;
	text-decoration:none;
	font:12px 'Lucida Sans', sans-serif;
	font-weight:bold;
	padding:0 3px 0 3px;
	height:38px;
	line-height:38px;
	text-align:center;
	cursor:pointer;
}
.rhm1-bg li a span {
	float:left;
	display:block;
	padding:0 3px 0 3px;
}

.rhm1 li.current_page_item a {
	color:#555;
	background:url(images/rhm1_bg_current.png) repeat-x;
	padding:0 3px 0 3px;
	
}


.rhm1-bg li a:hover {
	color:#000;
	background:url(images/rhm1_bg_over.png) repeat-x;
	height:38px;
	padding:0 3px 0 3px;

}


#sidebarbottom {
	width: 708px;
	height: 40px;
	background-image:url(images/sidebar-bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	float:right;
	margin-top: -50px;
}
#sideboxbottom {
	width: 250px;
	height: 25px;
	background-image:url(images/sidebox-bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin-top: -5px;
}


#archives ul li {
	background: url(images/archive.gif) no-repeat;
}
#recent-comments ul li {
	background: url(images/comment.gif) no-repeat;
}
#recent-posts ul li {
	padding-right: 5px;
}
/* meta */
#meta .rss {
	background: url(images/mini-rss.gif) no-repeat;
}
#meta .check {
	background: url(images/comment.gif) no-repeat;
}
/* calendar */
#calendar table {
	margin: 0px auto;
}
#calendar td {
	padding: 0px 4px;
}
/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.wp-caption {
	border-top: 1px solid #ddd;
	border-right: 1px solid #aaa;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #222;
	text-align: center;
	background-color: #f3f3f3;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	padding: 4px;
	margin-bottom: 1em;
}
.wp-caption-text {
	font-size: 10px;
	margin:0;
	padding:6px 3px 2px;
	line-height: 16px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	margin-top: 5px;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* @ STANDARD ELEMENTS */	
	img#wpstats {
	width:0px;
	height:0px;
	overflow:hidden;
}
.border {
	padding: 2.5px;
	border: 1px solid #ccc;
}
.hidden {
	display: none;
	visibility: hidden;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin:0 10px 5px 0;
}
.alignright {
	float: right;
	margin:0 0 5px 10px;
}
/* FLOATING AND ALIGNMENT */
	.floatleft {
	float:left;
	margin:3px 7px 0 0;
}
.floatright {
	float:right;
	margin:3px 0 0 7px;
}
.right {
	float:right;
}
.block {
	display:block;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.center {
	text-align: center;
}
/* CLEARFIX */
	.fix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.fix {
	display:inline-block;
}
* html .fix {
	height:1%;
}
html {
	overflow-y: scroll;
}
.fix {
	display:block;
}
/* CSS Document */

/************************************************
*	Footer      								*
************************************************/

#footer {
	width: 970px;
	height: 35px;
	margin: 0px auto 0px;
	padding-top: 45px;
	background-position:top;
	background-repeat:no-repeat;
	margin-top: -30px;
}
#homebottom {
	width: 970px;
	height: 35px;
	background-image:url(images/homepage-bottom.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-top: -20px;
}
#footer p {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
#footer a, #footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a img {
	border: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#footerleft {
	width: 650px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
#footerright {
	width: 320px;
	float: right;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	text-align: right;
}
/*********************************************
		Feature-Top Div
		Feature-Bottom Div
*********************************************/
#feature-bottom {
	margin-right: 6px;
	float:left;
	color: #666666;
	line-height: 150%;
}
#feature-bottom p {
	margin: 0px 0px 15px;
}
#feature-bottom h4 {
	font-size:12px;
	color:#315362;
	padding-bottom: 8px;

}
#feature-bottom h4:hover {
	color: #0000CC;
}
#feature-bottom h4 a, #feature-bottom h3 a:visited {
	color: #666666;
}
#feature-bottom h4 img {
	vertical-align: middle;
}
#feature-bottom a, #feature-bottom a:visited {
	color: #000000;
	text-decoration:none;
}
#feature-bottom a:hover, #feature-bottoma:focus, #feature-bottom a:active {
	text-decoration:none;
	color: #09F;
}
#feature-bottom ul {
	list-style: none;
	margin: 0;
	padding: 5px;
	margin-right: 5px;
}
#feature-bottom ul li {
	background: url(images/arrow.png) no-repeat right top;
	border-top: 1px;
	border-top-style:solid;
	border-top-color:#E4E4E4;
	padding: 3px;
}
#feature-bottom ul li ul li {
	padding-left: 12px;
}
#feature-bottom-left {
	float: left;
	width: 301px;
	background-image:url(images/hp-widget.png);
	background-position:top;
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 20px;
	overflow:hidden;
	height: 250px;
}
#feature-bottom-middle {
	float: left;
	width: 301px;
	background-image:url(images/hp-widget.png);
	background-position:top;
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 20px;
	overflow:hidden;
	height: 250px;
}
#feature-bottom-right {
	float: left;
	width: 301px;
	background-image:url(images/hp-widget.png);
	background-position:top;
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 20px;
	overflow:hidden;
	height: 250px;
}
#feature-bottom img {
	border: none;
	padding: 2px;
	margin-top: 15px;
	padding-left: 3px;
}
