﻿

ol, ul {
	list-style:none;
}

address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
code {
    display:block;
	padding:4px;
	font-size:1.1em;
}



fieldset, img {
	border:0;
}

caption, th {
	text-align:left;
}

q:before, q:after {
	content:'';
}


div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, blockquote, textarea {
	font-size:1em;
}
li {
	padding:2px 0px;
}
.clearer {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
/*----------------------------------------------*/

.error {
	display:block;
	width:auto;
	padding:4px;
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
	margin:5px 0px;
}
.success {
	display:block;
	width:auto;
	padding:4px;
	background-color:#009933;
	color:#FFFFFF;
	font-weight:bold;
    margin:5px 0px;
}
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
p {
	margin:6px 0px 6px;
}


	

/*------------------------------------ Custom EDITOR BUTTONS*/

ul.uibuttonholders 
{
    list-style:none;
}


ul.uibuttonholders li 
{
    display:inline;
    padding:2px 15px 2px 2px;   
}

/* --- Stats ---  */

.stats {
	font-size:0.8em;
	font-weight:bold;
}
.stats li {
	padding:1px 0px;
}
/* -- Radio button List -- */
.rbl {
	font-weight:bold;
}
.rbl input {
	margin:0px 10px 0px 0px;
}
.rbl span.sublinktext {
	display:block;
	font-weight:normal;
	font-size:0.9em;
	padding:1px 0px 5px 30px;
}


/* ----  Forms ----- */
.form label {
	display:block;
	font-size:0.9em;
	padding:2px 0;
}
.featuredheading {
	font-size:0.9em;
	color:#666666;
}

/* ---- Guidelines holder --- */

#linkguidelines {
	font-size:0.9em;
}
#linkguidelines ul {
	padding:0px 0px 0px 25px;
}
#linkguidelines li {
	padding:2px 0px;
	list-style:circle;
}

/* -- Thank You Page --- */
.paypalbutton 
{
    display:block;
    padding:10px 0px;
}
.version {
	font-size:0.8em;
	color:#666666;
	display:block;
	text-align:right;
}

/* Articles */
#articles {padding:15px 0 0 0; margin:15px 0 0 0; clear:both;}
.articlesholder {padding:5px 0 15px 0;}
.articlesholder h4 a, .articlesholder h4 a:visited {font-size:1.3em; font-weight:normal; padding:5px 0 0 0;}
.articlesholder h4 a:hover {}
#resourcesbody {padding:15px 0 0 0;}
