/*
Theme Name: 2point5d
Theme URI: http://www.thomasroten.com
Description: Theme designed for 2point5d Photography
Version: 0.2
Author: Thomas Roten
Author URI: http://www.thomasroten.com

	2point5d v.0.2
	 http://www.thomasroten.com

	This theme was designed and built by Thomas Roten,
	whose blog you will find at http://www.thomasroten.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
  background-color: #292929;
  /* background-image: url(images/background.jpg);
  background-position: top left;
  background-repeat: no-repeat; */
  color: #fff;
  font-family:  "DejaVu Sans", Verdana, Arial, Tahoma, "Times New Roman";
  font-size: 12px;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  min-width: 950px;
}

#left_col {
	float: left;
	padding: 0;
	margin: 0;
	width: 20%;
	min-width: 250px;
	text-align: center;
}

#right_col {
	float: right;
	margin: 0;
	padding: 0;
	width: 70%;
	min-width: 700px;
	text-align: center;
}

img {
	border: none;
}

a:link { color: #303030; }
a:visited { color: #303030; }
a:active { color: #303030; }

#logo {
  float: left;
  padding: 10px 0 0 5px;
  margin: 0 0 50px 0;
}

#body {
  margin: 0 auto;
  width: 800px;
  position: relative;
  top: 100px;
  text-align: center;
}

#header {
  float: left
}

.nav ul {
  width: 590px;
}

.nav li {
  display: inline;
  list-style-type: none;
  padding: 10px;
}

#topnav {
	margin: 0 0 50px 0;
	width: 87%;
	min-width: 500px;
	text-align: center;
}

#topnav ul {
}

#topnav li {
	display: inline;
	list-style-type: none;
  	padding: 0 5px 0 5px;
}

#currentpage {

}

#contentbox{
  width: 90%;
  background-color: #ADADAC;
  color: black;
  margin: 0;
  text-align: center;
  padding: 0;
  padding-bottom: 20px;
}

#contentbox ul#blog_nav {
	width: 100%;
	background: #000;
	text-align: left;
	padding: 15px 0 15px 0;
}

#contentbox ul#blog_nav li.cat-item {
	display: inline;
	list-style-type: none;
}

#contentbox ul#blog_nav li.current-cat {
	
}

#contentbox ul#blog_nav li.cat-item a {
	line-height: 2px;
   padding: 15px 15px 15px 15px;
   font-size: 11px;
   text-decoration: none;
   color: #fff;
}

#contentbox ul#blog_nav li.current-cat a {
	background: #ADADAC;
	color: #000;
}

#contentbox h1 {

}

#contentbox hr {
  border-style: solid none none;
  border-color: #000000;
  border-width: 1px medium medium;
  width: 98%;
  height: 0;
}

#contentbox p {
text-align: left;
}

.wpcf7-checkbox {
clear: both;
float: none;
position: relative;
}
.wpcf7-checkbox {
//width: 100%;
//float: left;
}
.wpcf7-checkbox input {
left: 2px;
position: relative;
top: 1px;
}
.wpcf7-checkbox label {
display: block;
margin-left: 30px;
width: 200px;
}

#footer {
	width: 100%;
	text-align: center;
	background: #000;
	margin: 50px 0 0 0;
}

#footer a {
	color: #333;
}

.post,.page {
	padding: 0 8px 0 8px;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.strike {
  text-decoration: line-through;
}

.list_left {
  text-align: left;
}














small {
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}
	
.post h2 a:link, .post h2 a:active, .post h2 a:visited {
        text-decoration: none;
        color: #000000;
        padding: 3px 10px 3px 10px;
        font-family: Baskerville, "Bell Gothic", Georgia;
        font-style: italic;

}

.post h2 a:hover {
        text-decoration: none;
        color: #666666;
        }
        
.post h2 {
        -moz-border-radius: 5px 5px;
        -khtml-border-radius: 5px 5px;
		  -webkit-border-radius: 5px 5px;
	     border-radius: 5px 5px;
        border: none;
        background-color:  #fff;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, a:active, a:visited {
        color: #666;
        text-decoration: underline;
	}

a:hover {
	color: #000;
	text-decoration: none;
	}
	
.postmetadata {
	clear: both;
	margin: 0 0 15px 0;
}

.clear {
	clear: both;
        }

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before { /* used to include #sidebar ul ul li:before */
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	/* Was set at this display: none; */
        color: #333333;
        background-color: #333333;
        height: 1px;
	}

a img {
	border: none;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
