	/*
Theme Name: JGP 2013
Theme URI: http://www.jamesgadsby.co.uk
Description: Press This
Version: 0.1
Author: James Gadsby Peet
Author URI: http://www.jamesgadsby.co.uk/
*/


@charset "UTF-8";
/* CSS Document */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;

}

.body_copy {
	line-height: 1.45;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: 300;
	color: #333333;
}

.body_copy blockquote p{
	font-size: 1em;
	line-height: 1.4em;
}

.body_copy h3 {
	line-height: 1.4em;
	margin-top: 1.3em;
}

h2 {
	font-family: 'Open Sans', sans-serif;
}

.sidebar-nav {
	position: fixed;
	display: inline-block;
	width: 23.076923076923077%;	
}

.post_info {
	margin-top: -10px;
	margin-bottom: 40px;	
	border-bottom: 1px #e4e4e4 solid;
 
}

.post_info h2{
	width: 100%;
	display: block;
	background-color: #508cda;
	color: #fff;
	margin-bottom: 0;
	text-indent: 10px;
	font-size: 1.4em;
}

.post_info ul {
	list-style: none;
	margin: 0px;
	background-color: #508cda;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #fff;
}

.post_info ul li{
	margin-bottom: 5px;
	color: #fff;	
	display: inline;
}


.post_info a ul{
	text-decoration: none;
	opacity: 0;
	display: block;
	
}

.post_info ul a{
	color: #09C;
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.3s linear; 
	-moz-transition: all 0.3s linear; 
	-o-transition: all 0.3s linear;
	margin-bottom: 23px;
	padding: 0 2px;
	border-radius: 2px;
}

.post_info ul a:hover{
	display: inline-block;	
}

.post_info a:hover ul{
	opacity: 1;
	width: 97%;
	display: block;
	background-color: #09C;
	text-decoration: none;
}

.post_info a:hover ul li{

}

.front_image {
	width: 100%;
	z-index: -9999; 
	position: relative;
	display: block;
	
}

.article_title {
	text-transform: uppercase;
}

.times_font {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.italic {
	font-style: italic;
}

.150px_circle {
	width: 300px;
	height: 300px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background: url(http://cdn.bavotasan.com/wp-content/uploads/2011/02/desktop.jpg) no-repeat;
}

.wp-tag-cloud {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0;
	margin-left: 0;
	list-style: none;
}

.tag_nav ul li a{
	font-size: 14px;
	background-color: #508cda;
	width: 100%;
	display: block;
	padding: 5px 5px;
	margin: 0 0 5px 0;
	color: #fff;
}

.rounded {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border: 8px solid #eee;
margin: 0 25% 10px 23%;	
}

.rounded:hover {
	border: 8px solid #eee;
}

.pull_up_arrow {
	position: relative;
	top: 5px;
	left: -5px;
	opacity: 0.5;
}

.pull_up_arrow:hover {
	opacity: 1;
	color: #4d8add;
}


@media (max-width: 480px) {

	.body_copy, .title_copy {
	padding: 0 20px;
	}
	
	.sidebar-nav {
		position: relative;
		width: 100%;
	}
    
}

    .centre-img {
        position: relative;
        display: block;
        margin: 0 auto;
        
    }
		