/*
Theme Name: SugarSutra
Theme URI: http://sugarsutra.com/
Description: Child Theme for SugarSutra
Author: Domenic Macri
Author URI: http://domenicmacri.com/
Template: twentyten
Version: 0.1
*/
 
@import url("../twentyten/style.css");

#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper { width: 930px; }
#site-title span a {color: #79bedb;}
#branding img {display: none;}

body {
	background-color: #dbedf5;
	background-image: 	url(images/bg-tile.gif);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	}

ul li {margin: 0; padding: 0; list-style: disc;}
ul {padding-top: 6px; padding-bottom: 12px;}
a, a:hover, a:visited, a img {outline: none; border: none; text-decoration: none;}
a {color: #79bedb;}
a:hover, a:visited {color: #593e1a;}

#wrapper {width: 930px; margin: auto; margin-top: 15px; padding: 0; background-color: #dbedf5; background-image: url(images/bg-topbar.gif); background-position: top; background-repeat: no-repeat; min-height: 700px;}

#header, #main, #footer {padding:0; margin:0;}

#header #logo {width: 100%; background-image: url(images/header-line.gif); background-repeat: no-repeat; background-position: bottom center;}

#header #logo a img {padding-top: 2px; padding-left: 200px;}

#header, #logo, #masthead, #access, .menu-header {float: left;}

#access .menu-header, div.menu {
	margin-left: 0;
	}


#access {background: none; width:930px; padding: 0; margin: 0;}

#access .menu ul {float: right; padding-right: 118px; margin-right: 0;}
#access .menu ul li {
	float: left; display: inline;
	list-style: none;
	padding: 0; margin: 0;
	margin-left: 24px;
	text-align: right;
	}
	
#access .menu ul li a {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #79bedb;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
}
#access .menu ul li a:hover, #access .menu ul li a:active {
	background: none;
	color: #593e1a;
}

#main {padding: 32px 0;}

#container, #left-nav, #content {float: left;}
#container {width: 400px; padding-left: 118px;}
#content {width: 400px; padding-right: 30px; margin: 0;}

#content, #content input, #content textarea {
color: #593e1a;
font-size: 14px;
line-height: 20px;
}

#content .entry-title {
color: #79bedb;
font-size: 21px;
font-weight: 500;
line-height: 1.3em;
margin-bottom: 0px;
}

#primary {width: 200px; padding-right: 118px;}
#primary ul, #main .widget-area ul {padding-right: 0;}

/* FOOTER OUTSIDE OF CONTENT BOX */
#colophon {width:930px; border: none; text-align:center; padding-top: 0;}
#colophon  #site-info {float: left; font-size: 12px; font-weight:600; color: #593e1a; line-height: 1.75em; padding-left: 156px; }
#colophon  #site-info a {color: #593e1a;}
#colophon  #site-info a:hover {color: #505050;}


.brown 		{color: #593e1a;}
.blue 		{color: #79bedb;}
.babyblue 	{color: #dbedf5;}
.gray 		{color: #a7a9ac;}
