/*
Theme Name: image
Theme URI: http://ruben.textdriven.com
Description: Your theme
Version: 1
Author: You
Author URI: http://ruben.textdriven.com

	Ruben Broman's Image Theme
	 http://ruben.textdriven.com

	This theme was designed and built by Ruben Broman,
	whose blog you will find at http://ruben.textdriven.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/

 body,div,span{
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #000000;
}

a {
	text-decoration: underline;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #000000;
}

body {
	background: #eeeeee;
	url(/image/wp-content/body_bg.gif);
}

div.body {
	width: 680px;
	padding:0px;
	margin:20px;
	border:20px solid #ffffff;
	background: #eeeeee;
	url(/image/wp-content/main_bg.gif);
}
div.allimagesbody {
	width: 100%;
	padding:0px;
	margin:0px;
	border:0px solid #ffffff;
	background: #eeeeee;
}
div.head {
	float: left;
	height:60px;
	color: #999999;
	background: #ffffff;
	padding:0px;
}

div.head a {
	color: #333333;
	font-family: "Georgia", "Times New Roman", "Courier New", serif;
	font-weight: normal;
	font-size: 3em;
	letter-spacing: -0.09em;
	line-height: 75px;
	text-decoration: none;
}

div.head a.red {
	color: #ff3333;
}

div.headmenu {
	height:60px;
	background: #ffffff;
	padding:0px;
	color: #333333;
	text-align: right;
}

div.headmenu a {
	font-family: "Georgia", "Times New Roman", "Courier New", serif;
	letter-spacing: -0.09em;
	line-height: 90px;
	font-size: 1em;
	text-decoration: none;
}

div.headmenu a:hover {
	color: #ff3333;
}

div.photo {
	background: #eeeeee;
	width:480px;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #ffffff;
}

div.text {
	background: #eeeeee;
	width:460px;
	vertical-align:top;
	padding:10px;
	margin:0px;
	border-bottom:1px solid #ffffff;
}

div.tagcloud {
	background: #eeeeee;
	width:460px;
	vertical-align:top;
	padding:10px;
	margin:0px;
	border-bottom:1px solid #ffffff;
}

div.tagcloud a {
	color: #333333;
	font-family: "Georgia", "Times New Roman", "Courier New", serif;
	letter-spacing: -0.05em;
	line-height: 15px;
	text-decoration: none;
}

div.tagcloud a:hover {
	color: #ff6666;
}

p.clear {
	clear: both; 
	height: 1%;
	line-height: 1%;
	margin:0px;
}

div.title {
	width:460px;
	vertical-align:bottom;	
	padding:10px;
	margin:0px;
}

div.comments {
	background-color: #ffffff;
	width:458px;
	vertical-align:top;	
	padding:10px;
	margin:0px;
	border:1px solid #eeeeee;
}

div.content {
	float: left;
	width:480px;
	border-right: 1px solid #ffffff;
}

div.menu {
	background: #eeeeee;
	float:left;
	width:199px;
	padding:0px;
	margin:0px;
	border:0px;
	border-collapse:collapse;
}

div.item {
	border-bottom:1px solid #ffffff;
	padding:10px;
}

div.last_item {
	clear: both;
	border:0px;
	padding:10px;
}

div.oldnew_item {
	clear: both;
	border:0px;
	padding:20px;
	padding-top:10px;
}

div.active {
	border-bottom:1px solid #ffffff;
	background: #cccccc;
	padding:10px;
}

span.bold {
	font-weight: bold;
}

div.menu_bottom {
	width:179px;
	height:12px;	
	padding:10px;
	margin:0px;
}

div.thumb {
	float: left;
	width:160px;
	height:128px;	
	padding:0px;
	margin:0px;
}

span.newer a {
	font-family: "Georgia", "Times New Roman", "Courier New", serif;
	letter-spacing: -0.09em;
	font-size: 1em;
	text-decoration: none;
	float: left;
}

span.older a {
	font-family: "Georgia", "Times New Roman", "Courier New", serif;
	letter-spacing: -0.09em;
	font-size: 1em;
	text-decoration: none;
	float: right;
}

textarea, input, select {
	background: #eeeeee;
	border: 1px solid #999999;
	color: #000;
	font-family: "Monaco", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 9px;
	margin: 1px;
	padding: 3px;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #999999;
}

img {
	border-width:0px;
}
	
td>a {width:auto;}


