/* --arrange-- */

/* m3log.net theme by gerard russ */


/* RESTYLED HTML TAGS */

body {
	margin: 0px; 
	padding-bottom: 20px;
	background-color: #994400; 
	color: #333;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 11px;
}

input, textarea {
 	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: x-small;
	border: 1px solid black;
	background: #bbbbbb;
}

textarea:focus, textarea:hover, input:focus, input:hover {
background: #cccccc;
}

hr { 
	color: #994400;
	background: #994400;
	height:1px; 
	border:0;
	width: 90%;
	margin:5px 3px 0 3px; 
}

small {padding: 5px 5px 5px 3px;}

strong{font-weight: bold;}

h1 { font-size: 115%; font-weight: bold; color: #333333; }
h2 { font-size: 110%; color: #333333;  }
h3 { font-size: 105%; color: #333333; }

a:link, a:visited { color: #994400; text-decoration: underline; padding-bottom:1px; }

a:hover, a:active {
	text-decoration: underline;
	padding-bottom:1px;
}


form { text-align: right }



/* BODY CONTAINER */

#pageall{
    position: relative;
    margin: 0 auto 20px auto;
    width: 745px;
    background: #cccccc url(content_bg.gif) top left;
    font-size: 100%;
    border: 1px solid #333333;
    border-top: none;
    padding-top: 10px;
}


/* TOPNAV STYLES */

#masthead {
	height: 65px;
	background: #994400 url(header.jpg) top left no-repeat;
    margin: 0 auto;
    width: 745px;
    border: 1px solid #333333;
    border-top: none;
	}

#masthead ul{
	font: bold 100% "Trebuchet MS", Verdana, sans-serif;
	border-top: 2px solid #333333;
	padding: 0px 0px 1px 0px;
	margin: 0px;
}

#masthead ul li{
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#masthead ul li a {
		color: #994400;
		padding: 0px 8px;
		margin-left: 0px;
		margin-right: 4px;
		border: 1px solid #333333;
		border-top: none;
		background: #dddddd;
		text-decoration: none;
	}

#masthead ul li a.selected {
	color: #cccccc;
	background-color: #994400;
	border: 2px solid #333333;
	border-top: 2px solid #994400;
	padding-bottom: 3px;	
}

#masthead ul li a:hover {
	color: black;
}

#masthead a.plainlink { display:none; }

#masthead img { float: left; }

.mainnav {
	position: relative;
	top: 66px;
	left: 0px;
	width: 745px;
	text-align: right;
	background: #cccccc url(content_bg.gif) bottom left;
	height: 25px;
	}

#navigation li { display: inline; list-style-image: none; padding: 0 0 2px 1px; margin: 0; }
#navigation {  margin:0; padding: 0px;  }

#rightcontent {
	position: absolute;
	right: 5px;
	top: 40px;
	font-size: 100%;
}

#masthead #rightcontent a { padding: 3px; background-color: transparent; border: 0px; }
#masthead #rightcontent a:hover { text-decoration: underline; }


#backlink { 
	display:none;
	}


/* MAIN PAGE STYLES */


/* LEFT CONTENT*/

.leftbox {
	width: 186px;
	float: left;
	clear: left;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	overflow: hidden;
}

.leftbox h2 {
	border-top: 1px solid black;
	border-bottom: 2px solid black;
	padding: 2px 8px 2px 8px;
	background: #bbbbbb;
	margin:0;
}
.leftbox h3{
	border-top: 1px solid black;
	border-bottom: 2px solid black;
	padding: 3px;
	padding-left: 8px;
	background: #cccccc;
	margin:0;
}

.leftbox ul { margin: 0; padding: 0 12px 6px 12px; }
	
.leftbox p {
	padding: 10px 6px 5px 12px;
	margin: 0;
}

.leftbox p small {
	padding: 10px 0px 5px 0px;
	margin: 0;
	font-size: 100%;
}

.leftbox p strong {
	font-weight: bold;
}

.leftbox #favimage {
	text-align: center;
	margin:0px;
}
.leftbox #favimage img { border: 1px solid #CCCCCC}

.leftbox li{
	list-style-type: none;
	margin-top: 6px;
	border: 1px solid #994400;
	border-right: 8px solid #994400;
	background: #bbbbbb;
}
.leftbox li a{
	padding-left: 2px;
	text-decoration: none;
}
.leftbox li:hover{
	background: #aaaaaa;
}

#recentcomments{
font-size:100%;
}

#recentcomments strong {font-size: 100%; font-weight: bold;}
#recentcomments small {font-size:100%; padding:0;}

#recentcomments li{
	padding-left: 2px;
	border: 1px solid #994400;
	border-right: 8px solid #994400;
	background: #bbbbbb;
	}
	
#recentcomments li strong{ font-weight: normal;}
	
#recentcomments li:hover{
	background: #aaaaaa;
}
#recentcomments a{
	display: inline;
	}

/* MAIN CONTENT */

.contentbox {
	width: 546px;
	margin: 0 2px 10px 190px;
	text-align: left; 
	/*background:#fdfdfd;*/
	border: 1px solid black;
	}

.contentheader {
	padding: 2px 8px 2px 8px;
	border-bottom: 2px solid black;
	background: #bbbbbb;
	}

.contentheader h1, h2 {
	padding: 0;
	margin: 0;
	}
	
.contenttext {
	font-size: 100%;
	padding: 8px;
	/*background:#fcfcfc;*/
/*	overflow: hidden; */
	}

.contenttext li {
	list-style-image: none;
	padding-top: 7px;
	}
	
#randomblog {
   padding:4px;
   float: right;
   margin-bottom: 10px;
   margin-top:10px;
   width: 170px;
   margin-left: 25px;
   border: 1px solid black;
   background: #cccccc;
   font-size: 100%;
   text-align: center;
}

#randomblog a {
text-decoration:none;
}

#randomblog a img{
	border: 1px solid black;
	border-bottom: 2px solid black;
	margin: 2px 1px 2px 1px;
}

#randomblogclearer {
   clear: right;
   margin-bottom: 4px;
}	

.blogshot {
	padding: 0px;
	text-align: right;
	display: inline;
	float: right;
	}

.blogshot img {
	border: 1px solid black;
	border-bottom: 2px solid black;
	margin: 2px 1px 2px 1px;
	color: black;
	}

a.plainlink { border: none; padding: 0; margin: 0; background-color: transparent; text-decoration: none;}
a.plainlink:hover { border: none; padding: 0; margin: 0; background-color: transparent; text-decoration: none; }
a.plainlink:visited { border: none; padding: 0; margin: 0; background-color: transparent; text-decoration: none; }

.randomblog img a:hover, .blogshot img a:hover, .blogshot a:hover img, .recentpost img a:hover, .recentpost a:hover img, .recentpostlist a:hover img {
	border: 1px solid black;
	border-bottom: 2px solid black;
	text-decoration: none;
	color: black;
}

.blogtext {
	padding: 10px;
	text-align: left;
}

.viewtext {
	clear: right;
}
	
.blogcontrols {
	padding: 3px 3px 3px 0px;
	text-align: right;
	clear: right;
	background: #bbbbbb;
	font-size: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
}

#freestanding { text-align: left !important; }
#freestanding a, #freestanding .nolink { padding: 3px 3px 3px 3px; float: left; display: inline }

.blogcontrols a { padding: 3px 3px 3px 0px; }

.blogcontrols a:hover {
	padding: 3px 3px 3px 3px;
}

#pagenums {
	background: #bbbbbb;
}

.recentpost {
	width: 164px; 
	height: 181px;
	margin: 4px 5px 5px 4px;
	float: left;
	font-size: 100%;
	text-align: right;
	border-top: 1px solid #994400;
	border-left: 1px solid #994400;
	/*border-bottom: 1px solid #994400;
	border-right: 1px solid #994400;*/
}

.recentpost img {
	margin: 2px 0px 0px 2px;
	border: 1px solid black;
	border-bottom: 2px solid black;
}

.friendspost {
	height: 200px !important;
}

.recentpostlist  { 
	padding: 5px 5px 5px 0;
	text-align: left;
}

#latestposts { text-align: center; }

#donate {
	clear: both;
	position: relative;
	top: 20px;
	bottom: 0px;
	left: 60px;
	z-index: 1;
	margin-top: 0px;
	width: 100px;
}

#donate form { text-align: left; padding: 0; margin: 0; width: 500px; }

#donate img, #donate input { border: 1px solid black }

#footer {
	clear: both;
	margin:0px;
	padding: 5px 20px 0 60px;
	height:30px;
	text-align: right;
	font-size: 90%;
	background: #bbbbbb;
	border-top: 1px solid black;
	/*margin-right: -14px;*/
}
