/*
Theme Name: biscuitpup.com
*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
html, body {
        padding: 0; margin: 0;
}   
    
body {
/*        background: #fff	url('images/bggrad.gif') repeat-x;*/
        background: #7951c7;
        color: #333;
        text-align: center;
        font: normal 13px/18px Arial, Helvetica, sans-serif;
        padding-top: 20px;
}

img {margin: 0; padding: 0; border: 0;}

#headerl {
	margin-top:0px;
	width: 758px !important;
	float: left;
	border:1px solid #dedbd1;
   }

#headerl h1 {
    background: url('images/furreal-biscuit-header.jpg') no-repeat bottom left;
	margin:0;
	padding: 0;
}

#headerl h1 a {
    width: 758px;
    line-height: 100px;
	height: 100px !important;
    text-indent: -5000px;
    display: block;
}

#headerr {
	float: right;
}


#menu {
	width:758px !important;
	height: 25px !important;
    background: #fff url('images/botgrad.gif') repeat-x bottom;
	border:1px solid #dedbd1;
	margin-bottom:0px;
	clear: both;
}

#menu ul{
	float:right;
	padding:4px 20px 0 0;
}

#menu li {
	display: inline;
	padding-right:10px;
}

#menu li a {
	color: #333;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	text-decoration: underline;
}

a {
/*	color:#5d3ea9;*/
	color:blue;
	text-decoration:underline;
}
a:hover {
	color:#5d3ea9;
	text-decoration: underline;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
	color:#000;
	padding-bottom: 5px;
/*	color:#5d3ea9;*/
}


#content h1 {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 5px;
}

h2 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3, h4, h5{
	color: #000;
/*	color: #5d3ea9;*/
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0px;
}

ul, ul li {
	list-style: none;
	margin: 0;;
	padding: 0;
}

ul li {
	padding-left:0px;
}

ul li a {
	text-decoration: underline;
}

ul li a:hover {
	text-decoration: underline;
}


#wrap {
	width: 760px !important;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

#content {
	padding: 20px 5px 15px 5px;
	text-align: left;
	background: #fff;
}

#content{
	background: #fff url('images/topgrad.gif') repeat-x top left;
	border:1px solid #dedbd1;
	margin: 0;
	padding:5px 14px 14px 14px;
}

.post {
	margin:15px;
}
.post p{
	line-height: 18px;
	padding: 0 0 15px;
}

.post p a{
	font-weight: bold;
}


#footer {
	padding-top: 50px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
	clear:both;
}

#footer a {
	font-weight: normal;
	color: #999;
	text-decoration: underline;
}

#sidebar {
	clear:both;
	background: #FFFFFF url('images/topgrad.gif') repeat-x top left;
	padding:10px;
	border:1px solid #dedbd1;	
	line-height:normal;
}

.grid {
	background: #fff url('images/topgrad.gif') repeat-x top left;
	border:1px solid #dedbd1;
	padding:10px;
	margin-bottom:20px;
}

.grid img{
	float: left;
	border: 1px solid #dedbd1;
	margin-right: 10px;
	display: inline;
}

.grid h3 a:link, .grid h3 a:visited, .grid h3 a:hover {
	font: bold 13px Georgia, "Times New Roman", Times, serif;;
	padding: 5px 0 0 0px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #000;
}

.grid h3 a:hover {
	text-decoration: underline;
}

.clear {clear:both;}
.center { text-align: center;  }
.right { float: right;}
.inline { padding: 5px; margin: 0; border: 0;}
.hr {
	height: 1px !important; 
	background-color:#333; 
	margin: 25px 0;
}
.updated {
	font-style:italic;
	font-size:12px;
	padding:5px 0 0 5px;
}

.contactform input, .contactform textarea {border:1px solid #dedbd1;display:block;}
.contactform {margin: 20px 0;}

.box {
	float: right;
	margin-left:15px;
	margin-bottom:15px;
	background:#fff;
}
.box img {
	display:inline;
}

.attention {
	color: #c00;
	font-weight:bold;
	font-style: italic;
	font-size:12px;
	padding-right:25px;
}
