/*
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:inherit;}

body {
	background:#FFFFFF;
	font-family: helvetica, verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	margin:0 20px 20px 20px;
	}
	
h1 {font-size: 26px; line-height: 42px;}
h2 {font-size: 14px; text-transform: uppercase;}
h3 {font-size: 12px; text-transform: none;}
h4 {font-size: 10px; text-transform: uppercase;}


img{ border: none; }
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:#009933;
	text-decoration:none;
	outline: none;
	}

a:hover{text-decoration: underline;}

#sidebar ul li a {
	color: #333333;
	display: block;
	text-decoration: none;
	display:inline;
}

#sidebar ul li a:hover {
	color:#333333;
	background-color: #ededed;
}

/* Slider */
.main_image {
    width: 588px;
    height: 392px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
	border:1px solid #CCC;
	margin:15px 0 15px 0;
	
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1.2em;
    line-height: 1em;
    padding: 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
	color:#fff;
	background-color:#FFF;
	opacity:.85;
	padding-left:10px;
	font-weight:bold;
	margin:0;
	border-top:1px solid #ccc;
}
.main_image .block{
    width: 100%;
    background: #FFF;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}

.image_thumb {
    float: left;
	width:100%;
	padding-bottom:15px;
	border-bottom:1px dotted #009933;
	margin-bottom:15px;
}
.image_thumb img {
	height:60px;
    border: 1px solid #ccc;
    background: #fff;
    float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin-right:10px;
    float: left;
	border:1px solid #CCC;
	display:block;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
	border:1px solid #009933;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
	border:1px solid #009933;
}
html .image_thumb ul li h2 {
    font-size: 1.5em;
    margin: 5px 0;
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    padding: 0;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

/* container */

#container {
	width: 920px;
	margin: 0 auto;
	padding:0;
	background:#FFFFFF;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#FFFFFF;
  	width: 920px;
	height:30px; 
	color: #fff; 
	margin:85px 0 30px 0;
	}

#header h1{
	font:normal 20px georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}

#header h2{
	font:normal;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

#headerlogo {
	float:right;
	margin:20px 0 0 0;
	background-image:url(images/th.jpg);
	width:70px;
	height:53px;
	}
	
#headerspacer {
	float:right;
	width:170px;
	height:20px;
	background-color:#CCCCCC;
	opacity:.8;
	}

ul.menu {
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
	margin:auto;
	list-style:none;
	}

ul.menu li {
	float:left;
	width:140px;
	background-color:#CCC;
	opacity:.8;
	text-transform:uppercase;
	margin-right:10px;
	letter-spacing:-1px;
	font-size:12px;
	}


ul.menu li a {
	color: white;
	display:block;
	padding:3px 0 55px 3px;
	}

ul.menu li a:hover {
	background: #999;
	color: #FFF;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #FFF;
	background:#009933;
	text-decoration: none;
	}
	
/* footer */
#footer {
	clear:both;
	margin:10px 0 0 0;
	}
	
#footerleft {
	float:left;
	width:290px;
	height:20px;
	margin-right:460px;
	background-color:#CCCCCC;
	}

#footerright {
	float:right;
	width:170px;
	height:20px;
	background-color:#CCCCCC;
	}

/* content */

#banner {
	background:#CCC;
	background-image:url(images/Img_Tio.gif);
  	width: 900px; 
	height: 150px;
	border-right:20px solid #009933;
	border-top:2px solid #009933;
	margin:0 0 10px 0;
	}
	
#homeimg {
	background:#CCC;
	background-image:url(images/tio.png);
  	width: 900px; 
	height: 335px;
	border-right:20px solid #009933;
	border-top:2px solid #009933;
	margin:0 0 10px 0;
	}
	
#infobox {
	float:right;
	width:275px;
	height:330px;
	margin-right:20px;
	background:#000000;
	}
	
#MoMAicon {
	width:275px;
	height:147px;
	margin:30px 0 0 0;
	background-image:url(images/MoMAicon.png);
	}

#MoMAtext {
	width:225px;
	margin:25px 25px 0 25px;
	}


#MoMAtext h1 {
	padding-bottom:5px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:1.7em;
	line-height:1.4em;
	border-bottom:solid 1px #FFF;
	}
	
#MoMAtext p {
	padding-top:10px;
	font-weight:normal;
	color:#FFFFFF;
	font-size:1.2em;
	line-height:1.3em;
	}
	
#MoMAtext,
#infobox, 
#MoMAicon a:hover {
	text-decoration:none;
	}

#thlarge {
	width:140px;
	height:160px;
	background-image:url(images/thlarge.jpg);
	margin-top:10px;
	}

#contentborder {
	width: 920px;
	margin: 0 auto;
	padding:0;
	background:#FFFFFF;
	color:#333;
	overflow: hidden;
	background-image:url(images/contentbg.gif);
	border-top:2px solid #009933;
	}

#content {
	float: left;
	width:590px;
	overflow: hidden;
	clear:both;
	margin-bottom:40px;
	}

#content h2{
	font:bold;
	font-size: 14px;
	text-transform:none;
	display: block;
	border-bottom: 1px solid #009933;
	padding:0 0 10px 0;
	margin-top:35px;
	line-height:normal;
	color:#000;
	}

#contentportfolio {
	float: left;
	width:920px;
	overflow: hidden;
	clear:both;
	margin-bottom:30px;
	}

#contenthome {
	float: left;
	width:600px;
	overflow: hidden;
	clear:both;
	margin-bottom:30px;
	}
	
#contenthome h1 {
	font:bold;
	font-size: 14px;
	text-transform:none;
	display: block;
	border-bottom: 1px solid #009933;
	padding:0 0 10px 0;
	margin-top:35px;
	line-height:normal;
	}

#hometext {
	float: left;
	width:590px;
	overflow: hidden;
	clear:both;
	margin-bottom:0px;
	}

#hometext h1{
	font:bold;
	font-size: 14px;
	text-transform:none;
	display: block;
	border-bottom: 1px solid #009933;
	padding:0 0 10px 0;
	margin-top:35px;
	line-height:normal;
	}

#hometext p {
	color:#000;
	text-transform:none;
	font-weight:normal;
	font-size:11px;
	padding:0 0 0 0;
	line-height: 20px;
	margin-top:10px;
	}

ul.content {
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
	margin:auto;
	list-style:none;
	}

ul.content li {
	float:left;
	font-weight:bold;
	text-transform:none;
	margin:10px 10px 0 0;
	font-size:12px;
	}


ul.content li a {
	display:block;
	padding:3px 4px 3px 0;
	color:#999;
	text-decoration:none;
	}

ul.content li a:hover {
	color: #009933;
	}

ul.content li.current_page_item a,
ul.content li.current_page_item a:hover {
	color: #009933;
	text-decoration: none;
	}
	
.box {
	width: 288px;
	height: 90px;
	margin-bottom: 10px;
	background: url(images/loader.gif) center center no-repeat;
	overflow:hidden;
	border:solid #CCC 1px;
}	

.post {
	margin:10px 10px 10px 0;
	padding:0;
	line-height: 20px;
	float: left;
	width: 290px;
	height: 200px;
	overflow: hidden; 
	}
	
.boxsingle {
	width: 588px;
	height: 400px;
	margin: 10px 0 15px 0;
	background: url(images/loader.gif) center center no-repeat;
	overflow:hidden;
	border:solid #CCC 1px;
}	

.postsingle {
	margin:0 0 30px 0;
	padding:0;
	line-height: 20px;
	width: 590px; 
	}
	
.postsingle h2{
	font:bold 26px;
	text-transform: uppercase;
	padding:10px 0 0 0;
	}
	
.post h2 {
	font:bold 26px;
	text-transform:none;
	}
	
.post h2 a, .postsingle h2 a {
	color: #333333;
	text-decoration: none;
	}
	
.post h2 a:hover, .postsingle h2 a:hover {
	color: #777;
	text-decoration: none;
	}

.postsingle h1 {
	font:bold;
	font-size: 14px;
	text-transform:none;
	display: block;
	border-bottom: 1px solid #009933;
	padding:0 0 10px 0;
	margin-top:35px;
	line-height:normal;
	}

.postsingle h1 a {
	color: #009933;
	text-decoration:none;
	font-size: 14px;
	}
	
postsingle h1 a:hover {
	color: #009933;
	text-decoration: underline;
	}
	

.postsingle h2 {
	font-weight:bold;
	font-size: 14px;
	text-transform:none;
	display: block;
	border-bottom: 1px solid #009933;
	padding:0 0 10px 0;
	margin-top:35px;
	line-height:normal;
	}
	
.postsingle h2 a {
	color: #009933;
	text-decoration:none;
	font-size: 14px;
	}
	
.postsingle h2 a:hover {
	color: #009933;
	text-decoration: underline;
	}
	
.postsingle h3 {
	font-weight:bold;
	font-size: 12px;
	text-transform:none;
	display: block;
	padding:0 0 10px 0;
	margin-top:35px;
	line-height:normal;
	}
	
.postsingle h4 {
	border-bottom:1px dotted #009933;
	text-transform:none;
	font-weight:normal;
	font-size:11px;
	padding:0 0 10px 0;
	color:#000000;
	}
	
.postsingle h5 {
	text-transform:none;
	font-weight:bold;
	font-size:13px;
	padding:0 0 0 0;
	color:#000000;
	}
		
.postsingle p {
	color:#000;
	text-transform:none;
	font-weight:normal;
	font-size:11px;
	padding:0 0 5px 0;
	margin:5px 0 0 0;
	border-bottom:1px dotted #009933;
	}

.post ul {}

.post li {}

.entry p{
	margin:10px 0 0 0;
	padding:0 0 0 0;
	border-bottom:none;
	}

.postmetadata{
	clear: both;
	padding-left:6px;
	margin: 10px 0;
	color: #000000;
	background: #EFEFEF;
	}

.navigation {
	font-size:11px;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}

.alignleft {
	float:left; 
	margin:10px 0 0 0;
	color:#999999;
	font-size:9px;
	}	
	
.alignleft a{
	float:left; margin:25px 0;
	}
	
.alignright a{
	float:right; margin:25px 0;
	}

#imageholder {
	width:588px;
	height:392px;
	border:1px solid #CCC;
	margin:10px 0 15px 0;
	overflow:hidden;
	}
	
.imageborder {
	border:1px solid #CCC;
	margin:10px 0 15px 0;
	}
	
.homelink {
	margin:0 0 10px 0;
	}

hr {
	margin: 5px 0 20px 0;
}

#sidebar hr {
	border: none 0; 
	border-top: 1px dotted #CCCCCC;
	height: 1px;
}

/* sidebar */

#sidebar {
	font-family: helvetica, verdana, arial, tahoma;
	font-size:12px;
	width:285px;
	float:right;
	margin:0 20px 40px 0;
	padding: 0 10px 0 0;
	line-height: 20px;
	}
	
#sidebar div {
	margin-bottom: 0;
}

#sidebar h1 {
	font:bold;
	font-size: 14px;
	text-transform:none;
	display: block;
	border-bottom: 1px solid #009933;
	padding:0 0 10px 0;
	margin-top:35px;
	line-height:normal;
	}

#sidebar h2 {
	font:bold;
	font-size: 14px;
	text-transform:none;
	display: block;
	border-bottom: 1px solid #009933;
	padding:0 0 10px 0;
	margin-top:35px;
	line-height:normal;
	}
	
.sidebar h4 {
	border-bottom:1px dotted #009933;
	text-transform:none;
	font-weight:normal;
	font-size:11px;
	padding:0 0 10px 0;
	color:#000000;
	}

#sidebar label{
	font:normal 11px verdana, arial, tahoma;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {
	color:#000;
	text-transform:none;
	font-weight:normal;
	font-size:11px;
	padding:10px 10px 0 0;
	}

#sidebar li {
	font-size:11px;
	margin:5px 0 0 0;
	padding:0;
	display: block;
	}

#sidebar ul {
	font-size:11px;
	margin:0px 0 15px 0;
	padding:0;
	display: block;
	}

#sidebar ul li {
	margin: 10px 0 0px 0;
	padding: 0 0 0 0;
	line-height: 16px;
	list-style-type: none;
	display: block;
	color:#000;
	}

#sidebar ul li a{
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
	line-height: 16px;
	list-style-type: none;
	display: block;
	text-transform:none;
	color:#009933;
	}
	
#sidebar ul li a:hover{
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	line-height: 16px;
	list-style-type: none;
	display: block;
	color:#009933;
	text-decoration:underline;
	background-color:#FFF;
	}
	
#sidebar ul li.current_page_item a,
#sidebar ul li.current_page_item a:hover {
	color: #FFF;
	background:#009933;
	text-decoration: none;
	}

#sidebar ul ul {
	margin:10px 0 0 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;
}

input#emailmebtn {
	height:27px;
	background: #FFFFFF;
	padding: 3px 5px 3px 5px;
	margin:10px 0 0 0;
}

input#emailmebtn:hover {
	cursor: pointer;
	background: #CCC;
	padding: 3px 5px 3px 5px;
}

textarea#message {
	font: verdana, arial, tahoma, sans-serif;
	width:584px;
}

.tb_msg {
display:inline-block;
width:210px;
line-height:17px;
}

	
/* 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: 600px;
}

#commentform {
	background: #EFEFEF;
	padding: 20px;
	width: 617px; /* because of 20px padding */
}

#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;
}

.text {
	 border-bottom: 1px dotted #CCCCCC;
	 margin: 10px 0 10px 0;
	 padding: 0 0 15px 0;
}

.text p {
	line-height: 17px;
	padding: 0px 15px;
	color: #333333;
}

.avatar_ {
	float: left;
	margin: 0 10px 0 0;	
}
.avatar_admincomment {
	float: left;
	margin: 0;
}

.avatar img {
	border: 1px solid #CCCCCC;
}

.commenttext {
	float: right;
	width: 500px;
	background: #EFEFEF;
	padding: 10px;
}
	
.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;
	border: 1px solid #CCCCCC;
	}

.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;
}

.profile #banner {background-image:url(images/profile.jpg);}
.contact #banner {background-image:url(images/contact.jpg);}
.blog #banner {background-image:url(images/design.jpg);}
