@charset "UTF-8";
/*
Theme Name: A View To A Kill
Theme URI: http://www.gerbenrobijn.nl
Description: This theme is specially created for photoblogs
Version: 0.1
Author: Gerben Robijn
Author URI: http://www.gerbenrobijn.nl
Tags: white, flexible width
	
*/


.font_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
}

.font_header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-align:right;
	text-decoration:none;
}

.font_header_link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-align:right;
	text-decoration:underline;
}

.font_description{
	font-family:"Trebuchet MS";
	font-size:13px !important;
	font-weight:normal;
	text-transform:none;
	color:#999999;
	font-style:italic;
}

.font_normal{
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	font-weight:normal;
	text-transform:none;
	color:#999999;
	text-decoration:none;
}

.font_normal_link{
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	font-weight:normal;
	text-transform:none;
	color:#999999;
	text-decoration:underline;
}

.font_bold{
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	font-weight:bold;
	text-transform:none;
	color:#999999;
}

.font_bold_link{
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	font-weight:bold;
	text-transform:none;
	color:#999999;
	text-decoration:underline;
}

label{
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	font-weight:bold;
	text-transform:none;
	color:#999999;
}

/* layout */

body{
	background-color:#000000;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	font-weight:normal;
	text-transform:none;
	color:#999999;
}

.div_clear{
	clear:both;
}
/*layout image + description */ 
.div_image_container{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	height:550px;
}

.div_information{
	width:40%;
	float:left;
	height:inherit;
}

#div_previous_link{
	float:left;
}

#div_previous_link a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
}

#div_next_link{
	float:right;
}

#div_next_link a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
}

.div_image{
	width:60%;
	float:right;
	height:inherit;
}

.photo_post{
	/*border-color:#333333;*/
	border-color:#666666;
	border-width:1px;
	border-style:solid;
}


/* site information + comments */

#div_information_container{
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
}

#div_information_container a{
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	font-weight:normal;
	text-transform:none;
	text-decoration:underline;
	color:#999999;
}

#div_information_container ul {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	font-weight:normal;
	text-transform:none;
	color:#999999;
	margin:2px 0px 20px 0px;
	padding:0px;
 }

#div_information_container ul li{
	list-style:none;
	padding:2px 0px 0px 0px;
}

.div_site_information{
	width:40%;
	float:left;
}

.div_information_left{
	width:48%;
	float:left;
}

.div_information_right{
	width:48%;
	float:right;
}

.div_information_header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-align:left;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

.div_comments_container{
	width:55%;
	float:right;
	height:inherit;
}

.div_comment_text{
	background-color:#111111;
	padding:1px 7px 1px 7px;
}

#div_footer{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding-top:20px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:9px;
	font-weight:normal;
	text-transform:none;
	color:#333333;
	text-decoration:none;
}

#div_footer a{
        color:#FFFFFF;
}