/********** BRIAR GLEN: RAGDOLLS **********/
body{
	margin: 0;
	padding: 0;
	background: #F7E4E4;
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 90%;
}
h1{
	margin-top: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 200%;
	font-weight: normal;
	text-transform: uppercase;
	color: #CC6666;
}
h2{
	font-size: 125%;
	font-weight: normal;
	color: #666666;
}
h3{
	font-size: 110%;
}
p{
	line-height: 140%;
}
a{
	color: #CC6666;
	text-decoration: none;
}
a:hover{
	color: #EF9999;
	text-decoration: underline;
}
img{
	display: block;
	border: 0;
	max-width: 100%;
	height: auto;
}
.clear {
	clear: both;
}

/********** HEADER **********/
#header {
	margin 0 auto;
}
#header .logo img {
	margin: 20px auto;
}
#header .headerphoto {
	border-top: 2px solid #cc6666;
	border-bottom: 2px solid #cc6666;
	background: #cc9999;
}
#header .headerphoto img {
	margin: 0 auto;
}

/********** STRUCTURE **********/
#body {
	margin: 0 auto;
	padding: 20px;
	width: 690px;
}
#sidebar {
	float: left;
	width: 160px;
}
#main {
	float: right;
	width: 510px;
}
#footer {
	clear: both;
	margin: 0 auto;
	text-align: center;
}

/********** NAVIGATION **********/
.nav, .nav li{
	margin: 0;
	padding: 0;
}
.nav{
	list-style: none;
	width: 160px;
	border-top: 1px solid #CC6666;
	border-right: 1px solid #CC6666;
}
.nav a{
	display: block;
	width: 160px;
	border-bottom: 1px solid #CC6666;
	font-size: 10pt;
	font-weight: bold;
	color: #CC6666;
	line-height: 200%;
	text-decoration: none;
}
.nav a:hover{
	background: url(images/menubg_over.gif) repeat-y;
	color: #CC6666;
	text-decoration: none;
}



#home{
	margin-top: 30px;
	border-top: 1px solid #CC6666;
}

/* SIRES, DAMS, ETC. */

.photo {
	float: left;
	padding: 0 15px 15px 0;
	width: 110px;
	/*height: 250px;*/
	text-align: center;
	overflow: hidden;
}
.photo:nth-of-type(4n+1) {
	clear: left;
}

.photogallery{
	/*border: 1px solid #FFFFFF;*/
	/*background: #F9EBEB;*/
	text-align: left;
}
.photogallery td{
	width: 110px;
	font-size: 10pt;
	line-height: 150%;
}
#wide{
	width: 330px;
}
.photogallery b{
	font-size: 110%;
	font-weight: bold;
}
.photogallery img{
	display: block;
	border: 5px solid #fbf2f2;
}
.photogallery img:hover{
	border: 5px solid #ffffff;
}




#photos img{
	margin-bottom: 20px;
	margin-right: 20px;
	border: 5px solid #FFFFFF;
}
#photos img:hover{
	border: 5px solid #000000;
}
.photocolumn{
	width: 130px;
}
.catname{
	font-size: 14pt;
	font-weight: normal;
	line-height: 150%;
}

/* FRIENDS */

#back_next img{
	display: none;
	border: 0px;
	margin-bottom: 20px;
}
.letter{
	clear: both;
	margin: 0 0 15px 0;
	padding: 1px 0px;
	background: #fbf2f2;
}
.letter p{
	margin: 20px;
	line-height: 125%;
}
.letter img{
	margin: 20px;
	float: right;
	border: 5px solid #FFFFFF;
}

#friends_photos img{
	border: 4px solid #FFFFFF;
}
#friends_photos img:hover{
	border: 4px solid #000000;
}