/* 
Theme Name: Tanimara
Theme URI: http://www.tanimara.co.uk/
Description: Default Theme
Version: 1.0
Author: Nick Wellings
Author URI: http://www.nickwellings.co.uk/
*/

/* Universal Page Styling */
/* * * * * * * * * * * * */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500,700);

/* HTML Styling */
html {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
}

/* Body Styling */
body {
	height: 100%;
	min-width: 320px;
	margin: 0;
}

/* Body Text Styling */
body, td, th {
	font-size: 12px;
	line-height: 20px;
	word-spacing: -1px;
	color: #424242;
	font-family: 'Open Sans', sans-serif;
}

/* Default Images and iFrames */
img, iframe  { 
	border: 0; 
}

/* iFrames */
iframe  { 
	padding: 6px; 
}

/* Default Links */
a:link {
	color: #807041;
	text-decoration: none;
}

/* Default Links Hover */
a:hover {
	color: #807041;
	text-decoration: underline;
}

/* Default Links Active */
a:active {
	color: #807041;
	text-decoration: none;
}

/* Default Links Vistied */
a:visited {
	color: #215967;
	text-decoration: none;
}

/* H Tags */
h1, h2, h3, h4, h5, h6 {	
	font-family: 'Ubuntu', sans-serif;
	color: #807041;
	font-weight: 500;
}

/* H Tags */
h1 a:link, h1 a:hover, h1 a:active, h1 a:visited, h2 a:link, h2 a:hover, h2 a:active, h2 a:visited, h3 a:link, h3 a:hover, h3 a:active, h3 a:visited {
	font-family: 'Ubuntu', sans-serif;
	color: #807041;
	font-weight: 500;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 16px;
	margin: 0 0 6px 0;
}

h3, h4, h5, h6 {
	font-size: 13px;
	margin: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* Template Styling */
/* * * * * * * * * */

/* Center Elements */
.table {
	display: table;
	margin: 0 auto;
}

/* Page Container */
#page_container {
	background: rgba(255, 255, 255, 0.9);
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	margin: 0 auto 25px auto;
	padding: 0;
}

/* Content Container */
#content_container {
	padding: 15px;
	overflow: hidden;
}

/* Content Container - Paragraphs */
#content_container p {
	margin: 10px 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* Main Content */
/* * * * * * * */

/* Bullet List */
ul.square_bullets {
	margin: 0;
	padding: 0 0 0 21px;
	overflow: hidden;
	color: #424242;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* Header Styling */
/* * * * * * * * */

/* Header */
#header {
	width: 100%;
	margin: 0 auto;
	padding: 15px 15px;
	overflow: hidden;
	box-sizing: border-box;
}

/* Header Logo - Link */
#header_logo a {
	width: 100%;
	float: left;
}

/* Header Logo - Link */
#header_logo img {
	width: 100%;
	height: auto;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* Footer Styling */
/* * * * * * * * */

/* Footer Copy */
#footer_copy {
	padding: 0 15px 10px 15px;
	height: 20px;
	font-size: 11px;
	text-align: center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */