/* Advice Dog Generator styles
CSS and styling written and designed by Daryn A. St. Pierre - http://bloqhead.com
Advice Dog Generator Prototype created by Coral - http://www.neosoft.se */

/* Eric Meyer's browser reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* structure elements */
body {
	background: #fff url(img/advicedog-bg.jpg) repeat;
	text-align: center;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	color: #333;
}

/* content elements */
h1, h2, h3 {
	font-weight: normal;
}

h1 {
	color: #990099;
	font-size: 3em;
	padding: 0 0 20px 0;
}

h2 {
	font-size: 1em;
}

h3 {
	font-size: 0.5em;
}

/* page elements */
#topbar {
	width: 100%;
	background: transparent url(img/bodytop.gif) repeat-x top;
	display: block;
	height: 20px;
}

#wrapper {
	background-color: #fff;
	margin: 0 auto !important;
	width: 600px;
	text-align: left;
	border-top: 2px solid #ffcc66;
	border-left: 2px solid #ffcc66;
	border-bottom: 2px solid #cc9900;
	border-right: 2px solid #cc9900;
}

#content {
	width: 100%;
	padding: 20px;
}

#footer {
	display: block;
	padding: 20px 0 20px 0;
	text-align: center;
	line-height: 1.5em;
	color: #999;
	font-size: 90%;
}

.clear {
	clear: both;
}

/* forms */
input {
	background: #fff url(img/input-bg.gif) repeat-x top;
	width: 93%;
	clear: both;
	display: block;
	font-size: 1.5em;
	padding: 3px;
	border: 1px solid #ccc;
	color: #999;
}

label {
	clear: both;
	display: block;
	padding: 10px 0 5px 0;
	font-size: 1.5em;
}

/* Particle Tree buttons
http://particletree.com/features/rediscovering-the-button-element/ */

/* BUTTONS */

.buttons {
	padding: 0 0 20px 0;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:7px 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:150%;
    line-height:180%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}

.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:25px; /* Safari */
}

*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}

.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}

.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}

.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}

.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* misc styles */
p.cap { text-transform: uppercase; }