/*

Theme Name:     MaxOptions

Description: 	This is a child theme of TwentyTen that has ThemeKit For WordPress included in it. This allows you to change the colors, fonts and other options of TwentyTen.

Theme URI:      http: //creativeresourcesgraphics.com/

Author:		Carol Restovic

Template:       twentyten

Version:        0.01

License: GNU General Public License

License URI: license.txt

Tags: custom color options, two-columns, fixed-width, custom-header, custom-background, post thumbnails, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu



*/



@import url("../twentyten/style.css");



#access .menu-header,

div.menu,

#colophon,

#branding,

#main,

#wrapper {

	margin: 0 auto;

	width: 1000px;

}



#main {

	clear: both;

	overflow: hidden;

	margin: 0px;

	padding: 0px;

}



#wrapper {

	margin-top: 0px;

	padding-top: 0;

	padding-right: 0px;

	padding-bottom: 0;

	padding-left: 0px;

	background-image: url(images/wrapper-bd.png);

	background-repeat: repeat;

}

#header {

	padding: 10px;

}



#site-title {

	display: none;

}



#site-description {

	clear: none;

	width: 50%;

	height: 100px;

	text-align: right;

	display: none;

}



#logo {

	float: left;

}



#logo img {

	max-height: 100px;

	width: auto;

	display: block;

}



#slider {

	width: 980px;

	height: 300px;

	display: block;

	clear:  both;

	display: block;

	margin: 0px;

	position: relative;

}



#branding img {

	width: 980px;

	height: auto;

}



#access {

	background-image: url(images/nav-bd.png);

	background-repeat: repeat-x;

	background-position: left top;

	margin-top: 0px;

	width: 100%;

	margin-bottom: 0px;

	padding: 0px;

}

#access a {

	display: block;

	line-height: 45px;

	text-decoration: none;

	padding-top: 0;

	padding-right: 36px;

	padding-bottom: 0;

	padding-left: 36px;

	text-shadow: 0 1px 0 #333333;

}





/* =Layout

-------------------------------------------------------------- */



/*

LAYOUT: Two columns

DESCRIPTION: Two-column fixed layout with one sidebar right of content

*/



#container {

	float: left;

	margin: 0 -300px 0 0;

	width: 100%;

}



#content {

	margin: 0 310px 0 20px;

}

#primary,

#secondary {

	float: right;

	overflow: visible;

	width: 280px;

	background-color: #f0f0f0	

	background-image: url ('wp-content/uploads/sidebar-bd.png');

	background-repeat: repeat-x;	

	margin-right: 10px;

	margin-top: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

}





#content img.attachment-post-thumbnail,

#content img.attachment-single-post-thumbnail {

	float: left;

	margin-right: 2em;

	margin-bottom: 1em;

	border: 1px solid #CCCCCC;

	padding: 5px;

}



.hentry {

	margin-top: 0em;

	margin-right: 0;

	margin-bottom: 0em;

	margin-left: 0;

	padding-top: 2em;

	padding-bottom: 2em;

}



#footer {

	clear: both;

	width: 100%;

	background-color: #CCCCCC;

}



#footer {

	margin-bottom: 0px;

}

/* Main sidebars */

#primary {

	padding-top: 20px;

	margin: 0px;

}

#primary, #secondary {

	padding-bottom: 20px;

	display:  block;

}



#main .widget-area ul {

	font-family: Arial, Helvetica, sans-serif;	

	font-size: 14px;	

	margin-left: 0;

	padding-top: 2em;

	padding-right: 1em;

	padding-bottom: 1em;

	padding-left: 2em;

	margin-top: 0px;

	margin-bottom: 0px;

}

#main .widget-area ul ul {

	border: none;

	margin-left: 0em;

	padding: 0;

	list-style-type: none;

}

#main .widget-area ul ul li {

	line-height: 125%;

	margin-top: .5em;

	margin-bottom: .5em;

}

/* =Widget Areas

-------------------------------------------------------------- */



.widget-area ul {

	list-style: none;

	margin-left: 0;

}

.widget-area ul ul {

	margin-left: 0em;

	list-style-type: none;

}

.widget-area select {

	max-width: 100%;

}

.widget_search #s {/* This keeps the search inputs in line */

	width: 60%;

}

.widget_search label {

	display: none;

}

.widget-container {

	margin: 0 0 18px 0;

}

.widget-title {

	margin-bottom: .5em;

	line-height: 150%;

}

.widget-area a:link,

.widget-area a:visited {

	text-decoration: none;

}

.widget-area a:active,

.widget-area a:hover {

	text-decoration: underline;

}



#footer {

    background-color: #11374a;

}

#footer-widget-area {

	margin-bottom: 1em;

}

#footer-widget-area .widget-area ul ul li {

	line-height: 1.2em;

	display: block;

	padding-top: 0.5em;

	padding-bottom: 0.5em;

	border-bottom-width: 2px;

	border-bottom-style: groove;

	border-bottom-color: #F0F0F0;

}

#colophon {

	margin-top: 0px;

	overflow: hidden;

	padding: 2em;

	border-top-width: 4px;

	border-top-style: solid;

	border-top-color: #666666;

	width: auto;

}

#site-info {

	font-weight: normal;

	font-size: 12px;

	color: #cccccc;

}

#site-info a {

color: #cccccc;

text-decoration: underline;

	font-size: 12px;

}

#site-info a:hover {

color: #ffffff;

}

#site-generator {

	font-style: normal;

	position: relative;

	font-size: 11px;

	font-weight: normal;

}

#site-generator a {

	color: #666;

	display: inline-block;

	line-height: 16px;

	padding-left: 20px;

	text-decoration: none;

}

#site-generator a:hover {

	text-decoration: underline;

}