/*
Theme Name: Money
Theme URI:
Version: 1.1
Author: Studio Finceo
Author URI: http://www.finceo.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;;
	margin: 0 0 10px 0;
	padding: 0;
	color:#1482C1;
	font-weight:normal;
	line-height:1.1em;
}

h1 {
	font-size:30px;
	color:#075885;
}

h2 {
	font-size:21px;
	letter-spacing:1px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:15px;
	font-weight:bold;
}

h5 {
	font-size:13px;
	font-weight:bold;
	color:#666;
}

h6 {
	font-size:13px;
	color:#666;
	font-style:italic;
}

p {
	margin:0 0 15px 0;
}

a:focus, a:hover {
	color: #075885;
	text-decoration: none;
}

a {
	color: #003399;
	text-decoration: underline;
	outline: none;
}

ul, ol {
	margin: 0 0 20px;
	padding:0 0 0 20px;
	font-size:13px;
	line-height:17px;
}

ul {
	padding:0;
}

ul li, ol li {
	margin: 0 0 10px 0;
	padding: 0;
}

#leftcolumn ul li {
	background:url(images/arrow.gif) left top no-repeat;
	padding: 0 0 0 22px;
	
}

ul {
	list-style-type: none;
}
ol {
	list-style-type: decimal;
}

hr {
	background:url(images/hr.jpg) center top no-repeat;
	height:16px;
	border:none;
	margin-bottom:20px;
}

/*********Standard WordPress Generated Classes ********/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


img {
	border: none;
}
img.alignleft {
	float:left;
	margin:5px 10px 5px 0;
}
img.alignright {
	float:right;
	margin:5px 0 5px 10px;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	background-position:0 5px;
	color: #075885;
	margin: 15px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:italic;
	line-height:20px;
	letter-spacing:1px;
	padding: 0 20px 0 30px;
}

input, textarea {
font-family: "Lucida Grande", Lucida Sans Unicode, Verdana, sans-serif;
}

.clear {
float:none;
clear: both;
}
.container {
width: 980px;
margin: 0 auto;
}
.main {
margin-top:30px;
padding:0 40px 0 50px;
width: 890px;
background:url(images/main_bg.jpg) center top no-repeat;
}

.entry img.wp-smiley {float: none;	padding: 0px;	margin: 1px;}
.entry img {margin: 5px;}

/********************************* HEADER START *********************************/
#header {
width: 100%;
float:left;
margin: 0px auto;
padding: 0;
background: url(images/header_bg.jpg) left bottom repeat-x;
}
#header .container {
width: 940px;
}
.header_main {
width:940px;
min-height:101px;
float:left;
clear:both;
}
#logo {
margin:24px 20px 0 0;
padding:0;
float:left;
}
.description {
font-size:30px;
line-height:20px;
margin:52px 0 28px 0;
color:#757575;
letter-spacing:2px;
font-family:Mistral;
float:right;
}

.menupack {
width:940px;
height: 75px;
float:left;
}
ul#topmenu.menu {
list-style-type: none;
margin: 0;
padding:0;
font-size: 15px;
width: 940px;
float:left;
font-family:Tahoma, Arial, Helvetica, sans-serif;
}
ul#topmenu li.page_item {
float: left;
display: inline;
padding: 0 0 0 1px;
margin:0;
height: 41px;
line-height:41px;
background:url(images/menu_li.jpg) left top no-repeat;
}
ul#topmenu li.page_item a {
color:#075885;
display: block;
text-decoration: none;
line-height:15px;
padding: 10px 10px 13px 10px;
}
ul#topmenu li.current_page_item a {
color: #fff;
background: #096996;
margin-top:1px;
}
ul#topmenu li.current_page_ancestor a {
color: #fff;
background: #096996;
margin-top:1px;
}


ul#submenu {
list-style-type: none;
margin: 0;
padding:0;
font-size: 13px;
width: 940px;
float:left;
font-family:Tahoma, Arial, Helvetica, sans-serif;
}
ul#submenu li.page_item {
float: left;
display: inline;
padding: 0;
margin:0 12px 0 12px;
height: 24px;
line-height:24px;
}
ul#submenu li.page_item a {
color:#fff;
text-decoration:none;
}
ul#submenu li.page_item a:hover, ul#submenu li.current_page_item a  {
text-decoration:underline;
}
/****************** SEARCH *************************/
#searchform {
display:block;
float: right;
margin:0 0 3px 0;
padding: 0;
width: 250px;
height: 28px;
font-size:12px;
color:#757575;
}

#searchform label {
margin:0 5px 0 0;
font-size:12px;
line-height:24px;
}
#searchfm label, #searchfm input { vertical-align : middle; }
input#s {
font-size: 12px;
width: 136px;
height:13px;
line-height:13px;
padding:5px;
margin:0;
background: url(images/inputfield.gif) no-repeat;
border: none;
color:#333;
}
#searchbutton {
border:none;
margin:0;
padding:0;
background: url(images/lens.gif) no-repeat;
width:27px;
height:28px;
cursor:pointer;
}
/*******************************************/


#leftcolumn, #rightcolumn {
margin:0;
padding:0;
}
#leftcolumn {
float: left;
width: 590px;
overflow: hidden;
}
#rightcolumn {
float: right;
width: 270px;
}

.post {
margin:0 0 15px 0;
float:left;
clear:both;
width:100%;
line-height:23px;
}
.postlisting {
background:url(images/hr.jpg) center bottom no-repeat;
}

.title {
padding:0;
width:590px;
float:left;
clear:both;
}
.title h2 {
margin:0;
}
.title h2 a {
text-decoration: none;
color: #1482C1;
}
.title h2 a:hover {
color: #666;
}

.postmeta {
margin:0;
color:#757575;
font-size:12px;
float:left;
width:590px;
}
.post .postmeta a {
color:#757575;
}
.postmeta a:hover {
color:#075885;
text-decoration:none;
}
.postmetacomments span {
display:none;
}


.entry {
padding:10px 0 25px 0;
}
.entry p {
padding:0;
margin: 0 0 15px 0;
}
.entry a.more-link {
float: right;
clear:both;
display:block;
margin:0;
font-size:12px;
line-height:16px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
color:#1482C1;
background:url(images/arrow.gif) right top no-repeat;
padding: 0 20px 3px 0;
text-decoration:none;
}

/** Contact Form **/
#contactform fieldset {
	border : none;
	margin : 5px 10px 10px;
	padding : 0 10px;
}

#contactform legend {
	font-weight : bold;
	margin : 0;
}

#contactform label {
	display : block;
}

#contactform input {
	vertical-align : middle;
}

#contactform input, #contactform textarea {
	padding : 3px 2px;
	margin-bottom : 10px;
	line-height : 2.0;
	font-size : 1.3em;
}

#contactform textarea {
	width : 98%;
}

#contactform .hidden {
	display : none;
}


/********** SIDEBAR MAINS ***************/
ul.sidebar {
list-style-type: none;
margin: 0;
padding: 0;
float: left;
}
.sidebar li {
padding:0;
margin:0;
}
li.widget {
clear:both;
margin-bottom:30px;
}
li.widget ul {
list-style-type: none;
margin: 0;
padding: 0;
font-size:13px;
width:270px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
}
li.widget ul li ul {
list-style-type: none;
margin: 5px 0 0 2px;
padding: 0;
font-size:12px;
width:250px;
}
.sidebar ul li {
line-height:18px;
margin:0;
padding: 5px 7px 6px 17px;
background:url(images/list.gif) left top no-repeat;
background-position:0 6px;
}
.sidebar ul li:hover {
background:url(images/list_h.gif) left top no-repeat;
background-position:0 6px;
}
.sidebar h2 {
padding:0;
color:#075885;
margin:0 0 7px 0;
width: 250px;
font-size:15px;
text-transform:uppercase;
}
#rightcolumn .sidebar a {

text-decoration:none;
}
#rightcolumn .sidebar a:hover {
color: #075885;
text-decoration:none;
}
/********** SIDEBAR MAINS END ***************/


#tagcloud {
text-align:center;
padding:5px 0 0 0;
width:270px;
}
#tagcloud a {
line-height:1.1em;
display:inline;
}

/* SUBSCRIBE ++++++++++ */
.subscribe {
float:left;
padding:0;
width:275px;
margin:0 0 20px 0;
font-size:13px;
line-height:13px;
color:#075885;
font-family:Tahoma, Arial, Helvetica, sans-serif;
}

.rss {
display:block;
margin:0;
}
#rightcolumn .rss {
width:85px;
float:left;
}
#rightcolumn .rss a {
background:url(images/rss.gif) left top no-repeat;
background-position:0 4px;
display:block;
float:left;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:20px;
line-height:17px;
padding:0 0 20px 35px;
color:#6BBDEC;
text-decoration:none;
}

#subscribe-form {
text-align:right;
margin:0 0 0 5px;
padding:0;
float:right;
width:185px;
font-size:13px;
letter-spacing:1px;
background:url(images/email.gif) left top no-repeat;
background-position:0 5px;
}
#subscribe-form p {
margin:0;
padding:0;
}
.subscribe .head span {
color:#757575;
font-size:13px;
}
.field {
	background:white;
	border:1px solid #D9D9D9;
	padding:3px 5px 2px 5px;
	color:#333;
	width:132px;
	margin:3px 0 0 0;
	float:right;
}
.subscribebutton {
border:none;
background:none;
margin:0;
padding:0;
cursor:pointer;
float:right;
color:#1482C1;
font-size:12px;
}
.subscribebutton:hover {
color:#666;
}


/* Recent Comments fix for IE6 CSS ++++++++++ */
ul#recentcomments {
width:270px;
}
.comsubline {
font-size:11px;
float:left;
margin:3px 0 0 0;
color:#999;
}


/* ADS */
.ads { 
margin: 0;
float:left;
width:270px;
}
.ads a { 
display : inline;
padding : 0;
height:125px;
width:125px;
margin : 0 5px 10px 5px;
float:left;
list-style-type : none;
border:none;
}
a.rightad {
float:right;
}

/****************** SIDEBAR END *************************/


/************************* COMMENTS AREA START ********************************/
#commentArea {
margin:20px 0 0 0;
}
.theform {
padding: 1.5em 0 2em;
}
.commentlist {
margin: 0 0 20px 0;
padding:0;
list-style-type:none;
clear:both;
}
.commentlist p {
padding:0;
margin:5px 0 5px 0;
font-size:12px;
}
.commentlist a {
border-bottom:1px dotted;
text-decoration:none;
}
.commentlist a:hover {
text-decoration:none;
border-bottom:none;
}
.commentlist li {
padding: 10px;
margin:0;
display:block;
float:left;
clear:both;
width:570px;
border-bottom:1px dashed #ccc;
}
.alt {
background:#f7f7f7;
}
.commentlist li.comment-author-admin {
color:#075885;
background:#fff;
border-left:3px dotted #075885;
width:567px;
}

.comment-meta {
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
}
.gravatar {
height:36px;
width:36px;
float:left;
margin:0 0 0 10px;
clear:left;
}
#remember, #forget, #txpCommentHelpLink {
margin-left: 2em;
}
#commentform {
padding:20px;
margin:10px 0 20px 0;
float:left;
clear:both;
background:#f7f7f7;
border-top:1px dashed #ccc;
border-bottom:1px dashed #ccc;
}
#commentform p {
margin-left:0;
}
.comment_input {
vertical-align: middle;
width: 180px;
height:20px;
padding: 3px 5px 2px 5px;
margin:0;
border: 1px solid #999;
background:#fff;
color:#666;
}
#commentform input:focus {
border: 1px solid #075885;
}
.message_input {
font-size: 1em;
width: 540px;
height: 180px;
margin:0;
padding: 5px;
border: 1px solid #999;
background:#fff;
color:#666;
}
#commentform textarea:focus {
border: 1px solid #075885;
}
.commentlist_error {
color: #c00;
}
.button {
background: none;
width:60px;
padding:2px 0 3px 0;
height:24px;
cursor:pointer;
border:none;
color:#f7f7f7;
background:#666;
border: 1px solid #444;
}
.button:hover {
cursor:pointer;
border:none;
background:#075885;
color:#fff;
border: 1px solid #666;
}
#commentform .button:focus {
cursor:pointer;
border:none;
background:#075885;
color:#fff;
border: 1px solid #666;
}

/************************* COMMENTS AREA END ********************************/


/************************* FOOTER START ********************************/
#footer {
width: 100%;
padding: 0;
display: block;
background:#1B729C url(images/footer_top.gif) left top repeat-x;
color:#D1D1D1;
line-height:21px;
}
#footer .container {
margin: 0px auto;
padding: 30px 0 30px 0;
width: 880px;
}
#footer strong {
color:#fff;
}
#footer a {
color:#fff;
}

.credits { 
padding: 10px 0 10px 0;
color:#D1D1D1;
background:#2F3235 url(images/footer_pat.jpg) left bottom repeat-x;
border-top:2px solid #fff;
text-align:center;
}
#footer .credits a {
color:#fff;
text-decoration: none;
}
#footer .credits a:hover {
text-decoration:underline;
}

ul.footermenu {
margin:0 0 5px 0;
padding:0;
}
ul.footermenu li {
display:inline;
padding:0;
margin:0;
}
ul.footermenu li a {
text-decoration:underline;
color:#fff;
margin:0 10px 0 0;
padding: 0;
}
.footermenu a:hover {
text-decoration:none;
}

.footblock {
float: left;
width:210px;
margin:0 20px 0 0;
}
#footright {
width:420px;
margin:0;
font-size:11px;
}
/************************* FOOTER END ********************************/


/* Page Navigation  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.pageNav { padding: 0; margin:40px 0 30px 30px ; height:40px; float:left; }
#leftcolumn .pageNav a, .pageNav a:visited { display:block; float:left; text-align:center; font-size: 13px; color:#666; text-decoration:none; padding:0 7px 2px 7px; }
#leftcolumn .pageNav a:hover { text-decoration: none; color:#075885; }
.pageNav span { font-size:11px; text-transform:uppercase; display:block; float:left; text-align:center; line-height:22px; height:22px; width:100px; margin-right:1px; }
.pageNav .on { display:block; float:left; text-align:center; color:#075885; padding:0 7px 2px 7px;  font-size:15px;
}
.dotts {width:22px; text-align:center; display:block; float:left;
}


/*********** testimonials **************/
#testimonials blockquote {
background: url(images/quote-small.gif) no-repeat;
background-position:0 5px;
color: #333;
margin: 0;
font-size:12px;
line-height:17px;
letter-spacing:1px;
padding: 0 3px 0 20px;
}
#testimonials blockquote p cite {
font-style:normal;
text-align:right;
display:block;
float:right;
margin:0;
color: #075885;
}

#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}

