/* 
	Theme Name: candy-skyblue
	Theme URL: http://www.onlineassist4u.com
	Description: Dual column theme from onlineassist4u
	Author: Kirk O'Connor
	Author URI: http://www.onlineassist4u.com
	Version: 1.0
	Tags: dual columns, fixed width
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 - 10.13.09
		First release
		*/

html	{
	background: url(images/bg-page.png);                          	                       /* change per theme */
}

body {
	width: 960px;
	margin: 0 auto;
	color: #464646;                                                       /* change per theme */
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	

	
/************************************************
*	Hyperlinks text and headers					*
************************************************/
	
a	{
	color: #464646;
	}

a:visited	{
	color: #464646;                                 /* may need to be changed based on color scheme */
	}

a:hover	{
	color: #7ebece;                                 /* may need to be changed based on color scheme */
	text-decoration: none;
	border: none;
	}

a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none; 
	}
	
hr	{
	color: #7ebece;                                /* change for theme */
	width: 98%;
	}
	
.transparent70	{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}
	
/************************************************
*	Header   									*
************************************************/

#header	{
	position: relative;
	width: 960px;
	margin: 0px auto;
	height: 180px;
	z-index: 20;
	}

.logo	{                                     /* change header-top height if you change logo height */
	float: left;
	width: 670px;
	margin-top: 10px;
	height: 120px;
	}
	
.subscribe	{
	float: right;
	height: 30px;
	width: 270px;
	margin: 50px 0px 0px 0px;
	text-align: right;
}

.subscribe a	{                                     /* may need to be changed based on color of background or background image */
	color: #ff0000;
	}
	
.subscribe a:hover	{                                     /* may need to be changed based on color of background or background image */
	color: #ff6600;
	}
	
.key	{
	color: #08fd02;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	text-transform: capitalize;
	}

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	position: relative;
	height: 40px;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	color: #2b41a0;                                              /* change color theme */
	font-weight: bolder;
	padding: 0px;
	margin-top: 10px;
	z-index: 1000;
	}
	
#nav {
	margin: 0px;
	padding: 2px 0px;
	text-transform: uppercase;
	text-align: left;
	}
	
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link {
	color: #464646;                                        /* change color theme */
	display: block;
	font-weight: normal;
    margin: 0px 16px 0px 0px;
	padding: 10px 26px 10px 26px;                /* effects menu width */
	text-decoration: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #7ebece;
	opacity: 0.95; 
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	}

#nav li a:hover, #nav li a:active {
	background: #7ebece;                                 /* color change per theme */
   	color: #ff6600;
	margin: 0px 16px 0px 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #7ebece;                                    /* color change per theme */ 
	width: 170px;
	color: #464646;                                      /* change color theme */
	float: none;
	margin: 0px;
	padding: 7px 25px 7px 7px;            /* subnav positioning */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #7ebece;                   /* color change per theme */;
	color: #ff6600;
	margin: 0px;
	padding: 7px 25px 7px 7px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 191px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav .current_page_item a {
	background: #7ebece;                                 /* color change per theme */
   	color: #ffffff;
	margin: 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 10px 0px 0px;
	z-index: 1000;
    }

/************************************************
*	viewer for home page    	     		    * 
************************************************/

#viewer	{
	position: relative;
	top: -15px;
	background: #dbdacd;                /* can be file for slider or color for WP_Cycle plugin - changes per theme */
	width: 960px;
	height: 223px;
	margin: 0px auto;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
	}
	
#newsletter	{
	width: 200px;
	height: 276px;
	padding: 12px 0px 0px 14px;
	float: left;
	}

#dynamic-gallery	{
	width: 600px;
	height: 276px;
	padding: 12px 12px 0px 0px;
	float: right;
	z-index: 1;
	}

#wpcycle	{
	width: 932px;
	height: 276px;
	padding: 12px 0px 0px 14px;
	}

/************************************************
*	same length column			     		    * 
************************************************/

.column	{
	border: none;
	}

/************************************************
*	content 					     		    * 
************************************************/

#content {
	position: relative; 
	font-size: 14px;
	line-height: 18px;
	width: 960px;
	height: auto; 
	margin: 40px auto;
	padding: 0px 0px 20px 0px;
	color: #464646;
	min-height: 900px;
	display: block;
	z-index: 10;
	}
	
#contentwide {
	float: left;
	width: 940px;
	margin: 0px;                                      /* change per theme */
	padding: 0px 10px 20px 10px;
	min-height: 900px;
	background: #eaeaea;
	border: #7ebece 1px solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline;                           /* to cope with IE6 layout bug */
	}
	
#contentwide h1 {
	background: #7ebece;               /* change per theme */
	height: 40px;
	width: 960px;
	line-height: 40px;
	color: #464646;                                            /* change color theme */
	font-weight: normal;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	text-transform: uppercase;
	margin: 0px 0px 10px -20px !important;                     /* may change per theme - depends on heading width */
	margin: 0px -20px 10px -20px;                              /* for IE6 as cant recognise line above */
	padding: 0px;
	text-align: center;
	}

#contentwide p, #contentleft p, {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	}

#contentwide a, #contentwide a:visited {
	color: #464646;                                    /* change per theme */
	text-decoration: none;
	border-bottom: 1px dotted #464646;                   /* change per theme */
	}
	
#contentwide a:hover {
	color: #ff6600;                                               /* change per theme */
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	}

#contentleft {
	float: left;
	width: 620px;
	margin: 0px;
	padding: 0px 0px 0px 10px;                               /* change per theme */
	min-height: 900px;
	background: #eaeaea;
	border: #7ebece 1px solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline;                           /* to cope with IE6 layout bug */
	}

#contentleft h1 {
	background: #7ebece;               /* change per theme */
	height: 40px;
	width: 630px;
	line-height: 40px;
	color: #464646;                                            /* change color theme */
	font-weight: normal;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	text-transform: uppercase;
	margin: 0px 0px 10px -20px !important;                                      /* change per theme */
	margin: 0px -10px 10px -20px;                              /* for IE6 as it cant recognise above */
	padding: 0px 0px 0px -10px;
	text-align: center;
	}
	
#contentleft h1 a, #contentwide h1 a  {
	color: #464646;
	text-decoration: none;
	border: none;
	}

#contentleft h1 a:hover, #contentwide h1 a:hover {
	color: #ff6600;                                                     /* color will change per scheme */
	text-decoration: none;
	border: none;
	}
	
#contentleft h2, #contentwide h2 {
	color: #464646;
	font-size: 18px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #C0C0C0;
	text-transform: capitalize;
	}
	
#contentleft h3, #contentwide h3 {
	color: #464646;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-transform: capitalize;
	}
	
#contentleft h4, #contentwide h4 {
	color: #464646;
	font-size: 22px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-transform: capitalize;
	}
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#content li	{
	background: url(images/arrow.gif) no-repeat top left;
	list-style: none;
	padding: 0px 10px 10px 20px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

.postarea {
	padding: 0px 10px 0px 10px;
	margin: 0px;
	}

.postarea p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {
	color: #464646;                                      /* color change per theme */;
	text-decoration: none;
	border-bottom: 1px dotted #464646;                   /* color change per theme */;
	}
	
.postarea a:hover, .postcomments a:hover {
	color: #ff6600;                                     /* color change per theme */
	text-decoration: none;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	background: url(images/arrow.gif) no-repeat top left;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea ul ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea embed {
	margin: 10px 0px 20px 0px;
	}

.postarea-left	{
	width: 280px;
	float: left;
	}
	
.postarea-right	{
	width: 300px;
	float: right;
	color: #464646;
	font-size: 60px;
	line-height: 60px;
	text-align: right;
	margin: 0px;
	vertical-align: middle;
	}
	
.postarea-book	{
	width: 220px;
	height: 300px;
	float: left;
	}
	
.postarea-details	{
	width: 360px;
	height: 300px;
	float: right;
	}
	
.postarea-description	{
	width: 580px;
	}

blockquote {
	font-style: italic;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #C0C0C0;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postauthor {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.postmeta {
	background: #eaeaea;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 50px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px dotted #7ebece;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
code {
	color: #464646;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
	
.archive {
	float: left;
	width: 320px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}

/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage {
	float: left;
	width: 620px;
	margin: 0px;
	padding: 0px;
	color: #464646;
	}
	
#homepage a, #homepage a:visited  {
	text-decoration: none;
	}
	
#homepage a:hover {
	text-decoration: none;
	}
	
#homepage p {
	font-size: 14px;
	margin: 0px 0px 20px 0px;            /* margin added for paragraph breaks for posts */
	padding: 0px 10px 0px 10px;
	text-align: justify;                 /* added to align text */
	}
	
#homepage h1 {
	background: #7ebece;                 /* filename changes per theme */
	height: 40px;
	line-height: 40px;
	width: 620px;                                    /* width for border */
	color: #464646;                                   /* change color theme */
	font-weight: normal;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;                            /* may change per theme - depends on heading width */
	padding: 0px;
	text-align: center;
	}
	
#homepage h2 {
	color: #464646;
	font-size: 18px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 5px 10px;
	border-bottom: 1px dotted #C0C0C0;
	text-transform: capitalize;
	}
	
#homepage h2 a  {
	color: #464646;                                         
	text-decoration: none;
	border: none;
	}

#homepage h2 a:hover {
	color: #ff6600;                                        /* color will change per theme */
	text-decoration: none;
	border: none;
	}
		
#homepage h3 {
	color: #464646;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 0px 0px 5px 10px
	}

#homepage embed, #homepage object {
	margin: 0px; 
	padding: 0px;
	}
	
#homepage ul {
	list-style-type: disc;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 15px 20px;
	}
	
.homepage ul li {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
#homepage-quote	{
	width: 550px;
	margin: 20px 0px 40px 0px;
	color: #000066;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	text-transform: capitalize;
	}
	
#homepage-quote img	{
margin: 20px 0px 0px 0px;	
}

#homepage-video	{
	width: 590px;
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 15px;
	background: #eaeaea;
	border: #7ebece 1px solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
	}
	
#homepage-wpcycle	{
	width: 590px;
	height: 400px;
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 15px;
	background: #eaeaea;
	border: #7ebece 1px solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
	}
	
#homepage-video p	{
	margin: 0px;
	padding: 0px;
	}

.homepage-top	{                                                        /* change for theme */
	background: #eaeaea;
	border: #7ebece 1px solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.homepage-bottom	{                                                     /* change for theme */
	background: #eaeaea;
	margin: 0px;
	padding: 0px;
	border: #7ebece 1px solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.hb-thumbnail	{
	float: left;
	width: 200px;
	height: 150px;
	padding: 0px 0px 0px 5px;
}

.hb-content	{
	float: right;
	width: 350px;
	height: 150px;
}
	
/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #F5F5F5;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
.transparent{ 
	opacity:0.4;
	filter:alpha(opacity=40); 
	}	


/************************************************
*	plugins and widgets - added by OVM 		    * 
************************************************/

.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}


/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar {
	background: #eaeaea;                                           /* change theme */
	width: 300px;
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	color: #464646;
	border: #7ebece 1px solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
#sidebar a, #sidebar a:visited  {
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #ff6600;                               /* color changes per theme */
	text-decoration: none;
	}
	
#sidebar h2 {
	background: #7ebece;                 /* filename changes per theme */
	height: 40px;
	line-height: 40px;
	width: 300px;
	color: #464646;                                       /* change theme */
	font-weight: normal;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	}
	
#sidebar h3 {
	color: #464646;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	}

#sidebar p {
	margin: 0px;
	padding: 0px 10px 10px 10px;
	line-height: 20px;
	}
	
#sidebar .widget  {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;         
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;      
	padding: 0px;
	}
	
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color: #464646;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	}
	
#sidebar ul ul li a:hover{
	color: #ff6600;                                                      /* color change per theme */
	text-decoration: none;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
#sidebar ul li ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.sidebar-social	ul li a	{
	display: inline;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;                    /* spacing for social bookmark buttons - reduce for more buttons */
	float: right;
	}

.side-phonenumber	{
	width: 200px;
	background: url(images/button-phone.png) no-repeat;
	font-size: 16px;
	line-height: 32px;
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 60px;
	text-transform: capitalize;
	}
	
.emailaddress {
	width: 200px;
	background: url(images/button-contact.png) no-repeat;
	font-size: 16px;
	line-height: 32px;
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 60px;
	text-transform: capitalize;
	}
	
.twitteraddress {
	width: 200px;
	background: url(images/button-twitter.png) no-repeat;
	font-size: 16px;
	line-height: 32px;
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 60px;
	text-transform: capitalize;
	}
	
.facebookaddress {
	width: 200px;
	background: url(images/button-facebook.png) no-repeat;
	font-size: 16px;
	line-height: 32px;
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 60px;
	text-transform: capitalize;
	}

/************************************************
*	widget  									*
************************************************/

.textwidget {
	margin: 0px;
	padding: 0px;
	}
	
.widget_tag_cloud {
	margin: 0px;
	padding: 0px;
	}
	
.widget select	{
	margin: 0px 0px 0px 10px;
	}
	
#sidebarwidgeted a, a:visited  {
	text-decoration: none;
	}
	
.socialprofiles img {
	display: inline;
	padding: 0px 5px 0px 5px;
	margin: 0 auto;
	}
	
.ngg-widget, .ngg-widget-slideshow {
	margin: 5px !important;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer	{
	position: relative;
	width: 960px;
	height: 100px;
	margin: 20px 0px 10px 0px;
	color: #464646;
	background: #7ebece;          /* filename changes per theme */
	border: #eaeaea 1px solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
	}

.footertext {
	font-size: 10px;
	color: #464646;
    font-weight: normal;
	text-align: center;
	padding: 20px 0px 0px 0px;
	}
	
.footertext a {
	color: #f5f5f5;
	text-decoration: none;
	}

.footertext a:hover {
	color: #ff6600;
	text-decoration: underline;
	}


/************************************************
*	Search Form									*
************************************************/

.postform {
	background: #7ebece;
	width: 240px;
	color: #464646;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #7ebece;
	}
	
#cat {
	background: #eaeaea;
	color: #464646;
	margin: 5px 0px 0px 10px;
	}

#subscribe {
	color: #666;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
	}

#subbox {
	background: #eaeaea !important;
	width: 185px;
	color: #464646;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #7ebece;
	}
	
#subbutton {
	background: #eaeaea url(images/homelink.png);
	color: #464646;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #7ebece;
	}

#searchform {
	margin: 5px 0px 0px 10px;
	}
	
#searchformheader {
	margin: 0px 0px 0px 0px;
	}
	
#searchbox {
	background: #eaeaea !important;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width: 210px;
	color: #464646;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #7ebece;
	}
	
#searchbutton {
	background: #eaeaea;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px;
	border: 1px solid #7ebece;
	}
	
#s {
	background: #eaeaea;
	width: 170px;
	color: #464646;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: 1px solid #7ebece;
	}
	
#searchsubmit {
	background: #eaeaea;                       /* color change per site */
	color: #464646;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #7ebece;
	display: inline;
	}
	
#submit {
	background: #eaeaea;
	color: #464646;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 10px 0px 0px;                    /* increased lower margin to provide margin under submit button for mailchimp widget */
	padding: 2px 5px 2px 5px;
	border: 1px solid #7ebece;
	}
	
#author, #email, #url {
	background: #eaeaea !important;
	color: #464646;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #7ebece;
	}
	
#comment {
	background: #eaeaea !important;
	color: #464646;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #7ebece;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #eaeaea;
	float: right;
	border: 1px solid #464646;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond	{
	background: #eaeaea;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #eaeaea;
	color: #464646;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #7ebece;
	}
	
.reply a:hover {
	background: #eaeaea;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #7ebece;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #7ebece;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #424242;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #7ebece;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px dotted #7ebece;
	border-bottom: 1px dotted #7ebece;
	border-left: 1px dotted #7ebece;
	margin: 0px;
	padding: 0px;
	}
