/*
Theme Name: Little Lumo
Theme URI: http://littlelumo.com
Description: Designed from starkers by Elliot Jay Stocks ----http://elliotjaystocks.com
Version: 2 (WP2.6.2)
Author: r.davis
Author URI: http://littlelumo.com
Tags: little lumo,
*/




/* 
	RESET as per Chris Coyler
*/

*		{	margin 0;	padding: 0; }
html		{	overflow-y: scroll; }
html, body	{	height: 100%; }
body		{	font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #666;  }
p               {       font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #666;  }
ul		{	list-style: square inside; }
ol		{	list-style: decimal inside; }
a:link          { color: #666; text-decoration: none;}
a:visited       { color: #666; text-decoration: none;}
a:hover         { color: #666; text-decoration: underline;}
a:active        { color: #333; text-decoration: none;}
a img		{	border: none; }
img		{	vertical-align: middle;	}
table		{	border-collapse: collapse; }


/*
	UTILITY
*/

.floatLeft	{ 	float: left;		}
.floatRight	{ 	float: right;		}
.clear		{	clear: both;	}
.button		{	border: 1px solid #272727; background: white; padding: 3px 8px; -moz-border-radius: 5px; - webkit-border-radius: 5px; color: 272727;		}
.button:hover	{	background: #990000; color: white;	}


/*
	STRUCTURE
*/

#page-wrap	{	width: 1024px; margin: 0px;
		        min-height: 100%; height: auto !important; height: 100%;	}
#push		{	height: 100px;	}
#socialsidebar  {       width: 190px; float: left; margin-right: 15px }
#main-col       {       width: 700px; float: left; margin-left: 70px;}
#linkssidebar   {       width: 200px; height: 380px; float: left; background: url(http://www.littlelumo.com/wp-content/themes/littlelumo/style/images/lumo_sidebar.jpg) bottom no-repeat;
}
#linkssidebar2   {       width: 200px; height: 380px; float: left; list-style-type: none;
}
ul#blog li {    list-style-type: none;  }

/*
MENU/PAGE NAVIGATION
*/

#menu-bar	{       font-family: font-family: Arial, Helvetica, sans-serif; color: #666; list-style-type: none; text-align: right; margin: 0px 80px; height: 50px;
        }

ul#main-nav    { font-size: 14px; }
ul#sub-nav     {font-size: 12px; margin-top: 5px;}
ul#main-nav li, ul#sub-nav li   {display: inline; padding: 0px 10px 0px 10px;}

/*
	HEADER
*/

#header         {       height: 120px;  }
h1#logo	{	width: 1024px; height: 120px; background: url(http://www.littlelumo.com/wp-content/themes/littlelumo/style/images/lumo_header.png) top left no-repeat; text-indent: -9999px;
}


/*
      FOOTER
*/

#footer  { height: 100px; background: ffffff; padding-top: 10px;}
#footer-inside    { width: 1024px; margin: 0 auto; }