/*
 	stylesheet for sticksorg.com site
	created by DexterDogDesigns.com
	info@dexterdogdesigns.com
*/

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ccc;
	background-image: url(../images/background.gif); 
}

.sticks #container {
	width: 956px;
	margin: 20px auto;
	border: 1px solid #000;
	text-align: left;
	background-color: #fff8e1;
	color: #990000;
}
 
.sticks #container #mainContent img {
	text-decoration: none;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sticks #header {
 margin: 0;
 padding: 0;
} 

.sticks #header h1, img {
	padding-right: 0;
	padding-left: 0;
	background-color: #fff8e1;
	font-family: "Times New Roman", Times, serif;
	color: #993300;
	border: none;
	margin: 0;
	text-decoration: none;
}

.sticks #header h1:hover, img:hover {
	text-decoration: none;
}

.sticks h2 {
	font-size: x-large;
	font-style: italic;
	margin-top: 1.5em;
	margin-bottom: 1.1em;
	border-bottom: medium solid #999;
}

.sticks #sidebar {
	clear:both;
	float: left; 
	width: 200px; 
	padding: 15px 10px 15px 20px;
	margin: 30px 25px 0 0;
	list-style-type: none;
	background-color: #ffcc66;
	border:3px solid black;
}


.sticks #sidebar p {
	font-size: small;
}

.sticks #sidebar img {
	background-color: #ffcc66;
}

.sticks #sidebar h2 {
	font-size: smaller;
}

.sticks #mainContent {
/*	margin: 25px, 0, 25px, 250px;  */
	padding: 0 20px;
	color: #990000;
	background-color: #fff8e1;
} 

.sticks #mainContent p {
	color: #990000;
}

.sticks #appContent {
	margin: 0 0 0 15px; 
	padding: 0 15px;
	color: #990000;
	background-color: #fff8e1;
} 

.sticks #appContent p.right {
	color: #990000; 
	text-align: right;
	margin-right: 10px;
}

.sticks #appContent h3	{
	text-align: center;
}

.sticks #appContent input {
	margin: 5px;
}

.sticks #footer { 
	padding: 0 10px 0 20px; 
	background: #ddd; 
} 

.sticks #footer p {
	margin: 0; 
	padding: 10px 0; 
}

.down	{
	font-size: 11px;
	text-align: right;
	padding-bottom: 10px;
}

.down a	{
    color: #5a5551;
}

.down3	{
	float: left;
	font-size: 11px;
	text-align: left;
	padding-bottom: 10px;
}

.down3 a	{
    color: #5a5551;
}



.fltrt {
	float: right;
	margin-left: 8px;
	z-index: 5;
	clear: none;
	margin-top: 20px;
}

.fltlft {
	float: left;
	margin-right: 25px;
	border: solid;
}

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


ul.none {
	list-style-type: none;
}

 ul.paw {
	list-style-type: none;
}


p.double {
	border-bottom-style: double;
}

p.ctr {
	text-align: center;
}

span.small {
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	background-color:yellow;
}

a:link {
	color: #ff0000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	color: #ff0000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	outline:none;
}

div.ctr {
	text-align: center;
}

.sticks #container #mainContent img.news {
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	border: thin solid #000033;
}

.bignred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	color: #CC0000;
}

