/* CSS Document */

* { margin:0; padding:0}





/* ==== GENERAL STYLES ==== */

body {margin:0 auto;background:#85B7E3 url(images/repeating-background.gif) repeat center top;font: 12px/16px Verdana, Tahoma, Arial, Helvetica, sans-serif;}

images {border:0;vertical-align:middle;}

.clear {clear:both;}

.body-background{margin:0 auto; width:997px; background:url(images/subbg.png) repeat-y top center;}

.body-wrap {width:955px;margin:0 auto;background:#ffffff;}

#smalltext{font-size:80%;}

div.hr {height: 15px;margin:10px; background: #fff url(images/star.gif) repeat-x;}

div.hr hr {display: none;}

h4.simple{border-top:1px solid #3f7fc2;border-bottom:1px solid #3f7fc2;background:#EBF3F8;margin-bottom:10px;font-size:14px; font-weight:bold;padding-left:5px;}

blockquote {margin:10px 30px;padding:5px;background:#FFFFCC; border:1px dotted #FFCC33;}





/* ==== HEADER STYLES ==== */

#header {width:955px;height:163px;margin:0;padding:0 0 10px 0;background:url(images/header-bg.jpg) repeat-x top;position:relative;z-index:1;}

   #header h1 { margin: 0; position: relative; z-index: 100 }

	 #header img { border: none }

   #logo {margin:0 0 0 0;padding:0;position:relative;z-index:2;float:left;}

   #com {margin:15px 0 0 0;padding:0;float:left;}

   #speach {width:394px;height:119px;margin:0;padding:0;background:url(images/speach-bg.gif) no-repeat top right;float:right;line-height:15px;}

   #speach p {margin:0;padding:20px 139px 0 15px;font-family:"Trebuchet MS";font-size:14px;font-weight:normal;color:#000;text-align:left;}

	#speach p a{color:#FF9900;}
	#speach p a:hover{color:#FFFFFF;background:#FF9900;}
   

   /* ==== NAVIGATION STYLES ==== */

	#header > #nav {width: 949px;margin:0 auto;}

   	#nav ul {margin:-11px 0 0 0;padding:0;list-style-type:none;background: url(images/nav-bg.jpg) repeat-x left top;float:left;width: 100%}

	#nav, #nav ul { line-height: 1 }

   	#nav li {

	 	height:42px;

		margin:0;

		padding:0;

		font: bold 16px "Trebuchet MS";

		color:#FFF;

		text-align:center;

		border-right:1px solid #cb2027;

		float:left;

		position:relative

	}

   	#nav #leftround {width:51px;height:42px;margin:0;padding:0;background:url(images/nav-leftround.jpg) no-repeat top left;float:left;border:0}

   	#nav #rightround {width:49px;height:42px;margin:0;padding:0;background:url(images/nav-rightround.jpg) no-repeat top right;float:right;border:0;}

   	#nav a {height:32px;padding:10px 10px 0 10px;color:#FFF;text-decoration:none;display:block;}

   	#nav li:hover {background:url(images/nav-rollbg.jpg) repeat-x top;}

	 

		/* ==== DROP-DOWN NAVIGATION STYLES ==== */

		#nav li ul {

			position: absolute;

			top: 53px;

			width: 10em;

			padding:0;

			margin-left: -1000em;

			border: 1px solid #EE2024;

			border-top-width: 0;

			background: #F2DA37;

		}	

		#nav li li { 

			position: relative; 

			margin-top: -1px;

			height: auto;

			width: 10em;

			padding-bottom: 0;

			text-align: left;

		}	

		#nav li li a {

			display: block;

			width: 9.4em;

			height: auto;

			padding: .3em;

			color: #FFF;

			border-top: 1px solid #EE2024;

			line-height: 1;

		}
		
		#nav li li a.nested {background:#F2DA37 url(/images/nested-arrow.gif) no-repeat right center;}

		#nav li li a:hover {

			background: #EE2024;

			color: #FFF;

		}

		#nav li li:hover {

			background: #EE2024;

			color: #FFF;

		}

		#nav li ul ul { margin: -3.15em 0 0 -1000em }

		#nav li:hover ul ul, #nav li.sfhover ul ul { margin-left: -1000em }

		#nav li:hover ul, #nav li.sfhover ul { left: 0; margin-left: 0 }

		#nav li li:hover ul, #nav li li.sfhover ul { margin-left: 10em }




	 /* === CONTENT -> BLOG === */

	 /* post side */

	 	#pagewrap {

			position: relative;

			padding-bottom: 0px;

			text-align: left;

		}

	 

		#welcomeb {

			position: absolute;

			background: url(images/welcome.gif) top left no-repeat;

			height: 103px;

			width: 700px;

			top: 0;

			margin: 0 0 20px -10px;

		}

	 

		#left {

			position: relative;

			padding: 0 15px 0px 15px;

			width: 670px;

		}

		

		#index #left { padding-top: 125px }

		

		.pagetitle {

			font-size:14px;

			color:#DA6C27;

			margin-bottom:20px

		}

		

		h1 {

			position: relative;

			font-size: 1.7em;

			margin-bottom: 1em;

			color: #6799CB;

			font-weight: bold;

		}

		

		#left h1 a {color: #6799CB;}
		#left h1 a:hover {color: #6799CB; text-decoration:none;}
		
		
		h2.center { 
		
			font-size:14px;

			color:#DA6C27;

			margin-bottom:20px
			
		}
		

		#left a {color:#CB2027}

 		#left a:hover {color:#990000;}

		

		.postinfo {

			position: relative;

			font-size: .85em;

			color: #CB2027;

		}

		

		.post {

			position: relative;

			margin-bottom: 30px;

			padding-bottom: 20px;

			background: url(images/star.gif) bottom left repeat-x;

		}

		

		.post p {

			position: relative;

			padding: .75em 0 .75em 0;

			line-height: 1.5em;

		}
		
		
		.post ul{
			margin-left:25px;
			margin-bottom:15px;
		}
		.post ul li{margin-top:5px;}

		#left .commenter a {

			padding: 2px 0 6px 18px;

			font-weight: bold;

			background: url(images/bubble.gif) left center no-repeat;

		}

		

		#right {

			position: relative;

			float: right;

			width: 230px;

			padding-right: 8px;

		}

		

		#right h2 {

			position: relative;

			font-size: 1.15em;

			font-weight: bold;

			color: #CB6828;	

		}

		

		#right ul { list-style: none }

		

		.rbox {

			position: relative;

			margin-bottom: 15px;

			padding-bottom: 12px;

			background: url(images/sbbottom.png) bottom left no-repeat;

		}

		

		.rboxin {

			clear: both;

			position: relative;

			overflow: hidden;

			padding: 6px 10px 0 10px;

			background: url(images/h2bg.gif) top left no-repeat;

		}

		

		.list1 {

			position: relative;

			padding-top: 4px;		

		}

		

		.list1 li {

			position: relative;

			padding: 4px 0 5px 18px;

			background: url(images/star2.gif) left center no-repeat;

		}

		

		.list1 li a {

			position: relative;

			font-weight: bold;

			color: #6799CB;		

		}

		

		.list2 {

			position: relative;

			padding-top: 4px;		

		}

		

		.list2 li {

			position: relative;

			padding: 4px 0 5px 18px;

			background: url(images/star2.gif) left center no-repeat;

		}

		

		.list2 li a {

			position: relative;

			font-weight: bold;

			color: #CB6828;		

		}

		

		.list3 {

			position: relative;

			padding-top: 4px;		

		}

		

		.list3 li {

			position: relative;

			padding-bottom: 2px;

			line-height: 28px;

		}

		

		.list3 li a {

			position: relative;

			display: block;

			font-weight: bold;

			color: #fff;

			width: 200px;

			padding-left: 8px;

			line-height: 28px;

			border: 1px solid #DA6C27;

			background: url(images/sub_no.gif) left center repeat-x;

		}

		

		.list3 li a:hover {

		background-image: url(images/sub_hov.gif);

		color: #CB6828;		

		}

		

		

		#sboxx { position: relative }

		

		#s {

			position: relative;

			float: left;

			margin-top: 14px;

			margin-left: -4px;

			margin-bottom: 10px;

			padding: 4px 6px 0 6px;

			height: 22px;

			width: 138px;

			border: 0px;

			background: url(images/sbg.gif) top left no-repeat;

		}

		

		#s2 {

			position: relative;

			float: left;

			text-indent: -9999px;

			margin-top: 14px;

			margin-left: 4px;

			height: 26px;

			width: 59px;

			border: 0px;

			background: url(images/sbg2.gif) top left no-repeat;

			font-size: 0px;

			color: #fff;
			
			cursor:pointer;

		}

		

		#fnav {

			position: relative;

			padding-top: 26px;	

			height: 66px;

			background: url(images/bunny.gif) top center no-repeat;	

		}

		

		#fnav a {

			position: relative;

			display: block;

			padding: 20px 0 0 0;

			height: 40px;

			font-size: 1.1em;

			color: #fff;

			text-align: center;

			width: 130px;

			font-weight: bold;

			text-decoration: none;

			background: url(images/next-prev.gif) top left;

		}
		
		.float-right{float:right;}
		.float-left{float:left}

		

		#comments, #respond {

			position: relative;

			padding: 2px 0 6px 18px;

			font-weight: bold;

			background: url(images/bubble.gif) left center no-repeat;

			color: #65B1F8;

			border-bottom: 1px solid #C6C700;

			font-size: 1em;

		}

		

		#commentform, #commentform textarea { width: 100% }

		

		.commentlist li {

			list-style-type:none;
			
			position: relative;

			padding: 10px 0 20px 0;

			font-size: .85em;

		}

		

		.com {

			position: relative;

			margin-top: 2px;

			padding: 1px 10px 1px 10px;	

			border: 1px solid #C6C700;

			background: #FCFFC2;

			font-size: 1.1em;
			
			overflow:hidden;

		}
		
		.beaniemaster-author {
		
			position: relative;

			margin-top: 2px;

			padding: 1px 75px 1px 10px;	

			border: 1px solid #3F7FC2;

			background: #EBF3F8 url(/bkblog/wp-content/themes/beaniekids/images/bmbloghead.png) no-repeat top right;

			font-size: 1.1em;
		
		}
		
		.boffin-author {
		
			position: relative;

			margin-top: 2px;

			padding: 1px 75px 1px 10px;	

			border: 1px solid #264059;

			background: #D6DDE4 url(/bkblog/wp-content/themes/beaniekids/images/boffin-head.png) no-repeat top right;

			font-size: 1.1em;
		
		}

	 

   

/* === FOOTER STYLES === */

#footer {width:100%;height:23px;padding:10px 0 0 0;background:url(images/footer-bg.jpg) repeat-x top;clear:both;}

#footer ul {width:60%;margin:0 0 0 10px;padding:0;list-style-type:none;float:left;}

#footer li {margin:0;padding:0 5px;border-right:1px solid #FFF;float:left;}

#footer li a {font-family:"Trebuchet MS";font-size:12px;font-weight:normal;color:#FFF;}



#copyright {width:30%;margin:3px 10px 0 0;padding:0;font-family:"Trebuchet MS";font-size:10px;font-weight:normal;color:#FFF;text-align:right;float:right;}

#copyright a {color:#FFF;text-decoration:none;}

