/*
Theme Name: BlueBubble
Theme URI: http://www.thomasveit.com/bluebubble-free-premium-wordpress-portfolio-theme/
Description: Minimal &amp; Elegant Portfolio Theme
Version: 1.1
Author: Thomas Veit
Author URI: http://www.thomasveit.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-3.0.html
*/

/* basics */

*{margin:0; padding:0;}

body {
	background:#FFFFFF;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	margin:20px;
	}
	
h1 {font-size: 20px; line-height: 42px;}
h2 {font-size: 14px; text-transform: uppercase;}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

/* links */

a{
	color:#ff0000;
	text-decoration:none;
	outline: none;
	}

a:hover{text-decoration: underline;}

#sidebar ul li a {
	color: #ff0000;
	display: block;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/* container */

#container {
	width: 960px;
	margin: 0 auto;
	padding:0;
	background:#FFFFFF;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#FFFFFF;
  	width: 960px; 
  	height: 25px;
	}

/* content */

#content {
	float: right;
	width:700px;
	overflow: hidden;
	}	
	
.box {
	width: 310px;
	height: 70px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}	

.post {
	margin:0 35px 10px 0;
	padding:0;
	line-height: 20px;
	float: left;
	width: 312px;
	height: 180px;
	overflow: hidden; 
	}

.postsingle {
	margin:0 0 30px 0;
	padding:0;
	line-height: 20px;
	width: 657px; 
	}

.entry p{margin:12px 0; }
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

hr {
	margin: 5px 0 20px 0;
}

#sidebar hr {
	border: none 0; 
	border-top: 1px dotted #000000;
	height: 1px;
}

ul, ol {
	margin-left: 30px;
}


/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:10px;
	width:210px;
	float:left;
	margin:0;
	padding: 0;
	line-height: 20px;
	}
	
#sidebar div {
	margin-bottom: 20px;
}	

#sidebar h1{
	font-family: verdana, arial, tahoma;
	font-size:12px;
	color: #000000;	
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#sidebar p {margin:0; padding:0;}

#sidebar ul {
	margin:0px 0 15px 0;
	padding:0;
	display: block;
	width:100%;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
	display: block;
	width: 100%;
	border-bottom: 1px dotted #000000;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #000000;
}

/* Footer*/

#footer {
	margin: 0 auto;
	width: 960px;
	font-size:11px;
	padding-top:10px;
	color:#000000;
	}

#footer a {
	color:#ff0000;
	}