/*
Theme Name: BlueBubble
Theme URI: http://www.thomasveit.com/bluebubble-free-premium-wordpress-portfolio-theme/
Description: Minimal &amp; Elegant Portfolio Theme - Wordpress 2.9 ready
Version: 1.2 
Author: Thomas Veit
Author URI: http://www.flexible7.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 {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12.8px;
	margin:20px;
	background:url(images/bg-body.jpg) #d8e3e9 top center no-repeat;
	background-attachment:fixed;
	}
	
h1 {font-size: 24px; line-height: 42px;}
h2 {font-size: 14px; text-transform: uppercase;}
h3 {font-size: 12px; text-transform: uppercase; padding-bottom: 4px;}
h4 {font-size: 10px; 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; }

blockquote{
	border-left:1px solid #333333;
	margin-left:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#74a9c6;
	text-decoration:none;
	outline: none;
	border-bottom:1px dotted #74a9c6;
	}

a:hover{border-bottom:1px dotted #4c4c4c;;color:#4c4c4c}

#sidebar ul li a {
	color: #000;
	display: block;
	text-decoration: none;
	border:none;
	padding:1px 0;
}

#sidebar ul li a:hover {
	color:#9a9a9a;
	border:none;
	background: url(images/ico_arrow.gif) center right no-repeat;
}


/* container */


#container {
	width: 960px;
	margin: 0 auto;
	padding:0;
	color:#333;
	position: relative;
	}
	
/* header */

#header a {border:none;}

#header {
  	width: 960px; 
  	height: 135px;
	color: #fff; 
	}

#header h1{
	font:normal 20px georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;border:none}
#header h1 a:hover{color: #666; text-decoration: none;border:none}


#header h2{
	font:normal 12px georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

#header .teaser {
	font:50px arial;
	font-weight: bold;
	color:#eeeeee;
	width:600px;
	float:right;
	display:none;

}

/* content */


#content {
	float: right;
	width:700px;

	background-color: #fff;
	padding-left:20px;
	background: url(images/bg-content.png) left top no-repeat;
	}	
	
.box {
	width: 310px;
	height: 150px;
	border: none;
	margin-bottom: 10px;
	background: url(images/loader.gif) center center no-repeat;
}
.box a {border:none;}

.post {
	margin:0 35px 30px 0;
	padding:0;
	line-height: 20px;
	float: left;
	width: 312px;
	height: 300px;
	overflow: hidden; 
	}
	
.boxsingle {
	width: 657px;
	height: 318px;
	border: none;
	margin-bottom: 10px;
	background: url(images/loader.gif) center center no-repeat;
}	

.postsingle {
	margin:0 0 30px 0;
	padding:0;
	line-height: 20px;
	width: 657px; 
	}
	
.post h2, .postsingle h2 {
	font-size:18px;
	text-transform:capitalize;
	font-weight: 300;
	margin-bottom: 15px;
	}
	
.postsingle h2 {
	font-size:22px;
	line-height: 1.2em;
	font-weight: 400;
	margin: 20px 0 20px 0;
	}
	
	
.post h2 a, .postsingle h2 a {
	color: #333333;
	text-decoration: none;
	border:none;
	}
	
.post h2 a:hover, .postsingle h2 a:hover {
	color: #777;
	text-decoration: none;
	border:none;
	}




.postsingle h1, #content h1 {
	font-weight: 200;
	color:#72adca;/*72adca*/
	line-height: 42px;
	font-size: 40px;
	display: block;
	margin:30px 0 10px 0;
	padding:10px 0 0 0;
	font-family: arial,verdana,sans-serif;
	text-align: left;
	text-shadow:#fff 0 -1px 1px;
	-webkit-text-stroke:1px transparent;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	
	/* background-color: #d1e3ed;
	top:-20px;
	padding:40px 20px 0px 20px;
	width:300px;
	height:70px;
	float:right;
	position: absolute;
	right:50px;
	border-bottom:20px solid #72adca;
	color:#fff;*/
}

.postsingle h1 a {
	color: #333333;
	text-decoration: none;
	font-size: 26px;
}
	
postsingle h1 a:hover {
	color: #777;
	text-decoration: none;
}

.post ul {}

.post li {}

.entry p{margin:12px 0; }

.postmetadata{
	clear: both;
	padding:6px;
	margin: 10px 0;
	color: #000000;
	background: #EFEFEF;
	}
	

.navigation {
	font-size:11px;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.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 #CCCCCC;
	height: 1px;
}


ul, ol {
	margin-left: 30px;
}

#content a.homelink {
	background-color:#72adca;
	padding:2px 0 2px 15px;
	color:#fff;
	display:block;
	font-size: 11px;
	margin:20px 0 0 0;
	
}

#content a.homelink:hover {
	background-color:#ffd000;
	color:#72adca;
	border:none;
}
/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:12px;
	width:210px;
	float:left;
	margin:0;
	padding: 0;
	line-height: 20px;
	}
	
#sidebar div {
	margin-bottom: 20px;
}	

#sidebar h2{
	font:normal 12px verdana, arial, tahoma;
	color: #333333;	
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#sidebar label{
	font:normal 11px verdana, arial, tahoma;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0 0 15px 0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:0px 0 15px 0;
	padding:0;
	display: block;
	width:100%;
	}

#sidebar ul li {
	margin: 0;
	padding: 3px 0;
	line-height: 20px;
	list-style-type: none;
	display: block;
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
	}
#sidebar ul li.current_page_item a {
   font-weight: bold;
   color:#5f9dc0;
   background: url(images/ico_arrow.gif) center left no-repeat;
   padding-left:14px;
}

#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: #898989;
}

#sidebar input, #sidebar textarea {
	margin-bottom: 5px;
	width:200px;
}

input#emailmebtn {
	height:27px;
	background: #FFFFFF;
	padding: 3px;
	width: 206px;
}

input#emailmebtn:hover {
	cursor: pointer;
	background: #CCCCCC;
	padding: 3px;
}

textarea#message {
	font: verdana, arial, tahoma, sans-serif;
}	
	
/* comments */

input, textarea {
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
}

#searchsubmit:hover {
	cursor: pointer;
	background: #CCCCCC;
}

#commentlist {
	width: 657px;
}

ol.commentlist {
	padding: 0px;
	margin: 0px;
}

#commentlist ol li {
	list-style: none;
	position: relative;
}

#commentform {
	background: #f6f6f6;
	border: 1px solid #ccc;
	padding: 20px;
	width: 617px; /* because of 20px padding */
	margin-bottom:20px;
}

#commentform textarea {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	width: 500px;
	padding: 2px;
}

#commentform input {
	width: 230px;
	height:15px;
	padding: 2px;
}

#commentform p {
	margin-bottom: 7px;
}


input#submit {
	height:27px;
	background: #FFFFFF;
	padding: 3px;
	margin-top: 7px;
}

input#submit:hover {
	cursor: pointer;
	background: #CCCCCC;
	padding: 3px;
}

.comment-meta {
	
}
	
.comment-author {
	width: 72px;
	margin: 0 25px 20px 0;
}

.comment-body {
	background: #EFEFEF;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 100px;
	padding: 20px;
}


#commentlist p {
	margin-bottom: 12px;
	line-height: 20px;
}

.avatar {
	position: absolute;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 0 20px 5px 0;
	top:1px;
	left: 1px;
}

.fn {
	float: left;
	padding-right: 10px;
	font-style: normal;
	font-weight: bold;
}

.says {
	display: none;
}

.reply {
	margin: 5px 0 5px 0;
}	
	
.clearfix {
	clear: both;
}	

.commentlist blockquote{
	border-left:1px dotted #333333;
	margin-left:20px;
	padding:0 12px 0 0px;
	margin-bottom: 10px;
}
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 1px solid #CCCCCC;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 14px;
	display: inline;
	border: 1px solid #CCCCCC;
	}

img.alignleft {
	padding: 0px;
	margin: 0 14px 2px 0;
	display: inline;
	}
img.attachment-portfolio-big {
	margin-top:20px;

	

}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-capxion {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* opxional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-capxion img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-capxion p.wp-capxion-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Custom Tiny MCE Editor */

.external-link {
	background: url(images/external-link.gif) left center no-repeat;
	padding:4px 0px 4px 27px;
	display: block;
	/*background-color: #ebebeb;*/
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
.testimonials {
	background: url(images/bg-testimonial.gif) left center no-repeat;
	padding:15px 0px 4px 50px;
	display: block;
	/*background-color: #ebebeb;*/
	font:13px Georgia;
	color:#797979;
}


