/*
Theme Name: Tap Dogs 2011
Author: Free Form Foundry
Author URI: http://f-3.com.au
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

a
{
	color: #B82032;
}

body
{
	background-image: url(images/body_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-color: #42b6e7;
}



h2
{
	color: #FFF;
	font-family: Courier;
	font-weight: normal;
	font-size: 46px;
	padding: 0px;
	margin: 0px;
}

h3
{
	font-family: Courier;
	font-size: 36px;
	color: #b82032;
	padding: 0px;
	margin: 0px;
}

h4
{
	font-family: Courier;
	font-size: 18px;
	color: #000;
	padding: 0px;
	margin: 0px;
}

h5
{
	font-family: Courier;
	font-size: 22px;
	color: #b82032;
	padding: 0px;
	margin: 0 0 15px 0;
}

h6
{
	font-family: Courier;
	font-size: 30px;
	color: #b82032;
	padding: 0px;
	margin: 0 0 15px 0;
}

.pink
{
	color: #b82032;
}

ul
{
	font-size: 12px;
	color: #000;
	font-family: Arial;
}

ol
{
	font-size: 12px;
	color: #000;
	font-family: Arial;
}
	
ul li
{
}

#container
{
	width: 1000px;
	margin: 0 auto 0 auto;
}

#banner
{
	width: 936px;
	height: 230px;
	margin: 0 0 30px 0;
	border: 2px solid #000;
	border-radius: 10px;
	padding: 30px;
	background-image: url(images/banner_1.png);
}

#banner-min
{
	width: 936px;
	height: 90px;
	margin: 0 0 30px 0;
	border: 2px solid #000;
	border-radius: 10px;
	padding: 30px;
	background-image: url(images/banner_1.png);
}

#logo
{
	width: 935px;
	height: 267px;
	background-image: url(images/logo.png);
	position: absolute;
	left: auto;
	top: 0px;
}

#toptabs
{
	height: 75px;
	font-size: 14px;
	color: #FFF;
	font-family: Courier;
	font-weight: bold;
}

#toptabs a
{
	color: #FFF;
	text-decoration: none;
}

#toptabs p
{
	margin: 0px;
	text-align: center;
	padding: 0px;
}

#rtableft
{
	width: 160px;
	height: 15px;
	background-color: #b82032;
	box-shadow: 1px 1px  #4c4c4c;
	-webkit-box-shadow: 1px 1px #4c4c4c;
	-moz-box-shadow: 1px 1px #4c4c4c;
	padding: 10px;
	border-radius: 0 0 5px 5px;
	float: left;
}

#rtabright
{
	width: 160px;
	height: 15px;
	background-color: #b82032;
	box-shadow: 1px 1px  #4c4c4c;
	-webkit-box-shadow: 1px 1px #4c4c4c;
	-moz-box-shadow: 1px 1px #4c4c4c;
	padding: 10px;
	border-radius: 0 0 8px 8px;
	float: right;
}

#navigation
{
	width: 1000px;
	height: 75px;
}

#navigation ul
{
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	color: #b82032;
	font-family: Courier;
	font-weight: bold;
}

#navigation  li
{
	display: inline;
	padding: 5px 10px 5px 10px;
}

#navigation ul li:hover
{
	background-color: #b82032;
	border-radius: 5px;
	color: #FFF;
	box-shadow: 1px 1px  #4c4c4c;
	-webkit-box-shadow: 1px 1px #4c4c4c;
	-moz-box-shadow: 1px 1px #4c4c4c;

}


.selected
{
	background-color: #b82032;
	border-radius: 5px;
	color: #FFF;
	border: 1px solid #4c4c4c;
}

#navleft
{
	float: left;
	width: 498px;
}

#navleft a
{
	text-decoration: none;
}
	
#navright
{
	float: right;
	width: 498px;
	text-align: right;
}

#navright a
{
	text-decoration: none;
}

#content
{
	background-color: #FFF;
	border-radius: 10px;
	padding: 30px;
	margin: 0 0 30px 0;
}

#pagecontent
{
	background-color: #FFF;
	border-radius: 10px;
	padding: 30px;
	margin: 0 0 30px 0;
}

#contactbox
{
	width: 190px;
	background-color: #e8e8e8;
	border: 1px solid #a2a2a2;
	border-radius: 4px;
	padding: 15px 10px 15px 10px;
	float: right;
}

input[type="text"]
{
	border: 1px solid #b1b1b1;
	padding: 7px 7px 7px 7px;
	border-radius: 3px;
	width: 170px;
	margin-bottom: 5px;
}

.buttonwrap {
background: transparent url(images/submit_on.png) no-repeat left top;
}

input.buttonhover {
	background: transparent url(images/submit_off.png) no-repeat left top;
	border: none;
	padding: 0;
	display: block;
	height: 30px;
	width: 170px;
	text-indent: -9999px;
	font-size: 1px;
}

textarea
{
	border: 1px solid #b1b1b1;
	padding: 7px 7px 7px 7px;
	border-radius: 3px;
	width: 170px;
	margin-bottom: 5px;
}

.mab_contact_form input[type="submit"]
{
	background: transparent url(images/submit_off.png) no-repeat left top;
	border: none;
	padding: 0;
	display: block;
	height: 30px;
	width: 170px !important;
	text-indent: -9999px;
	font-size: 1px;
	margin-top: 10px;
}

.c_contact_form input[type="submit"]
{
	background: transparent url(images/submit_off.png) no-repeat left top;
	border: none;
	padding: 0;
	display: block;
	height: 30px;
	width: 170px !important;
	text-indent: -9999px;
	font-size: 1px;
	margin-top: 10px;
}

.leftcol
{
	width: 680px;
	float: left;
}

.leftcol p
{
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

.rightcol
{
	width: 240px;
	float: right;
}

.badge
{
	width: 174px;
	height: 174px;
	margin: 25px 20px 10px auto;
	float: right;
}

.freeoffer
{
	background-image: url(images/free_badge.png);
}

.dotbreaker
{
	height: 7px;
	background-image: url(images/breaker_bg.png);
	background-repeat: repeat-x;
	margin: 20px 0px 20px 0;
}

article p
{
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

article p.title
{
	font-family: Courier;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin: 0px;
}


.article p
{

}

.dogphoto
{
	width: 220px; 
	height: 180px; 
	border: 1px solid #b82032; 
	float: left;
}

.dotmtext
{
	float: left;
	margin-left: 20px;
	width: 350px;
}

#footer
{
	height: 140px;
	background-color: #086da4;
	padding-top: 30px;
}

#innerfooter
{
	height: 98px;
	width: 998px;
	margin: 0 auto 0 auto;
	background-color: #035480;
	border-radius: 8px;
	border: 1px solid #00406c;
	background-image: url(images/footer_bg.jpg);
	background-position: top middle;
}

#innerfooter a
{
	color: #FFF;
	text-decoration: none;
}

#innerfooter p
{
	font-size: 12px;
	color: #FFF;
	font-family: Arial;
	text-align: center;
	margin: 27px 0 0 0;
	line-height: 20px;
	text-shadow: #000 1px 1px 1px;
}