/*
Theme Name: Mini[2]
Theme URI: http://camping.minimal.be/
Description: minimal theme for camping ( inspired by "Minimalist" theme by Techdesigns http://www.techdesigns.co.uk/ )
Author: boblemarin
Author URI: http://minimal.be
version: 0.8
Tags: blank
*/


/*  ====================================================================== */
/*   Meyerweb'css reset ================================================== */
/*  ====================================================================== */

/* v1.0 | 20080212 */

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.5;
}
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;
}


/*  ====================================================================== */
/*   BODY ================================================================ */
/*  ====================================================================== */


body
{
	background: #FFFFFF url("img/fullbg.png") top no-repeat fixed;
	margin: 0px auto;
	width: 800px;
	font-family: "Helvetica";
	/*font-variant: small-caps;*/
	color: #555555;
	font-size: 14px;
}


/*  ====================================================================== */
/*   HEADER ================================================================ */
/*  ====================================================================== */

div.title
{
	position: fixed;
	background: url("img/h1.png");
	width: 225px;
	height: 102px;
	padding: 0px;
	margin: 0px;
}

.fbIcon
{
	/*display: none;*/
	position: absolute;
	left: -6000px;
}

div.title h1, div.title h2
{
	display: none;
}


/*  ====================================================================== */
/*   FOOTER ================================================================ */
/*  ====================================================================== */

div.footer
{
	padding: 100px 0px 0px 225px;
	text-align: center;
	color: #777777;
	font-size: 12px;
	font-weight: normal;
	/*
	padding: 0px;
	margin: 0px;
	width: 100%;
	*/
}


a.facebook
{
	color: #777777;
	margin: auto;
	/*display: block;*/
	padding: 10px 0px 10px 26px;
	background: url("img/fbShare.png") left no-repeat;
	width: 200px;
}

a.wordpress
{
	color: #777777;
	padding: 2px 0px 2px 20px;
	background: url("img/wordpress.png") left no-repeat;
}

div.footer a:link
{
	color: #777777;
	text-decoration: none;
	font-weight: normal;
}

div.footer a:visited,
div.footer a:hover,
div.footer a:active
{
	color: #000000;
	text-decoration: none;
}


/*  ====================================================================== */
/*   NAV MENU ================================================================ */
/*  ====================================================================== */

ul.menu
{
	font-family: "Arial";
	color: #555555;
	font-weight: bold;
	font-size: 14px;
	position: fixed;
	top: 105px;
	width: 212px;
	line-height: 0.8;
	content: 'yo';
}

ul.menu li
{
	text-align: right;
	/*font-variant: small-caps;*/
	text-transform: uppercase;
	margin: 2px 0px;
	font-family: "Arial";
	font-weight: bold;
	font-size: 20px;
}

ul.menu li a
{
	text-decoration: none;
	color: #898989;
	padding: 0px;
}

ul.menu li a:hover
{
	color: #555555;
}

ul.menu li.current_page_item
{
	font-size: 2em;
}
ul.menu li.current_page_item:after
{
	content: '~';
	color: #000000;
}

ul.menu li.current_page_item a
{
	color: #000000;
}


/*  ====================================================================== */
/*   CONTENT ================================================================ */
/*  ====================================================================== */

div.content
{
	/*background: #FFFFFF url("../img/minibg.png") no-repeat top left;*/
	position: relative;
	left: 225px;
	/*height: 500px;*/
	top: 0px;
	width: 575px;
	padding: 40px 0px 0px 18px;
	margin: 0px;
	color: #757575;
}

div.post_header
{
	font-family: "Arial";
	color: #AAAAAA;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 25px 0px 15px 0px;
}

div.post_header h2, div.post_header p
{
	display: inline;
}

div.post_header p
{
	float: right;
}

div.post_header h2, div.post_header h2 a
{
	color: #555555;
	text-decoration: none;
	font-size: 18px;
}

div.content img
{
	/*
	margin: 15px;
	border: 3px solid #000000;
	*/
	display: block;
}
/*
div.post p
{
	clear:both;
}
*/
div.post
{
	border-bottom: 1px solid #555555;
	padding-bottom: 35px;
	margin: 10px 0px 10px 0px;
	clear: both;
}

div.page
{
	padding-bottom: 35px;
	margin: 10px 0px 10px 0px;
}

.albumAction
{
	display: block;
	margin: 30px;
	padding: 20px;
	border: 2px solid #909090;
	-moz-border-radius: 12px; /* FF1+ */
  -webkit-border-radius: 12px; /* Saf3-4, iOS 1+, Android 1.5+ */
          border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}


h3 {
	margin-top: 30px;
	color: #333;
	font-size: 1.6em;
}
h4 {
	margin-top: 10px;
	color: #555555;
	font-size: 1.2em;
	clear: left;
}

hr {
	height: 1px;
	border: 0px;
	color: #555555;
	background-color: #555555;
	margin: 25px 0px 15px 0px;
	width: 100%;
}

p
{
	margin: 1em 0 1em 0;
}

img.pure { margin: 0px, border: 0px; }

a, a:link, a.wpaudio, a.wpaudio:link
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited, a.wpaudio:visited,
a:hover, a.wpaudio:hover,
a:active, a.wpaudio:active
{
	color: #444444;
	text-decoration: underline;
	font-weight: bold;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left;
	margin: 10px 10px 10px 0px;
}

.center
{
	text-align: center;
	margin: 10px 0px 10px 10px;
}

.navigation
{
	/*
	display: block;
	width: 575px;
	padding: 10px 20px;
	height: 45px;
	*/
	color: #000000;
	font-size: 20px;
}

.navigation a
{
	/*border: 1px solid #444444;*/
	padding: 4px 6px;
	color: #000000;
}


/*  ====================================================================== */
/*   COMMENTS ================================================================ */
/*  ====================================================================== */

div.comments
{
	margin: 20px;
	padding: 20px;
	border:1px solid #AAAAAA;
	background-color: #DDDDDD;
}

ul.commentlist li
{
	background-color: #EEEEEE;
	margin: 4px;
	padding: 2px 10px;
}


.wp-image-309 {
	margin: auto;
}

