::selection {
background: #009cc4;
}

html, body{min-height:100%; height:100%;}

#page{background:#009cc4;}

#branding{
	width:250px;
	float:left;
	height:100%;
	padding:30px;
}

#main{
margin-left:310px;
height:100%;
}

#primary{
	background-color:#fff;
	background-image:url(../images/page-bg.png);
	}

#page-primary{
	background-color:#fff;
	min-height:100%;
}

#content{
	margin:0px;
}

.post{
	padding:50px;
	background:#f8f8f8;
	font-family:'Open Sans', sans-serif;
	background-size:cover;
	min-height:300px;
	background-repeat:no-repeat;
	position:relative;
	margin-bottom:5px;
}

.singlepage-post{
	padding:50px;
	font-family:'Open Sans', sans-serif;
	
}

.entry-header{
	background:#464646;
	background:rgba(70,70,70,.95);
	position:absolute;
	bottom:0px;
	margin:0px 50px 50px 0px;
}
.header-link{
	display:block;
	padding:20px 40px 20px 20px;
	-webkit-transition: padding 200ms ease;
	-moz-transition: padding 400ms ease;
	-ms-transition: padding 400ms ease;
	-o-transition: padding 400ms ease;
	transition: padding 400ms ease;
	text-decoration:none;
	color:#fff;
}

.header-link:hover{
	background-image:url(../images/more-arrow.png);
	background-position:96% 50%;
	background-repeat:no-repeat;
	padding-right:110px;
}

.entry-header-article{
	background:#e64121;
	background:rgba(230,65,33,.95);
}

.entry-header-audio{
	background:#464646;
	background:rgba(70,70,70,.95);
}

.entry-header-gallery{
	background:#8843a1;
	background:rgba(136,67,161,.95);
}

.entry-header-music{
	background:#36c29f;
	background:rgba(54,194,159,.95);
}

.entry-header-image{
	background:#ffd200;
	background:rgba(255,210,0,.95);
}

.featured-image{margin-bottom:40px;}

.featured-image img{width:100%; height:auto; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px;}



/* PAGES */

.page-entry-content{
	margin-right:400px;
}

.page-content-text{
	font-size:16px;
	line-height:34px;
}

/* POST META */

.postcategory, .postauthor, .postdate, .postcommentcount{display:block; color:#d7d7d7; margin-bottom:10px; height:18px; vertical-align:middle;  padding-left:25px;}

.postcategory{background:url(../images/category_ico.png) no-repeat; text-transform:capitalize;}
.postauthor{background:url(../images/author_ico.png) no-repeat;}
.postdate{background:url(../images/date_ico.png) no-repeat;}
.postcommentcount{background:url(../images/comments_ico.png) no-repeat;}

/* TYPOGRAPHY */

h1.entry-title{
	font-weight:400;
	font-size:40px;
	line-height:40px;
	letter-spacing:-2px;
	margin-bottom:10px;
}

h2{
	font-weight:300;
	font-size:30px;
	line-height:30px;
	letter-spacing:-1px;
	margin-bottom:20px;
}

h2.entry-subtitle{
	font-weight:300;
	font-size:24px;
	line-height:24px;
	letter-spacing:-1px;
	margin-bottom:0px;
	color:#fff;
	opacity:.8;
}

.more-link{
	display:inline-block;
	padding:15px;
	font-size:14px;
	line-height:14px;
	font-weight:600;
	letter-spacing:1px;
	text-decoration:none;
	border:2px solid #888;
	text-transform:uppercase;
	color:#888;
	margin-top: 30px;
	transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

.more-link:hover{
	background-color:#009cc4;
	color:#fff;
	border:2px solid #009cc4;
	border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px;
}

/* POST FORMAT */
.post-format{
	width:39px;
	float:left;
	padding-right:25px;
}

.post-format img{width:100%; height:auto;}

.post-content{
	margin-left:65px;
}

#main .widget-area{
	width:300px;
	padding:20px;
	background:#f8f8f8;
	height:100%;
}

#comments{

}

#comments textarea{
	border:1px solid #e9e9e9;
	background-color:#fbfbfb;
	font-size:14px;
	color:#545454;
	font-family:'Open Sans', sans-serif;
	padding:30px;
	border-radius:4px;  -webkit-border-radius:4px; -moz-border-radius:4px; -o-border-radius:4px;
}

.clearfix{height:0px;}



/* SOCIAL BAR */


.social-bar{
padding:10px 32px;
background:#ededed;
position:fixed;
left:310px;
right:0px;
z-index:9999;
}

#social-share{
width:300px;
float:left;
margin-bottom:10px;
}

.social-bar-search{width:300px; float:right;}

#social-share a{
width:22px;
height:22px;
float:left;
display:block;
margin-right:3px;
background:url(../images/social-icons.png) no-repeat;
}

.social-icon#facebook{background-position:0px 0px;}
.social-icon#facebook:hover{background-position:0px -22px;}

.social-icon#twitter{background-position:-23px 0px;}
.social-icon#twitter:hover{background-position:-23px -22px;}

.social-icon#gplus{background-position:-46px 0px;}
.social-icon#gplus:hover{background-position:-46px -22px;}

.social-icon#tumblr{background-position:-69px 0px;}
.social-icon#tumblr:hover{background-position:-69px -22px;}

.social-icon#flickr{background-position:-115px 0px;}
.social-icon#flickr:hover{background-position:-115px -22px;}

.social-icon#rss{background-position:-92px 0px;}
.social-icon#rss:hover{background-position:-92px -22px;}

.clearfix{clear:both;}

.social-bar-search#searchform { padding:5px 0px 0px;}
.social-bar-search#searchform  > div:before { top:7px;}
.social-bar-search #s {-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
.social-bar-search#searchsubmit { top: 8px;}

.social-bar-search #s{border-color: #3c3c3c;
background: #1e1e1e;
color: #7c7c7c;
}

/* MENU */

#access li{
	float:none;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	padding:15px;
}

#access li:hover{
	background:#333;
}

#access a{
	color:#fff;
	font-size:18px;
}

#access ul ul {
display: none;
float: left;
position: absolute;
top: 0;
left: 0;
z-index: 99999;
margin-left: 120px;
background: #333;
width: 250px;
}

#access ul ul a:hover{
	color:#009cc4;
}