/*   
Theme Name: Thematic Child - Booby Traps and Blunders
Theme URI: http://www.omnipresenceweb.com
Description: Theme for Booby Traps and Blunders
Author: Vinh Bui
Author URI: http://www.omnipresenceweb.com/
Template: thematic
Version: 1.0
Tags: Omnipresence Web, Los Angeles Web Design.
Thematic is © Ian Stewart http://themeshaper.com/.*/
/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');
/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');
/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css.css');
/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');
/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this 
file (or link to a copy in your child theme) if you're going 
to do anything outrageous */
@import url('../thematic/library/styles/default.css');
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	background-color: #FFF;
}
a:link {color:#333;}
a:active, a:hover {color:#F0F;}
a:visited {color:#009;}

#wrapper.hfeed {
	background: #FFF url(images/christine-wennekamp-new-york.jpg) center top no-repeat;
	
}
#header {
	z-index:2;
	text-align: center;
	width: 1014px;
	height: 300px;
	position: relative;
	clear:both;
	margin:0 auto;
}


#branding {
display: none;
float: left;
margin:0 auto;
width:100%;
height: 290px;
padding:0px 0 8px 0;

text-align: left;
}
#image_flicker {
	width: 1014px;
	height: 270px;
}
#logo-image {
	padding: 32px 0px 0px 40px;
}
#blog-title a:active, #blog-title a:hover {
	color:#F00;
}
#blog-title a {
	color: #00F6FF;
	text-decoration:none;
}
#blog-title {
	display: none;
	font-family:Arial,sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	padding: 110px 10px 10px 40px;
	color: #00F6FF;
}
h1#blog-description, #blog-description {
	font-family:Arial,sans-serif;
	font: Helvetica;
	font-size:12px;
	padding: 5px 5px 10px 20px;
	color: #999;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	}
#header-aside {
	float: right;
	width: 300px;
	padding: 48px 40px 0 0;
	color: #FFF;  
}
#header-aside.aside h3.widgettitle {
display: none;
}

.aside #searchsubmit {
	display:block;
}



/* Navigation */
#access {
	border: none;
	font-size:14px;
	height:30px;
	overflow:visible;
	width: 1014px;
	z-index:inherit;
	position: relative;
	border-bottom: none;
}
div.menu {
	margin: 0 auto;
	padding-left: 12px;
	width:660px;
	height: 30px;
	z-index:100;
	overflow:visible;
	float: left;
	clear: left;
	text-transform: uppercase;
}


.sf-menu {
	line-height:1;
	float:none;
	clear: left;
}

.sf-menu, .sf-menu * {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000 none repeat scroll 0 0;
	border-bottom: none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	color: #FFF;
	border-top: none;
	border-right: none;
	border-left: none;
        padding:9px 12px 9px 12px;
}
.sf-menu li:hover, .sf-menu li.sfHover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000 none repeat scroll 0 0;
	border-bottom: none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	color: #FFF;
	border-top: none;
	border-right: none;
	border-left: none;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000 none repeat scroll 0 0;
	border-bottom: none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	color: #FFF;
	margin-right: 2px;
	border-top: none;
	border-right: none;
	border-left: none;
        padding:9px 12px 9px 12px;
}
.sf-menu a:visited {
}
.sf-menu a {
	color:#5394BE;
	border-bottom:none;
	border-left:1px solid #74FEF8;
	border-right:1px solid #74FEF8;
	border-top:1px solid #74FEF8;
	padding:9px 12px 6px 12px;
	text-decoration:none;
	background: url(images/celebrity-baby.jpg) repeat-x top;
        display:block;
        position:relative;
        margin-right: 2px;
}

/* Search Bar */
#access-search{
	width: 294px;
	height: 30px;
	margin: 0 auto;
	float: right;
	clear: right;
	padding-right: 11px;
	
}
form#searchform {
	padding-left: 0px;
	padding-top: 5px;
	color: #761212;
	font-size: 14px;
}
form#searchform input#s {
	border: 1px solid #000;
	background: url(images/trans.png) repeat-x top;
	color: #761212;
	float: left;
	clear: left;
	padding: 3px 2px 0px 4px;
	margin: 0px 2px 0px 2px;
	line-height: 20px;
	height: 22px;
	width: 180px;
	vertical-align: middle;
	text-align: left;
}
form#searchform input#s:focus {
	border: 2px solid #333;
	background: url(images/culture-blog.jpg) repeat-x top;
}
input#searchsubmit {
  background: url(images/pregnant-celebrity.gif) no-repeat;
	padding: 0 0px 0 12px;
	margin: 0 0px 0 0px;
	border: none;
	color: #FFF;
	width: 90px;
	height: 28px;
	float: right;
	clear: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.aside, .aside input {
font-size:14px;
line-height:20px;
margin-bottom:0px;
margin-top: 3px;
width: 210px;
height: 22px;
}








/* Content Containers (Middle)*/
#main {
	clear:both;
	padding:10px 0 22px 0;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:989px;
	height: auto;
	min-height: 450px;
	/*
        border-top: #000 1px solid;
        border-left: #000 1px solid;
        border-right: #000 1px solid;
        border-bottom: #000 1px solid; */
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
float:left;
margin:0 0 0 0;
width:790px;
}





/* Content */
#content {
width: 650px;
margin:0 5px 0 0px;
overflow:hidden;
padding-top: 5px;
border-left: none;
/* border-right: 1px solid #E0E0E0; */
}

#content img {
        max-width: 680px;
        height: auto;
}
.entry-title a:active, .entry-title a:hover {
	text-shadow: 1px 1px 5px #CCC;
	color: #333;
}
.entry-title, .entry-title a {
	font-size: 26px;
  color: #000;
	text-decoration:none;
	font-weight: normal;
	padding: 0 10px 5px 10px;
	display: block;
	text-shadow: 2px 2px 3px #999;
}
.entry-meta {
	color:#A9A9A9;
	font-size:10px;
	font-style:italic;
	line-height:18px;
	padding-left: 22px;
}
.entry-meta a:link {
	color:#989898;
	font-size:10px;
	text-decoration: underline;
}
#content p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	color: #333;
}
.entry-content {
padding:12px 15px 0 20px;
}
.hentry {
padding:0 0 0px;
}
.hentry h1 {
padding: 0 20px 10px 20px;
}
.entry-utility {
width: 605px;
height: auto;
color:#666666;
font-size:12px;
line-height:18px;
margin:0 0 25px 0;
padding: 0 0 30px 22px;
border-bottom: 1px solid #E0E0E0;
background: url(images/hollywood-babies.jpg) repeat-x bottom;
}
.entry-utility a:link {
	color:#484848;
	text-decoration:underline;
}
a.more-link {
	color: #DA02C5;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	clear: right;
	font-size: 16px;
	padding:10px 20px 10px 10px;
}
a.more-link:hover {
	color: #FC05E2;
}
div.social_bookmark a strong em {
	font-size: 12px;
}
.wp-caption {
margin-bottom:2px;
text-align:center;
}
.alignleft, img.alignleft {
float:left;
margin-right:5px;
}
.alignright, img.alignright {
float:right;
margin-left:5px;
}


.nav-previous, .nav-previous a {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	float:left;
	width:240px;
	font-size: 16px;
	text-decoration: none;
	padding-left: 10px;
	display: inline;
	line-height: 22px;
	text-shadow: 2px 2px 2px #666;
}
.nav-previous a:hover {
	color: #333;
	text-shadow: 1px 1px 5px #CCC;
	text-decoration: underline;
}
.nav-next, .nav-next a {
	color: #00F5FF;
	font-weight: bold;
	text-transform: uppercase;
	float:right;
	width:240px;
	font-size: 16px;
	text-decoration: underline;
	padding-right: 10px;
	display: inline;
	line-height: 22px;
        text-shadow: 2px 2px 2px #333;
}
.nav-next a:hover {
	color: ##00F5FF;
        text-shadow: 1px 1px 5px #333;
}


blockquote {
	color:#333;
	font-style:italic;
	margin: 1em 3em;
}





/* Sidebars */
#primary {
	border: none;
	padding:0px 0 0;
	float:right;
	margin: 0 20px 22px 10px;
	width:160px;
	font-size: 14px;
	color: #333;
}
#primary a:link {
	color:#000;
        text-decoration: underline;
        text-shadow: 2px 2px 2px #999;
}
#primary a:active, #primary a:hover {
	color:#00F5FF;
        text-shadow: 1px 1px 4px #474747;
}
#primary a:visited {
	color:#000;
        text-shadow: 2px 2px 2px #999;
        text-decoration: none;
}
#primary.aside h3 {
	font-size:14px;
	font-style:normal;
	line-height:18px;
	color: #1F1F1F;
	padding: 20px 0 5px 0;
	border-bottom: 2px solid #999;
	text-transform: uppercase;
  font-weight: bold;
}
#primary.aside ul ul li.cat-item {
padding:3px 0 3px 8px;
}




#secondary {
float:right;
margin:0 0 0 -160px;
width:160px;
}
#secondary a:link {
	color:#844200;
}
#secondary a:active, #primary a:hover {
	color:#00F5FF;
}
#secondary a:visited {
	color:#006;
}

.main-aside ul {
padding:0 0px;
}
.aside ul ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 25px 0px;
}
.aside h3 {
	border-bottom: 2px solid #999999;
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  padding: 20px 0 5px;
  text-transform: uppercase;
}
.aside ul ul li {
	padding:5px 0 5px 10px;
	color: #333;
}
div.textwidget {
	padding: 10px 0;
}
#comments {
font-size:13px;
line-height:18px;
width: auto;
height: auto;
padding: 18px 20px 5px 20px;
}
#comments textarea {
font-size:13px;
line-height:18px;
width: auto
height: auto;
padding: 2px;
}
#comments input {
font-size:13px;
line-height:18px;
width: 260px;
height: auto;
}


/* Footer */

#footer {
	clear:both;
	padding:15px 0 10px 0;
	margin:10px auto 15px;
	overflow:hidden;
	position:relative;
	width:989px;
	height: auto;
	border: #74FEF8 1px solid;
	background: #F8F8F8 url(images/paris-adventures.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:link {
	color:#000;
	text-shadow: 2px 2px 2px #999;
}
#footer a:active, #footer a:hover {
	color:#0FF;
	text-shadow: 1px 1px 5px #666;
}
#footer a:visited {
	color:#000;
	text-shadow: 1px 1px 5px #666;
}
#subsidiary {
padding:13px 0;
margin:0 auto;
overflow:hidden;
min-height: 400px;
height: auto;
width:960px;
}


/* Ist Column in the Footer */
#first.aside.sub-aside {
	width: 310px;
	margin: 0 10px;
}
#first li#search.widget_thematic_search h3.widgettitle {
display:none;
color:#1F1F1F;
font-size:13px;
font-style:normal;
line-height:18px;
padding:0 0 0 5px;
}
#subsidiary form#searchform {
	padding-left: 0px;
	padding-top: 0px;
	color: #761212;
	font-size: 14px;
	width: 300px;
	height: 30px;
}
#subsidiary form#searchform input#s {
	border: 1px solid #A31B1B;
	background: url(images/celebrity-babies.jpg) repeat-x top;
	color: #761212;
	float: left;
	clear: left;
	padding: 3px 2px 0px 4px;
	margin: 0px 2px 0px 2px;
	line-height: 20px;
	height: 22px;
	width: 190px;
	vertical-align: middle;
	text-align: left;
}
#subsidiary form#searchform input#s:focus {
	border: 1px solid #FC05E2;
	background: #FFF;
}
#subsidiary .aside, #subsidiary .aside input {
font-size:14px;
line-height:20px;
margin-bottom:0px;
margin-top: 3px;
width: 190px;
height: 22px;
}
#subsidiary input#searchsubmit {
	background: url(images/pregnant-celebrity.gif) no-repeat;
	padding: 0 0px 0 12px;
	margin: 0 0px 0 0px;
	border: none;
	color: #FFF;
	width: 90px;
	height: 28px;
	float: right;
	clear: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
li#recent-posts-2.widget_recent_entries h3.widgettitle {
	display:block;
	color:#1F1F1F;
	font-size:14px;
	font-style:normal;
	line-height:18px;
	padding:5px 0 5px 0;
	border-bottom: 2px solid #FFF;
	text-transform: uppercase;
}
li#recent-posts-3.widget_recent_entries ul {
	padding-top: 10px;
}
li#recent-comments-3.widget_recent_comments h3.widgettitle {
	display:block;
	color:#1F1F1F;
	font-size:14px;
	font-style:normal;
	line-height:18px;
	padding:5px 0 5px 0;
	border-bottom: 2px solid #FFF;
	text-transform: uppercase;
}
li#recent-comments-3.widget_recent_comments ul {
	padding-top: 10px;
}
#subsidiary .aside {
float:left;
}





/* 2nd Column in the Footer */
#second.aside.sub-aside {
	width: 290px;
	margin: 0 10px;
}
#second.aside.sub-aside h3.widgettitle {
	display:block;
	color:#1F1F1F;
	font-size:14px;
	font-style:normal;
	line-height:18px;
	padding:5px 0 5px 0;
	border-bottom: 2px solid #FFF;
	text-transform: uppercase;
}
#second.aside.sub-aside ol {
	padding-top: 15px;
}
#second.aside.sub-aside ol li {
	padding-bottom: 8px;
}



/* 3rd Column in the Footer */
#third.aside.sub-aside {
	width: 290px;
	margin: 0 10px;
}
#third.aside.sub-aside h3.widgettitle {
	display:block;
	color:#1F1F1F;
	font-size:14px;
	font-style:normal;
	line-height:18px;
	padding:5px 0 5px 0;
	border-bottom: 2px solid #FFF;
	text-transform: uppercase;
}
#third.aside.sub-aside ul#recentcomments {
	padding-top: 9px;
}


#siteinfo {
	color:#949187;
	font-size:10px;
	line-height:18px;
	padding: 25px 20px 2px 20px;
}
#siteinfo a:link {
	color:#848178;
}
#siteinfo a:visited {
	color:#9B978D;
}







#header_box {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 1014px;
	background: url(/california-girl/arts-culture_01.jpg) no-repeat;
}

#branding {
  float: right;
  width: 620px;
/* Don't forget to add your background here */
}

/* Moves the new widgetized area to the right and levels it with #branding */
#header-flash {
  float: left;
  width: 100%;
}

/* This will clear the floats and keeps the access bottom line
from jumping into the air */
#access {
  clear: both;
}
