/*
Theme Name: Gold Skateboard
Theme URI: http://lilykim.com
Description: Child Theme for Thematic
Author: Lily Kim
Author URI: http://lilykim.com
Template: thematic
Version: 0.1
*/
 
@import url("../thematic/style.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');*/

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
        color : #333333;
	font-family : Lucida Grande,Helvetica,Arial,Verdana,sans-serif;
	font-size : 80%;
	line-height : 1.56em;
		min-width: 900px;
}
a:link, a:visited {
    color: #be194f;
    text-decoration: none;
}
a:active, a:hover {
    text-decoration: underline;
    color: #be194f;
}
#blog-description {
	color : #333333;
	font-size : 0.94em;
	font-weight : normal;
	letter-spacing : 1px;
	text-transform : uppercase;
	}
#blog-title {
        color:#333333;
        }
#blog-title a:active, #blog-title a:hover {
        color:#be194f;
        }

#header {
	margin : 0 auto;
	position : relative;
        background:url(images/MicrofluidicChipBanner.jpg) no-repeat top left;
}

/*#branding,#access {
	margin : 0 auto;
	overflow : visible;
	width : 800px;
	}*/
.entry-title {
        color : #333333;
	font-size : 1.9em;
	font-weight : bold;
        line-height : 120%;
	letter-spacing : -1px;
	margin-bottom : 5px;
	padding-bottom : 5px;
	}
.entry-title a {
	 color : #333333;
text-decoration : none;
	}
.entry-title a:hover {
        color : #be194f;
}
.post .entry-meta,.post .entry-utility {
	border-bottom : 1px dotted #ddd;
	color : #999;
	}

.entry-meta a:active, .entry-meta a:hover {
       color:#be194f;
}

  
.entry-content .wp-post-image {
	border: none;
	float:right;
	margin: 0 0 20px 18px;
	padding: 5px;
}

.wp-caption {
	border:none;
	text-align: center;
	margin-bottom:18px;
	padding:9px 5px 0;
}
.wp-caption img {
	border: none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:18px 5px;
}

.gallery-icon {
	border: none;
	margin: 0 5px;
	padding-top: 6px;
}

.post blockquote {
        color : #333333;
	background : #e0e0e0;
	font-size : 1.02em;
	margin : 10px 0px;
	padding : 10px 20px 1px 10px;
	}

.post blockquote p {
        color : #333333;
	font-style : italic;
	}

.entry-utility a:active, .entry-utility a:hover {
        color:#be194f;
}

.aside a:active, .aside a:hover {
color:#be194f;
}

#primary {
	margin-left : 0px;
	padding-left : 0px;
	width : 255px;
	}
#secondary {
	margin-left : 0px;
	padding-left : 0px;
	width : 255px;
	}
#footer {
	background : #333;
	padding : 15px 0px;
	}
#siteinfo {
        font-size: 1.2em;
        color: #FFFFFF;
        	width: 880px;
}
