/*
Theme name:Classifieds Site
Editors:Matt Hinchliffe
*/

/* This stylesheet features default values for text and images */
*, body {
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0.01em;
}
body {
font-size:0.8em;
color:#000;
}

a {
color:#e50984;
text-decoration:underline;
}
a:hover {
color:#555;
}

h1 {
font-size:3em;
font-weight:normal;
line-height:80%;
padding:0 0 0 14px;
margin:0 0 5px 0;
color:#ff0000;
}

h2 {
font-size:1.5em;
font-weight:normal;
text-indent:0;
line-height:80%;
margin:0;
padding:0.2em 0;
color:#ff0000;
}
h3 {
font-size:1.3em;
font-weight:normal;
line-height:120%;
text-indent:8px;
color:#ff0000;
}

ul, ol {
line-height:110%;
}
ul {
list-style-type:square;
}

p {
line-height:120%;
margin:0.2em 0 1em 0;
}

/* Fieldset */
fieldset {
border:none;
background:none;
}
fieldset label,fieldset div {
display:block; clear:both;
padding:8px 0 3px 0;
} 
fieldset div.radio {
padding-left:1em;
}
fieldset div.radio label {
display:inline; float:left; clear:none;
padding:8px 8px 0 0;
}
fieldset div.dob select {
margin-right:8px;
padding:1px;
}
fieldset button {
border:none;
background:none;
cursor:pointer;
padding:0;
width:328px; !important
}
fieldset div#terms {
height:auto;
}
.inputtext {
float:left;
display:block;
border:1px solid #aaa;
padding:3px;
}
input:focus {
border-color:#e50984;
}
input, option {
padding:0.1em;
}

/* Misc Classes */
.align-center { 
text-align:center;
}
.align-right { 
text-align:right;
}
.hidden-note {
display:none;
}
.important {
color:red;
}
.small {
font-size:0.8em;
color:#888;
}
.float-left {
float:left;
margin:0 8px 8px 0;
}
.float-right {
float:right;
margin:0 0 8px 8px;
}
.force-new-line {
clear:both;
width:90%;
line-height:0px;
height:0px;
font-size:0%;
}
