@import url("style-headers.css");
@import url("bubble.css");

/*
Theme Name: Raphael Haefeli
Theme URI: http://raphaelhaefeli.com/
Description: Theme for version 3.0 of Raphael Haefeli's website.
Version: 3.0
Author: Raphael Haefeli
Author URI: http://raphaelhaefeli.com/
*/



/**********************************************
*   Basics & Typography                       *
***********************************************/
/*IE 6 hack*/
#no-ie {
	background: url(http://www.raphaelhaefeli.com/assets/graphics/ie-warning.jpg) left center no-repeat;
	background-color: #FFF;
	padding: 8px;
	width: 600px;
	position: absolute;
	left: 25%;
	top: 50px;
}
#no-ie #no-ie-left {
	width: 475px;
	float: right;
}
/*IE 6 hack*/

body {
	background: #F1F1DD none;
	_background: #FFF; /*IE 6 hack*/
	font-family: Corbel, Liberation sans, Tahoma, Verdana, Sans-serif;
	color: #333;
	text-align: left;
	margin: 0px;
}
.ninesix-wrapper {
	width: 960px;
	margin: 0px auto;
}
.bump-list {
	list-style-type: none;
	padding: 0;
}
.backtotop {
	text-align: right;
	line-height: 100%;
	margin: 0;
}
.tt img {
	margin: 0 5px 0 0;
	padding: 0;
}
#sidebar .header {
	font-size: 0em;
	height: 25px;
}
.hide {
	display: none;
}
.header {
	height: 30px;
	color: rgba(255, 255, 255, 0);
 *color: #F1F1DD;
}
.banner-home {
	width: 100%;
	background: #FFF;
	border-bottom: 2px groove #FFF;
	margin-bottom: 10px;
	padding: 0;
}
.banner-pages {
	width: 100%;
	background: #FFF;
	border-bottom: 2px groove #FFF;
	margin-bottom: 10px;
	height: 100px;
*height: 170px;
}
#top-nav {
	background: url(images/nav_bg.png) repeat-x;
	color:#FFFFFF;
	height:60px;
	left:0;
	top:0;
	position: absolute;
	text-align: center;
	width:100%;
	font-size: 1.2em;
	text-transform: lowercase;
}
#top-nav .ninesix-wrapper {
	margin-top: 10px;
}
p, ol, ul {
	line-height: 175%;
}
ol { /* to be styled */
}
ul { /* to be styled */
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.5em;
}
h3, h4, h5, h6 {
	font-size: 1.1em;
	margin: 10px 0 10px 0;
}
a {
	outline: none;
}
a:link {
	color: #336699;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #666;
	text-decoration: underline;
	outline: none;
	position:relative;
	top:1px;
}
blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #abafb9;
}
.simplecode {
	background: #f0f0f0;
	cursor: text;
	font-family: Monaco, "Courier New", Courier, monospace;
	color:#000;
	font-size: .8em;
	border: 1px solid #CCC;
	padding: 3px;
}
code {
	padding: 10px;
	display:block;
	width: 95%;
	background: #f0f0f0;
	cursor: text;
	font-family: Monaco, "Courier New", Courier, monospace;
	color:#000;
	font-size: 1em;
	border: 1px solid #CCC;
}
small {
	font-size: 8px;
}
input, textarea, select {
	font-family: Corbel, Liberation sans, Tahoma, Verdana, Sans-serif;
	font-size: 12px;
	padding: 1px 0 0 3px;
}
.post li {
	list-style-image:url(images/star.png);
}
form {
}
img {
}
.imgleft {
	margin: 5px 10px 5px 0;
	clear: both;
	float: left;
}
.imgright {
	margin: 5px 0 5px 10px;
	clear: both;
	float: right;
}
.noborder {
	border: none;
}
img.noborder {
	border: none;
}
img.nopad {
	padding: 0;
	margin: 0;
}
img.folio {
	padding: 0;
	margin: 0 10px 0 0;
	width: 415px;
	float: left;
	border: 2px solid #555;
}
.folio-wrapper {
	height: 300px;
	display: block;
	border-bottom: 2px groove #FFF;
	padding-top: 15px;
}
.folio-wrapper h2 {
	font-size: 0em;
	height: 30px;
	color: #F1F1DD;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#outline {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	font-size: .85em;
}
/**********************
*   Header            *
***********************/

#header {
	width: 960px;
	height: 200px;
	margin: 60px 0px 20px 0px;
}
#header .blogtitle {
	display: none;
}
.logo {
	float: left;
	width: 279px;
	height: 45px;
	background: url(images/logo.png) no-repeat;
	margin-top: -3px;
}
ul.menu {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.menu li {
	float: left;
}
ul.menu li a {
	float: left;
	display: block;
	height: 28px;
	padding: 3px 15px 0 15px;
	line-height: 24px;
	color: #ccc;
}
ul.menu li a:link, ul.menu li a:visited {
	color: #ccc;
	background: none;
}
ul.menu li a:hover, ul.menu li a:active {
	color: #f0f0f0;
	background: url(images/nav-hover.png) no-repeat center top;
	text-decoration: none;
	outline: none;
}
ul.menu li.current_page_item a:link, ul.menu li.current_page_item a:visited, ul.menu li.current_page_item a:hover, ul.menu li.current_page_item a:active {
	color: #fff;
	background: transparent url(images/nav_active.gif) no-repeat center bottom;
	text-decoration: none;
	outline: none;
}
.searchbar {
	float: right;
	height: 31px;
}
.searchform {
	width: 290px;
	height: 20px;
	text-align: left;
}
input#s {
	width: 200px;
	height: 18px;
	margin: 5px 0 0 0 !important;
	margin: 4px 0 0 0; /* for IE */
	padding: 1px 0 0 20px;
	border: 1px solid #999;
	background: #fff url(images/search-icon.jpg) no-repeat 3px center;
	color: #666;
}
.search-tab {
	width: 252px;
	height:35px;
	position:absolute;
	top:55px;
	left:930px;
	z-index:1;
 *z-index:100;
	background: url(images/search-tab.png) no-repeat;
}
/***********************
*  Wrapper             *
***********************/

#wrapper {
	width: 960px;
	float: left;
	margin: 0px auto !important;
	margin: -15px 0 0 0; /* for IE */
	padding: 0;
}
/**********************
*   Content           *
***********************/

#content {
	float: left;
	width: 66%;
	height: 100%;
	min-height: 200px;
}
#content-full {
	float: left;
	width: 100%;
	height: 100%;
	min-height: 200px;
}
.pages {
	float: left;
	width: 99%;
	margin-top: 15px;
}
.page-previous {
	float: left;
}
.page-next {
	float: right;
	pading-left: 5px;
	width: 50%;
	text-align: right;
}
.pages h2 {
	border-bottom: 2px groove #FFF;
	width: 99%;
	margin-bottom: 10px;
}
.page-title {
	text-align: left;
	border-bottom: 2px #FFF groove;
}
.page-title h2.page-title-border {
	font-size: 1.5em;
	line-height: 48px;
	color: #555;
}
/**********************
*   Blog Entries      *
***********************/
.line {
	width: 100%;
	height: 20px;
	border-bottom: 2px groove #FFF;
}
.post {
	padding: 15px 15px 0 0;
	border-right: 2px groove #FFF;
}
.post-blog {
	padding: 15px 15px 0 0;
	border-right: 2px groove #FFF;
}
.post-page {
	padding: 15px 15px 0 0;
}
.post-page li {
	list-style-image:url(images/star.png);
}
.post-blog li {
	list-style-image:url(images/star.png);
}
.postentry {
	text-align: left;
}
.postentry a {
	text-decoration: none;
}
.postentry a:hover {
	color: #666;
	text-decoration: underline;
}
.postentry a:visited {
}
.postentry a:active {
	color: #333;
	text-decoration: underline;
	outline: none;
}
.postentry .post-comment a {
	color:#666;
	text-decoration: none;
}
.postentry .post-comment a:hover {
	color: #333;
	text-decoration: underline;
}
.postentry .post-comment a:visited {
	color: #666;
}
.postentry .post-comment a:active {
	color: #666;
	text-decoration: underline;
	outline: none;
}
.postentry img {
	border: none;
}
.postentry .noborder {
	border: none;
}
.posttitle {
}
.posttitle a:link, .posttitle a:visited, .posttitle a:hover, .posttitle a:active {
	color: #333;
	outline: none;
}
.postmeta {
	width: 100%;
}
.postmeta a {
	padding-top: 5px;
	height: 20px;
	margin: 5px 0;
}
.post-date {
	height: 20px;
	padding: 0px;
}
.post-comment {
	height: 20px;
	padding: 0;
}
.post-filed {
	padding: 0;
}
/**********************
*   Comments          *
***********************/

.commentpage {
	margin: 0 30px;
	padding: 0;
}
#comments {
	margin: 0;
	padding: 0;
}
.comments-num {
	padding: 0 0 10px 0;
}
#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#commentlist li {
	padding: 15px 25px 0 0;
	border: 2px groove #FFF;
	background: #F0F0F0;
	list-style-image: none;
	margin-bottom: 20px;
}
.alt {
	background-color: #fff !important;
	background-image: none !important;
	list-style-image: none;
}
.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
	margin: 0 5px 5px 0;
}
img.gravatar {
	margin: 7px 0 0 7px;
	border: none;
}
.comment-title, .comment-meta, .comment-text {
	margin: 0 0 0 10px;
}
.comment-title, .comment-title a, .comment-title a:hover {
	color: #666;
}
.comment-meta, .comment-meta a, .comment-meta a:hover {
	color: #333;
}
h2#postcomment {
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 2px groove #FFF;
}
.postcomment {
	clear: both;
	padding: 5px;
}
.postcomment #submit {
	float: right;
	clear: both;
	border: none;
}
.postcomment input, .postcomment textarea {
	border: 1px solid #999;
}
/*	
.postcomment input:hover,
.postcomment textarea:hover {
	border: 1px solid #777;
	}
*/	
	
.postcomment input#author, .postcomment input#email, .postcomment input#url {
	width: 100% !important;
	width: 456px; /* For IE */
	height: 18px;
	background: #FFF url(images/searchbg.gif) repeat-x;
	color: #666;
}
.postcomment textarea#comment {
	width: 100% !important;
	width: 456px; /* for IE */
	height: 200px;
	background: #FFF url(images/searchbg.gif) repeat-x;
	color: #666;
}
.postcomment input#mcspvalue {
	width: 10% !important;
	width: 456px; /* For IE */
	height: 18px;
	background: #FFF url(images/searchbg.gif) repeat-x;
}
.postcomment input#submit {
	outline: none;
}
.postcomment input#submit:hover {
	outline: none;
}
/**********************
*   Sidebar           *
***********************/
.sidebar-pages {
	float: right;
	width: 31%;
	margin: 0;
	padding: 10px 0 0 20px;
}
#sidebar {
	float: right;
	width: 31%;
	margin: 0;
	padding: 0 0 0 20px;
}
#sidebar .rssfeeds {
	margin: 0;
	padding: 0;
}
#sidebar h2.feed-title {
	color: #555;
	margin: 0;
	padding: 20px 0 0 3px;
	background: none !important;
	font-size: 13px;
	position: relative;
	top: 15px;
}
.rssfeeds a.rss {
	background: transparent url(images/icon_rss.png) no-repeat;
	padding: 3px 5px 5px 25px;
}
#sidebar h2 {
	display: block;
	margin: 20px 0 0 0;
	font-size: 1.5em;
	color: #555;
}
#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
	clear: both;
}
#sidebar ul.no-splitted li {
	padding: 0 5px;
}
#sidebar ul.no-splitted ul li {
	margin: 0 -5px;
}
#sidebar ul.blc {
	padding: 0 5px;
}
#sidebar li#sidebar-splitted {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}
#sidebar-splitted .splitted-left {
	float: left;
	width: 155px;
	margin-top: 10px;
}
#sidebar-splitted .splitted-right {
	float: right;
	width: 155px;
	margin-top: 10px;
}
ul.splittedlists li {
}
ul.splittedlists ul li {
}
ul.splittedlists li a:link, ul.splittedlists li a:visited {
	color: #353d50;
}
ul.splittedlists li a:hover, ul.splittedlists li a:active {
	color: #666;
	outline: none;
}
/**********************
*   Bottom            *
***********************/

#bottom {
	min-height: 200px;
	float: left;
	width: 100%;
	height: 300px;
	background: url(images/bg-bottom.jpg) repeat-x 0 0;
	font-size: .85em;
	text-align: left;
	color: #fff;
}
#bottom-left, #bottom-mid, #bottom-right {
	width: 30%;
	margin: 20px 0 20px 20px;
	float: left;
}
#bottom h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0em;
	color: rgba(255, 255, 255, 0);
	height: 30px;
}
#bottom h2 a { /*for safari*/
	font-size: 0em;
	color: rgba(255, 255, 255, 0);
	height: 30px;
}
#bottom h2 span {
}
#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #555;
}
#bottom ul li {
	line-height: 175%;
	border-bottom: 1px solid #555;
}
#bottom ul li a {
	color: #f0f0f0;
	text-decoration: none;
}
#bottom ul li a:hover {
	color: #333;
}
#bottom-sep {
	clear: both;
}
#bottom img {
	border: none;
	margin: 0;
	padding: 9px 0 0 0;
}
/**********************
*   Footer            *
***********************/

#footer {
	width: 100%;
	height: 100px;
	clear: both;
	background: #191919 url(images/bg-dark.jpg);
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #fff;
}
#footer .validate {
	margin: 10px 0 0 0px;
	background: url(images/icon-valid.png) no-repeat;
	padding: 2px 0px 0 15px;
}
#footer .contact {
	background: url(images/icon_contact.gif) no-repeat;
	padding: 5px 20px 0 20px;
	position: relative;
	top: -15px;
}

#footer .social-bot {
	text-align: left;
	float: left;
	margin: 30px 0px 0px 0px;
	padding: 0;
	border: none;
}

#footer .social-bot img {
	margin-left: 10px;
	border-syle: none;
}

#footer a img{
	border: 0;
}
#footer .credits {
	text-align: right;
	float: right;
	margin: 20px 10px 0px 0px;
	padding: 0;
	border: none;
}
#footer p {
	margin: 0;
	padding: 13px 25px;
	font-size: .85em;
	line-height: 14px;
}
#footer p a:link, #footer p a:visited {
	color: #666;
}
#footer p a:hover {
	color: #336699;
}
#footer p a:active {
	color: #336699;
	outline: none;
}
/* Tags 
-------------------------------------------------------*/
.tagging {
	text-align: left;
	font-size: 9px;
	padding: 3px 0 3px 0;
}
.tagging img {
	padding: 3px 0 0 0;
	border: 0px;
}
.tagging img:hover {
	padding: 3px 0 0 0;
	border: 0px;
}
.tagging a {
	text-decoration: none;
	border-bottom: none;
}
/* End Various Tags & Classes*/

.post_ad {
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 10px;
}
/**********************************************
*   Services                       *
***********************************************/
#services-info {
	width: 960px;
	min-height: 175px;
}
#services-info #leftcol_services {
	float: left;
	width: 33%;
}
#services-info #midcol_services {
	float: left;
	width: 33%;
}
#services-info #rightcol_services {
	float: right;
	width: 33%;
}
#service-steps {
	width: 960px;
	height: 300px;
	background:url(images/banners/steps.png) no-repeat;
}
.services-home-l {
	float:left;
	width: 50%;
}
.services-home-r {
	float: left;
	width: 50%;
}
.service-home-info {
	height: 200px;
}

