/*
 Theme Name: Sherri Burr
 Theme URI: SherriBurr.com
 Description: The 2011 theme for SherriBurr.com
 Author: Kyle Wagner
 Version: 1.0
 Tags: purple, turquoise, Sherri Burr, left-side, fixed-width, custom-header, custom-background, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)
 
 License: NONE
 License URI:
 
 General comments (optional).
 */ @charset "UTF-8";
/* CSS Document */
body {
    	font: 100% times, Georgia, serif;
    	background: #00aeef url(images/background.jpg) top center no-repeat;
    	margin: 0;
    	padding: 0;
    	text-align: center; 
    	color: #000000;
    	position: relative;
    	overflow-x: hidden;
   	height:100%;
}

a {
    color: #ffffff;
    text-decoration: underline;
}

a:hover {
    color: #464646;
    text-decoration: none;
}

a:visited {
    color: #ffffff;
    text-decoration: underline;
}

#container 
{
   	width: 100%; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    	min-height: 100%;
    	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-bottom: -20px;
}

#mainContent 
{
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 800px;
	padding-bottom: 20px;
}

/*Headers*/
#header {
    height: 150px;
    width: 100%;
    min-width: 100%;
    position: relative;
}

#titleHeader {
    width: 900px;
    height: 150px;
    margin: 0 auto;
	position: relative;
	top: 30px;
	
}

#header .title {
    height: 150px;
    width: 275px;
    font-size: 200%;
    position: relative;
    background: url(images/logo.png) no-repeat;
    font-family: Century Gothic, Arial, 'Liberation Sans', FreeSans, sans-serif;
    text-align: left;
}

#header .title .tagline {
    font-size: 50%;
    color: #aaaaaa;
}

#header a, a:hover, a:visited {
    color: #ffffff;
    text-decoration: none;
}

#header .pageTitle {
    font-family: Century Gothic, Arial, 'Liberation Sans', FreeSans, sans-serif;
    text-align: left;
    font-size: 150%;
    color: #464646;
}

#desc {
    font-size: 1em;
}

#rss_holder {
    color: #ffffff;
    font-size: 0.8em;
    margin: 0 auto;
    width: 200px;
    padding: 5px 0 5px 0;
}

/*Menu*/

#contentMenu {
    height: 100%;
    width: 800px;
	position:relative;
	/*left: -120px;*/
    margin: 0 auto;
	font-size:1.1em;
	font-family: Georgia, serif;
}

#menuLeft {
    width: 100%;
    text-align: left;
}

/* Drop down menu */
#menu {
     background: #464646;
    width: 100%;
    height: 40px;
    text-align: left;
    font-family: Century Gothic, Arial, 'Liberation Sans', FreeSans, sans-serif;
    position: relative;
}
		
#menu a
	{
	text-align: center;
	display:block;
	/*border: 1px solid #000;*/
	white-space:nowrap;
	margin:0;
	padding: 0.5em;
	}
	
#menu a:link, #menu a:visited	/* menu at rest */
	{
	color: white;
	/*background-color: #6f3ab5;*/		/* royal purple */
	text-decoration:none;
	}

#menu a:active
	{
	color: white
	}
	
#menu a:hover					/* menu on mouse-over  */
	{
	color: white;
	/*background-color: #6f3ab5;*/	/* purple */
	text-decoration:underline;
	}	
	
#menu a.top_parent, #menu a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #6f3ab5;
	}
	
#menu a.parent, #menu a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #6f3ab5;
	}

#menu ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:9em;*/	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menu li
	{
	display: inline;
	float: left;
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menu ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	/*margin:-1em 0 0 -1em;*/
	margin: 0px;
	background: #6f3ab5;
	}

#menu ul ul ul
	{
	top:0;
	left:100%;
	}

div#menu li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

/* OTHER MENUS */
#homeMenu {
}

#homeMenu ul {
	padding: 10px;
    list-style: none;
    font-size: 1.5em;
}

#homeMenu ul li {
 margin: 0px;
}

#homeMenu ul, li, a, a:visited {
    text-decoration: none;
    color: #ffffff;
}

#homeMenu ul li a:hover {
    text-decoration: none;
    background: #ffffff;
    color: #464646;
}

/*Main Stuffs*/
#main {
    width: 900px;
    height: 100%;
    color: #000000;
    padding: 0;
    overflow: visible;
    margin: 0 0 50px 0;
	font-family: times, Georgia, serif;
}

#picture {
    width: 400px;
    height: 900px;
    float: right;
    overflow: visible;
	content:center
}

#pictureContain {
    width: 550px;
    height: 445px;
    
     background: url(images/SherriBurrPicture.png) no-repeat;
     
}

#socialContain 
	{
	margin-left: 5px;
	margin-right:5px
	float:right;

	}

#entryBody {
    width: 500px;
    min-height: 600px;
    float: left;
    /*background: #ffffff;*/
    /*background: rgba(256, 256, 256, 0.6); */
    padding: 0 0 0 0;
	position:relative;
	top: 75px;
	font-size: 1.1em;
	
}

#entryBody a, a:visited{
	color: #333;
	text-decoration: underline;
}

#entryBody a:hover{
	text-decoration: none;
}

#main .post {
    width: 100%;
    margin: 0 auto;
}

#main .postBody {
	width: 500px;
	position: relative;
}

#main .title {
    font-size: 1.5em;
}

#main .title a, a:visited {
    text-decoration: none;
    color: #555555;
    font-size: 1em;
}

#main .title a:hover {
    text-decoration: underline;
}

#main .author {
    color: #000000;
    font-size: 0.6em;
}

#main .date {
    color: #000000;
    font-size: 0.6em;
}

#main .bar {
    height: 0.1em;
    background-color: black;
    margin: 0 0 0 0;
}

#main .postBody {
    margin: 0px 0 20px 0;
    padding: 0px 15px 10px 15px;
    color: #000000;
    float: right;
}

#main .postComments {
    padding: 5px 0 5px 0;
    font-size: 0.6em;
    text-align: right;
}

/*side Bar*/
#sidebar {
    width: 195px;
    float: right;
    color: #111111;
}

#sidebar h2 {
    color: #555555;
    font-size: 1.5em;
}

#sidebar .bar {
    height: 1px;
    background: #dddddd;
    margin: 0 10px 0 10px;
}

/*bottom Bar*/
#bottomBar {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-family: Century Gothic, Arial, 'Liberation Sans', FreeSans, sans-serif;
    color: #ffffff;
    background: #8d8d8d url(images/footerBG.png) repeat-x;
}

#innerBottom {
    width: 800px;
    padding: 10px 10px 0px 10px;
    font-size: .8em;
    margin: 0 auto;
}

#bottomBar table {
    width: 100%;
}

#bottomBar td {
    vertical-align: top;
}

#bottomBar h2 {
    font-size: 1.1em;
}

#bottomBar ul {
    list-style: none;
}

#bottomBar a, a:visited {
    text-decoration: underline;
    color: #ffffff;
}

#bottomBar a:hover {
    text-decoration: none;
}

/*Footer*/
#footer {
    clear: both;
    width: 100%;
    color: #eeeeee;
    background-color: #464646;
    font-size: 0.8em;
	font-family:Georgia, serif;
    text-align: center;
    padding: 10px;
	position: relative;
	bottom: 0;
	height: 20px;
}

/*Other*/
#searchsubmit {
    width: 200px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

/* CataBlog */
.catablog-image
{
	float:left;
}
