/* @override http://www.delphis.nl/wp-content/themes/Blankv2btea/style.css */

/* @override http://www.delphis.nl/wp-content/themes/Blankv2btea/style.css */

/* @override http://www.delphis.nl/wp-content/themes/Blankv2btea/style.css */

/* @override http://www.delphis.nl/wordpress/wp-content/themes/Blankv2btea/style.css */

/* @override http://www.delphis.nl/wordpress/wp-content/themes/Blankv2btea/style.css */

/* @override http://delphis.definingdesign.ca/wp-content/themes/Blankv2btea/style.css */

/* @override http://delphis.definingdesign.ca/wp-content/themes/Blankv2btea/style.css */

/* @override http://delphis.definingdesign.ca/wp-content/themes/Blankv2btea/style.css */

/*-----------------------------------------------------------------------------
Theme Name: Delphis WordPress Theme
Description: Custom theme for a Gym in the Netherlands. Created in Canada
Version: 2.0
Author: Paul Bonsell
Author URL: http://definingdesign.ca/

-----------------------------------------------------------------------------*/

/* @group Global Resets
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	
  margin: 0 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* @end */
/* @group Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Helvetica, Arial, sans-serif;
  	font-size:12px;
  	line-height: 15px;
	background-color: #739fd8;
	color:#665;
	margin: 4px 0 0 0;
	text-align: left;

}

/* @end */



/* @group Headings
-----------------------------------------------------------------------------*/
h1 {
	color:#f27944;
	margin: 20px 0 10px 0;
	font-size: 20px;
	
}

h2 {
	color:#f27944;	margin: 15px 0 12px 0;
	font-size: 18px;
}

h3 {
	color:#264e97;
	margin: 15px 0 12px 0;
	font-size: 14px;
}


/* @end */

/* @group Links
-----------------------------------------------------------------------------*/

a:link {
	color:#528DC6;
	text-decoration: none;
	
}

a:visited {
	color: #447399;
	text-decoration: none;
	
}

a:hover {
	color: #8c0000;
	text-decoration: none;
	
}


/* @end */


/* @group Masthead
-----------------------------------------------------------------------------*/


#wrapper {
	width: 760px;
	background: url('images/bg-columns.gif') repeat-y;
	border: 2px solid white;
}


#masthead {
	background:#fff url('images/banner.jpg') no-repeat top center;
	
}

#masthead_img {    
		height: 288px; 
		width: 760px;
}

#navcontainer {
	height:23px;
	width:750px;	
	line-height:22px;
	background:#7f818f;
	padding:0 5px;
	margin: 0;
}



/* @end */



/* @group Navigation
-----------------------------------------------------------------------------*/
ul#nav {
	list-style: none;
	color: #fff;
	text-decoration: none;
}


#nav li {
	float: left;
	padding: 0 5px;
	font-size: 13px;
	text-decoration: none;
	text-transform: capitalize;
}

#nav li a {
	color: #fff;
	text-decoration: none;
}

#nav li a:hover {
	text-decoration: none;
	color: #C3C8E0;
}

/* @end */



/* @group Content
-----------------------------------------------------------------------------*/

#content {
	min-height: 500px;

}

/* for Internet Explorer */
/*\*/
* html #content {
height: 500px;
}
/**/

.container {
	margin:0 279px 0 0;
	text-align: left;
}

#post-2.post {
	padding: 0;
	margin: 0;
	text-align: right;
	
}

#post-7.post {
	padding: 0;
	margin: 0;
	text-align: right;
	height: 470px;
	background: url("images/contactimage.jpg") no-repeat right;
}

#post-7.post .entry{
	padding: 1px 170px 20px 30px;
	text-align: left;

}


#post-11.post {
	padding: 0;
	margin: 0;
	text-align: right;
	height: 470px;
	background: url("images/kinder.jpg") no-repeat right;
}

#post-11.post .entry{
	padding: 1px 170px 20px 30px;
	text-align: left;

}


.post {
	margin: 30px 25px 20px 50px;
	
}


.entry p{
	margin: 10px 0 0 0;
}

#post-2.post .entry p {
	margin: 0px;
	
}

#post-11.post .entry p {
	margin: 0;
	
}


.navigation {
	text-align: center; font-weight: bold;
	
}

.post_nav {
	margin: 5px  0 0;
}





/* @end */

/* @group Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: right;
	border-right:1px solid #fff;
	text-align: left;
	background-color: #ff2;
	min-height: 470px;
	width: 270px;
	background:#fff url('images/sidebar-img.jpg') no-repeat top right;


}

/* for Internet Explorer */
/*\*/
* html #sidebar {
height: 470px;

}
/**/


#sidebar ul{
	margin: 25px 24px;
	line-height: 14px;
	
}

#sidebar li {
	margin: 10px 0;
	list-style-type: none;
	

	
}

#sidebar ul p {
	margin: 7px 0px 0 0;
	color: #777;
	
}



/* @end */

/* @group Footer
-----------------------------------------------------------------------------*/

#footer {
	background-color: #7f818e;
	padding: 4px 0;
}

#footer p {
	color: whitesmoke;
	font-size: 10px;
	text-align: center;
}

#footer a:link {
	color: whitesmoke;
}

#footer a:hover {
	color: red;
}

ul#footer {
	list-style: none;
	color: #fff;
	margin-left: 10px;
}

#footer li {
	float: left;
	padding: 0 10px;
	font-size: 11px;
	text-decoration: none;
	text-transform: capitalize;
}

#footer li a {
	color: #fff;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: none;
	color: #C3C8E0;
}

/* @end */

/* @group Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

#searchform {
	
}

#searchform #s {
	margin: 20px 12px 15px 0px;
	width: 100px;
}

#searchform #submit {

}

#searchform #searchsubmit {
		margin: 20px 12px 15px 0px;
		color: #528DC6;
		background-color: #e8e8e8;
		width: 50px;
		height: 20px;
		text-align: center;
		font-size: 11px;
		font-family: Helvetica, Arial, sans-serif;
}


#comments-form {
		
}

#commentform {

}

#commentform p{
	margin: 5px 0;
}

#author {

}

#email {
	
}

#url {
	
}

#comment {

}

#submit {
	
}

#commentform #sub {
		margin: 0px 12px 15px 0px;
		color: #528DC6;
		background-color: #e8e8e8;
		width: 50px;
		height: 20px;
		text-align: center;
		font-size: 11px;
		line-height: 20px;
		font-family: Helvetica, Arial, sans-serif;
}

label {
	font-size: 11px;
	color: #666;
	margin-left: 5px;
}


/* @end */

/* @group Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

/* @end */

/* @group Comments
-----------------------------------------------------------------------------*/

.postmetadata {
	margin: 10px 0 5px 0;
}

.postmetadata a{
	margin:0  0 0 3px;
}

#comments-locked {
	
}

#respond {
	margin: 5px 0 0 0;	
}

#trackback-link {

}

ol#trackbacks {
	
}

ol#trackbacks li {

}

.comments-header {
	
}

ol#comments {
	list-style: none;
	
}

/*class for author highlight */
.highlight {
	
}

.comment-meta {
	margin: 15px 30px 5px 0;
	font-size: 14px;
	font-weight: bold;

} 

.comment-author {
	color: #C10500;
}

.comment-date {
	
}

.comment-text {
	margin: 0 0 0 10px;
}

.gravatar {
	
}

.odd {
	
}

.even {
	
}



/* @end */

/* @group Misc.
-----------------------------------------------------------------------------*/

	ol#commentlist li {
	background: #f9f9f9;
	padding: 3px;
	margin: 0 0 1px 0;
	border: 1px solid #CCCCCC;

	}

/* @end */