/*
+---------------------------------------------------------------+
|	e107 website system
|	-------------------
|	Best Friends
|	-------------------
|	©2007 mcpeace
|	http://www.manatwork.info
|	mcpeace.manatwork@gmail.com
|
|	released under the terms and conditions of the
|	commercial license.
+---------------------------------------------------------------+
*/
*{
	margin: 0;
	padding: 0; 	
}
body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; 
	font-family: 'lucida grande', verdana, arial, sans-serif;
	color: #333;
	text-align: center;
	background:#fff url("images/background.jpg");
}
a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #ff7f00;
	text-decoration: none;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 1.6em;
	color: #333;
}
h3 {
	font-size: 1.3em;
}
h1, h2, h3 {
	font-family: 'trebuchet ms', 'lucida grande', verdana, arial, sans-serif;
	font-weight: bold;
}
td {
    background: none;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#333;
	padding: 0px;
	text-align:left;
}
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
	color: #336699;
	background: #336699;
	margin: 5px 0;
	}
a img {
	border: none;
	}
.linkspage_button{
	border:0px;
}
.hidden{
	display:none;
}
#clear {
	clear: both;
}
#page {
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	text-align: left;
	background:#fff url("images/header.jpg") top left no-repeat;
}
#top_nav {
	width: 1000px;
	height: 38px;
}
#header {
	position:relative;
	padding: 0;
	margin: 0 ;
	height: 162px;
	width: 1000px; 
}
#header h1{
	position:absolute;
	top:25px;
	left:30px;
	width: 300px;
	height: 92px;
	padding: 0;
	margin: 0 auto;
	background: url(image/logo.jpg) top left no-repeat;
}
#head{
	position:relative;
	float: left;
	margin: 92px 0 0 70px;
	width: 80px;
	height: 70px;
	padding: 0;
	background: url("images/head.png") top left no-repeat;
}
#dogs{
	position:relative;
	float: left;
	width: 401px;
	height: 185px;
	padding: 0;
	margin: 0 0 0 0;
	background: url("images/dogs.png") top left no-repeat;
}
#navigation {
	position: absolute;
	width: 996px;
	height: 106px; 
	top: 113px;
	left: 3px;
	list-style: none;
	text-align: center;
}
#navigation li{
	list-style: none;
	float: left;
	height: 106px;
	list-style-type: none;
}
#navigation a{ 
	width: 100px;
	height: 106px;
	font-size: 12px;
	color: #eee;
	line-height: 14px;
	text-decoration: none;
	background: url(images/button.jpg) no-repeat; 
	display: block;
	margin-right: 3px;
	padding-top: 16px;
}
#navigation a:hover{
	color: #336699;
	background: url(images/button_over.jpg) no-repeat; 
}
#color {
	float:left;
	background: url("images/fade.jpg") bottom left repeat-x;
	width: 1000px;
    margin:0;
	padding:0;
}
#content {
	margin-top:0px;
	font-size: 1.4em
}
.narrowcolumn {
	float: left;
	padding: 0 0 10px 0;
	margin: 0;
	width: 570px;
}
#pad {
	margin: 220px 0 0 0;
	padding: 10px;
}
#aux{
	width: 550px;
	float: left;
	margin-bottom: 30px;
}
#right_side{
	width: 420px;
	float: right;
}
.sidebar {
	margin:0px 0px 0px 0px;
	padding: 100px 0 20px 0;
	width: 200px;
	font: 1.2em 'lucida grande', verdana, arial, sans-serif;
}
#sidebar_left {
	float: left; 
}
#sidebar_right {
	float: right;
	padding-right: 10px;
}
.semiwidecolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0;
	width: 785px;
}
#aux1{
	width: 770px;
	float: left;
	padding-top: 20px;
	margin-bottom: 30px;
}
#aux_left{
	width: 380px;
	float: left;	
}
#aux_right{
	width: 380px;
	float: right;	
}
.widecolumn {
	float: left;
	padding: 0 0 30px 0;
	margin: 0;
	width: 1000px;
}
.narrowcolumn .entry,.semiwidecolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	clear: both;
	background: #f4f7fa url("images/forum.gif");
}
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.nextprev {
	border: 0px;
	text-align: left;
    margin-bottom:10px;
}
.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
    color:#333;
	text-align:center;
    border:1px solid;
    border-color:#ccc #777 #777 #ccc;
    padding:0 10px 2px 10px;
    cursor:pointer;
	background: url("images/btn.jpg") repeat-x bottom;
    height:20px;  
    margin:1px;          
}
.sidebar .button{
	width: 60px;
	border:none;
	background: url("images/button.gif") top left no-repeat;
}
.tbox.chatbox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.spacer {
	padding: 2px 0 2px 0;
}
.indent{
	padding:4px;
	border: 1px solid #06c;
	background: url("images/forum1.gif");
}
.indent .indent{
	padding:4px;
	border: 1px dashed #000;
	background: url("images/forum2.gif");
}
.smalltext {
	font: 1em 'lucida grande', verdana, arial, sans-serif;
}
.mediumtext {
	font: 12px 'lucida grande', verdana, arial, sans-serif;
}
.tbox{
	background: #f4f7fa url("images/forum.gif");
	border: 1px solid;
	border-color: #777 #eee #eee #777;
	color: #000;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	padding: 2px;
}
.helpbox {
	border: 0px;
	background-color: transparent;
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
}
.fborder {
	border: #ededed 1px solid;
	background-color: transparent;
}
.sidebar .fborder{
	background: #f4f7fa url("images/forum.gif");	
}
.forumheader{
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#eee;
	padding: 4px;
	border: 1px solid;
	border-color: #ededed #777 #777 #ededed;
	background: #000;
}
.forumheader td{
	color:#eee;
}
.forumheader2{
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	padding: 4px;
	border: 1px solid;
	border-color: #ededed #777 #777 #ededed;
	background: url("images/forum.gif");
}
.forumheader3{
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
	border: 1px solid;
	border-color: #ededed #777 #777 #ededed;
	background: url("images/forum.gif");
}
.forumheader4{
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
	border: 1px solid;
	border-color: #ededed #777 #777 #ededed;
	background: #f4f7fa url("images/forum.gif");
}
.forumheader5{
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
	border: 1px solid;
	border-color: #ededed #777 #777 #ededed;
	background: #f4f7fa url("images/forum.gif");
}
.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}
.fcaption {
	height:35px;
	padding: 2px 0 2px 8px;
	background-color: #336699;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	border: 1px solid;
	border-color: #ededed #777 #777 #ededed;
}
.fcaption a, .forumheader a{
	padding-right:4px;
	color:#00aaff;
}
.fcaption a:hover, .forumheader:hover {
	padding-right:4px;
	color:#ffaa00;
}
.nicetitle {
	font-weight: bold;
	color: #3c3c3c;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 35em;
	z-index: 20;
	max-width: 60%;
}
.nicetitle-content{
	overflow: hidden;
	background: white;
	border: 1px solid #333;
	padding: 7px;
}
.nicetitle p{
	margin: 0;
	line-height: 120%;
}
.nicetitle p.destination {
	font-weight: normal;
	font-size: 10px;
	color: #5e7743;
}
div.nicetitle p span.accesskey {
	color: #ff7200;
}
.sidebar .text{
	padding: 10px 5px 20px 5px;
}
.box_top_left {
	background: url(images/caption_yellow.jpg) top left no-repeat;
}
.box_top_left h3{
	padding: 18px 10px 17px 10px;
	line-height: 14px;
}
.box_bottom_left {
	background: url(images/caption_red.jpg) top left no-repeat;
}
.box_bottom_left h3{
	padding: 18px 10px 17px 10px;
	line-height: 14px;
	color: #eee;
}
.box_top_right {
	background: url(images/caption_turcoise.jpg) top left no-repeat;
}
.box_top_right h3{
	padding: 18px 10px 17px 10px;
	line-height: 14px;
}
.box_bottom_right {
	background: url(images/caption_green.jpg) top left no-repeat;
}
.box_bottom_right h3{
	padding: 18px 10px 17px 10px;
	line-height: 14px;
}
#source {
        position:relative;
        z-index:100;
        display:block;
        float:left;
        width: 60px;
        height:25px;
        margin: 10px 0 0 0;
        padding-left: 40px;
        text-align:center;
        color:#777;
}
#source a {
        display:block;
        color:#777;
	width: 60px;
        height:25px;
	background: url("images/source.gif") bottom no-repeat;
}
#source a:hover {
        color:#336699;
	background: url("images/source_over.gif") bottom no-repeat;
}
.chattext{
	background: url("images/forum2.gif");	
}
.comm{
	background: url("images/forum2.gif");
	padding: 3px;
	border: 1px solid #ededed;	
}
.comm1{
	background: url("images/forum1.gif");
	padding: 3px;
	border: 1px solid;
	border-color: #ededed #777 #777 #ededed;	
}
.newsimage{	
	clear:left;
	float: left;
	padding: 3px 10px 10px 0;
}
#signup {
	background: url(images/signup.gif) top right no-repeat;
	width: 150px;
	height: 117px;
    margin-right: auto;
    margin-left: auto;
}
#signup a{
	width: 150px;
    display:block;
    padding: 95px 0 0 0;
    font-weight: bold;
}
.nforumdisclaimer {
      display:none;
}
.info1{
	clear:left;
}
.nextprev_link {
    background-color: #eeeeee;
    border: #cccccc 1px solid;
    color: #111111;
    font: 11px tahoma;
    text-align:center;
    padding: 2px 5px 2px 5px;
}
.nextprev_link:hover{
    background-color: #cccccc;
    border: #666666 1px solid;
    color: #000000;
    font: 11px tahoma;
    text-align:center;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
}
.nextprev_current {
	background-color: #838383;
	border: #cccccc 1px solid;
	color: #ffffff;
	font: 11px tahoma;
	text-align:center;
	padding: 2px 5px 2px 5px;
}
.npbutton{
    background: url("images/footer.jpg") left repeat-x;
    text-decoration: none;
    width: 16px;
    height:12px;
    text-align:center;
    padding:3px 0;
    border:1px solid;
    border-color:#ccc #777 #777 #ccc;
    color: #eee;
}
