/*
 Theme Name:   The Pot - nicjonesdesign (childtheme)
 Description:  The Pot - nicjonesdesign (childtheme)
 Author:       Nic Jones
 Author URI:   http://www.nicjonesdesign.com
 Template:     thepot_wordpress_theme_02
*/


@import url("../thepot_wordpress_theme_02/style.css");

/******** GENERAL STRUCTURE ********/

body{
	background-image:none;
	background-color:#334136;
	font-family:"Courier New", Courier, monospace;
	color:#334136;
	font-size:18px;
	line-height: 25px;
}

#holder{
	min-height:0;
}

#holder,
footer{
	background-image:url(images/background.jpg);
	background-repeat:repeat;
	background-size:auto;
}

#header_links{
	color:#ffffff;
	font-size:15px;
	overflow: hidden;
}

#header_links_left{
	width:50%;
	float:left;
}

#header_links_right{
	width:50%;
	float:right;
	text-align:right;
}

footer{
	text-align:left;
	font-size:17px;
	height:auto;
	padding-bottom:40px;
	padding-left:40px;
	max-width: 1016px;
}

/******** GENERAL STYLES ********/

.menu_left h2,
.menu_right h2,
h2{
	font-size:20px;
	color:#FFF;
	font-family:"Courier New", Courier, monospace;
	background-image:none;
	padding:0 0 10px 0;
	letter-spacing:1px;
}

a{ 
	color:#333333;
	font-weight:bold;
}

a:hover{ 
	color:#ffffff;
}

hr{
border-bottom:1px dotted #ffffff;
border-top:0;
border-left:0;
border-right:0;
}

strong{
color:#ffffff;
letter-spacing:1px;
}

/******** NAVIGATION ********/

nav ul{
	background-image:none;
}

nav ul li a{
	color:#ffffff;
	font-size:20px;
	font-weight: bold;
    	letter-spacing: 1px;
}

nav ul li a:after{
	background-image:none;
}

nav ul li a:hover{
	color:#334136;
}

nav ul li.current_page_item a{
	color:#334136;
}



/******** MAIN CONTENT ********/

#block_holder {
	max-width:940px;
	margin-top:20px;
}

#blog_posts,
.left_block{
	max-width:620px;
}

#blog_posts_blog{
	max-width:100%;
	margin-top:40px;
}

.left_block{
	background-image:none;
	border:0;
}

.left_block h2{
	background-image:none;
	letter-spacing:1px;

}

.left_block p{
	padding-left:0px;
	padding-right:0px;
	font-size:18px;
	color:#334136;
	font-weight:normal;
}

.right_blocks{
	width:300px;
}

.menu_left{
	width:31%;
	margin-right: 1.9%;
	background-image:none;
	border:0;
	color:inherit;
}

.menu_right{
	width:31%;
	background-image:none;
	border:0;
	color:inherit;
}

.menu_left p, .menu_right p{
	font-size:inherit;
	padding:0 0 10px 0;
}

.full_width{
	background-image:none;
	border:0;
	text-align:center;
	color:inherit;
	border-bottom:1px dotted #FFF;
	margin-bottom:40px;
}
.full_width h2{
	background-image:none;
	font-family:"Courier New", Courier, monospace;
	color:#ffffff;
	font-size:24px;
	padding:0;
	letter-spacing:1px;
}

h2 span.subtitle {
	font-family:"Courier New", Courier, monospace;
	color:#ffffff;
	font-size:20px;
	font-weight:normal;
	letter-spacing:1px;
}

.full_width p{
	font-size:18px;
}

a.back_to_top{
	margin-top:30px;
	margin-bottom:40px;
	display:block;
	font-weight: bold;
	font-size:20px;
}

#menu_links{
	margin-bottom:50px;
	color:inherit;
	font-size:20px;
	font-weight:bold;
}

#menu_links a{
	color:#333333;
}

#menu_links a:hover{
	color:#ffffff;
}

.page_image{
background-image: url("images/image_background.png");
    background-repeat: no-repeat;
    background-size: 100% 290px;
    padding: 5px;
}

.page_image img{
	    height: 280px;
    width: 280px;
}

.right_blocks .page_image{
	background-size: 100% 300px;
}

.right_blocks .page_image img{
	height:288px;
	width:288px;
}

#homepage .menu_left{
	margin-right: 3.5%;
}

.homepage_intro{
	font-size:20px;
	margin-bottom:20px;
}

#contact_page{
	margin-top:30px;
}

.blog_entry{
	background-image:none;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px dotted #FFF;
	margin-bottom:20px;
	max-width:none;
}

#blog_posts_blog h2,
#blog_posts_blog h2 a,
.blog_entry h2,
.left_block h2{
	background-image:none;
	font-family:"Courier New", Courier, monospace;
	color:#ffffff;
	font-size:22px;
	padding:0 0 10px 0;
	font-weight:normal;
	letter-spacing:1px;
}

#blog_posts_blog h2 a{
	color:#333333;
	font-weight:bold;
	letter-spacing:1px;
}

#blog_posts_blog h2 a:hover{
	color:#ffffff;
}


.blog_entry h2 a{
	color:#ffffff;
	font-weight:normal;
	letter-spacing:1px;
}

.blog_entry p{
	font-size:18px;
	color:#334136;
	padding:0;
}

.blog_image{
	float: left;
	margin-right: 30px;
	background-image: url('images/image_background.png');
	background-size: 200px 200px;
	padding: 5px;
	background-repeat: no-repeat;
	margin-top:20px;
}

.blog_entry .blog_image{
margin-top:0px;
}

.blog_image img{
	height: 190px;
	width: 190px;
}






@media only screen and (max-width: 480px) {

nav ul {background-color:transparent;}

.page_image{ width:100%; height:auto; float:none;}

.page_image img{ width:100%; height:auto;}

.menu_left{
width:100%;
float:none;
display:block;
}

.menu_right{
width:100%;
float:none;
display:block;
}

.right_blocks {width:100%;}

.right_blocks page_image {width:100%;}

.right_blocks .page_image img {width:100%}

#header_links_left{ width:100%; text-align:center; float:none; margin-bottom:10px;}

#header_links_right{ width:100%; text-align:center; float:none; margin-bottom:30px;}

footer{text-align:center;}

footer img{display: table;
float: none;
margin: 0 auto 20px auto;}

}