/*  
Theme BOB!
*/

/* Generic Styling */

/* reset code */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

/* end of reset code */

body {
	font-family: Arial;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#000000;
	background-color: #A9Cfff;
	}
	
h3 {
	text-decoration: underline;
	font-size: 1.5em;
	font-family: Arial;
	padding: 5px 0 5px 0;
	margin: 0;

}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}


a {
	text-decoration:none;
	color:#000000;
	}
a:hover {
	text-decoration: underline;
	color:#00bab3;
	}

/* Structure */

#wrapper {
	width: 1000px;
	background: url(images/sidebar.png) repeat-y left top #ffffff;
	font-size:1.20em;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	}
#header {
	height:144px;
	background: url(http://www.mywarriorcats.com/adoptables/images/bannerimage.png) no-repeat #A9Cfff;
	margin-left: 0px;
	padding: 0;
     	}

#menu {
	height:35px;
	line-height:35px;
	background:url(/adoptables/templates/default/images/nav_bg.png) repeat-x;
	padding:0;
	}
#sidebar {
	float: left;
	width: 150px;
	background: transparent;
	color: #ffffff;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	padding-right: 0px;
	}
#sidebarcontent {
	padding-right: 5px;
	padding-left: 5px;
}
* html #sidebar {
      margin-left: -3px;
}

#content {
	display: inline;
	min-height: 400px;
	margin: 0px;
	}
* html #content {
    margin-right: 0;
}

.space {
	margin-bottom: 10px;
	margin-top: 10px;
	}

/* Entries */

.entry {
	margin-left: 155px;
	text-align:justify;
	line-height:1.75em;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	}
.entry-title {
	font-size:1.9em;
	margin-left: 0px;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
.entry ul {
	padding-left: 10px;
}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#B4C835;
	}

.entry ol {
	padding-left: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
	}

/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	display:block;
	color:#000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top: 5px;
	font-size: 1.2em;
	margin-right: 0px;
	margin-left: 0px;
	}

#sidebar li {
     font-size: 1.2em;
	}
#sidebar a {
     color: #ffffff;
	 }
	 
#sidebar a:hover {
     color: #6CC4D8;
     text-decoration: none;
	 }

#sidebar li a{
    color: #ffffff;
	display:block;
	height:20px;
	line-height:20px;
	border-bottom:1px solid #dddddd;
	}
.entry h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #000;
}
#sidebarcontent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #FFF;
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 10px;
}

#sidebarcontent p {
	margin-top: 5px;	
}
	
#sidebar li a:hover {
	background:#edebed;
    text-decoration: none;
	color:#6CC4D8;
	}

/* Footer */

#footer {
	clear: both;
	margin-top: 10px;
	background-image: url(/adoptables/templates/default/images/footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 190px;
	background-color: #A9Cfff;
	}
#copyright {
	clear: both;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: left bottom;
	}
/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:25px; left:30px;
	letter-spacing:2px;
	color:#000000;
	}

/* Feed This is where the old button that used to swap out was located */

#feed {
	height:0px;
	width:0px;
	background:transparent;
	margin:0 auto;
	padding-left:0px;
	}
a.feed-button {
	display:block;
    width:0px;
    height:0px;
    background: transparent 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(/adoptables/images/bg-ad-top.png) no-repeat;
	padding:5px;
	}
td {
    padding: 5px;
}

#sidebar .ul {
	margin-left: 0px;
}

ul {
margin-left: 5PX;

}

.clantable {
width: 790px;
border: 2px solid;
border-collapse: collapse;
}

.clantableh2 {
	color: #000000;
	margin-top: 10px;
    margin-right: 5px;
	font-size: 1.5em;
	border-bottom: 2px solid #000000;
	line-height: 100%;
}

br.clear
{
clear: both;
margin-top: 10px;
}

br.clearright
{
clear: right;
}

br.clearleft
{
clear: left;
}

.longtable {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid;
}

.longtable th {
	background-image: url(/adoptables/images/nav_bg.png);
	border: 1px solid;
	background-repeat: repeat-x;
	padding: 0px;
	background-position: left top;
}

.longtable td {
border: 1px solid #02a8bc;;
}

.longtable th, .longtable th {
		padding-left: 5px;
}

.table {
border-collapse: collapse;
border: 2px solid;
margin-bottom: 10px;
}

.table th {
	background-image: url(/adoptables/images/nav_bg.png);
	border: 1px solid;
	background-repeat: repeat-x;
	background-position: left top;
}

.table td {
	border: 1px solid #02a8bc;
	padding-left: 5px;
}

.table td, .table th {
	padding-left: 5px;
}

.shoptable {
border-collapse: collapse;
border: 2px solid
}

#outer { 
text-align: center; 
}
#inner { 
text-align: left; 
margin: 0 auto; 
width:500px; 
}
.t { 
float: left; }
twotable { 
border: 1px solid black; }
#clearit { 
clear: left; }

#graph-wrapper {  
    position: relative;  
}  
.graphcont {
color:#000;
background-color: #cecece;
border: solid 1px #000000;
width: 100px;
align: left;
}

.profile_comments {
	width: 450px;
	float: right;
	margin: 10px;
	background-color: #CCC;
	padding: 5px 5px;
	border: 1px dotted #000;
	height: 130px;
	overflow: scroll;
}

.comments_form {
	color: #ffffff;
	width: 450px;
	float: right;
	text-align: center;
	margin: 10px;
	padding: 5px 5px;
	border: solid 2px #000;
	background-color:#008f99;
}
* html .profile_comments {
	display: inline;
}

* html .comments_form {
	display: inline;
}

.the_comment {
	margin: 5px;
	padding: 5px;
	background-color: #FFF;
}

* html .the_comment {
	display: inline;
}

.the_comment_info {
	font-size: .9em;
	
}

* html .the_comment_info {
	display: inline;
}

.the_comment_info a {
	color:#6CC7DC;
	padding-left:20px;
	padding-right:2px;
	}
	
.the_comment_info a:hover {
	color:#B4C835;
	}
	
.comment_left_by a {
		background:url(images/icon-comment.png) no-repeat 0px 0px;
}

.comment_delete a {
		background:url(images/comment_delete.png) no-repeat 0px -2px;
}

span.left {
position: absolute;
left: 0;
}
span.delete {
	padding-left: 150px;
}

br.clear {
	clear: both;
}

br.right {
	clear: right;
}

.float_left {
	width: 300px;
	margin: 10px;
	background:url(/adoptables/templates/default/images/nav_bg.png) repeat-x;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}

.float_left li {
	list-style: none;
	background-image: url(/adoptables/templates/default/images/chart_curve.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-bottom: 10px;
	padding-left: 25px;
}

.float_left ul {
	margin-top: 10px;	
}

.stats_page {
	margin-top: 50px;	
}

.my_home {
	width: 300px;
	margin: 10px;
	padding: 5px;
	background-color: #CCC;
	border: dashed 1px #000000;
}

.shopkeeper {	
	widh: 200px;
	float: right;
	margin: 5px;
	padding: 5px;
}

.side_display {
	width: 220px;
	float: right;
	margin: 10px;
	background-color: #CCC;
	padding: 5px 5px;
	border: 1px dotted #000;
	height: 200px;
	overflow: scroll;
}

* html .side_display {
	display: inline;
}

.tos {
	width: 750px;
	margin: 10px;
	color: #000000;
	background-color: #fe9595;
	padding: 5px 5px;
	border: 1px dotted #000;
	height: 230px;
	overflow: scroll;
}

.tos ol {
	margin-left: 10px;
}

* html .tos {
	display: inline;
}

.error {
	width: 750px;
	margin: 10px;
	font-size: 1.5em;
	color: #fff;
	background-color: #fe9595;
	padding: 5px 5px 5px 5px;
	border: 1px solid #000;
	overflow: hidden;
}

.error ol {
	margin-left: 10px;
}

* html .error {
	display: inline;
}

.announcement {
	width: 700px;
	font-size: .6em;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	background-color: #fe9595;
	padding: 5px 5px;
	border: 1px dotted #000;
	height: 100px;
	overflow: auto;
}

.announcement h3 {
	text-align: center;
	font-size: 1.2em;
}

.announcement ol {
	margin-left: 10px;
}

* html .announcement {
	display: inline;
}

/* menu styles */
#jsddm {
	margin: 0;
	padding: 0;
}

#jsddm li {
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
}

#jsddm li a {
	display: block;
	text-decoration: none;
	border-right: 1px solid white;
	width: 95px;
	color: #000;
	white-space: nowrap;
	background-color: #324143;
	background-image: url(/adoptables/templates/default/images/nav_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;

}

#jsddm li a:hover {
	background-color: #24313C;
	background-image: url(/adoptables/templates/default/images/nav_bg_hover.png);
	background-repeat: repeat-x;
}
#nav #jsddm .home a img {
	margin: 0px;
	padding: 0px;
}

		
#jsddm li ul {	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	z-index: 100000;
}
		
#jsddm li ul li {
	float: none;
	display: inline;
}
			
#jsddm li ul li a {	
	width: 95px;
	background: #33ccff;
	color: #24313C;
}
			
#jsddm li ul li a:hover {	
	background: #0066cc;
	color: #fff;
}

.ads {
	z-index: 0;
}

.figure {
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	padding: 5px;
	margin: 10px;
	background-image: url(/adoptables/templates/default/images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
}
.photo img {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.figure p {
	position: absolute;
	width: 200;
	left: 0px;
	bottom: 0px;
	border: 1px groove #3C6;
	overflow: auto;
	height: 5em;	
}
.feature {
	margin-top: -5px;
	font-weight: bold;
}
.large_pagination {
	font-size: 1.2em;

}

.current_page {
	font-size: 1.2em;
	background-color: #3CF;
}
