/*   
Theme Name: Voccine 2009 (Thematic Child Theme)
Theme URI: http://www.voccine.com
Description: Developed for Voccine
Author: Tomas Seo
Author URI: http://dandileia.com/
Template: thematic
Version: 1.0
Tags: Voccine, 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');

/* BG color or pic
-------------------------------------------------------------- */
body	{
	background: #ffffff;
	/*background:url(images/body_bg.gif) left top repeat-x; */
}
#header	{
	background: #ffffff;
	/*background:url(images/header_bg.gif) left top repeat-x; */
}
#branding {
	background: none;
}
#blog-title{
	background: none;
}
#main	{
	background: #ffffff;
	/*background:url(images/main_bg.gif) left top repeat-x; */
}
#container{
	background: none;
}
#content {
	background: none;
} 
#footer {
	background: #ffffff;
	/*background:url(images/header_bg.gif) left top repeat-x; */
}


/* BG size
-------------------------------------------------------------- */
#header	{
	width:960px;
	height:50;
	margin:0 auto;
}
#branding {
	height:50;
	Padding: 0 0 0 0;
}
#main	{
	width:960px;
	margin:0 auto;
}




/* Header
-------------------------------------------------------------- */
#access {
	padding-top:20px;
    border-bottom:0px solid #ccc;
    height:23px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}


/* Theme Specific
-------------------------------------------------------------- */
#broadscreen {
	margin:0 auto;
	height:485px;
	background:#5B5B5B;
	background:#5B5B5B url(images/broadscreen-bg.png) left top repeat-x;
}
#broadcarusell {
	margin:0 auto;
	width:1054px;
}
#wp_carousel_1.wp_carousel.carousel {
	width:984px;
	margin-left: auto;
    	margin-right: auto;
}


#broadcast {
	margin:0 auto;
	padding-left:100px;
	width:1060px;
	height:460px;
}



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

p img {
	padding: 0;
	max-width: 100%;
	}


/* =Typography
-------------------------------------------------------------- */

#blog-title{
	font-weight:normal;
	font-size:50px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Century Gothic, "Trebuchet MS", Verdana, Arial, Georgia, Times New Roman;
}
#blog-description{
	font-weight:normal;
	font-size:11px;
	padding:3px 0 0 10px;
	font-family:Verdana, Arial, sans-serif;
	text-decoration:normal;
	font-style:normal;
	color:#9c8383;
}
#main {
	font-family:Georgia, Times New Roman, serif;
}
.entry-title{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}


/* Footer
-------------------------------------------------------------- */


/* Easter Egg
-------------------------------------------------------------- */
#update {position:absolute;top:0;left:0;width:100%;height:100%;display:none;text-align:center;}
