/*
Theme Name: paydayloansprovider
Theme URI: 
Description: The theme for payday loans provider
Version: 0.8.6
Author: webdemar
Author URI: http://webdemar.com
Tags: simple, clean, widgets, widget ready, two columns, right sidebar, fixed width, valid CSS, valid XHTML
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
html, body {
	margin:0px;
	padding:0px;
	font-family:verdana,arial,sans-serif;
	font-size:0.9em;
	color:#777;
	height:100%;
}

a {
	color:#3b7cd6;
	text-decoration:none;
}

a:hover {
	color:#3b7cd6;
	text-decoration:underline;
}

p {
	margin: 0 0 20px 0;
	line-height:1.5em;
}

ul, ol {
	margin-bottom: 20px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#container {
	position:relative;
	width:100%;
	text-align:left;
	min-height:100%;
	}

* html #container{
	height:100%;
	}/* ie6 and under*/
	

#wrapper {
	width:800px;
	margin:auto;
}

.inner {
	width:800px;
	margin:0px auto;
	position:relative;
}
	
#header {
	width:100%;
	height:60px;
	background:#4faa49 url(images/headerbg.gif) repeat-x bottom;
	}

#header h1 a {
	color:#fff;
	font-size:1.3em;
	position:absolute;
	top:15px;
	left:10px;
}

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

.logo {
	position:absolute;
	top:30px;
	left:10px;
	width:284px;
	height:26px;
	background:transparent url(images/logo.gif) no-repeat top;
	text-indent:-9999px;
}

.tagline {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(images/tagline.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:349px;
	height:59px;
}

.taglinetext {
	position:absolute;
	top:5px;
	color:#024d03;
	font-size:1.2em;
	font-style:italic;
}

.applyheader .taglinetext {
	line-height:0.7em;
}

#menu {
	float:left;
	width:100%;
	background:#57d055 url(images/menubg.gif) repeat-x top;
}
	
#menu ul {	
	float:left;
	width:100%;
	padding:0px;
	margin:0px 10px;
	}

#menu li {
	float:left;
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px 2px 0px 0px;
}

#menu a {
	display:block;
	float:left;
	color:#fff;
	font-size:0.9em;
	padding:7px 10px 11px 10px;
	margin-top:2px;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover, #menu a.active {
	text-decoration:none;
	color:#2d74d7;
	background:#fff;
}

#content {
	padding: 20px 0 0 0;
	margin-top:40px;
	background: #fff;
}

#content-left {
	float:left;
	width:480px;
	background:#fff;
	padding:0px 10px 10px 0px;
	margin:0px 20px 0px 0px;
	text-align:justify;
	line-height:1.4em;
}

#content-right {
	float:left;
	width:260px;
	margin:0px 0px 20px 0px;
	line-height:1.4em;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */


h1 {
	font-family: "trebuchet ms","helvetica", sans-serif;
	font-size:1.4em;
	font-weight: normal;
	color: #03a206;
	margin:0px;
	padding:0px;
}

h2, h2 a {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size:1.3em;
	font-weight: normal;
	color: #03a206;
	margin-top:10px;
	text-decoration:none;
}

h3,h4 {
	font-size:1.4em;
	color: #03a206;
	font-weight:normal;
}

#content-right h2, #content-right h3, #content-right h4 {
	margin:10px 0px;
	padding:0px;
}


/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
}

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
	margin: 0 0 40px 20px;
}
	
.meta {
	clear: both;
	padding: 10px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
}

.meta-date {
	padding: 0 10px 0 0px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 5px 0 5px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 5px 0 5px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
}

a.button {
	display:block;
	width:214px;
	height:63px;
	background:#32be37 url(images/applybutton.gif) no-repeat top;
	text-indent:-9999px;
}

a.button:hover {
	display:block;
	width:214px;
	height:63px;
	background:#32be37 url(images/applybutton.gif) no-repeat bottom;
}

.hidden {
	display:none;
}

/** box right */

.box-right {
	margin: 0 20px 20px 0;
	padding: 0px 10px;
	background: #f7f7f7;
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

.box-right li a {
	text-decoration: none;
}

/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist .quote {
	padding: 20px;
	background: url(img/bg-comment-quote.gif) no-repeat right top;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	background: #4a4f54 url(img/bg-comment-bubble.gif) no-repeat left bottom;
	color: #fff;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 0 20px 10px 0;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width:100%;
	background:#fff url(images/footertop.gif) repeat-x top;
	height:100px;
	text-align:center;
	padding-top:10px;
	border-top:1px solid #a8a7a7;
}

#footer p {
	margin: 0 0 10px 0;
}

#legal {
	float: left;
	width: 400px;
}

#webdemar {
	float: right;
	width: 400px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

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

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
}

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

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}

.img-left {
	border:none;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}