/**
 * Theme Name: HAMAL
 * Theme URI: http://hamal-inc.org
 * Description: Hispanic American Medical Association of Louisiana Theme 
 * Version: 1.0
 * Author: Kathy Sautter
 * Author URI: http://kcwebconcepts.com
 * Tags: three-columns
 * Template: hybrid
 *
 */
/* Reset values */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	font-size: 100%;
	background: transparent;
	border: none;
	text-decoration: none;
	}
/*
* Get rid of deprecated and non-semantic elements
* These elements should not be used and replaced with proper alternatives
*/
b, i, hr, u, center, menu, layer, s, strike, font, xmp {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	background: transparent;
	border: none;
	text-decoration: none;
	}
font {
	color: #347;
	}
center {
	text-align: left;
	}
/* End deprecated elements */

/* Layout */
html {
	background-color:#eed;		
	}
body {
	width:100%;      /* 2x LC width + RC width */
	}
#body-outside {
	width:100%;
	background:url(images/top_background.gif) top center repeat-x #eed;
	}
#body-inside {
	overflow:hidden;
	width:100%;
	background:url(images/headerbackground.gif) top center no-repeat;
	}	
#body-container {
	overflow:hidden;
	width:960px;
	margin:0 auto;
	background: url(images/sidebar_bckgrnd.gif) top left repeat-y #eed;	
	}
#header-container {
	width:960px;
	height:150px;
	margin:0;
	padding:0;
	background:url(images/header.gif) top left no-repeat;
	}
#header {
	margin:0;
	}
#navigation {
	overflow: visible;
	height:100px;
	width:960px;
	background:url(images/navigation.gif) top left no-repeat;
	}	
#container {
	clear:both;
	width:530px;
	padding-left: 210px;   /* LC width */
	padding-right: 210px;  /* RC width */
	padding-bottom: 25px;
	padding-top:25px;
	}
.no-widgets #container, .no-default-widgets #container {
	width: 960px;
	padding-left: 0;
	padding-right: 0;
	}
.content, #primary, #secondary {
	position: relative;
	float: left;
	}
.content {
	width: 100%;
	}
.no-widgets .content, .no-default-widgets .content {
	width: 960px;
	}
#primary {
	width: 183px;          /* LC width */
	right: 210px;          /* LC width */
	margin-left:-100%;
	}
#secondary {
	width: 163px;          /* RC width */
	margin-right: -210px;  /* RC width */
	margin-left: 20px;
	margin-top:5px;
	padding:10px;
	background-color:#ddc;
	border:1px solid #ccb;
	}

/*** IE6 Fix ***/
* html #secondary {
	left: 210px;           /* RC width */
	}
#subsidiary {
	overflow: hidden;
	}
#subsidiary .widget-title {}
#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	}

#footer-container {
	clear: both;
	overflow: hidden;
	width:960px;
	margin:0 auto;
	}
#footer {
	width:450px;
	margin:0 auto;
	clear: both;
	border-top:1px solid #347;
	}
#footer .copyright { padding-top:15px; text-align:center; font-size:10px; }
#footer .credit { text-align:center; font-size:10px; }

/* Body */
body {
	font: normal normal normal 13px/20px Arial, Helvetica, sans-serif;
	color: #347;
	background: #eed;
	}
	
/* Links */
a {
	color: #a85;
	text-decoration: none;
	}
a:visited {
	color: #a85;
	}
a:hover, a:active {
	color: #69c;
	text-decoration: none;
	}
a {
	cursor: pointer;
	}
a img {
	border: none;
	}
	
/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0 0 10px 0;
	}
h1 {
	display:block;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#a85;
	padding:0;
	padding-bottom:5px;
	padding-top:5px;
	margin: 0;
	font-weight:normal;
	letter-spacing:.025em;
	margin-bottom:25px;
	text-align:left;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.4em;;
	}
h4 {
	font-size: 1.25em;
	}
h5 {
	font-size: 1.1em;
	}
h6 {
	font-size: .9em;
	}

#primary h6 {
	line-height:1.1em;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom:5px;
	font-weight:bold;
	color:#ddbb88;
	background: url(images/h6.gif) bottom center no-repeat transparent;
	text-align:center;
	}
	
#primary h5 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #eeeeff;
	font-weight:normal;
	line-height:1.1em;
	text-align:center;
	vertical-align:bottom;
	}
	
#primary h4 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #bbddff;
	font-weight:bold;
	line-height:1.1em;
	text-align:center;
	vertical-align:top;
	}

#primary h3 {
	line-height:1em;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#eeeedd;
	border:0;
	padding-bottom:5px;
	background: url(images/h6.gif) bottom center no-repeat transparent;
	text-align:center;
	}
	
#primary ul.center {
	margin:0;
	padding:0;
	text-align:center;
	}

#primary li.center {
	list-style:none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-align:center;
}

#primary li.spacer {
	list-style:none;
	line-height:.5em;
	}

#primary li.center_header {
	list-style:none;
	line-height:1.2em;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#ddbb88;
	text-align:center;
	}
	
.blue {
	color: #bbddff;
	font-weight:bold;
	line-height:1.4em;
	vertical-align:bottom;
	}
	
.cream {
	color: #eeeeff;
	font-weight:bold;
	line-height:1.75em;
	vertical-align:top;
	}
	
.bold {
	font-weight:bold;
	}

/* Paragraphs */
p {
	margin: 0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:.025em;
	font-weight:normal;
	text-align:left;
	}

/* Lists */
ol, ul {
	list-style: none;
	}
ul {
	list-style: none;
	margin: 0 0 20px 2.5em;
	}
ol {
	list-style-type: decimal;
	margin: 0 0 20px 3em;
	}
ol ol {
	list-style: upper-roman;
	}
ol ol ol {
	list-style: lower-roman;
	}
ol ol ol ol {
	list-style: upper-alpha;
	}
ol ol ol ol ol {
	list-style: lower-alpha;
	}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	}
dl {
	margin: 0 0 20px 5px;
	}
dl dt {
	font-weight: bold;
	margin: 10px 0 0 0;
	}
dl dd {
	margin: 5px 0 0 1.5em;
	}

/* Text elements */
strong {
	font-weight: bold;
	}
em, cite {
	font-style: italic;
	}
abbr {
	cursor: help;
	}
acronym {
	text-transform: uppercase;
	border-bottom: 1px dashed #666;
	cursor: help;
	}
big {
	font-size: 110%;
	}
small, sup, sub {
	font-size: 90%;
	}
sup {
	vertical-align: baseline;
	position: relative;
	bottom: 0.3em;
	}
sub {
	vertical-align: baseline;
	position: relative;
	top: 0.3em;
	}
address {
	font-style: italic;
	margin: 0 0 20px 0;
	}
li address, dd address {
	margin: 0;
	}

/* Blockquotes */
blockquote {
	margin: 0 25px;
	font-style: normal;
	}
blockquote em, blockquote cite {
	font-style: italic;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

/* Code */
pre {
	overflow: auto;
	font: .9em Monaco, monospace, Courier, "Courier New";
	line-height: 20px;
	margin-bottom: 20px;
	padding: 10px;
	}
code {
	font: .9em Monaco, monospace, Courier, "Courier New";
	}
pre code {
	font-size: 1em;
	}

/* Delete and insert */
ins, dfn {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid #666;
	}
del {
	text-decoration: line-through;
	}

/* Object */
object {
	margin-bottom: 20px;
	}

/* Forms */
form {}
input, textarea {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	border:1px solid #ccb;
	background-color:#f7f7e7;
	color:#347;
	}
#sidebar-login {
	padding-left:20px;
	padding-right:20px;
	color:#eed;
	}
#sidebar-login h3.widget-title {
	color:#a85;
	font-weight:bold;
	}
ul.sidebarlogin_otherlinks {
	display:block;
	margin:0;
	padding:0;
	}
#sidebar-login input, #sidebar-login textarea {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	background-color:#eed;
	border:1px solid #ccb;
	color:#347;
	}	
:focus {
	outline: none;
	}
form label {
	cursor: pointer;
	}
option {
	padding: 1px 2px;
	}
select {
	padding:2px;
	border:1px solid #ccb;
	background-color:#f7f7e7;
	color:#347;
	}
.search-text {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	padding:3px;
	width:90px;
	background-color:#eed;
	border: 1px solid #ccb;
	background-color:#eed;
	text-align:right;
	color:#347;
	margin-right:10px;
	}
.search-submit {
	padding: 2px;
	background: #347;
	font-size:11px;	
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;	
	color:#ffe;
	border:1px solid #ccb;
	border:0;
	}
.search-submit:hover {
	cursor: pointer;
	background: #458;
	}
.gform_wrapper .gform_footer input.button {
	padding: 2px;
	background: #347;
	font-size:12px;	
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;	
	color:#ffe;
	border:1px solid #ccb;
	}
.gform_wrapper .gform_footer input.button:hover {
	cursor: pointer;
	background: #458;
	color:#ffe;
	}	
	
/* Tables */

table {
	width: 100%;
	border-spacing:0;
	border-collapse:collapse;
	background-color:#f7f7e7;
	border: 1px solid #ccb;
	margin-bottom:15px;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
tr { }
td, th {
	text-align:left;
	padding: 3px;
	border:1px solid #ccb;
/*	border-bottom: 1px solid #ccb;
	border-right: 1px solid #ccb;*/
	}
th {
	background: #ddc;
	text-transform:uppercase;
	font-size:11px;
	}
/* Horizontal rule */
hr {
	margin-bottom: 20px;
	}

/* WP Smiley */
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* WP Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 15px !important;
	}
.gallery img {
	border: 1px solid #347;
	}
	
/* Alignment */
.alignleft, .left {
	float: left;
	margin-right: 15px;
	}
.alignright, .right {
	float: right;
	margin-left: 15px;
	}
.aligncenter, .center {
	display: block;
	margin: 0 auto 15px auto;
	}
.alignnone, .block {
	clear: both;
	margin: 0 0 15px 0;
	}
.clear {
	clear: both;
	}
img.alignleft, img.alignright {
	display: inline;
	}
img.alignleft {
	padding:3px;
	border: 1px solid #347;
	float:left;
	margin-right:25px;
	margin-bottom:25px;
	}
img.alignright {
	padding:3px;
	border: 1px solid #347;
	float:right;
	margin-left:25px;
	margin-bottom:25px;
	}
img.alignnone, img.aligncenter {
	padding:3px;
	border: 1px solid #347;
	margin-right:25px;
	margin-left:25px;
	margin-bottom:25px;
	}
/* Notes */
.note {
	padding: 6px 9px;
	background: #ddc;
	border: 1px solid #a85;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #ddc;
	border: 1px solid #900;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ddc;
	border: 1px solid #900;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #ddc;
	border: 1px solid #a85;
	}

/* Breadcrumb */
.page .breadcrumb {
	display:none;
	}
.breadcrumb {
	margin: 0 0 20px 0;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #347;
	}
.breadcrumb a {
	color: #a85;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #a85;
	text-decoration: underline;
	}

/* Images */
.post img {
	max-width: 500px;
	padding: 0;
	}
.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	padding:3px;
	border:1px solid #347;
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 475px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #a85;
	text-align: center;
	background-color:#ddc;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #347;
	}
.wp-caption img {
	max-width: 475px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #a85;
	}
.wp-caption p {}

/* Avatars */
.avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin: 5px 15px 0 0;
	padding: 5px;
	}

/* Header */
#header {
	margin: 0;
	}

/* Blog title */
#site-title {
	float:left;
	padding:0;
	margin:0;
	padding-left:278px;
	padding-top:110px;	
	width: 300px;
	font-size:22px;
	font-weight:bold;
	}
#site-title a {
	color:#347;
		}
#site-title a:hover {
	color:#458;
	}
/* Blog description */
#site-description {
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0;
	padding-left:280px;
	color:#347;
	width:350px;
	}

/* Navigation */

/* Default page menu styles */
#page-nav {
	padding-left:270px;
	padding-top:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	z-index:100;
	}
#page-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#page-nav ul {
	line-height: 1.0;
	}
.menu ul {
	position: absolute;
	top: -999em;
	width: 10em;
	}
#page-nav ul ul li {
	width: 100%;
	}
#page-nav li:hover {
	visibility: inherit;
	}
#page-nav a {
	display: block;
	position: relative;
	}
#page-nav li {
	float: left;
	position: relative;
	margin-right:5px;
	}
#page-nav li a {
	padding: 11px;
	color: #347;
	}	
#page-nav li li {
	margin-right:0;
	}
#page-nav li li a {
	border-top: none;
	margin-right: 0;
	padding-top:7px;
	padding-bottom:7px;
	text-transform:lowercase;
	text-transform:capitalize;
	font-weight:normal;
	font-size:.9em;
	}
#page-nav li li a:hover {
	background-color:#69c;
	color:#eed;
	}
#page-nav li a:hover, #page-nav li.sfHover {
	color:#eed;
	text-decoration:none;
	}
#page-nav li.current_page_item a {
	color:#eed;
	}
#page-nav li:hover ul, li.sfHover ul {
	left: 0;
	top: 32px;
	z-index: 99;
	}
#page-nav li:hover li ul, li.sfHover li ul {
	top: -999em;
	}
#page-nav li li:hover ul, li li.sfHover ul {
	left: 10em;
	top: 0;
	}
#page-nav li li:hover li ul, li li.sfHover li ul {
	top: -999em;
	}
#page-nav li li li:hover ul, li li li.sfHover ul {
	left: 10em;
	top: 0;
	}
#page-nav li ul {
	background: #69c;
	border-top:1px solid #69c;
	border-left:1px solid #a85;
	border-bottom:1px solid #a85;
	border-right:1px solid #a85;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#page-nav li li li {
	margin-left: -1px;
	}

/* Default category menu styles */
#cat-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#cat-nav ul {
	line-height: 1.0;
	}
.menu ul {
	position: absolute;
	top: -999em;
	width: 10em;
	}
#cat-nav ul ul li {
	width: 100%;
	}
#cat-nav li:hover {
	visibility: inherit;
	}
#cat-nav li {
	float: left;
	position: relative;
	}
#cat-nav a {
	display: block;
	position: relative;
	}
#cat-nav li:hover ul, li.sfHover ul {
	left: 0;
	top: 2em;
	z-index: 99;
	}
#cat-nav li:hover li ul, li.sfHover li ul {
	top: -999em;
	}
#cat-nav li li:hover ul, li li.sfHover ul {
	left: 10em;
	top: 0;
	}
#cat-nav li li:hover li ul, li li.sfHover li ul {
	top: -999em;
	}
#cat-nav li li li:hover ul, li li li.sfHover ul {
	left: 10em;
	top: 0;
	}




/* Drop-downs style */




/* Main content */
#content {}
.content {
/*	width: 500px;*/
	margin: 0 0 20px 0;
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 960px;
	}

/* Posts */
.post {
	overflow: hidden;
	margin: 0 0 20px 0;
	}
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

/* Archive information */
.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	}

/* Entry title */
.entry-title {
	display:block;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#a85;
	padding:0;
	padding-bottom:5px;
	padding-top:5px;
	margin: 0;
	font-weight:normal;
	letter-spacing:.025em;
	}
.page .entry-title {
	margin-bottom:25px;
	text-align:left;
	}
.home .entry-title {
	display:none;
	}
.archive .entry-title, .search .entry-title {
	}
.page-title, .attachment-title {
	}
.entry-title a {
	color: #a85;
	}
.entry-title a:hover {
	color:#ca7;
	text-decoration:none;
	}
.single-title {}
.error-404-title, .author-title, .category-title, .date-title, .search-title, .tag-title {
	font-size: 1.3em;
	font-weight:bold;
	}

/* Byline */
.byline {
	margin: 0 0 20px 0;
	font-style: italic;
	color: #347;
	font-size:11px;
	}
.archive .byline, .search .byline {
	display:none;
	margin: 0;
	}
.archive .entry-meta, search .entry-meta {
	display:none;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 20px 0;
	}
.entry-summary {}

/* Entry metadata */
.entry-meta {
	font-style: italic;
	color: #347;
	font-size: 11px;
	}
.post-meta-data {}

/* Page links (multiple-paged posts) <!--nextpage--> */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ddc;
	}
/* Using <!--more--> */
a.more-link {}

/* Post Series */
.series {}
.series-title{}

/* Navigation links */
.navigation-links {
	margin-bottom: 21px;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}
.navigation-attachment {}

/* WP Pagenavi plugin */
.wp-pagenavi {
	margin-bottom: 21px;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ddc;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 10px 0;
	color: #347;
	}
#utility-before-content .widget ul {
	margin:0;
	padding:0;
	padding-top:10px;
	text-align:right;
	}
#utility-header .widget {
	margin-bottom:5px;
	}
#utility-header .widget a {
	color:#458;
	font-weight:bold;
	}
#utility-header .widget a:hover {
	text-decoration:underline;
	}
.widget-inside {}
.widget a {
	color: #a85;
	text-decoration: none;
	}
.widget a:hover {
	color: #a85;
	text-decoration: underline;
	}
.widget-title {
	font-size: 12px;
	font-weight: bold;
	color: #347;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:14px;
	}
#primary .widget {
	text-align:center;
	}
#primary .widget-inside {}
#primary .widget-title {
	display:none;
	}
#primary .widget ul {
	list-style:none;
	}
#primary .widget ul li a {
	}
#primary .widget ul li a:hover {
	}
#primary .widget li li a {
	}
#secondary .widget {
	text-align:left;
	}
#secondary .widget-inside {}
#secondary .widget-title {
	padding:0;
	margin:0;
	font-size:12px;
	line-height:16px;
	text-transform:lowercase;
	text-transform:capitalize;
	border-bottom:1px solid #ccb;
	margin-bottom:5px;
	padding-top:15px;
	}
#secondary .widget ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
	}
#secondary .widget ul li a {
	margin:0;
	padding:0;
	font-size: 11px;
	font-weight: normal;
	line-height:1em;
	color: #a85;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	text-transform:capitalize;
}
#secondary .widget ul li a:hover {
	color:#69c;
	text-decoration:none;
	}
#subsidiary .widget {}
#subsidiary .widget-inside {}
#subsidiary .widget-title {}
#subsidiary .widget ul {}
#subsidiary .widget ul li {}

/* Utility widget areas */
.utility {}
#utility-header {
	padding-top:20px;
	padding-left:115px;
	width:250px;
	overflow:hidden;
	text-align:right;
	}
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0;
	padding: 0;
	}
.page-template-widgets #content .widget {}

/* Comments template */
#comments-template {
	}

/* Comment headers */
.comments-header {
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 15px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #f7f7e7;
	border: 1px solid #ccb;
	}
#comments li li, #comments li li li li {
	background: #eed;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #db8;
	}

/* Comment meta data */
.comment-meta-data {
	margin: 10px 0 15px 0;
	font-size: 11px;
	color: #347;
	font-style:normal;
	}
.comment-author {
	font-size: 12px;
	font-weight: bold;
	color: #347;
	}
.comment-author a {
	}
.comment-author a:hover {
	color:#a85;
	text-decoration:none;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 97%;
	}
#comments-template label {
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	}

/* Respond textarea */
textarea {
	width: 98%;
	background-color:#f7f7e7;
	border:1px solid #ccb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#347;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	padding: 2px;
	background-color: #347;
	border:1px solid #ccb;
	color:#ffe;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	border:0;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #458;
	}
#sidebar-login .submit {
	background-color:#347;
	}
	
/* Make sure theme clears WP.org theme repository checklist */

.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}