﻿/*  
Theme Name: XochibearsPrimitives
Theme URI: 
Description: This is my theme for my mother's site
Version: 1.0
Author: Metalnat Hayes
Author URI: http://www.penguinpouch.com

*/
#wrapper{
margin: 40px 40px 40px 40px;
min-width:750px;
text-align: center;
border: 3px double #b3a870;
background-color:#000000;

}

#mask
{
	background-image:url(http://i134.photobucket.com/albums/q110/jxier/ADELELK/CUSTOM/Xoch/EDBGa.gif);
	margin:20px 40px 10px 40px;
	border: 2px ridge #b3a870;
}

body 
{
background-image:url(http://i134.photobucket.com/albums/q110/jxier/ADELELK/CUSTOM/Xoch/EDBGd.gif);
}

.header
{
}
#tabs
{
	margin:0px 40px 0px 40px;
	text-align:left;
	border-spacing:3px;
	border-style:solid;
	border-color:ThreeDFace;
}
.tab
{
	font-size:x-large;
	font-weight:bold;
	height:30px;
}
.tabCell
{
	height:30px;
}

#subtext
{
	font-size:xx-small;
}
.devider
{
	background-image:url(http://www.xochibearsprimitives.com/images/PostHeaderTemplate.jpg);
	height:75px;
	background-position:center;
	background-repeat:no-repeat;
}

#banner
{
	margin:40px auto 40px 0px;
}
#footer
{
	 color:#b3a870;
	 font-size:x-small;
	 font-family:Georgia;
	 
}

a img
{
	border:none;
}

#container 
{
    margin:0px 40px 20px 40px;
    color:#9b8a6f; 
    background-color:Black; 
    font-size:large;
    border:2px ridge #b3a870;
}

#sidebar
{
    /*background-image:url(http://www.xochibearsprimitives.com/testdir/images/color_beige_0.jpg);
    */
    outline-width:thin;
    outline-color:Black;
    position:absolute; top:400px; right:30px;
    font-weight:bold;
    font-size:x-large;
}
#sidebar a
{
	 border-width:0px;
}
a
{
	color:#cf8f76;
}










#header ul {
		list-style: none;
		padding: 0;
		margin: 0px 40px 0px 40px;
		text-align:left;
    }
    
    
	#header li 
	{
		display:inline;
		border: 2px ridge #b3a870;
		border-bottom-width: 0;
		margin: 0px 3px 0px 0px;
		background-color:#000;
		padding: 0.24em 1em;
		width:8em;
		text-align:center;
		text-decoration:none;
		
    }
    #header li a
    {
    	text-decoration:none;
    }
    
    
	#header li:hover {
		background: #222;
	}
	
	#header li #selected {
		border-color:#b3a870;
	}
	
	#header li #selected a {
		position: relative;
		top: 1px;
		background: white;
		color: black;
		font-weight: bold;
	}
	h2 a
	{
		text-decoration:none;
		font-family:Georgia;
	}