/*  
Theme Name: OD_4
Theme URI: http://www.opendesigns.org
Author: W3Lift
Author URI: http://www.w3lift.com
Description: The wordpress theme for OpenDesigns
Version: 4.0
*/

body {
	margin: 0;
	padding: 0;
	background: #f3ede4;
	color: #4E402A;
	font-family: arial, sans-serif;
	font-size: 16px;
}

h2 {
	font-family: Georgia, times, serif;	
	color: #86765E;
	font-weight: normal;
}

h2.pagetitle {
	border-bottom: 3px #e7ddcf double;
}

h2 .count {
	font-size: 0.5em;
}

h3 {
	font-family: Georgia, times, serif;	
	color: #86765E;
	font-weight: normal;
}

h3.subtitle {
	margin-top: -20px;
	font-size: 0.9em;
	color: #4E402A;	
}

h4 {
	font-family: Georgia, times, serif;	
	color: #86765E;
	font-weight: normal;
	margin: 5px 0;
	padding: 0;
}


a {
	color: #86765E;
}

a:hover {
	color: #4E402A;
}

.clear {
	clear: both;
}

/* header */

#header {
	height: 105px;
	background: #d7f08a;
	color: #795625;	
	border-bottom: 1px #96bf18 solid;
}

#header a {
	color: #795625;	
}

#header a:hover {
	text-decoration: none;
}

#header .inner {
	width: 960px;
	margin: 0 auto;
	padding-top: 1px;	
	position: relative;	
}

#header h1 {
	margin: 15px 0 0 0;
	padding: 0;
	font-family: Georgia, times, serif;
	font-weight: normal;
}

#header h1 a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 5px 0;
	font-family: Georgia, times, serif;
	font-weight: normal;
	color: #795625;
	padding-left: 60px;
	background: url(images/logo.png) 5px 5px no-repeat;
}

#header .topbanner {
	position: absolute;
	top: 10px;
	right: 0px;
}

#header .headerinfo {
	position: absolute;
	top: 80px;
	left: 0px;
}

#header .userinfo {
	display: inline;
	font-size: 0.8em;
	position: absolute;
	right: 0;
	top: 83px;
}


#header #toplink  {
	display: inline;
	position: relative;
}

#topextra {
	display: none;
}

#header #toplink .a {
	text-decoration: underline;
	cursor: pointer;
}

#header #toplink #topbox a {
	text-decoration: none;
}

#header #toplink #topbox a img, a img {
	border: none;
}

#header #toplink #topbox a:hover span {
	text-decoration: underline;
}


#header  #topbox {
	display: none;
	position: absolute;
	top: 15px;
	right: 0px;
	width: 110px;
	padding: 5px;
	border: 1px #e7ddcf solid;
	background: #f3ede4;
	z-index: 100;
}

#topbox form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#topbox form fieldset label {
	display: block;
	clear: both;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

#topbox form fieldset label input {
	float: right;
	height: 14px;
}

#topbox form p.forgetmenot {
	margin: 0;
	padding: 0;
	float: left;
}

#topbox form #wp-submit {
	float: right;
}


#header #topbox.login {
	width: 250px;
	right: -110px;
}

#header #profilelink #profilebox a {
	text-decoration: none;
}

#header #profilebox a:hover {
	text-decoration: underline;
}

#header #profilebox a img {
	vertical-align: middle;
}


#header .nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;	
}

#header .nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	position: relative;
	z-index: 50;	
}	

#header .nav li a {
	font-family: Georgia, times, serif;	
	padding: 1px 3px;
	background: #f3ede4;
	border: 1px #96bf18 solid;
	text-decoration: none;
}

#header .nav li a:hover {
	background: #96bf18;
	color: #fff;
}


#header .nav li ul {
	display: none;
	font-size: 0.9em;
	padding: 0;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 30;
}

/*
#header .nav li:hover ul {
	display: block;
}

*/

#header .nav li ul li {
	display: block;
	white-space: nowrap;
	margin: 5px;	
}


/* main content area */
#content {
	margin: 0 auto 10px auto;
	background: #fff;
	width: 960px;
	border-right: 1px #e7ddcf solid;
	border-left: 1px #e7ddcf solid;
	border-bottom: 1px #e7ddcf solid;
	padding-top: 1px;
}

/* join banner */

#joinbaner {
	background: #fbfae6;
	border-top: 1px #86765E solid;
	border-bottom: 1px #86765E solid;
	margin: 10px 0;
	padding: 10px;
	font-size: 1.2em;
	text-align: center;
	font-family: Georgia, times, serif;	
}

#joinbaner a {
	color: inherit;
	text-decoration: none;
}

#introwrap {
	width: 192px;
	float: left;
	margin: 10px;
}

#intro {
	border-top: 1px #86765E solid;
	border-bottom: 1px #86765E solid;
	text-align: justify;
	margin: 0 0 10px 0;
	padding: 5px;
	height: 238px;
}

/* homepage boxes */

.hb {
	padding: 5px;
	margin: 10px;	
	font-size: 0.8em;
	background: #FAF8F4;
}

.hb p {
	margin: 5px 0;
	padding: 0;
}

.hb h2 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	text-align: left;
}

#hometop_ad {
	float: right;
	margin: 10px;
}

#homesearch {
	width: 718px;
	height: 130px;
	float: right;
	position: relative;	
}

#homesearch.hb {
	background: none;
}

#homesearch .tab {
	background: #FAF8F4;
	position: absolute;
	width: 718px;	
	top: 0;
	left: 0;
	border-top: 1px #86765E solid;
	border-bottom: 1px #86765E solid;
	padding: 5px;
	z-index: 20;
}

#hs_express, #hs_tags {
	height: 130px;
}

#hs_tags .tags a {
	color: #4E402A;
}

#hs_advanced {
	height: 238px;
}

#homesearch form {
	padding: 10px 0 0 0;
}

#homesearch fieldset {
	margin: 0 10px 0 0;
	padding: 0 0px 0 0;
	border: none;
	border-right: 1px #e7ddcf solid;
	width: 231px;
	float: left;
}

#hs_express fieldset {
	height: 95px;
}

#hs_advanced fieldset {
	height: 200px;
}

#homesearch fieldset.narrow {
	width: 170px;
}

#homesearch fieldset.wide {
	width: 355px;
}

#homesearch fieldset.last {
	margin: 0;
	border-right: none;
}


#homesearch h4 {
	font-family: Georgia, times, serif;
	margin: 4px;
	padding: 0;
}

#homesearch .cb {
	display: block;
	float: left;
	width: 50%;
	white-space: nowrap;
	overflow: hidden;
}

#homesearch .cb.wide {
	width: 100%;
}

#homesearch fieldset.wide .cb {
	width: 25%;
}

#homesearch fieldset.wide .cb.wide {
	width: 50%;
}

.ssubmit {
	position: absolute;
	bottom: 5px;
	right: 5px;
	border: 1px #86765E solid;
	padding: 3px;
	font-size: 1.4em;
	font-family: Georgia, times, serif;
	color: #4E402A;
	cursor: pointer;
	background: none;
	float: right;
}

.innersearch {
	font-size: 0.8em;
}

.innersearch h5 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Georgia, times, serif;	
}

.innersearch .cb {
	display: block;
	float: left;
	width: 50%;
	white-space: nowrap;
}

.innersearch .cb.wide {
	width: 100%;
}

.innersearch .cbbr .cb {
	float: none;
	width: auto;
}

.innersearch .reset {
	border: none;
	background: none;
	text-decoration: underline;
	cursor: pointer;
	color: #86765E;
	font-family: arial, sans-serif;	
	padding: 0;
	margin: 0;
	display: inline;
}

.innersearch .reset:hover {
	color: #4E402A;
}

#homedesigns {
	border-top: 1px #86765E solid;
	border-bottom: 1px #86765E solid;
	margin-top: 0;
}

#homedesigns .nav, #homesearch .nav {
	float: right;
	margin-right: 8px;
	padding-top: 3px;
}

#homedesigns a.viewall {
	display: block;
	font-family: Georgia, times, serif;	
	color: #86765E;
	font-weight: normal;
	font-size: 1.4em;
	text-align: right;
	text-decoration: none;
	margin-right: 8px;
}

#homedesigns a.viewall:hover {
	color: #4E402A;
}

#homedesigns .tab {
	margin: 0 -8px;
}

#homedesigns .tab h2 {
	margin-left: 8px;
}


.designs {
	font-size: 0.8em;
	margin: 0 -10px;
}


.design {
	width: 163px;
	height: 160px;
	padding: 2px;
	float: left;
	margin: 10px;
	border: 1px #e7ddcf solid;
	background: #f3ede4;	
}

/*.design .ad {
	height: 125px;
	width: 125px;
	margin: 17px auto 0 auto;
} */


.design .ad {
	margin: -1px auto 0 auto;
}

.design:hover {
	border: 1px #86765E solid;

}

.design .img {
	width: 163px;
	height: 122px;
	position: relative;
	overflow: hidden;	
}

.design .img img {
	width: 163px;
	height: 122px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.design .img h4 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	margin: 0;
	padding: 3px;
	font-weight: normal;
	font-family: Georgia, times, serif;	
	font-size: 1.2em;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/titleback.png');
}

.design .img h4 a {
	color: #4E402A;	
}

.design .img[class] h4 {
	background: url(images/titleback.png);
}

.design a {
	color: #86765E;
	text-decoration: none;
}

.design a:hover {
	color: #4E402A;	
}

.design .info {
	margin-top: 5px;
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 0 2px;
}


.design .info a.download {
	float: left;
}

.design .info a.more {
	float: right;
}

.design .info a.comment {
	float: left;
}

.design .info .stars {
	font-size: 1.1em;
	float: right;
}


/* === Star rating === */
.stars .ty {
	font-size: 0.7em;
}

a.star {
	padding: 0;
	color: #dcdcdc;
	text-decoration: none;
}

a.star:hover {
	color: #dcdcdc;
}

a.star.on {
	color: #ffcc1c;
}

a.star.on.nogold, a.star.on.nogold_voted  {
	color: #dcdcdc;
}

a.star.hover.nogold, a.star.hover_voted.nogold_voted {
	color: #4E402A;	
}

.footcol {
	margin: 10px;
	float: left;
	background: #faf8f4;
	border-top: 1px #86765E solid;
	border-bottom: 1px #86765E solid;	
}

.footcol.w300 {
	width: 300px;
}

.footcol.w460 {
	width: 460px;
}

.footcol.h310 {
	height: 310px;
}

.footcol h3 {
	margin: 7px;
	padding: 0;
	font-size: 1.1em;
}

.footcol a.readall {
	display: block;
	text-align: right;
	margin: 8px;
	font-family: Georgia, times, serif;	
	text-decoration: none;
}

.footcol a.readall:hover {
	text-decoration: underline;
}
/* lists */
ul.odl {
	margin: 8px;
	padding: 0;
	list-style: none;
	border-bottom: 1px #e7ddcf solid;
}

ul.odl li {
	border-top: 1px #e7ddcf solid;
	margin: 0;
	padding: 0;
}

ul.odl li a {
	display: block;
	color: #4E402A;
	text-decoration: none;
	padding: 4px;
	font-family: Georgia, times, serif;		
}

ul.odl li.alt a {
	background: #f3ede4;
}

ul.odl li a:hover {
	background: #fff;
}

ul.odl li a .title {
	display: block;
	height: 1.5em;
	line-height: 1.5em;
	overflow: hidden;
}

ul.odl li a .smallline {
	display: block;
	font-family: arial, sans-serif;
	color: #86765E;
	font-size: 0.8em;
}


ul.tc {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Georgia, times, serif;			
}

ul.tc li {
	width: 122px;
	margin: 10px;
	float: left;
}

ul.tc li ul {
	margin: 0;
	padding: 0;
	list-style: disc;
	font-family: arial, sans-serif;	
}

ul.tc li ul li {
	width: auto;
	float: none;
	font-size: 0.8em;
	margin: 5px 0px 5px 20px;
}

.colorpicker .color {
	width: 28px;
	height: 15px;
	display: inline-block;
	border: 1px #e7ddcf solid;
	outline: none;
	padding: 2px;
}

.colorpicker .color.selected {
	border: 3px #fff double;
	padding: 0;
}

.colorpicker .color.white.selected {
	border: 3px #000 double;
}

.smallad {
	width: 234px;
	margin: 10px auto;
}

#sidebar {
	width: 170px;
	padding: 5px;
	font-size: 0.9em;
	float: right;
	margin: 10px 10px 10px 0px;
	background: #faf8f4;
	border: 1px #e7ddcf solid;
}

#sidebar p {
	margin: 5px 0;
}

#main {
	width: 740px;
	margin: 10px 0px 10px 10px;	
	float: left;
}

#main h2 {
	margin-top: 5px;
}

#main p {
	text-align: justify;
}

#footer {
	font-family: Georgia, times, serif;			
	width: 960px;
	margin: 0 auto 50px auto;
	text-align: center;
	font-size: 0.8em;
}

.ad {
	text-align: center;
	margin: 5px 0;
}

/* pagination */
div.pagination {
	text-align: right;
	font-size: 0.9em;
	padding: 5px 0;
}


div.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

div.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: #faf8f4;
	border: 1px #e7ddcf solid;
	padding: 1px 3px;
}

div.pagination li.current {
	background: #e7ddcf;
	color: #000;
	font-weight: bold;
}

div.pagination li a {
	text-decoration: none;
}

div.pagination li a:hover {
	text-decoration: underline;
}

/* single designs */
#single_wrap h2 {
	border-bottom: 3px #e7ddcf double;
	padding-bottom: 3px;
}

#single_wrap h2 .author_name {
	font-size: 0.6em;
}


.single_image {
	float: right;
	width: 326px;
	margin-right: 10px;
}

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

.single_image ul li {
	margin: 0;
	padding: 0;
	width: 49%;
	float: left;
}

.single_image ul li.last {
	float: right;
}

.single_image ul li.full {
	margin-right: 0;
	width: 100%;
	font-size: 0.7em;
}

.single_image ul li a {
	text-align: center;
	display: block;
	margin: 5px 0;
	padding: 5px;
	font-size: 1.4em;
	text-decoration: none;
	font-family: Georgia, times, serif;
	color: #4E402A;		
	
	background: #e7ddcf;
	border: 3px #fff double;
	
}

.single_image ul li a:hover {
	border: 3px #e7ddcf double;
	background: #fff;
	color: #86765E;
}

.single_image img {
	padding: 2px;
	border: 1px #e7ddcf solid;
}

.single_info {
	width: 265px;
	float: right;
}

.single_info ul {
	border-top: 1px #e7ddcf solid;
	margin: 0;
	padding: 0;
	list-style: none;
}

.single_info ul li {
	border-bottom: 1px #e7ddcf solid;
	background: #faf8f4;	
	margin: 0;
	padding: 5px 3px;
	list-style: none;
}

.single_info ul li strong {
	font-family: Georgia, times, serif;
	font-weight: normal;
	font-size: 1.1em;
}

.single_info ul li.alt {
	background: #f3ede4;	
}

.single_info ul li.spacer {
	background: #ffffff;
}

#single_ad {
	width: 120px;
	float: left;
	padding-right: 15px;
}

#single_wrap .comments {
	clear: right;
	margin-left: 140px;
}

#single_wrap .comments.nomarg {
	margin-left: 0px;
}
#single_wrap .comments h3 {
	border-bottom: 3px #e7ddcf double;
}

#single_wrap .comments ol {
	font-size: 0.8em;
	padding-left: 25px;
}

#single_wrap .comments ol li {
	border: 1px #e7ddcf solid;
	padding: 10px 10px 0px 10px;
	margin: 10px 0;
	overflow: hidden;
}

#single_wrap .comments .info {
	font-family: Georgia, times, serif;
	border-bottom: 1px #e7ddcf solid;
	background: #faf8f4;
	padding: 10px 10px 5px 10px;
	margin: -10px -10px 0 -10px;	
}

#single_wrap .comments .author {
	font-size: 1.1em;
	font-weight: bold;
}

#single_wrap .comments .date, #single_wrap .comments .date a {
	text-decoration: none;
	font-size: 0.9em;
	color: #999;
}

#single_wrap .comments .date a:hover {
	text-decoration: underline;
}

#single_wrap #comment {
	float: right;
	width: 598px;
	border: 1px #e7ddcf solid;
	background: #fff;
}

#single_wrap #submit {
	float: right;
	font-family: Georgia, times, serif;
	font-size: 1.2em;
	padding: 5px;
	border: 3px #e7ddcf double;
	background: #fff;
	color: #4E402A;
}

#single_wrap #submit:hover {
	border: 3px #fff double;
	background: #e7ddcf;
	color: #4E402A;
}

#single_wrap .comments .commentinfo {
	font-family: Georgia, times, serif;
}

/* ======= Archive Posts / Post ========== */

.post.archive {
	padding: 10px;
	margin: 20px 0;
	border: 1px #e7ddcf solid;	
}

.post.archive h3 {
	margin: -10px -10px 10px -10px;
	padding: 10px;
	background: #faf8f4;
	border-bottom: 1px #e7ddcf solid;		
}

.post.archive h3 a {
	text-decoration: none;
}

.post.archive h3 .info {
	display: block;
	font-size: 0.7em;
	float: right;
	color: #4E402A;	
	padding-top: 0.4em;
}

.post.archive .postmetadata {
	font-family: Georgia, times, serif;
	text-align: right;
}

.post .postmetadata {
	font-family: Georgia, times, serif;
	font-size: 0.8em;
	color: #86765E;
}

.navigation {
	font-family: Georgia, times, serif;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:5%;
	left:5%;
	margin-top: 0 !important;
	margin-left: 0 !important;
	height: 90% !important;
	width: 90% !important;
	border: 1px solid #555;
	-moz-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	-khtml-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	box-shadow: rgba(0,0,0,1) 0 4px 30px;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:6px 10px 0;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:6px 10px 0;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	z-index:103;
	top: 50%;
	left: 50%;
	background-color: #E8E8E8;
	border: 1px solid #555;
	margin: -45px 0pt 0pt -125px;
	padding: 40px 15px 15px;
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	width: 100% !important;
	height: 100% !important;
	clear:both;
	border:none;
	margin-bottom:-1px;
	_margin-bottom:1px;
}


/* ==========  PROFILE PAGE INFO ==============*/
dl#about_author dt {
	font-family: Georgia, times, serif;
	float: left;
	clear: both;
	width: 120px;
	padding: 5px 0;
}

dl#about_author dd {
	float: left;
	max-width: 580px;
	padding: 5px 0;	
}

.message {
	font-family: Georgia, times, serif;
	border: 1px #e7ddcf solid;
	margin: 10px 0;
	padding: 5px;
	background: #f3ede4;
}

#the-list-x {
	border-collapse: collapse;
}

#the-list-x td, #the-list-x th  {
	border: 1px #e7ddcf solid;
	padding: 4px;
}	

#the-list-x th  {
	font-family: Georgia, times, serif;
	background: #f3ede4;	
}

#uploadform fieldset {
	border: 1px #e7ddcf solid;
	margin: 10px 0;
}

#uploadform legend {
	font-family: Georgia, times, serif;
	color: #4E402A;
}

.red {
	color: red;
}

/* ========== register and login pages =============== */

#registerform-tml-page, #loginform-tml-page, #lostpasswordform-tml-page {
	width: 443px;
	padding: 0 10px 10px 10px;
	margin: 0 auto;
	border: 3px #e7ddcf double;
}

#registerform-tml-page label, #loginform-tml-page label, #lostpasswordform-tml-page label {
	font-family: Georgia, times, serif;
	font-size: 1.2em;
	float: left;
	width: 200px;
	clear: both;
	margin-top: 20px;
}

#registerform-tml-page p, #loginform-tml-page p {
	margin: 0;
}

#user_login-tml-page, #user_email-tml-page, #pass1-tml-page, #pass2-tml-page, #log-tml-page, #pwd-tml-page, #user_login-tml-page {
	float: left;
	font-size: 1.1em;
	color: #666;
	width: 237px;
	border: 1px #e7ddcf solid;
	margin-top: 20px;
}

.forgetmenot {
	clear: both;
	padding-top: 10px;
}

#loginform-tml-page .forgetmenot label {
	float: none;
	font-size: 1em;
}

#registerform-tml-page #recaptcha_table {
	border: 1px #e7ddcf solid !important;	
}

#registerform-tml-page #recaptcha_table #recaptcha_image {
	border: 1px #e7ddcf solid !important;	
}

#registerform-tml-page hr {
	display: none;
}

#registerform-tml-page #recaptcha_widget_div {
	clear: both;
	padding-top: 20px;
}

#wp-submit-tml-page {
	clear: both;
	display: block;
	border: 3px #e7ddcf double;
	font-family: Georgia, times, serif;
	font-size: 1.2em;
	margin: 17px 0 0 342px;
	width: 100px;
	background: #fff;
}

#lostpasswordform-tml-page #wp-submit-tml-page {
	margin: 17px 0 0 252px;
	width: 190px;	
}

.tml-links {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.tml-links li {
	margin: 0 10px;
	padding: 0;
	display: inline;
	font-family: Georgia, times, serif;
	font-size: 1.1em;
}


