/*
Theme Name: Asheron's Call
Theme URI: http://wordpress.org/
Description: Mystic's Asheron's Call Theme
Version: 1.0
Author: Michael Herold
*/

/*
** Globals
*/

body {
	margin: 10px 10px 10px 10px;
	background: #baad9c url('images/back-1.jpg');
}

.largetext, body, html {
	font: normal 13px tahoma, verdana, arial, sans-serif;
}

.smalltext, td {
	font: normal 11px tahoma, verdana, arial, sans-serif;
}

a {
	text-decoration: none;
	color: #9b132b;
}

a:hover {
	text-decoration: underline;
	color: #9b132b;
}

.alignr {
	text-align: right;
}

.alignl {
	text-align: left;
}

.copyright {
	font: 10px 'Lucida Grande', Verdana, Sans-Serif;
	text-align: center;
	color: #222222;
	margin: 4px 0px 0px 0px;
}

.copyright a {
	color: #444444;
	text-decoration: underline;
}



.background1 {
	background: transparent url('images/back-1.jpg');
}

.background2 {
	background: transparent url('images/back-2.jpg');
}

.background3 {
	background: transparent url('images/back-3.jpg');
}


/*
** Content
*/

#content {
	padding: 2px 8px 2px 8px;
}

#content h2 {
	display: block;
	font: normal 20px arial, tahoma, 'lucida grande', verdana, sans-serif;
	margin: 0;
	line-height: 26px;
	color: #714636;
	border-bottom: 1px solid #3f3225;
}

#content h2 a {
	text-decoration: none;
	color: #714636;
}

#content h2 a:hover {
	text-decoration: underline;
	color: #9b132b;
}











#content div.breadcrumbs {
	font: normal 10px tahoma, 'lucida grande', verdana, sans-serif;
	margin: 0px 0px 10px 0px;
}

#content td.navigation {
	font: bold 11px tahoma, 'lucida grande', verdana, sans-serif;
}

#content td.navigation a {
	color: #29491d;
}

/*
** Postings
*/

#content div.posting {
	display: block;
	width: 534px;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}



#content div.posting h2 {
	padding: 0px 4px 0px 4px;
}


#content div.posting a.more-link {
	font-size: 11px;
	font-weight: bold;
	color: #c00000;
}

#content div.posting .postback {
	background: transparent url('images/back-3.jpg');
}

#content div.posting .postnote {
	font: normal 11px arial, tahoma, 'Lucida Grande', Verdana, Sans-Serif;
	padding: 1px 4px 1px 4px;
}

#content div.posting .postnote a {
	color: #6f2008;
}

#content div.posting .postbody {
	display: block;
	font: normal 13px tahoma, arial, sans-serif;
	text-align: justify;
	padding: 0px 4px 0px 4px;
}

#content div.posting div.postbody a.externalurl,
#content div.posting div.postbody a[href^="http:"] {
	background: transparent url(images/external.png) center right no-repeat;
	padding-right: 13px;
}

#content div.posting div.postbody a.internalurl,
#content div.posting div.postbody a[href*=".mystics"],
#content div.posting div.postbody a[href*=".cassiopeia.lan"] {
	background-image: none;
	padding-right: 0px;
}

/*
** Menu
*/

.menu {
	background: #3f3225 url('images/menu-1.png') repeat-y;
	height: 700px;
}

/*
** Menubar
*/

#menubar {
	margin: 0px 2px 0px 2px;
	width: 130px;
	overflow: hidden;
}

#menubar .widget {
	margin: 0px 0px 14px 0px;
	direction: rtl;
}

#menubar .widget h2 {
	font: bold 10px 'lucida grande', verdana, sans-serif;
	display: block;
	color: #d0c4b4;
	text-align: right;
	padding: 2px 6px 2px 4px;
	margin: 8px 0px 4px 0px;
	background-color: #2d1a07;
	border-top: 1px solid #b99e7b;
	border-bottom: 1px solid #b99e7b;
}

#menubar .widget ul {
	margin: 0px 6px 0px 0px;
	padding: 0px;
  list-style-type: none;
  list-style-image: none;
}

#menubar .widget ul li {
	background: transparent url('images/misc-2.png') right 4px no-repeat;
	padding: 0px 12px 0px 0px;
	margin: 0px;
	color: #7c6b55;
}

#menubar .widget ul li a {
	color: #ffffff;
}

#menubar .widget ul li a:hover,
#menubar .widget ul li a:active {
	text-decoration: none;
	color: #d00000;
}

/*
** Sidebar
*/

#sidebar {
	margin: 0px 2px 0px 2px;
	width: 130px;
	overflow: hidden;
	color: #ffffff;
}

#sidebar form {
	margin: 0;
}

#sidebar .widget {
	margin: 0px 0px 14px 0px;
	text-align: center;
}

#sidebar .widget h2 {
	font: bold 10px 'lucida grande', verdana, sans-serif;
	display: block;
	color: #d0c4b4;
	text-align: center;
	padding: 2px 6px 2px 4px;
	margin: 8px 0px 4px 0px;
	background-color: #2d1a07;
	border-top: 1px solid #b99e7b;
	border-bottom: 1px solid #b99e7b;
}

#sidebar .widget form input.searchstring {
	font: 11px tahoma, verdana, sans-serif;
	width: 120px;
}





