/*  
Theme Name: MandT
Theme URI: http://www.mermaidsandtales.com/
Description: This is the Default theme for Mermaids and Tales
Author: Mr. Crispy
Author URI: http://darkhorizon.org/
Version: 1.0
Tags: black, blue, 3 columns, 2 columns, clean, transparent, right sidebar, fixed width, valid xhtml, valid css, feedburner, adsense ready, 1024, dropdown categories, widgets, footer navigation, drop down
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* CSS Document */


body {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	background-color: #8EC0E1;
	background-image: url(images/Back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	margin-top: 0px;
}
#mainContainer {
	margin-left:auto;
	margin-right:auto;
	width:958px;
	min-height:881px;
	background-image: url(images/boxback.gif);
	background-repeat: repeat-y;	/*background-color:#FFFFFF*/
}
#header {
	width:958px;
	height:198px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	text-align:right;
}
#miniMenu {
	padding-right:10px;
}
#miniMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#cntMainBox {
	margin-left:auto;
	margin-right:auto;
	width:935px;
	height:100%;/*background-color: #00FF00;*/
	position:relative;
}
#cntContent {
	width:569px;
	float:left;
	padding-top:40px;
}
html>body #cntSideBox {
	width:339px;
	float:right;
}
#sideHead {
	width:339px;
	height:46px;
	background-image: url(images/SideBarTop.jpg);
	background-repeat: no-repeat;
}
#sideContent {
	width:329px;
	height:100%;
	background-image: url(images/SaideBarBack.jpg);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}
#cntBoxFoot {
	margin-left:auto;
	margin-right:auto;
	width:958px;
	height:26px;
	background-image: url(images/BigBoxFoot.jpg);
	background-repeat: no-repeat;
	position:relative;
}
html>body #smallGirl {
	position:absolute;
	width:104px;
	height:190px;
	background-image: url(images/LRgirl.png);
	right:-20px;
	bottom:-2px;
}
#footer {
	margin-left:auto;
	margin-right:auto;
	width:958px;
	text-align:center;
	margin-top:10px;
	list-style-image: none;
	list-style-type: none;
}
h2 {
	margin: 0;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.topPost h2.topTitle a {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #7494c4;
	padding: 0;
}
a {
	color: #85993f;
	text-decoration: none;
}
#miniMenu a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
#miniMenu a:hover {
	color: #F7FDD9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
}
#welcome h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #7494c4;
	padding: 0;
}
#welcome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	padding: 0;
	margin-top: 10px;
}
#sideContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7494c4;
	padding: 0;
}
#sideContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	padding: 0;
	margin-top: 10px;
}

ul.norm {
	list-style: none;
	padding: 0;
	margin: 0;
}




/*Other Stuff*/

.highlight {
	color: #222;
	font-weight: bold;
}
.cleared {
	margin: 0;
	padding: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
.aligncenter, div.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}
img.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
img.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	/* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #111;
}

