/**
 * (c) 2010 Themes From Robin
 */

body {
	font:16px Trebuchet MS, Helvetica, Arial, "Lucida Grande", Verdana, Geneva, sans-serif;
	color:#222;
	background:url("../i/body-bg.png") repeat-x #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 { font-weight:normal; font-family: Trebuchet MS, Helvetica, Arial, "Lucida Grande", Verdana, Geneva, sans-serif; }
h1 { font-size:22px; line-height:26px; margin-bottom:10px; }
h2 { font-size:20px; line-height:24px; margin-bottom:7px; }
h3 { font-size:18px; line-height:22px; margin-bottom:5px; }
h4 { font-size:16px; line-height:20px; margin-bottom:5px; }
h5 { font-size:14px; line-height:18px; margin-bottom:5px; }
h6 { font-size:12px; line-height:16px; margin-bottom:5px; }

a {
	color:#025E9F;
	text-decoration:underline;
}
a:hover,
a:active {
	text-decoration:none;
}
a:visited {
	color:#810381;
}

p { margin-bottom:13px; }

sup,
sub {
	font-size:0.75em;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .6ex;
}

input[type='submit'],
input[type='reset'],
button {
	cursor:pointer;
	padding:3px 5px;
}
body.browser-opera input[type='submit'],
body.browser-opera input[type='reset'],
body.browser-opera button {
	padding:3px 7px;
}

input[type='text'],
input[type='search'],
input[type='email'],
input[type='password'],
input[type='file'],
textarea,
select {
	border:1px solid #C2C2C2;
	background:#FBFAFA;
	padding:3px;
}


input[type='text']:focus,
input[type='search']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='file']:focus,
textarea:focus,
select:focus {
	background:#FFFFCC;
}


blockquote {
	font:italic 0.9em Georgia, Serif;
	padding:13px 5px 5px 40px;
	margin:10px 0 10px 20px;
	background:#FBFAFA url(../i/white-queen-sprite.png) no-repeat 7px -95px;
	border:1px #919191 dashed;
}

table {
	border-collapse:collapse;
	border-spacing: 0;
	margin:5px 0;
	border:1px #999 solid;
}
th {
	text-align:center;
	background:#f3f3f3;
}
fieldset,
th,
td {
	border:1px #999 solid;
}

legend,
th,
td {
	padding:4px;
}


ul,
ol {
	margin: 0 0 18px 1.5em;
}

li {
	margin-bottom:7px;
}

ul {
	list-style:square outside none;
}

ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
	margin-top:7px;
}

dl dt {
	font-weight:bold;
}
dl dd {
	font-style:italic;
	margin:0 0 5px 20px;
	color:#555;
}

/**/

fieldset {
	padding:6px;
}
hr {
	background:#333;
	border:0 none;
	height:1px;
	margin-bottom:18px;
	clear:both;
}
abbr,
acronym {
	border-bottom:1px dashed;
	cursor:help;
}
s,
strike,
del {
	text-decoration:line-through;
}
pre {
	font-family:"Courier 10 Pitch", Courier, monospace;
	background:#eee;
	padding:5px;
}
code {
	font-family:Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	background:#eee;
	font-style:italic;
}
/**/



/* Classes
##############################################################################*/
.no-text {text-indent:-666em; overflow:hidden;}
.dnone {display:none;}
.clear { float:none; clear:both; }
.b { font-weight:bold; }


/* END CSS */
