/*
Theme Name: TOZCentral
Theme URI: http://www.tozcentral.net/
Description: Theme used for TOZCentral.net.
Version: 1
Author: Chris Fuller
Author URI: http://www.tzcentral.net/
Tags: blue, fixed width, two columns, widgets

    The CSS, XHTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php

*/

body {
	margin: 15px 0px;
	background-color: #ccccff;
	background-image: url('/wp-content/themes/tozcentral/images/background.jpg');
	background-repeat: repeat-x; 
	background-position: 50% 0px;
	height: 100%;
}
body, table, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}

h1 {
    margin-top: 10px;
    font-size: 16pt;
}

h2 {
    margin: 5px;
    font-size: 14pt;
}

h2 a {
    text-decoration: none;
}

h3 {
	margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12pt;
}

h4 {
    margin: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 10pt;
}

a {
    color: #00C;
}

a img {
	border: none;
}

#page {
	width: 980px;
	left: 50%;
	margin-left: -490px;
	position: absolute;
}

#title {
	position: relative;
	height: 145px;
	background-repeat: no-repeat;
	background-image: url('/wp-content/themes/tozcentral/images/title.jpg');
}

#nav {
	right: 10px;
	bottom: 15px;
	position: absolute;
	height: 30px;
/*     line-height: 30px; */
	padding-right: 10px;
}
#nav a {
	display: block;
    margin: 5px;
/* 	height: 30px; */
/* 	background-position: 0px 50%; */
/* 	background-repeat: no-repeat; */
/* 	float: left; */
/* 	margin-right: 10px; */
	color: #fff;
    text-decoration: none;
}
#nav a:hover {
	color: #fff;
}
#nav a:visited {
	color: #fff;
}
#nav a:active {
	color: #fff;
}

#nav li {
/*     margin-right: 10px; */

    display: inline;
    float: left;
    position: relative;
}

#nav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
}

#nav ul ul {
    display: none;
    position: absolute;
    background-color: rgba(104, 103, 183, 0.85);
    z-index:99;
    right: 0px;
/*     top: 30px; */
    text-align: right;
    width: 200px;
}

#nav ul ul li {
    float: none;
}

#body_background {
	background-color: #eeedfc;
	background-image: url('/wp-content/themes/tozcentral/images/main_background.jpg');
}
#body {
	padding: 20px 40px;
	background-repeat: no-repeat;
	background-image: url('/wp-content/themes/tozcentral/images/top.jpg');
}
#bottom {
    background-repeat: no-repeat;
    height: 30px;
    background-image: url('/wp-content/themes/tozcentral/images/bottom.jpg');
}
#footer {
    font-size: 0.8em;
    text-align: center;
}
#footer a {
    text-decoration: none;
}

#content {
    float: left;
    width: 670px;
}

.entry {
    clear: left;
}

#sidebar {
    margin-top: 5px;
    float: left;
    width: 190px;
    margin-left: 40px;
    font-size: 0.9em;
}

#sidebar h2 {
    font-size: 1.1em;
}

#sidebar h4 {
    font-size: 1em;
}

#sidebar ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0px;
    padding: 0px;
}

#sidebar a {
    text-decoration: none;
}

#sidebar ul ul {
    list-style-type: circle;
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
}

#cat {
    width: 190px;
}

#searchform {
    text-align: center;
}

#commentslist {
    list-style-type: none;
    list-style-image: none;
}

.comment-author {
    margin-top: 5px;
}

.comment-author .avatar {
    margin-top: 0px;
}

.commentmetadata {
}

.extras {
    margin-top: 5px;
    float: right;
    height: 20px;
    line-height: 20px;
}

.feedburnerFlareBlock {
    float: right;
    margin: 0px;
}

.meta, .feedburnerFlareBlock,.extras  {
    font-size: 0.8em;
}

.meta a, .feedburnerFlareBlock a, .extras a {
    text-decoration: none;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

.clear, hr {
    clear: both;
}

.center {
    text-align: center;
}

.avatar {
    float: left;
    margin: 5px;
}

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
}

textarea {
    width: 500px;
}

.armory_char_image {
    float: left;
    margin: 5px;
}

.armory_char_faction {
    display: none;
}

.armory_char_realm, .armory_char_levelraceclass {
    font-size: 0.8em;
}

.armory_char_specced {
    clear: left;
}

.armory_achievements ul {
    list-style-type: none !important;
    list-style-image: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

.armory_achievements li {
    margin: 0px;
    padding: 2px;
    line-height: 20px;
    height: 20px;
}

.armory_achievements img {
    float: left;
    margin-right: 5px;
}

.armory_achievement_points {
    display: none;
}

.armory_achievment_item {
    overflow: hidden;
}

/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left;
    }
/* End Images */

#druid-avatars table {
    width: 100%;
}

#druid-avatars th {
    text-align: center;
}

