/*
Theme Name: 	Kaleider Basic
Theme URI: 		http://www.wisemanmedia.co.uk
Description: 	A theme by Wiseman Media Ltd
Version: 		1.0
Author: 		Dan Wiseman
Author URI: 	http://www.wisemanmedia.co.uk
Tags: 			wiseman media, kaleider, kaleider basic
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }

h1, 
h2, 
h3, 
h4, 
h5, 
h6 					{ font-weight:bold; /* This helps to identify headings at the initial build stage, but you should write something more precise later on */ }

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 400 and up */
@media screen and (min-width:400px) {

					{ /* Place your styles here for all widths greater than 400px */ }

}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

					{ /* Place your styles here for all 'Retina' screens */ }

}

/*
------------------------------------------- THEME STYLES -------------------------------------------
*/
a{
	color:#333;
	text-decoration:none;
	
}
a:hover{
	color:#999999;
	text-decoration:none;
}

body { 
	border-top: 10px solid #f5f5f5; 
	font: 12px/20px "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
	color: #444;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

.std{
	min-width:800px;
	max-width:1200px;
	margin-right:auto;
	margin-left:auto;
}
.home_post_wrap{
	width:240px;
	height:240px;
	float:left;
	margin:10px;
}
#theme_copyright{
	background-color:#000;
	font-size:14px;
	color:#fff;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	min-width:300px; 
	max-width:1200px;
	
}
#theme_copyright a{
	color:#fff;
}
#theme_copyright a:hover{
	text-decoration:none;
}


.clearer{
	height:1px;
	clear:both;
}

#main_nav_menu{
	margin-right:auto;
	margin-left:auto;
    min-width:240px; 
    max-width: 1200px;
	padding-left:10px;
}
#main_nav_menu a{
	padding-top:10px;
	padding-bottom:15px;
	float:left;
	color:#000;
	text-decoration: none;
	margin-right:30px;
	font-size:14px;
}
#main_nav_menu .current_page_item a{
	padding-bottom:10px;
	border-bottom:5px solid #e30d2f;
}
#main_nav_menu a:hover{
	padding-bottom:10px;
	border-bottom:5px solid #c5c5c5;
}
#nav_ruler{
	min-width:240px;
	max-width:1200px;
	clear:both;
	height: 2px;
	margin-right:auto;
	margin-left:auto;
	border-bottom:1px solid #eaeaea;
}
.theme_left{
	float:left;
	width:160px;
	padding-right:10px;
	font-size: 13px;
}
.theme_content{
	float:left;
	width:499px;
	background-color:#fff;
	padding-right:20px;
	margin-left:10px;
	font-size: 13px;
	
}
.theme_content p{
	font-size: 13px;
	line-height:16px;
	margin-bottom:16px;
}
.theme_right{
	float:right;
	width:250px;
}
.theme_content a{
	color:#999;
}
.theme_left a{

}
.theme_content a:hover{
	color:#e30d2f;
}
.theme_left a:hover{
	text-decoration:none;
	color:#e30d2f;
}


#theme_credits{
	float:left;
	margin-left:80px;
	min-width:240px;
	max-width:330px;
	padding:10px;
	font-size:10px;
	color:#c7c7c7;
	position:relative;
}

#twit{
	background:url("images/twitter.jpg");
	width:45px;
	height:45px;
	overflow:hidden;
	float:left;
}
#twit:hover{
	background-position: 0 45px;
	cursor:pointer;
}
#twit a{
	display:block;
	width:45px;
	height:45px;
}
#vimeo{
	background:url("images/vimeo.jpg");
	width:45px;
	height:45px;
	overflow:hidden;
	float:left;
}
#vimeo:hover{
	background-position: 0 45px;
	cursor:pointer;
}
#vimeo a{
	display:block;
	width:45px;
	height:45px;
}
/* footer wrap */
.footer_item{
	width:220px;
	min-height:300px;
	float:left;
	overflow:hidden;
	margin: 10px;
	margin-left:4px;
	margin-right:16px;
	font-size:14px;
}
#footer_wrap{
	color:#fff;
	background-color:#333333;
	margin-right:auto;
	margin-left:auto;
}

#footer_about{
	font-size:14px;
}
#footer_about p{
	margin-top:10px;
	margin-bottom:10px;
}
#footer_about a{
	text-decoration:underline;
	color:#fff;
}
#footer_about a:hover{
	text-decoration:none;
}
#footer_middle{
	font-size:14px;
}
#footer_middle  p{
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
}
#footer_middle input {
	font-size:14px;
	padding:5px;
	margin:2px;
	border:none;
	background-color:#6a6a6a;
}
#footer_twit p{
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
}
.footer_item p{
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
}
#footer_wrap a:hover{
	color:#afafaf;
}
/* HOME */

#hero_text a{
	text-decoration:none;
}
#hero_text a:hover{
	text-decoration:underline;
}
/* MENUS */
.theme_left .sub-menu{
	margin-left:30px;
}

#subnav ul li{
	margin-top:12px;
	margin-bottom:12px;
}

#subnav li{
	margin-top:12px;
	margin-bottom:12px;
}

#subnav a{
	text-decoration:none;
}
.children{
	margin-left:20px;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
	font-weight:bold;
	text-decoration:none;
}
#subnav .current_page_item ul li a{
	font-weight:normal;
}
/*
#subnav .page_item ul li a, #subnav .page_item ul li a:visited {
	font-weight:normal;
}

#subnav.page_item .current_page_item a, #subnav .page_item .current_page_item a:visited {
	font-weight:bold;
}
*/
/*
	------------ WORDPRESS IMG ALIGN --------------
*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}