/*
	=========================================================
	Stylesheet for RandomArtWorkshop.com
	Design & Coding by Vanillafactory.com
	=========================================================
*/

body {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../../images/bg.jpg); 
	background-repeat:repeat-x;
	background-color: #FFC600;
}

/* HEADINGS */
h1, h2, h3 {
	font-family: Calibri, Lucida Sans, Arial, Helvetica, Verdana, sans-serif, serif, Times, Times New Roman;
	font-weight: bold;
	color: #ff6600;
}

h1 {font-size: 30px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}


/* TEXT */
body, p, ol, ul, li, td, th {  
    font-family: Calibri, Lucida Sans Unicode, Lucida Sans, sans-serif, Arial, Helvetica; 
    font-size: 15px; 
	color: #333333;
	margin-top: 0px;
}

ol, ul, li { 
	margin-bottom: 0px;
}

/* LINKS */
a:link, a:visited, a:hover, a:active { text-decoration: none; }

a:link    { color: #ff6600; }
a:visited { color: #CC6600; }
a:hover   { color: #990000; }
a:active  { color: #990000; }

a:link img, a:visited img, a:focus img, a:hover img, a:active img { border: none; }


/* CLASSES */
.border { padding:3px; border:1px solid #999999 }

.dotted {background-color:transparent; border-bottom: 1px #333333 dotted}


/* FORM ELEMENTS */
select, textarea, input, option {  
    font-family: Lucida Sans Unicode, Lucida Sans, sans-serif, Arial, Helvetica; 
    font-size: 11px; 
	color: #333333;
}

input {  
	background: #999999;
	outline: none;
	cursor: pointer;
	border: 1px solid #333333
}

.orange {
	color: #ff6600;
}

.orangebold {
	color: #ff3300;
	font-weight: bold
}