/*  
Theme Name: BBTV Wordpress Theme
Description: BBTV on Wordpress!!
Author: Hyung Suh
Template: thematic
*/

/* @group thematic load */

	/* 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('../bbtv/1c-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');

/* @end */

/* @group Static */
	#main {
		width:960px;
	}
	#container {
		width:960px;
	}
	#content {
		margin:10px auto 0;
	}
	#content p.page-info {
		color:#4D4D4D;
		text-align:right;
		margin:0 0 2px;
	}
	#content .meta p {
		color:#666;
		margin:0 0 2px;
		line-height:1em;
	}
	#content .meta a {
		color:#666;
		text-decoration:none;
	}
	#content .meta a:hover {
		text-decoration:underline;
	}
	#content .excerpt-left ol.ex-chapter {
		margin:5px 0 0 1.35em;
		font-size:0.85em;
		line-height:1.1em;
	}
	#content .excerpt-left ol.ex-chapter li {
		margin:0 0 5px;
	}
	#content .excerpt-left ol.ex-chapter a {
		color:#000;
		text-decoration:none;
	}
	#content .excerpt-left ol.ex-chapter a:hover {
		text-decoration:underline;
	}
	#content .entry-content img.alignleft {
		border:1px solid #CCC;
	}
	#content div.post {
		border-top:1px solid #B3B3B3;
		padding:14px 0;
	}
	#content .entry-utility {
		margin:0;
	}
	#content .entry-content {
		padding:30px 0;
		width:754px;
		overflow:hidden;
	}
	#content .entry-content .excerpt-left {
		width:435px;
		float:left;
	}

/* static page box */
	
	.box {
	border-style: solid;
	border-width: thin;
	border-color: #E6E6E6;
	padding: 0px 20px 20px 20px;
	margin: 20px 20px 0px 0px;
	}


/* ExpandableDef */
			
	.exp {
	cursor:default;
	}
																	
	.expanded {
	display:none;
	border-left: #0000ff 2px solid;
	margin-left:2px;
	padding-left:14px;
	}

	.collapsed {
	display:none;
	border-left: #0000ff 2px solid;
	margin-left:2px;
	padding-left:14px;
	}

/* various */

	.floatright {
	float: right;
	}


/* @end */
