/*   
Theme Name: BenIsMyName
Theme URI: 
Description: Your theme, Brah.
Author: Benjamin Seyna
Author URI: http://benismy.name
Template: thematic
Version: 1.0
Tags: Thematic
.
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');

/* 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: #000000 url(/wp-content/uploads/images/stripesL.png) repeat ;
}  
#main {
	
	padding-top: 30px; 
}

p {
	color: #FFFFFF;
	font-family: Verdana,sans-serif;
}

body, input, textarea, p {
	font-family: Verdana,sans-serif;
}

#access {
	background: #000000;
	height: 31px;
	padding-bottom: 0px;
	background: #000000 url(/wp-content/uploads/images/stripes2V.png) repeat;
	border: none;
}

#branding {
	height: 60px;
}

/*

light pink    color: #ffb5e8;

dark pink    color: #ff89d7;

*/

#blog-title {
	font-family: Verdana,sans-serif;
	
	font-weight: normal;
	font-size: 3em;
	color: #ffb5e8;
	margin: 0px;
	padding: 0px 0px 3px 1px;
	height: 45px;
}

#blog-title a:link, #blog-title a:visited {
	color: #ffb5e8;
}
#blog-title a:active, #blog-title a:hover {
	color: #ff89d7;
}


#blog-description {
	color:#FFFFFF;
	font-size:13px;
	font-style:italic;
	border-top: 1px solid #FFFFFF;
	margin: 5px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
	clear:none;
	font-weight: normal;
	color:#FFFFFF;
}

.page-title {
	font-size: 1.6em;
	line-height: 15px;
	padding-bottom: 15px;
}
.archive-meta {
	text-decoration: underline;
}

.entry-meta, .entry-utility, .aside, a, {
	color:#FFFFFF;
}

.entry-title {
	font-family: Verdana,sans-serif;
	font-weight: normal;
	font-size: 2.5em;
}
.entry-title a:active, .entry-title a:hover {
	color: #ff89d7;
}

#header {
	background: #000000 url(/wp-content/uploads/images/stripesR.png) repeat ;
}

#footer {
	background: #000000 url(/wp-content/uploads/images/stripesR.png) repeat ;
	border-top: 1px solid #FFFFFF;
	margin-top:0px;
}
#siteinfo{
	color: #FFFFFF;
}


#primary {
	margin-bottom:22px;
	padding:18px 0 0;
}

a:link {
    color: #ffb5e8;
}
a:visited {
    color: #ffb5e8;
}
a:active,
a:hover {
    color: #ff89d7;
}
.aside a:active,
.aside a:hover {
    color: #ff89d7;
    
}
.aside li {
	padding-left: 5px;
}

#container {
	width:960px;
	
}
#content {
	width:940px;
}

#content .aside {
	border: none;
	border-top: 1px solid #FFFFFF; /*1A1717;*/
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 415px;
	font-style: italic;
}

#nav-below {
	
	margin: 0px;
	padding: 10px 20px 10px 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 100%;
	width: 940px;
}

.thumbnail-large {
	float:left;
	margin-right: 15px;
	margin-bottom: 30px;
}
.clearBoth {
	clear:both;
	height: 1px;
	width: 100%;
	margin-top: 30px;
}

#

#single-bottom h2 {
	font-size: 1.3em;
	padding-bottom: 5px;
	font-style: normal;
}
.navigation {
	text-decoration: underline;
	color: #ff89d7;
}
.navigation a:active, .navigation a:hover {
	color: #ff89d7;
	text-decoration: underline;
}


/*** THEMATIC SKIN ***/
.sf-menu {
	float:left;
}
.sf-menu a {
	
	border-top:none;
	border-bottom: none;
	padding:9px 12px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited {
	color:#ffb5e8;
}
.sf-menu li {
	background: #1C1A0E;
}
.sf-menu li li {
	background:	#1C1A0E;
}
.sf-menu li li li {
	background:		#262525;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: none repeat scroll 0 0;
	background-color: #ff89d7;
	border-bottom:none;
	color: #262525;
	outline-color:#ffb5e8;
	outline-style:none;
	outline-width:0px;
}


.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

.widgetcontainer {
	float: left;
	padding-right: 20px;
}