@charset "UTF-8";
/* CSS Document */

/*         TAGS          */
a{
	color:#000;	
}
a:hover{
	color:#666;	
}
ul{
	list-style:none;	
}
img{
	border:none;	
}

/*            LAYOUT              */
body{
	padding:0px;
	margin:0;
	margin:auto;
	background-color:#f0f5fa;
	background-image: url(../../images/layout/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment:fixed;
	font-family:Helvetica, Arial, sans-serif;
}
#wrap{
	position:relative;
	margin:0 auto;
	width:1000px;
	min-height:900px;
	background:url(../../images/layout/content.png) 0px 151px no-repeat;
}
#header{
	width:1000px;
	height:151px;
	background-image:url(../../images/layout/header.png);
	background-repeat:no-repeat;
}

/*            SIDEBAR           */

#sidebar{
	width:234px;
	min-height:749px;
	float:left;
}
.sidebar_header{
	background: url(../../images/layout/sidebarheader.png) no-repeat;
	height: 20px;
	width: 209px;
	text-indent:60px;
	font-size:14px;
	font-weight:bold;
	padding:13px;	
}
.sidebar_links{
	list-style:none;
	margin-left:33px;	
}
.sidebar_links li{
	line-height:20px;	
}
.sidebar_links a{
	color:#181a1c;
	text-decoration:none;
	font-size:14px;
}
.sidebar_links a:hover{
	color:#666;
}
#featuredpup_box{
	background: url(../../images/layout/featuredpup_box.png) 5px 0px no-repeat;
	height: 102px;
	width: 123px;
	padding-top:10px;
	padding-left:75px;
	font-size:14px;
	clear:both;
}
#featuredpup_box a{
	text-decoration:none;
}

/*        CONTENT            */

#content{
	width:950px;
	float:left;
	background-image: url(../../images/layout/white.png);
	background-repeat: no-repeat;
	background-position:top;
}
.dog_box{
	background-image:url(../../images/layout/dogbox.png);
	background-repeat: no-repeat;
	height: 389px;
	width: 681px;
	padding:35px;
	clear:both;	
}
.dog-box-square-outline{
	border:6px solid #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	height: 304px;
	width: 342px;
}
.dog-box-square-boy{
	background-image:url(../../images/layout/square_box_boy.png);
	background-repeat: no-repeat;
	height: 405px;
	width: 426px;
	padding-left:35px;
	padding-top:42px;
	float:right;
}
.dog-box-square-girl{
	background-image:url(../../images/layout/square_box_girl.png);
	background-repeat: no-repeat;
	height: 405px;
	width: 426px;
	padding-left:35px;
	padding-top:42px;
	float:right;
}
.dog-box-square-small-boy{
	background-image:url(../../images/layout/square_box_small_boy.png);
	background-repeat: no-repeat;
	height: 203px;
	width: 213px;
	padding-left:15px;
	padding-top:20px;
	float:right;
}
.dog-box-square-small-girl{
	background-image:url(../../images/layout/square_box_small_girl.png);
	background-repeat: no-repeat;
	height: 203px;
	width: 213px;
	padding-left:15px;
	padding-top:20px;
	float:right;
}
.photo_outline{
	border:6px solid #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	height: 267px;
	width: 300px;
}
.photo{
	width:300px;
	height:267px;
}
.litter_box{
	background-image:url(../../images/layout/litter_box.png);
	background-repeat: no-repeat;
	height: 409px;
	width: 710px;
	padding:25px;
	clear:both;	
}
.litter_boy{
	float:left;	
}
.litter_girl{
	float:left;
	padding-left:25px;
}
.dog_photo{
	float:left;	
}
.dog_desc{
	float:left;
	padding:1px;	
}
#rightside{
	background:url(../../images/layout/rightside.png) no-repeat;
	width:50px;
	height:749px;
	float:left;	
}
/*          MAIN               */

#main{
	width:710px;
	float:left;
}
/*          FOOTER             */

#footer{
	text-align:center;
	width:900px;
	height:40px;
	clear:both;
	margin: auto;
	padding-top:10px;
	font-size:12px;
	border-top:thin solid #CCC;
}
#bottompaws{
	position:relative;
	right:-370px;
	top:-120px;
	z-index:-1;	
}
#footer a{
	text-decoration:none;	
}
#footer li{
	display:inline;
}
