﻿/*
Theme Name: CreditStart
Theme URI: http://creditstart.com
Description: Custom build Wordpress theme for CreditStart
Version: 0.5
Author: Daniel Pataki
Author URI: http://webtastique.net/

*/


/* YUI RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Major Elements */

body
{
background: #3e7484 url('images/bg_body.gif') repeat-x;
text-align:center;
font-size:80%;
font-family:trebuchet ms;
}

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

a:hover
{
border-bottom:dashed 1px #888;
}

.clear
{
clear:both;
}

#container
{
width:950px;
text-align:justify;
margin:0 auto;
}

#header
{
height:106px;
margin-bottom:20px;
}

img#logo
{
float:left;
}

#sidebar
{
float:left;
width:230px;
background:#cce4ec url('images/bg_sidebar.gif') no-repeat;
padding:12px 15px 0 15px;
}

#content
{
padding:40px 15px 15px 15px;
width: 640px;
float:right;
background:#fff url('images/bg_content.gif') no-repeat;
}

p
{
margin:12px 0;
}

h2
{
font-size: 1.8em;
border-bottom:2px solid #000;
margin:0 0 3px 0;
padding:0 0 3px 0;
}

h2 a
{
color:#000;
}

h2 a:hover
{
border:0px;
}

h3
{
font-size:1.45em;
}

h4
{
font-size:1.3em;
}

h5
{
font-size:1.15em;
font-weight:bold;
}

img.alignleft
{
float:left;
margin-right:10px;
}

img.alignright
{
float:right;
margin-left:10px;
}

.postdate
{
background:url('images/bg_postdate.gif');
width:60px;
height:55px;
float:left;
}

.postmeta
{
color:#666
}

.postmeta td img
{
padding: 0 5px 0 15px;
}

.postbottommeta
{
color:#666;
margin:25px 0;  
}

.postbottommeta td img
{
padding: 0 5px 3px 0;
}

.post ul, .post ol
{
margin:12px 25px;
}

.post ul
{
list-style-type:disc;
}

.post ol
{
list-style-type:roman;
}

#sidebar h2
{
color:#f8f685;
font-size:1.3em;
border:0px;
padding:4px 10px;
margin:10px 0;
background:#0e4251;
-moz-border-radius:8px;
}

.widget
{
margin-bottom:20px;	
}

#searchform input
{
padding:5px;
color:#666;
border:1px #999 solid;
width:140px;
}

#searchform input#searchsubmit
{
width:70px;
padding:3px;
}

#sidebar a
{
color:#0e4251
}

textarea#comment
{
width:100%;
border:1px #3d95b4 solid;
margin:5px 0;
}

#commentform input#submit
{
color:#f8f685;
font-weight:700;
font-size:1.1em;
border:0px;
padding:5px 10px;
margin:10px 0;
background:#0e4251;
-moz-border-radius:8px;
}

#commentform p
{
margin:0px;
}

#commentform input
{
border:#888 solid 1px;
margin:2px 0;
}

#commentform label
{
color:#666;
font-size:1.15em;
}

#respond h3,  h3#comments
{
color:#f8f685;
font-size:1.3em;
border:0px;
padding:4px 10px;
margin:10px 0;
background:#0e4251;
-moz-border-radius:8px;
}

ol.commentlist li
{
margin:20px 0;
}

.widget_share img
{
margin-right:6px;
}

#footercontainer
{	
background:#131313;
color:#fff;
}

