/*  
Theme Name: Indie Lullabies!
Theme URI: http://labs.utopian.net/wordpress/theme/stringtheory/
Description: Basic base.
Version: 1.4
Author: Utopian.net Laboratories
Author URI: http://labs.utopian.net
*/

			body {			
				margin:0;
				font-family:"Trebuchet MS", Lucida Grande, Helvetica, sans-serif;
				color:#fff;
				font-size:9pt;
				line-height: 10pt;
				background-color:#eddd9f;
			}
			a {
				text-decoration:none;
				font-weight:bold;
				color:#ffffc8;
			}
			a:hover {
				text-decoration:none;
				color:#afdeff;
			}
			h1 {
				font-size:14pt;
				color:#feffc8;
				font-weight:normal;
				text-transform:uppercase;
			}
			h2 {
				font-size:11pt;
				color:#feffc8;
				padding:0px 0px;
			}
			h3, h3 a {
				font-size:10pt;
				color:#afdeff;
				text-align:center;
			}
			h4 {
				color:#999;
				font-size:10pt;
			}
			img {
				border:none;
			}
			.star {
				color:#ffca94;
				margin:0px 8px 0px 0px;
				padding:0 0 3px 0;
			}
			.posted_date {
				display:none;
			}
			#wrapper {
				margin:0px auto 0px auto;
				background-image:url('images/ilabout.jpg');
				background-repeat:repeat-y;
				width:1060px;
				min-height:100%;
			}
			#masthead {
				height:100px;
            	width:800px;
			}
            #masthead h1 {
            	display:none;
			}
			#menu {
				height:30px;
				width:1040px;
				padding:10px 0px 0px 78px;
			}
			#menulist li {
				display:inline;
				font-size:12pt;
				margin:0px 6px 0px 0px;
				text-transform:uppercase;
			}
			/*#menu li.current_page_item a{
				color:#900;
			}*/
			#menu li:first-child span{display:none;}
			
			#secondmenu {
				width:840px;
				padding:0px 0px 0px 78px;
				margin:-5px 0 0 0;
			}
			#sidebarone {
				width:0px;
               	margin:0px 20px 0px 0px;
				float:right;
			}
			#blogsidebar {
			
				width:50px;
               	margin:40px 20px 0px 0px;
				float:right;
			}
			.smicons {
				margin:0px 2px 8px 2px;
			}
			#sidebartwo {
				width:500px;
				float:left;
			}
			#sideleft {
			    margin:0px 0px 0px 30px;
			    width:200px;
			}
			#sideright {
				width:200px;
				padding:30px 20px 0px 0px;
			}
			#sideright li h2, #sideright li select, #sideright .textwidget form {
				margin-left:30px;
			}
			#twitterbar {
				padding:25px 5px 10px 5px;
				margin:0 0 20px 0;
				border-radius:16px;
				-moz-border-radius:16px;
				-webkit-border-radius:16px;
				box-shadow: 1px 1px 3px #999;
				-moz-box-shadow: 1px 1px 3px #999;
				-webkit-box-shadow: 1px 1px 3px #999;
				background-color:#fff;
				filter:alpha(opacity=80);
				-moz-opacity:0.8;
				-khtml-opacity: 0.8;
				opacity: 0.8;
			}
			#twitterbar ul li {
				list-style-image: url(images/twitter.png)!important;
				margin:0px auto 6px 10px!important;
			}
			#sidebartwo ul li {
				margin:auto auto 20px auto;
			}
			#mainbody {
				min-height:550px;
				width:420px;
                padding:100px 20px 0px 0px;
                line-height:1.6em;
         		margin:0 auto 0 60px;
        		text-align:left;
  				float:left;
			}

			#blogbody {
				min-height:40%;
				width:690px;
                padding:0px 20px 0px 20px;
                line-height:1.6em;
         		margin:auto;
        		text-align:center;
        		float:left;
			}
			#commbody {
				min-height:40%;
				width:550px;
                padding:0px 20px 0px 20px;
                line-height:1.6em;
         		margin:auto;
        		text-align:center;
			}			
			#splashbody {
				min-height:550px;
				width:420px;
                padding:25px 0px 0px 0px;
                line-height:1.6em;
         		margin:0 auto 0 64px;
        		text-align:left;
  				float:left;
			}
			#footer {
				height:30px;
				width:800px;
				margin:auto;
				padding-top:8px;
				text-align:right;
				font-size:7pt;
			}
			.push {
				height:60px;
			}
			.spacer {
				clear:both;
			}
			li {
				list-style-type:none;
			}
					
		
			div.post h2 {
				margin-top: 0px;
			}

			div.post {
				margin:auto;
				text-align: left;
			}
			
			.catpost {
				float:left;
				width:510px;
				margin-left:30px;
				text-align: left;
				margin-top: 20px;
			}
			.commpost {
				float:left;
				width:310px;
				margin-left:30px;
				text-align: left;
				margin-top: 18px;
			}
			.catpost a, .commpost a {
				text-decoration:none;
				color:#000;
			
			}
			.catpostimage {
				float:left;
				margin-left: 45px;
				margin-top: 18px;
				width:110px;
			}
			.newspostimage {
				float:left;
				margin-left:0;
				margin-top:18px;
				width:200px;
			}
			.archspacer {
				clear:both;
				height:10px;
				margin-bottom:10px;
				margin-left:4px;
				border-bottom:1px solid #000;
				width:700px;
			}
			.commspacer {
				clear:both;
				height:10px;
				margin-bottom:10px;
				margin-left:40px;
				border-bottom:1px solid #000;
				width:500px;
			}			
			a.readmore{
				text-align:right;
				font-style:italic;
			}
			.catpost em {
				font-size:8pt;
				font-weight:bold;
			}
/* Comments styles */
			div#respond{
				text-align: left;
				margin-left: -150px;
			}

/* eshop panel listings */
			ul.eshoppanels{
				list-style:none;
				margin:0;
				padding:0;
			}
			ul.eshoppanels li{
				list-style:none;
				float:left;
				margin:5px;
			        padding:6px;
				text-align:left;
			        width:205px;
				min-height:220px;
			}
			#content ul.eshoppanels li a{
				text-decoration:none;
				display:block;
				padding:0 4px;
			       font-size: medium;
			}
			#content ul.eshoppanels li a img{
				float:none;
				margin:0;
			}
			.creditline {
				display:none;
			}
/* gallery listings */
			.gallery {
				margin: auto;
			}
			.gallery-item {
				float: left;
				margin-top: 10px;
				text-align: center;
				width: 33%;			}
			.gallery img {
				border: 0px !important;
			}
			.gallery-caption {
				margin-left: 0;
			}

			span.caps {
				font-size: 0.9em;
				letter-spacing: .07em;
			}
			p img {
				padding: 0;
			}
			.aligncenter,
			div.aligncenter,
			img.centered {
				display: block;
				margin-left: auto;
				margin-right: auto;
			}
			img.alignleft {
				padding: 4px;
				margin: 0 7px 2px 0;
				display: inline;
			}
			img.alignright {
				padding: 4px;
				margin: 0 0 2px 7px;
				display: inline;
			}
			.alignleft {
				float: left
			}
			.alignright {
				float: right;
			}
			span.caps {
				cursor: help;
			}
			.center {
				text-align: center;
			}
			.navigation {
				display: block;
				text-align: center;
				margin-top: 10px;
				margin-bottom: 60px;
			}
			.hidden {
				display: none;
			}
			.wp-caption {
				border: 1px solid #ddd;
				text-align: center;
				background-color: #eeeeee;
				padding-top: 4px;
				margin: 10px;
			}
			.wp-caption img {
				margin: 0;
				padding: 0;
				border: 0 none;
			}
			.wp-caption p.wp-caption-text {
				font-size: 11px;
				line-height: 17px;
				padding: 0 4px 5px;
				margin: 0;
			}
			form#commentform {
				margin-left:140px;
			}
			fieldset p {
				text-align: left;
			}
						
			textarea#comment {
				max-width: 500px;
			}
			div.reply {
				margin-bottom:10px;
			}
			.archpost {
				text-align:left;
			}
			h2.post-title {
				text-align:left;
			}
			.aktt_tweets,  .aktt_tweets a{
				color:#655c7d;
			}
			#aktt_tweet_form {
				display:none;
			}
