/*   
Theme Name: Sushibook	
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
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');




/* =Global Elements
-------------------------------------------------------------- */

body {
    font-family:Georgia, serif;
   /* padding: 0px;
    margin: 0px;*/
    font-size: 14px;
   line-height: 22px;


}

p, ul, ol, dd, pre {
	margin-bottom:14px;
}

/* =Header
-------------------------------------------------------------- */
#header
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-color: #0A0505;
	/*background-image: url(images/headderBG.jpg);*/


}

#branding
{
	padding: 0px 0 0px 0;
	height: 200px;
			background-image: url(images/sushibook_headder02_DA.jpg);


}


#blog-title
{
display: none;
    font-family:Georgia, serif;
    color: #00aeef;    
    font-weight:normal;
    font-size:42px;
    padding:10px 10px 0 0px;

	/*
    line-height:72px;
    font-family:Georgia, serif;
    font-weight:normal;
    letter-spacing: .09em;
    padding:0px 0px 0 0px;
    border-bottom:none;
        background:none;
        height: 95px;
        clear: both;
        */
	text-align: right;
}

#blog-title a {
    color: #00aeef;
    text-decoration:none;
}

#blog-title a:hover{

color: #00A2F3;
background: none!important;
}
#blog-description {
display: none;
	text-align: right;
    font-style:italic;
    color:#fff;
    padding:5px 45px 0px 20px;
       font-size: 16px;



/*
   font-style:italic;
    padding:0px 0px 0px 20px;
    color:#fff;
    display: inline;
   font-size: 14px;
   letter-spacing: .04em;
   */
}


/* =Menu
-------------------------------------------------------------- */
.menu
{
width:940px;
	background-color: #0e1a25;

}
#access
{
	height:32px;
	margin-top: -32px;
	position: relative;

}


/* =Content
-------------------------------------------------------------- */


/*
a, a:visited {
text-decoration: underline; 
}

a:hover {     color: #00aeef;
}
*/


.page-title span {
    font-size:18px;
    font-weight:normal;
    font-style:italic;
}
.entry-title
{
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	padding: 20px 0px 5px 0px;
	font-family: Georgia, times new roman, serif;
	letter-spacing: .03em;
	color: #C30;
}
.entry-title a {
    text-decoration:none;
    color: #C30; 
}
/*
.entry-title a:hover {
    color:#78d0f0;
}
*/

.entry-content{
	padding: 10px 0 0 0;

}

.entry-content h1, .entry-content h2
{
    font-family:Georgia, serif;

	font-size: 16px;
	letter-spacing: .08em;

	margin: 0 0 2px 0;
	padding: 18px 0 0 0px;
	text-align: left;
	font-variant: small-caps;
}


.entry-content a, .entry-content a:visited
{
	color:#666666;
}

.entry-content a:hover
{
	color:#FF4B33;

}



.entry-utility { border-top: 1px silver solid; }


/* =Images
-------------------------------------------------------------- */

 
 #content img
 {
 	padding: 1px;
 	border-width: 1px 0px 1px 0px;
 	border-color: #666;
 	border-style: solid;
 }



/* =Comments
-------------------------------------------------------------- */

#respond h3, #comments-list h3{
    font-family:Georgia, serif;

	font-size: 16px;
	letter-spacing: .08em;

	font-variant: small-caps;
}
