/*
Theme Name: ELL
Theme URI: http://www.ellteacherpros.com
Version: 2.0.9.1
Author: WMD Labs
Author URI: http://www.wmdlabs.com
==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	list-style: none;
}

/** Body
==============================================================================*/

body {
	line-height: 20px;	
	margin:0 auto;
	padding:0;
	background:#078bc9 url(images/bodyback.png) top no-repeat;
	font-family:Tahoma,Century gothic,Arial,Helvetica,sans-serif;
	color:#222;
	font-size:13px;
}

/** Floats
==============================================================================*/

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/** Images
==============================================================================*/

.imgwrapsm, .imgwraplrg {
	background: url(images/loader.gif) no-repeat center center;
	border: 1px solid #ccc;
}

.imgwrapsm {
	height: 106px;
	width: 220px;
}

.imgwraplrg {
	height: 220px;
	width: 220px;
}

.imgwrapgallery {
	height: 223px;
	width: 223px;
	background: url(images/loader.gif) no-repeat center center #fff;
}

.imgfade {
	display: none;
}

#single img.left,
#page img.left,
#single img.alignleft,
#page img.alignleft {
	margin: 0 15px 8px 0;
}

#single img.imgfade.left {
	margin-bottom: 0;
}

#single img.alignleft,
#page img.alignleft {
	float: left;
}

#page img.alignleft2 {
	float:left;
	margin: 0 5px 5px 0;
}

#single img.right,
#page img.right,
#single img.alignright,
#page img.alignright {
	margin: 0 0 8px 15px;
}

#single img.alignright,
#page img.alignright {
	float: right;
}

#single img.centered,
#page img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.gallery {
	margin: 0 15px 15px 0;
}

a img {
	border: none;
	display: block;
}

/** H Tags
==============================================================================*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1.withsubhead {
	margin: 0;
}

h2 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 24px 0;
	color: #777;
	text-transform: uppercase;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 15px 0;
}

h4 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 15px 0;
}

.widget h4 {
	padding: 0 0 4px 0;
	text-transform: uppercase;
	background: url(images/widget_divider.png) repeat-x bottom;
}

h5 {
	font-size: 14px;
	line-height: 20px;
}

h6 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

/** Links
==============================================================================*/

a:link {
	color: #005bb5;
	text-decoration: none;
}

a:visited {
	color: #005bb5;
	text-decoration: none;
}

a:hover {
	color: #005bb5;
	text-decoration: none;
}

a:active {
	color: #005bb5;
	text-decoration: none;
}

/** Buttons
==============================================================================*/

a.btn,
#tags a,
input.btn,
.readmore a {
	text-transform: uppercase;
	padding: 5px 15px;
	background: #fff;
	color:#078BC9;
	border: 1px solid #895F30;
}

a.btn:hover,
#tags a:hover,
input.btn:hover {
	color: #078BC9;
	background-color: #fff;
	border-color: #895F30;
}

a.btn2 {
	text-transform: uppercase;
	padding: 5px 15px;
	background: #333;
	color:#fff;
	border: 1px solid #333;
}

p.btn2 {text-align:center;}

a.btn2:hover {
	color: #fff;
	background-color: #bb0000;
	border-color: #000;
}

#tags a,
.readmore a,
a#tweetit.btn,
a#sendfacebook.btn {
	font-size: 10px;
	padding: 3px 8px;
	margin: 0 0 0 8px;
}

#postnav .btn a {
	text-transform: uppercase;
	padding: 5px 15px;
	background: #EEE;
	color:#078BC9;
	border: 1px solid #895F30;
}

#postnav .btn a:hover {
	color: #FFF;
	background-color: #895F30;
	border-color: #895F30;
}

.readmore a:hover {
	background-color: #DEDEDE;
	border-color: #895F30;
}

/** Paragraphs
==============================================================================*/

p {
	margin: 0 0 15px 0;
}

#postcontent p + p,
.page p + p {
	text-indent: 30px;
}

/** Dropcap
==============================================================================*/

.dropcap {
	float: left;
	font-size: 40px;
	line-height: 40px;
	margin: 0 5px 0 0;
}

.dropcap2 {
	float: left;
	font-size: 22px;
	padding: 8px 8px;
	color: #fff;
	background-color: #444;
	line-height: 40px;
	margin: 0 5px 0 0;
}

/** Divider
==============================================================================*/

.divider {
	display: block;
	margin: 20px 0;
	height: 1px;
	clear: both;
	background: url(images/widget_divider.png) repeat-x;
}

.divider.home {
	margin-top: 0px;
}
	

/** Lists
==============================================================================*/

#leftcol dl,
#leftcol ol,
#leftcol ul {
	margin: 0 0 30px 30px;
}

#leftcol ol li,
#leftcol ul li {
	line-height: 18px;
}

#related ul li {
	padding: 4px 0;
}

#leftcol dl {
	padding-left: 0;
}

#leftcol dl dt {
	font-weight: bold;
}

#leftcol ol li {
	list-style-type: decimal;
}

#leftcol ul li {
	list-style-type: disc;
}

/** Tables
==============================================================================*/
.onethirdcol table {
	width:305px;
	border-collapse:collapse;
	color:#ddd;
}
.onethirdcol th, .onethirdcol td {
	text-align:left;
	padding-left:15px;
	height:30px;
}
.onethirdcol table, .onethirdcol td {
	border-bottom: 1px solid #000;
	background: #454545;
}
.onethirdcol th {
	background:#333;
	font-weight:normal;
	border-bottom: 1px solid #000;
}

#leftcol table {
	border-spacing: 2px;
	margin: 0 0 30px 0;
}
#leftcol th {
	font-weight: bold;
	border-top: 1px solid #b2ceed;
	border-bottom: 1px solid #91a8c3;
	background-color: #a3bdda;
}

#leftcol th,
#content td {
	padding: 5px 10px;
}

#leftcol tr.even {
	background-color: #cdcdcd;
}

/** Notifications
==============================================================================*/

 

.info, .warning, .error, .success, .download, .note, .ell0, .ell, .ell2 {
	padding: 15px 15px 15px 48px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-weight: bold;
}

.info {
	border: 1px solid #64a6cc;
	background: url(images/icons/info_button_32.png) no-repeat 5px 10px #9dd7f9;
}

.warning {
	border: 1px solid #d0bc81;
	background: url(images/icons/warning_32.png) no-repeat 5px 10px #f9e29d;
}

.error {
	border: 1px solid #d3847a;
	background: url(images/icons/error_32.png) no-repeat 5px 10px #f9a89d;
}

.success {
	border: 1px solid #98cf70;
	background: url(images/icons/check_32.png) no-repeat 5px 10px #c5f99e;
}

.note {
	border: 1px solid #ccb577;
	background: url(images/icons/pencil_32.png) no-repeat 5px 10px #e9d49b;
}

.download {
	border: 1px solid #64c5e1;
	background: url(images/icons/blue_arrow_down_32.png) no-repeat 5px 10px #cce9f4;
}

.ell {
	border: 1px solid #895F30;
	background: url(images/icons/star_32.png) no-repeat 5px center;
}

.ell2 {
	border: 1px solid #895F30;
	background: url(images/icons/stard_32.png) no-repeat 5px center;
}

/** Misc Elements
==============================================================================*/

code, pre {
	display: block;
	font-size: 10px;
	padding: 15px;
	margin: 0 0 30px 0;
	border: 1px solid #ccc;
	border-left: 5px solid #ccc;
	background-color: #fff;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	font-family: monaco,"Lucida Console",courier,mono-space;
}

blockquote {
	margin: 0 0 18px 36px;
	padding: 0 0 0 15px;
	font-style: italic;
	border-left: 3px solid #ccc;
}

.highlight {
	background: #f2db19;
}

/** Columns
==============================================================================*/

.singlecol {
	width: 225px;
	margin: 0 15px 0 0;
}

.onethirdcol {
	width: 293px;
	margin: 0 24px 0 0;
}

.onethirdcolfw {
	width: 293px;
	margin: 0 19px 0 0;
}

.twocol {
	width: 474px;
	margin: 0 15px 0 0;
}

.twothirdcol {
	width: 610px;
	margin: 0 15px 0 0;
}

.threecol {
	width: 705px;
	margin: 0 15px 0 0;
}

.fourcol {
	width: 919px;
}

/** Header
==============================================================================*/

#header {
	height:200px;
	margin:auto;
	background:transparent;
	width:960px;
	position:relative;
	}
#header .logo {
	float:left;
	width:210px;
	height:210px;
	background:url(images/logo.png) 0 0 no-repeat;
	margin: -13px 0 0 0;
	position:relative;}

#logo {margin: 15px 0 15px 0;}

#textlogo h1 {
	font-size: 24px;
	line-height: 24px;
	margin: 15px 0 0 0;
}

#textlogo h1 a {
	color: #efefef;
}
.blogname {
	font-family:Verdana,arial,Century gothic,Tahoma,sans-serif;	
	margin:60px 0 0 0;
	height:60px;
	text-align:left;
	float:left;
	}
.blogname h1  {
	color:#222;
	font-size:27px;
	padding:0 0 0px 0;
	font-weight:normal;
	}
.blogname h1  a:link, .blogname h1  a:visited{ 
	display:block;
	margin:10px 0 0 20px;
	text-transform:uppercase;
	}
	
.blogname h1  a:hover { 
	color: #bb0000; 
	}
.blogname h2 {
	margin:0 0 0 4px;
	font-size:14px;
	font-weight:normal;
	color: #222; 
	word-spacing: 3px;
	text-transform:uppercase;
	text-align:right;
	}
.social {
	float:right;
	margin:35px 25px 0 0;
	}
.social a img {display:inline;}

/** Container
==============================================================================*/
#wrapper {
	width:980px;
	margin:40px auto 0 auto;
	background:url(images/head.png) no-repeat;
}
#container {
	padding:0px;
	background:url(images/body.png) repeat-y;
	float:left;
	width:980px;
}

#container a:link, #container a:visited, #container a:active {
	color: #005bb5;
	text-decoration: none;
}

#container a:hover {
	color: #005bb5;
	border-bottom: 1px solid #895F30;
}

#page {
	background:#transparent;
	margin:15px;
	padding:15px 0 15px 15px;
}

/** Search
===============================================================================*/
#search {

	width:195px;
	padding:2px 2px ;
	float:right;
	margin-right:0px;
	height:26px;
	margin-right:50px;
	display:inline;
}
#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#s {
	width:160px;
	margin:0px 0px 0px 0px;
	padding: 4px 5px 5px 5px;
	border:none;
	font: normal 100% "Tahoma", Arial, Helvetica, sans-serif;
	color:#fff;
	float:left;
	background:transparent;
	display:inline;
}
input#searchsubmit{
	float:left;
	display:inline;
	margin:0px 0px 0px 0px;
	height:23px;
	width:23px;
	background:url(images/sbutton.png) no-repeat;
	color:#fff;
	border:none;
}

/** Nav
==============================================================================*/
#menucontainer{
	height:37px;
	display:block;
	padding:0px 0 0px 0px;
	font:12px Tahoma,Century gothic,verdana,sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	width:980px;
	background:url(images/menu.png);
	margin:0 auto;
	}
	
#menucontainer a, a:link, a:visited{
	color:#fff;
}
		
#menu{
	margin: 0px;
	padding: 0px 0px;
	background:transparent;
	height:37px;
	}
	
#menu ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0 0 0 20px;
	}
	
#menu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	color:#fff;
	}
	
#menu ul li.current_page_item a {
	color:#895F30;
	background:url(images/menua.png) repeat-x;
}
	
#menu .current-home a, #menu .current_page_parent a, #menu .current_page_ancestor a, #menu .current-cat-parent a {
    color:#895F30;
	background:url(images/menua.png) repeat-x;
}
	
#menu ul li a, #menu ul li a:link, #menu ul li a:visited{
	display: block;
	margin: 2px 0 0 0;
	padding: 10px 10px 11px 10px;
}

#menu ul li a:hover, #menu ul li a:active {
	background:url(images/menua.png) repeat-x;
	color: #895F30;
    margin: 2px 0 0 0;
	padding: 10px 10px 11px 10px;
	text-decoration: none;
	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background:#895F30;
	width: 150px;
	color:#fff;
	font-family:Tahoma,century gothic,Georgia,  sans-serif;
	font-weight: normal;
	float: none;
	margin: 0px;
	padding: 9px 10px 10px 10px;
	border-bottom: 1px solid #ddd;
	}
	
#menu li li a:hover, #menu li li a:active {
	background:#aa763d;
	color: #fff;
	padding: 9px 10px 10px 10px;
	}

#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#menu li li { 
	}

#menu li ul a { 
	width: 140px;
	}

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

#menu li ul ul {
	margin: -34px 0 0 170px;
	}

#menu li:hover ul ul, #menu li:hover ul ul ul, 
#menu li.sfhover1 ul ul, #menu li.sfhover1 ul ul ul {
	left: -999em;
	}

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

#menu li:hover, #menu li.sfhover1 { 
	position: static;
	}

/** Slider
==============================================================================*/

#featured {
	height: 352px;
	width: 943px;
	margin: 0 0 15px 0;
	overflow: hidden;
	border: 1px solid #dadada;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: rgba(0, 0, 0, 0.07);
}

#featured.piecemaker {
	width: 945px;
	height: 450px;
	padding: 0;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	background: url(images/piecemaker_shadow.png) no-repeat bottom;
}

#featured img {
	margin: 0 30px 0 0;
}

.featured-text {
	width: 341px;
	height: 279px;
	padding: 30px 30px 30px 0;
	overflow: hidden;
}

#featurednav {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
}

#featurednavinner {
	width: 34px;
}

#featurednav a#prevarrow,
#featurednav a#nextarrow {
	display: block;
	height: 16px;
	width: 14px;
	background: url(images/slider_arrows.png) no-repeat;
}

#featurednav a#prevarrow {
	background-position: 0 0;
}

#featurednav a#nextarrow {
	background-position: -20px 0;
}

#featurednav a#prevarrow:hover {
	background-position: 0 -16px;
}

#featurednav a#nextarrow:hover {
	background-position: -20px -16px;
}

#featurednav a#prevarrow span,
#featurednav a#nextarrow span {
	display: none;
}

#slides {
	height: 354px;
	width: 945px;
	overflow: hidden;
}

/** Sidebar
==============================================================================*/

#sidebar {
	display: inline;
	border-left: 1px solid #895F30;
	margin:15px 0 15px 0;
	float:right;
	text-align:justify;
	width:320px;
}
#sidebar ul.reg {
	margin:0 15px;
	width:270px;
}
h2.sidebar {
	color:#222;
	font-size:1.5em;
	margin:10px 0 0 0;
	padding:10px 5px 3px 5px;
	text-transform:none;
}
ul li.regular ul {
	text-align: left;
	margin: 7px 5px 8px 0px; 
	padding: 0;
	text-decoration: none;		
	background: none;
	border-top: 1px solid #DDD;
}
ul li.regular ul li {
	list-style: none;
	background: none;
	padding: 8px 10px;
	margin: 0;		
	border-bottom: 1px solid #DDD;
}
ul li ul li.ell0 {
	border: 1px solid #895F30;
	list-style: none;
	background: none;
	padding: 8px 10px;
	margin: 0;
}
#sidebar p {
	padding:10px;
	margin:0;
}
/** Welcome Bar
==============================================================================*/

#welcome {
	margin:15px 0;
	padding-top:15px;
	text-align:center;
	background:url(images/widget_divider.png) repeat-x top;
}
#welcome.jslider {
	background: none;
	margin-top: 0;
	padding-top: 0;
}
#welcome h3 {
	margin: 0;
}


/** Article
==============================================================================*/

#adminedit {
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	padding: 8px;
	border: 1px solid #cdcdcd;
	background: #ffffe5;
}

#adminedit img {
	display:inline;
}

#latestarticles, #homegallery {
	margin-bottom: 30px;
}

.article img, #single img  {
	padding: 5px;
	background: #fff;
}

.imgpeel {
	float: right;
	width: 100%;
	height: 8px;
	margin: 0 0 2px 0;
	background: url(images/img_peel.png) no-repeat right;
}

.twothirdcol .article img {
	margin: 0;
}

.meta {
	margin: 0;
	font-size: 10px;
	color: #777;
	text-transform: uppercase;
}

.videoplayer {
	margin: 0 0 15px 0;
}

.video p {
	margin: 0;
}

#blog.twothirdcol .article {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	background: url(images/widget_divider.png) repeat-x bottom;
}

#blog .articlecontent {
	width: 372px;
}

/** Hybrid
==============================================================================*/

#welcome.articlesoff {
	padding-bottom: 15px;
}

#featured.welcomeoff, #welcome.articlesoff {
	margin: 0 0 30px 0;
}

#featurednav.welcomeoff {
	border-bottom: none;
}

/** Gallery
==============================================================================*/

#gallery .image.singlecol.left {
	width: 223px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: url(images/widget_bg.png) repeat-x top rgb(240, 240, 240); /* The Fallback */
	background: url(images/widget_bg.png) repeat-x top rgba(0, 0, 0, 0.07);
	margin-bottom: 15px;
}

#gallery .image.singlecol.left:hover {
	background: url(images/widget_bg.png) repeat-x top rgb(247, 247, 247); /* The Fallback */
	background: url(images/widget_bg.png) repeat-x top rgba(0, 0, 0, 0.09);
}

#gallery p.meta {
	padding: 5px 15px;
}

h4.imgtitle {
	padding: 5px 15px 15px 15px;
}

/** Post Nav
==============================================================================*/

#postnav {
	float: left;
	margin: 30px 0 0 0;
}

#gallery #postnav {
	width: 945px;
}

/** Single
==============================================================================*/

#single .imgpeel {
	margin: 0 0 15px 0;
}

#tags {
	margin: 0 0 30px 0;
}

#authorinfo {
	padding: 15px 15px 0 15px;
	border: 1px solid #895F30;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background:#fff;
}

#authorinfo h3 {
	color:#0077AD;
}

#authorinfo img.avatar {
	float: left;
	margin: 0 24px 24px 0;
	border: 1px solid #dadada;
}

#social {
	width: 578px;
	margin: 15px 0 0 0;
	padding: 15px;
	border: 1px solid #dadada;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: rgba(0, 0, 0, 0.07);
}

#social p {
	position: relative;
	top: 5px;
	margin: 0;
	font-weight: bold;
}

#related {
	padding: 15px 0 0 0;
	margin: 0 0 30px 0;
	border-top: 1px solid #ccc;
}

img.relatedtn {
	margin: 0 5px 0 0;
	border: 1px solid #dadada;
}

/** Page
==============================================================================*/

#page {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

#page img {
	margin: 0 0 10px 0;
}

#page img.edit {
	margin:0 0 0 5px;
}

#page ul {
	margin:0 0 15px 0;
}
	
#page li {
	margin: 0 0 0 20px;
}

#page ul li {
	list-style-image:url(images/star.png);
	list-style-position:outside;
}

#page ul.r li {
	list-style-image:none;
	margin: 0 0 20px 0;
}

#page h1 {
	color:#0077ad;
	margin-bottom:20px;
	font-size:1.8em;
}

#page h1.hr {
	border-bottom:1px solid #DDD;
	font:bold 1.1em Arial, Helvetica, sans-serif;
	margin:10px 0 10px 0;
	padding:0 0 0 10px;
	color:#222;
}

/** Read More
==============================================================================*/

.articlecontent .readmore, .nophoto .readmore {
	margin: 0;
}

/** Info
==============================================================================*/

#location {
	overflow: hidden;
}

#location p {
	margin: 0 0 20px 0;
}

#location .gsmsc-mapDiv {
	height: 315px;
}

#location .gsmsc-idleMapDiv {
	height: 315px;
	overflow: hidden!important;
}

#location #mapsearch * {
	margin: 0px!important;
	padding: 0px!important;
	font-size: 12px;
}

#location .gsmsc-controls {
	display: none; /* hides api search box */
}

/** Widgets
==============================================================================*/

.widget {
	padding: 15px;
	width: 273px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: url(images/widget_bg.png) repeat-x top rgb(240, 240, 240); /* The Fallback */
	background: url(images/widget_bg.png) repeat-x top rgba(0, 0, 0, 0.07);
	margin: 0 0 15px 0;
}

.widget ul li {
	border-bottom: 1px solid #efefef;
}

.smsqad {
	margin: 0 15px 15px 0;
}

.smsqad.last {
	margin-right: 0;
}

#advertise {
	font-size: 10px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}

.popWidget img.left {
	margin: 0 0 0 8px;
}

.popWidget span {
	position: relative;
	top: 5px;
}

/** Footer Widget
==============================================================================*/

#footer .widget {
	margin-right: 15px;
}

/** Twitter Widget
==============================================================================*/

.tweet .tweet_text {
	font-size: 10px;
	color: #d0d0d0;
	line-height: 12px;
}

#twitter ul {
	margin: 0;
	padding: 0;
}

#twitter ul li {
	list-style-type: none;
	line-height: 18px;
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #dadada;
}

.last-tweet {
	border: none;
}

.date, .author {
	text-transform: uppercase;
	font-size: 10px;
	color: #666;
}

/** Comment Form / Contact Form
==============================================================================*/

#commentform,
#contactform {
	width: 610px;
}

#formwrap,
#contactform {
	width: 354px;
	padding: 0 15px 0 0;
	border-right: 1px solid #895F30;
}

fieldset {
	border: none;
}

#commentform .text-input,
#contactform .text-input,
#commentform select,
#contactform select {
	width: 578px;
	font-size: 11px;
	margin: 0 5px 10px 0;
	border: 1px solid #895F30;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: #fafafa;
}

#contactform .text-input,
#contactform select {
	width: 322px;
}

#commentform input.text-input,
#contactform input.text-input {
	padding: 6px 15px;
}

#commentform select {
	padding: 5px 3px 5px 15px;
}

#commentform textarea.text-input,
#contactform textarea.text-input {
	height: 178px;
	padding: 6px 15px 0 15px;
}

#commentform input:focus,
#commentform select:focus,
#commentform textarea:focus,
#contactform input:focus,
#contactform select:focus,
#contactform textarea:focus{
	background: #efefef;
}

#submit {
	font-size: 10px;
	text-transform: uppercase;
}

#submit:hover {
	cursor: pointer;	
}

#comments {
	margin: 32px 0 32px 0;
}

.userinfo {
	border-top: 1px solid #895F30;
	padding: 8px 0 0 0;
}

.userinfo p {
	margin: 0;
}

p.user {
	font-size: 16px;
}

p.comdate {
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
}

.useravatar {
	width: 42px;
}

#single .useravatar img.avatar {
	padding: 0;
	border: 1px solid #dadada;
}

div.rightcol p.comdate:last-child {
	margin: 0;
}

#comments .rightcol {
	margin-bottom: 24px;
}

.comcontent {
	width: 578px;
	margin: 0 0 24px 0;
	border: 1px solid #895F30;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: #fafafa;
}

.comcontent, #loggedin {
	padding: 15px;
	border: 1px solid #895F30;
	background: #f7f7f7;
}

.authcomment {
	background: #ffffe5;
}

.editcom {
	font-size: 10px;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
}

/** Footer
==============================================================================*/

#footer {	
	height:50px;
	padding:0 0 20px 0;
	font-size:12px;
	font-weight:normal;
	letter-spacing:1px;
	color:#444;
	float:left;
	width:100%;
	background:url(images/footer.png) no-repeat;
}
#footer a:link, #footer a:visited {
	color:#005BB5;
}
#footer a:hover {
	color:#005BB5;
	border-bottom:1px solid #895F30;
}
.fleft{
	float:left;
	text-align:left;
	margin-left:20px;
	margin-top:10px;
	line-height:16px;
}
.fright{
	float:right;
	text-align:right;
	margin-right:20px;
	margin-top:10px;
	line-height:16px;
}
#footerwidgets {
	width: 980px;
}
#footer a img {
	display:block;
	border:none;
	padding:0 0 0 5px;}
	
#footer img.alignright {
	float:right;
}


/** Remove Margin From Last Item
==============================================================================*/

.last, img.last {
	margin-right: 0;
}
