/*
Theme Name:     Critters
Theme URI:      http://socialmediapower.com/themes
Description:    Refreshing and clean Twenty Ten child theme with original wild critter headers. Custom headers and formatted side and footer widget areas.
Author:         deltina
Author URI:     http://deltina.com/about/
Template:       twentyten
Version:        0.1.0
Tags: yellow, blue, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style

*/

@import url("../twentyten/style.css");


/* =Layout
-------------------------------------------------------------- */

#content {
	margin: 0 300px 0 20px;
}
#primary,
#secondary {
	float: right;
        padding: 9px;
        padding-top: 20px;
        margin: -20px 0 0 0;
	overflow: hidden;
        display:block;
	width: 220px;
	border-left: 2px solid #FFEE70;
}

#footer {
	clear: both;
	width: 100%;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 900px;
}
#wrapper {
	background: #fff;
	margin-top: 0px;
	padding: 0 0px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}

#footer-widget-area .widget-area {
	float: left;
	margin-right: 15px;
	width: 210px;
}

#footer-widget-area #first {
	margin-left: 5px;
}

#site-info {
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 660px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

/* You can override the background image by selecting a background color or custom background image under Appearance/Background. Also, there is a darker version of the gradient background called gradientblue-bg.jpg in the images folder - just change the file name below to use it. 
*/

body {
   background-image: url('images/gradientgray-bg.jpg');
   background-position: left;
   background-repeat: repeat-x;
   background-attachment: fixed;  
}

body,
input,
textarea {
	color: #000;
	font-size: 14px;
	line-height: 18px;
}

input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #666;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #7081FF;
}
a:visited {
	color: #7081FF;
}
a:active,
a:hover {
	color: #666;
}

/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0px 0 0 0;
        background-color: #FFEE70;
}
#site-title {
	float: left;
	font-size: 24px;
	line-height: 30px;
	margin: 5px 5px 5px 5px;
	width: 460px;
}

#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 5px 5px 5px;
	width: 400px;
}

/* This is the custom header image */
#branding img {
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #FFEE70;
	display: block;
	float: left;
	margin: 0 auto;
	width: 900px;
}
#access .menu-header,
div.menu {
	font-size: 12px;
	margin-left: 0px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 2px;
	width: 900px;
}

#access a {
	color: #000;
	display: block;
	line-height: 32px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}

#access ul ul a {
	background: #ffee70;
	line-height: 1.5em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #7081FF;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background: #7081FF;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
}
#content,
#content input,
#content textarea {
	color: #000;
	font-size: 14px;
	line-height: 22px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 22px;
}
#content h1 {color:#7081ff;}
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
.page-title {
	color: #7081FF;
	font-size: 20px;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #7081FF;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #7081FF;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #666;
}
#content .entry-title {
	color: #000;
	font-size: 25px;
	line-height: 1.5em;
	margin-bottom: 0;
}

.entry-title a:link,
.entry-title a:visited {
	color: #666;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #7081ff;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #7081ff;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #7081ff;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #666;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul ul {
      list-style: none;	
      margin-left: 0em;
}
.widget-area ul ul li {
	padding-bottom: 5px;
        font-size: 13px;
}

.widget-title {
	color: #666;
        font-variant: all-caps;
        font-size: 15px;
	font-weight: bold;
        padding-bottom: 3px;
        letter-spacing: 2px;
}
.widget-area .entry-meta {
	font-size: 13px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 10px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0em;
	padding: 0;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 10px;
}
#colophon {
	border-top: 2px solid #FFEE70;
	margin-top: 0px;
	overflow: hidden;
	padding: 10px 0;
}
#site-info {
	font-weight: bold;
        margin-left: 10px;
        width:200px;
}

}
#site-info a {
	color: #7081ff;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
        width: 550px;

}
#site-generator a {
	background: none;
	color: #666;
	display: inline-block;
	line-height: 14px;
	padding-left: 5px;
	text-decoration: none;
        font-size: 13px;
}
