/*   
	Theme Name: Te Manaaki
	Author: Loic Le Guilly
	Author URI: http://www.ultimedia.com.au/
*/

/* -------------------------------------------------------------- 
   Reset default browser CSS.
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/* -------------------------------------------------------------- 
   Rebuild the default browser styles
   Based on work by Blueprint CSS   
   http://code.google.com/p/blueprintcss/
-------------------------------------------------------------- */   
body, input, textarea {
	color: #fff;    
	font: 14px Arial,sans-serif;
	line-height: 1.5;
}
body {
	background-color: #474E1A;
	background-image: url(images/bgd0.jpg);
	background-repeat: repeat-x;
}
a:link { color: #fff; text-decoration:underline; }
a:visited { color:#fff; text-decoration:underline; }
a:hover { color:#fff; text-decoration:underline; }
a:active { color:#fff; text-decoration:underline; }

/* Layout mostly
-------------------------------------------------------------- */
#wrapper {
	padding-top:58px;
	background-image: url(images/bgd1.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	text-align:center;
}
#wrapper2 {
	width: 990px;
	margin:0 auto;
	background-image: url(images/bgd2.gif);
	background-repeat: no-repeat;
	background-position:top right;
	background-color:#A09689;
}
	.menu {
		border-top:#8C3B16 1px solid;
		border-bottom:#8C3B16 1px solid;
		text-align:center;
		font:13px Georgia, "Times New Roman", Times, serif ;
		font-weight:bold;
		margin-top:20px;
		padding-top:5px;
		padding-bottom:5px;
	}
		.menu ul {
			list-style: none;
			margin: 0;
		}
		.menu ul ul {
			display: none;
		}
		.menu li {
			display: inline;
		}
		.menu a {
			display: block;
			padding:4px;
		}
		.menu a:link { color: #eee; text-decoration:none; }
		.menu a:visited { color:#eee; text-decoration:none; }
		.menu a:hover { color:#703112; text-decoration:none; }
		.menu a:active { color:#703112; text-decoration:none; }
		.current_page_item a:link, .current_page_item a:visited, .current_page_ancestor a:link, .current_page_ancestor a:visited{ color:#703112; }

#main {
	text-align:left;
}
	#container {
		float: right;
		width:750px;
		padding-top:110px;
	}
	.home #container {
		padding-top:10px;
	}
		#content {
			padding:25px;
		}
			.subMenu {
				width:200px;
				float:right;
				border:none;
				border-left:#8C3B16 1px solid;
				border-right:#8C3B16 1px solid;
				padding:0;
				padding-left:5px;
				padding-right:5px;
				margin:0;
				margin-left:30px;
				margin-bottom:30px;
				margin-top:45px;
			}

			.post {
			}
			.entry-content, .entry-summary {
			}
			.navigation {
			}

		#content img{
			max-width:100%;
			height: auto;
		}
	#sidebar {
		margin-right:751px;
		padding:20px;
	}
		#primary, #secondary {
			padding:1em;
		}
		.widget-area ul {
			list-style: none;
			margin-left: 0;
		}
		.widget-area ul ul {
			list-style: disc;
			margin-left: 1.1em;
		}
		.widget-area ul ul ul {
			margin-left: 2.5em;
		}
		.widget-container {
			margin: 0 0 1.5em 0;
		}

#footer {
	clear: both;
	padding:10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#A09689;
}
		#footer a:link { color: #A09689; text-decoration:none; }
		#footer a:visited { color:#A09689; text-decoration:none; }
		#footer a:hover { color:#A09689; text-decoration:underline; }
		#footer a:active { color:#A09689; text-decoration:none; }
/* Headings
-------------------------------------------------------------- */
h1 {
	font:16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#703112;
	margin-bottom:25px;
}
h2,h3,h4,h5,h6 { 
	font:14px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#703112;
	margin-bottom:20px;
}
hr {
  	background-color: #999;
  	border:0;
  	height: 1px;
	margin-bottom: 1.5em;
}
/* Text elements
-------------------------------------------------------------- */
p {
	margin-bottom: 1.5em;
}
ul {
	margin: 0 0 1.5em 2.5em;
}
ol {
	margin: 0 0 1.5em 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
	margin:0 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
pre {
	font: 11px Monaco, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
code {
	font: 11px Monaco, monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}


/* -------------------------------------------------------------- 
   Basic WordPress Blog Styles   
-------------------------------------------------------------- */   

/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  	margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  	margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}
img.size-thumbnail, img.size-medium {
	border:#eee solid 7px;
}
/* Pullquotes
-------------------------------------------------------------- */
blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.slidepress-gallery{
	margin-bottom: 20px;
}