/*   
Theme Name: Kearstin Plemel v2.0
Theme URI: 
Description: Wordpress child theme for actor and make-up & hair stylist, Kearstin Plemel.
Author: Kendrick Ong
Author URI: http://www.kendrickong.com
Template: thematic
Version: 2.0
Tags: Thematic, black, blue, purple
.
Thematic is Â© Ian Stewart http://themeshaper.com/
Kearstin Plemel is © Kearstin Plemel. All rights reserved.
.
*/

/* 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-l-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');


#access
{
	border-bottom: none;
	display: none;
}

body
{
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
	background: url(images/KP-bg.jpg) no-repeat center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.KP-bg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='KP-bg.jpg', sizingMethod='scale')";
}
	
#blog-title, #branding, .entry-meta, .entry-title, .entry-utility, .nav-previous, .nav-next, .page-link, .edit-link, .post-edit-link, .intent-meta,#wpadminbar
{
	display: none;
}

.CleanContact
{
	color: #c0c0c0;
}

#container
{
	background: rgba(255, 255, 255, 0.6);
}

#content
{
	width: 80%;
	margin: 0px auto;
	text-align: left;
}

#content .entry-content
{
	width: 80%;
	float: right;
	padding-top: 10px;
}

#content .entry-content p
{
	margin-top: 0px;
}

.dropshadow
{
	-moz-box-shadow: 3px 3px 4px #000000; /* Firefox */
	-webkit-box-shadow: 3px 3px 4px #000000; /* Safari/Chrome */
	box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');/* IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');/* IE 5.5 - 7 */ 
}

#footer
{
	border-top: none;
}

#main
{
	padding-top: 0px;
}

#menu-actor-menu
{
	width: 20%;
	list-style: none;
}

@font-face
{
	font-family: Code Pro Light Demo;
	src: url('images/Code-Pro-Light-Demo.eot'); /* IE9 Compatibility Modes */
	src: url('images/Code-Pro-Light-Demo.eot?') format('eot'),  /* IE6-IE8 */
	url('images/Code-Pro-Light-Demo.woff') format('woff'), /* Modern Browsers */
	url('images/Code-Pro-Light-Demo.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('images/Code-Pro-Light-Demo.svg') format('svg'); /* Legacy iOS */	
}

#menu-actor-menu a
{
	border-style: none;
	text-decoration: none;
	color: #000000;
	text-decoration: none;
	font-family: Code Pro Light Demo;
	font-size: 1.4em;
}

#menu-actor-menu li
{
   padding-bottom: 10px;
}

#menu-actor-menu li  a:visited
{
   color: #000000;
}

#menu-actor-menu li a:hover
{
	color: #000000;
	text-shadow: 0 0 0.2em #c587d0, 0 0 0.2em #c587d0, 0 0 0.2em #c587d0;
 	text-decoration: none;
}

p
{
	font-family: "Yu Gothic";
	color: #000000;

}

#page-bottom
{
	width: 80%;
	float: right;
}


#primary
{
	margin-top: 10px;
	padding-top: 0px;
	width: 237px;
	border: none;
}

#subsidiary
{
	padding-left: 45px;
}

.half-boxdiv {
    padding:0;
}

.half-boxul li {
    margin-bottom:5px;
    list-style: square;
}

.half-boxul li .entry-content
{
	padding-top: 0px;
}

.half-box.follow-button,
.half-box.xavisys-link {
    margin:0 10px 10px 25px;
}

.half-box.entry-meta {
    display:block;
    font-size:80%;
}

.half-box.intent-meta a {
    background: url(images/everything-spritev2.png); /** from Twitter ressources */
    display: inline-block;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}
.half-box.intent-meta a.in-reply-to {
    background-position: 0 center;
}
.half-box.intent-meta a:hover.in-reply-to {
    background-position: -16px center;
}
.half-box.intent-meta a.favorite {
    background-position: -32px center;
}
.half-box.intent-meta a:hover.favorite {
    background-position: -48px center;
}
.half-box.intent-meta a.retweet {
    background-position: -80px center;
}
.half-box.intent-meta a:hover.retweet {
    background-position: -96px center;
}
