/*
 	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; /* 780 */
	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;
	list-style-type: none;
	background-color: #ffcc66;
	border:3px solid black;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}


.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-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.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;
}

div.ctr {
	text-align: center;
}

.sticks #container #mainContent img.news {
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	border: thin solid #000033;
}


	
.style1 {
	font-weight: bold;
}

.bignred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	color: #CC0000;
}

#domticker{
width: 190px;
height: 230px;
padding: 5px;
background-color: #ffcc66;
color: #990000; 
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #ffcc66;
}

#domticker a{
font-weight: bold;
}


div.capr {
	float:right;
	margin:0 0 15px 20px;
	padding:10px;
	border:1px solid black;
	text-align:center;
}

div.capl {
	float:left;
	margin:0 20px 15px 0;
	padding:10px;
	border:1px solid black;
	text-align:center;
}

div.capc {
	margin: 15px;
	padding: 10px;
	text-align:center;
}

div.capr-nb {
	float:right;
	margin:0 0 15px 20px;
	padding:10px;
	text-align:center;
}

div.capl-nb {
	float:left;
	margin:0 20px 15px 0;
	padding:10px;
	text-align:center;
}

a {
   outline: none;
}

#tbl_head {
	font-weight: bold;
	font-variant: small-caps;
	background: #900;
	border-bottom: 2px solid #FFF;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}
#tbl_item {
	font-weight: bold;
	background: #FFC;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
#tbl_body {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
#tbl_body_r {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	text-align: right;
}
.sticks #container #mainContent table caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}
