/*
*/

/********    Stylesheet for Diggler - Burning Brains      *********/

/*
*/

/******** COLORS **********/

/* 	
151c5c	Dark Blue - Home BG
01a747	Green - Masthead BG
ef6900	Dark Orange - Titles
ea9a2b	Light Orange - Accent

c5ba80	Tan - Dog BG
5e3219	Dark Brown - Dog Accent
669933	Green - Dog Page Titles

006eac	Medium Blue - Electric
00a687	Teal Blue - Electric Link

d1ded7	Light Grey-Blue - Kids BG
9c2300	Brick - Kids Page Titles

80afe0	Sky Blue - Mtn BG
074421	Dark Green - Mtn Page Titles

*/

/******** General tags ********/

body {
	background:#ffffff;
	color:#000000;
	margin:0 auto;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bg_main.jpg);
}

a {
	text-decoration:none;
	color:#151c5c;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

ul,ol,dl{
	margin:0 0 0 0;
	list-style-type: disc;
	list-style-position: inside;
}
ul ul,ol ol{
	margin:4px 0 4px 35px;
}

/*Orange*/
h1 {
	font-size:1.2em;
	font-weight: bold;
	color:#ef6900;
	margin:0 5px 10px 10px;
	font-weight: bold;
	padding-bottom: 3px;
	line-height: 1em;
}
	
/*Orange*/
h2 {
	font-size:1.1em;
	font-weight: bold;
	color:#ef6900;
	margin:0 5px 10px 10px;
	font-weight: bold;
	padding-bottom: 3px;
	line-height: 1em;
}

/*White*/
h3 {
	font-size:1.2em;
	font-weight: bold;
	color:#ffffff;
	margin:0 5px 10px 10px;
	font-weight: bold;
	padding-bottom: 3px;
	line-height: 1em;
}
	
/*Dark Green*/
h4 {
	font-size:1.0em;
	font-weight: bold;
	color:#074421;
	margin:-10px 5px 10px 10px;
	padding-bottom: 3px;
	line-height: 1em;
}

/*Dk Blue*/
h5 {
	font-size:1.2em;
	font-weight: bold;
	color:#151c5c;
	margin:0 5px 10px 10px;
	font-weight: bold;
	padding-bottom: 3px;
	line-height: 1em;
}
	
h6 {
	font-size:1.0em;
	color:#000000;
	margin:0 0 10px 10px;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 3px;
	line-height: 1em;}

blockquote {
	margin:0px 10px;
}

/******** Main wrap ********/

#header_wrap {
	width:920px;
	margin:0px auto 0px auto;
	padding:0 0 0 0;
	background-color: #01a747;
	height: 127px;
}

#header {
	margin:0;
	background-color: #01a747;
	padding: 0px;
}

#menulinks {
	text-align: right;
	margin: 10px 0 0 0;
	color: #FFFFFF;
	font-size: 0.6em;
	font-weight: bold;
}

#content_wrap {
	width:920px;
	margin:0px auto 10px auto;
	padding:0 0 0 0;
	background-color: #fff;
}

#topnav{
	background-color:#01a747;
	margin:0 auto 30px auto;
	padding:0 0 0 0;
	width:920px;
	color:#ffffff;
	font-size:1.2em;
}


/******** Content ********/

#content_main {
	background-color: #FFFFFF;
	text-align:left;
	color:#000000;
	margin:40px auto 50px auto;
	padding:0 0;
	line-height:1em;
}

#content_left_600w {
	float:none;
	margin:0px;
	padding:0px;
	width:600px;
}

#content_left_305w {
	float:none;
	margin:0;
	padding:0;
	width:305px;
}

#content_right_305w {
	width:305px;
	padding: 0;
	color: #000000;
	line-height: 1.2em;
	float: right;
}

#content_right_600w {
	width:600px;
	padding: 0;
	color: #FFFFFF;
	line-height: 1.2em;
	margin-top: 0px;
	float: right;
}

#content_main p {
	margin: 0 10px 10px 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000000;
}

#content_main a {
	text-decoration:none;
	color:#ef6900;
	font-weight:bold;
}

#content_main a:hover {
	text-decoration:underline;
}

#content_right_600w p {
	margin: 0 80px 10px 10px;

}

#content_right_305w p {
	margin: 0 10px 10px 10px
}

#column_left {
	float:left;
	width: 180px;
}

#column_center {
	float:left;
	width: 180px;
}

#column_right {
	float:left;
	width: 180px;
}



/******** Footer ********/


#footer {
	clear:both;
	background-color: #fff;
	text-align:right;
	color:#000;
	font-size:0.9em;
	margin:0 auto 20px auto;
	padding:8px 0;
	line-height:normal;
	border-top: thin solid #01a747;
}

#footer p {
	margin:0 20px 0 0;
	padding:0;
	font-size: 0.7em;
	line-height: 1.2em;
}

#footer a {
	color:#151c5c;
}


/******** Table Definitions ********/


/*#table_left ul {
	margin:0 0 0 0;
	list-style-type: none;
}

#table_left a:hover {
	color:#ff9933;
	text-decoration:none;
}



#table_store td {
	font-size: 0.8em;
	line-height: 1.1em;
	color: #000000;
}

*/
/*tbody {
	color: #000000;
}



th {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 1.0em;
}
*/
/*#table_contest {
	margin:0 0 0 10px;
}

#table_contact {
	margin:0 0 0 10px;
}
*//******** Various classes ********/

.floatleft {
	float:left;
	margin:0 15px 4px 0;
}

.floatright {
	float:right;
	margin:0 0 4px 15px;
}

.textright {
	text-align:right;
}

.textcenter {
	text-align:center;
}

.italic {
	font-style: italic;
}

.italicbold {
	font-style: italic;
	margin: 0px 0 6px 15px;
	font-weight: bold;
}

.small {
	font-size:0.7em;
}

.bold {
	font-weight:bold;
	line-height: 25px;
}

.big {
	font-size:1.3em;
}

.clear {
	clear:both;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 10px;
	line-height: 0px;
}

.image_review {
	margin: 20px 0 0 0;
}
