/*
Theme Name: Chrillo 2.0
Theme URI: http://chrillo.info
Descripxion: A Blank Wordpress theme with left sidebar.
Author: Christoph Peter
Author URI: http://chrillo.info
version: 2.0
Tags: two-column, widget-ready,blank
*/




/* basics */

*{margin:0; padding:0;}
body{
	font-family:  verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	background:#fff;
}
h1,h2,h3,h4{
font-family: 'Century Gothic',Verdana,Sans;
}	
h1 {font-size: 24px;font-style: normal; font-weight: lighter}
h2 {font-size: 20px;padding:6px 0px;font-style: normal;font-weight: lighter}
h3 {font-size: 14px; font-style: normal;font-weight: lighter}
h4 {font-size: 9px;}

h2.twitter,h2.apps,h2.download,h2.aftm,h2.support,h2.isurveill{padding:6px 0px 6px 35px; vertical-align: middle; }
h2.twitter{background: url(images/icons/twitter.png) no-repeat;}
h2.apps{background: url(images/icons/apps.png) no-repeat;}
h2.download{background: url(images/icons/download.png) no-repeat;}
h2.aftm{background: url(images/icons/aftm.png) no-repeat;}
h2.support{background: url(images/icons/support.png) no-repeat;}
h2.isurveill{background: url(images/icons/isurveill.png) no-repeat;}

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{
	}

code{
	font-family:"Courier New", Courier, monospace;
	}

/* links */

a{
	color:#1f5f8f;
	text-decoration:none;
	outline:none;
}
a:hover{text-decoration: underline;}



/* container */


#container {
	width: 820px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	}
	
/* header */
.contactBadge{
	position:absolute;
	top:0px;
	right:0px;
	background:url(images/contactBadge.png) no-repeat;
	display:block;
	height:128px;
	width:128px;
	display: none;
}
.contactBadge span{
	display:none;
}
#header {

}
#header .light{ color:#1f5f8f; display:inline-block; vertical-align:bottom; }
#header h1{
	margin-top:10px;
	
}	
#header h1 a{
	color:#0c1c28;
	padding-left:20px;
	font-size:24px;
	line-height:24px;
}
#header h1 a:hover{ text-decoration: none;}
#header h2{
	margin:0;	
}

/* main menu */


.menu {
	overflow:hidden;
}
.menu ul {
	margin:0;
	padding:0;
	clear:both;
	display:block;
	background:none;
}
.menu ul li {
	list-style-image:none; list-style-type: none;
	padding: 0;
	float:left;
	width:50px;
	text-align:center;

}
.menu ul li a {
	font-family:Verdana, Geneva, sans-serif;
	margin: 0;
	color:#333;	
	display:block;
}
.menu ul li a:hover {
	text-decoration:none;
}
.blogLink{
	background: url(images/icons/menuIcons.png) 0px 0px no-repeat;	
}
.appsLink{
	background:url(images/icons/menuIcons.png) -40px 0px no-repeat;		
}
.aboutLink{
	background:url(images/icons/menuIcons.png) -80px 0px no-repeat;		
}
.aboutLink a,.appsLink a,.blogLink a,.contactLink a{
	width:50px;	
	padding-top:45px;

}
#sidebar ul.submenu{
	width:150px;
	padding:10px 0px 0px 0px;
	display:block;
	overflow:visible;
}
#sidebar ul.submenu li{
	float:none;
	text-align:left;
	padding:0px 5px;
	display:block;
}
#sidebar ul.submenu li a{
	padding:2px 0px 0px 0px;
	display:block;
	
}

/* content */

.pageHeader{
	background:url(images/pageHeader.png) no-repeat;
	height:80px;
	padding:62px 0px 0px 90px;
	
	
}
.forumHeader{
	text-indent:-33333px;
	background:url(images/forumHeader.png) no-repeat;
	height:200px;
	width:820px;
}
.blogHeader{
		text-indent:-33333px;
	background:url(images/apps/blogFront.png) no-repeat;
	height:330px;
	width:820px;
}
.header404{
	background:url(images/apps/404Front.png) no-repeat;
	height:250px;
	padding-top:80px;
	width:820px;
	text-align:center;
}
.header404 a{
	color:#FFF;
	font-size:36px;	
}
.customHeader{
height: 330px;
position:relative;
}
.customHeader img{
	position:absolute;
	z-index:1000;
}
.customHeader h2{
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}
.customHeader p{
	position:absolute;
	top:40px;
	left:5px;
	
}
.pageHeader h2,.customHeader h2{
	color:#fff;
	font-size:36px;
	padding:10px;
	background:url(images/darkGrayTransaprents.png);
	display:inline-block;

	
}
#content {

	float:left;
	width:600px;
	margin-left:10px;
	overflow: hidden;
	min-height: 400px;
	clear: both;


	}
.thetime{
	float:left;
	width:40px;
	font-family:"Times New Roman", Times, serif;
	font-style:oblique;
	text-align:center;

	color:#333334;
	
}
.thepost{
	float:left;
	width:560px;
}
.dateOfTime{
	font-size:20px;
	margin:0px;
	padding:0px;
}
.yearOfTime{
	font-size:16px;
	margin:0px;
	padding:0px;
	
}
.post {
	margin:0px 0px 10px 0px;
	padding:0;
	}
.post h2{}
.post h3{padding:5px 0px;}
.post h2 a{
	color:#333334;
	padding:5px;
	font-size:24px;
	text-decoration: none;
}	
.post h2 a:hover{
	text-decoration: none;
}
.post ul {  
margin:10px;padding:5px;background: #edf3f7;
border-top:1px solid #e0e0e0;
border-bottom: 1px solid #fcfcfc;
border-left:1px solid #e3e3e3;
border-right:1px solid #f9f9f9;
}
.post li { list-style:url(images/simplearrow.png);margin-left: 15px;}
.entry,.entry p,p {
	padding:5px;
	font-size:11px;
	line-height:17px;
}
.post.searchResult{
	
}


.postmetadata{
	clear: both;
}
	

.navigation {
	
	margin:0;
	padding:0;
	overflow:hidden;
}
.gallery img{
	border:0px solid;
	
}
.gallery-item{
	padding:5px;
	margin:5px;
	float:left;
	display:inline;
	border:1px solid #ccc;
	width:150px;
}
.gallery-caption{
	background:#eee;
	padding:3px;
	
	
}
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
/* Tables */
table{padding: 5px;margin:0px;border-spacing:0px;}

thead tr{}
thead td{font-weight: bold;}
thead th{text-align: center;border: none;}
tr{}
th{text-align: left;border-right: dashed 1px #ccc; }
td,th{border-bottom: dashed 1px #ccc;  padding: 5px; vertical-align: top;text-align:left}
tbody td,th{padding:10px;}
tbody th{text-align:right;}
td#today{background:#edf3f7;}
#wp-calendar{padding:0px;width:100%;}
#wp-calendar th{padding:6px;}
#wp-calendar td{border-right:1px dashed #eee;padding:4px; text-align:center;}
#wp-calendar tfoot td{border:none;}
#wp-calendar caption{display:none;}
/*home*/
.picFront{
	background:url(images/homeFrontBg.png) no-repeat;
	width:780px;
	height:330px;
	padding:20px 20px 20px 20px;
	color:#FFF;
}
.home .picFront{
	padding-bottom:30px;
}
.homeFrontSlider{
	width:780px;
	overflow:hidden;
	height:330px;
	position:relative;
 }
 .homeFrontSlider .items{
	  
	 width:20000em; 
    position:absolute;
	 
 }
.homeFrontSlider .item{
	width:780px;
	height:330px;
	float:left;
	list-style-type:none;
	
}
.homeFrontSlider .item a{
	color:#FFF;
	font-size:24px;
	letter-spacing:-1px;
	margin:20px 0px 0px 20px;
	display:block;
	outline:none;
}
.homeFrontSlider .item a:hover{
	text-decoration:none;
	
}
.homeFrontSlider .item p{
	margin:0px 0px 0px 20px;
	font-size:16px;
}
.homeFrontSlider .homeslide1{
	position:relative;
	background: url(images/homeFront1.png) no-repeat;	
}
.homeFrontSlider .homeslide2{
	background: url(images/homeFront2.png) no-repeat;	
}
.homeFrontSlider .homeslide3{
	background: url(images/homeFront3.png) no-repeat;	
}
.homeFrontSlider .homeslide4{
	background: url(images/homeFront4.png) no-repeat;	
}
.homeFrontSlider .homeslide5{
	background: url(images/homeFront5.png) no-repeat;	
}

.homeFrontSlider .workslide1{
	position:relative;
	background: url(images/apps/workFront.png) no-repeat;	
}
.homeFrontSlider .workslide2{
	background: url(images/works/workFront1.png) no-repeat;	
}
.homeFrontSlider .workslide3{
	background: url(images/works/workFront2.png) no-repeat;	
}
.homeFrontSlider .workslide4{
	background: url(images/works/workFront3.png) no-repeat;	
}
.homeFrontSlider .workslide5{
	background: url(images/works/workFront4.png) no-repeat;	
}
.homeFrontSlider .workslide6{
	background: url(images/works/workFront5.png) no-repeat;	
}
.picFront .naviItems div{
	padding:10px;
	float:left;
}
.picFront .prev,.picFront .next{
	float:left;
	display:none;
	
}
.picFront .homeFrontNavi{
	text-align:center;
	width:780px;
	margin-top:10px;
	
	height:20px;
	
}
.picFront .naviItems{
	display:inline-block;
}
.picFront .naviItems  a {
	font-size:1px;
	margin:0px;
	padding:0px;
	outline:none;
	width:10px;
	height:10px;
	display:inline-block;
	margin:5px 2px;
	cursor:pointer;
	background:#eee url(images/homeFrontNavi.png) 0px 0px no-repeat;
}
.picFront .naviItems a.current {
	background:#fff url(images/homeFrontNavi.png) 0px -10px no-repeat;
}
.picFront .playpause{
	display:block;
	color:#fff;
	height:100px;
	width:100px;
	
	position:absolute;
	bottom:100px;
	right:0px;
}
/* apps */
.featureList li,ul.featureList {
list-style-type: none;
list-style-image:none;
background: none;
border:none;
margin: 0px;
}
ul.featureList{
padding: 10px;
}
.featureList li{
padding:0px 0px 10px 40px;
}
.featureList li.imac{background: url(images/icons/imac.png) no-repeat}
.featureList li.sync{background: url(images/icons/sync.png) no-repeat}
.featureList li.terminal{background: url(images/icons/terminal.png) no-repeat}
.featureList li.aftm{background: url(images/icons/aftm.png) no-repeat}
.featureList li.air{background: url(images/icons/air.png) no-repeat}
.OSBtn{
background: url(images/icons/OS_32.png) center no-repeat;
height: 32px;
width: 90px;
display: block;

}
/* work */
.serviceStatus{
	background:url(images/serviceStatus.png) no-repeat;
	height:40px;
	width:40px;
	display:block;
}
.serviceYes,.servicePartner,.serviceMaybe{
	text-align:center;
	vertical-align:middle;
}
.serviceYes{
	font-weight:bold;
}

/* twitter */
.tweets ul,.tweets li{
list-style-type: none;
list-style-image:none;
background: none;
margin: 0px;
padding: 5px;
border:none;

}

/* columns */
.column{
float: left;
}
.colsNum2{
width: 295px;
}
.colsNum3{
width: 195px;
}
.colsNum4{
width: 145px;
}
/* sidebar */

#sidebar {
	width:200px;
	float:left;
	padding: 0;
}

#sidebar h2{
	padding:5px 0px 3px 0px;

}

#sidebar label{

	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:0px;
	padding:0px;
	}
#sidebar ul.sidebarWidgets{
	padding-top:10px;
	display:block;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	
	list-style-image:none; list-style-type: none;
	
	}

#sidebar ul ul {
	margin: 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-image:none; list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0px;


}



/* comments */

input, textArea{
	background: #eee;
	color: #333;
	outline: none;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #f3f3f3;
	border-right: 1px solid #f0f0f0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align:middle;
	margin: 0px;
}
textArea{
overflow:hidden;	
}
input{
	padding:6px 3px;
	line-height:14px;
}
input.submit,input[type=submit]{
	padding:5px 3px;
	background-color:#f3f3f3;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ddd;
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #f0f0f0;
	color:#1f5f8f;
	min-width:50px;
}
input.submit:hover,input[type=submit]:hover{
	background:#dce2e6;
	
}
#commentform {
clear: both;
/** border-top: 1px solid #ddd; */
	margin:0;
	padding:5px 0px;
}
#commentform p{color: #333;padding: 0px; margin: 2px 0px;}	
#commentform a{color: #333;}	
#commentform h3{
	color: #000;
	margin:0;
	padding:0;
}

#comment{
width: 600px;
height: 150px;

}
fieldset{
border: none;


}
#author, #email, #url, #comment, #submit{

}
#submit{
height: 25px;

}


#comments{margin:0; padding:0}
	
ol.commentlist {list-style-image:none; list-style-type: none; margin:0; padding:0;}

.avatar{float: left; border: 5px solid #edf3f7}
.comment cite{
float: left;
line-height: 42px;
vertical-align: middle;
font-size: 14px;
font-style: normal;
}
.comment-time{float: right;margin: 2px;}
.comment-meta a:hover{text-decoration: none;} 
.comment-meta{
font-family: 'Century Gothic',Verdana,Sans;

font-size: 12px;
color:#00335c;
background: #edf3f7;
border-top:1px solid #f3f9fc;
border-bottom:1px solid #e0edf0;
border-left:1px solid #edf3f7;
border-right:1px solid #edf3f7;

height: 42px;
}
.reply{
float: right;

}
.comment-reply-link{

display: block;
height: 24px;
width: 50px;
line-height: 25px;
vertical-align:middle;
text-align: center;
color: #666;
border: none;
 -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;

   -webkit-border-bottom-left-radius: 3px;
   -webkit-border-bottom-right-radius: 3px;
   background: #dce2e6;
 

}
.comment-reply-link:hover{

text-decoration: none;
}
.comment{
clear: both;

}
ol.commentlist li .alt{
background: #f0f0f0;

}
.comment-text{
text-align: left;
min-height: 50px;
}
.comment .reply{
clear: both;
}
ol.commentlist p{
background: #fff;
}
ol.commentlist li li{
	margin: 0px 0px 0px 20px;
	background: #fff;
	list-style-type:none;	
}

/* search */

#searchform{
	padding:0;
	margin: 0;
}
#searchform input#s{
	width:190px;

}
#searchform input#searchsubmit{

}
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0px;
	display: inline;
	}

img.alignleft {
padding: 0px;
	margin: 0px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-capxion {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 0px;
   margin: 0px;
   /* opxional rounded corners for browsers that support it */
   -moz-border-radius: 0px;
   -khtml-border-radius: 0px;
   -webkit-border-radius: 0px;
   border-radius: 0px;
}

.wp-capxion img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.left{
	float:left
}
.right{
	float:right;
}
.clearer{
	clear:both;
	
}
.wp-capxion p.wp-capxion-text {
 
  
   padding: 0;
   margin: 0;
}




/* footer */

#footer {
	

	clear: both;
	width:800px;
	margin:0px auto;
	color:#fff;
	
	margin:0 auto;

	text-align:left;
	padding:10px 0px;
	/** border-top: 1px solid #ddd; */

}

#footer h2{
	margin-bottom:5px;
 color:#eee;
 padding:5px 0px 5px 0px;
}
#footer a{text-decoration: none; color:#1f5f8f;}
#footer a:hover{text-decoration: underline;}
#footer h2 a{
	color:#CCC;
}
#footer h2 a:hover{
	text-decoration:underline;
}
#footer p{padding: 0;margin: 0;  }

.footerContainer{
	width:100%;
	
	text-align:center;
	min-height:300px;
	background: #222 url(images/footerBg.png) repeat-x;
	
	
	
}
#sitemap{
	margin-right:10px;
	width:120px;
	
	
}
#sitemap h2{


}
#sitemap a{
	color:#999;
}
#sitemap a:hover{
	text-decoration:none;
	
}
#sitemap ul{
	list-style-type:none;
	
}
#sitemap ul li{
	padding:5px 10px;
	list-style-type:none;
	display:block;
	font-size:12px;
	font-weight: bold;
	
	
	
}
#sitemap ul li ul{
	clear:both;
	
}
#sitemap ul li ul li{
	font-weight:lighter;
	float:none;
	padding:2px;
	margin-left:5px;
	font-size:10px;
	border:none;
	
}
#contact{
width: 410px;
margin-right: 10px;
border-right:1px dotted #333;
border-left:1px dotted #333;
}
#contact h2{
padding-left:4px;

}
.contactForm{
	padding:0px;
	margin:0px;
	
	
}
.contactForm *{
	margin:0px;
	padding:5px;
	margin:2px 0px 2px 0px;
	outline: none;
}
#contact a{
color: #666;
}
#contact a:hover{
text-decoration:none;
color:#edf3f7;
}
#contact .button{
width: 100px;
height: 25px;

}
.contactForm input{
	width:194px;
	padding:6px 3px;
	
	line-height:14px;
}
.contactForm .sendEmail{
width: 100px;

border-bottom: #191919 1px solid;
border-top: #232323 1px solid;
border-left: #1d1d1d 1px solid;
border-right: #1e1e1e 1px solid;
display: inline;
}
.contactForm .sendEmail:hover{
background: #161616;

}
.contactForm input,.contactForm textArea{
display: block;
background: #1c1c1c;
color: #999;
border-top: #191919 1px solid;
border-bottom: #232323 1px solid;
border-left: #1d1d1d 1px solid;
border-right: #1e1e1e 1px solid;
}

.contactForm div{
	margin:2px 0px;	
}
.contactForm textArea{
	width:395px;
	padding:2px;
	height:150px;
	
}
#contactResponse{
	padding:2px;
	margin:0px 5px;
}
#contactResponse.success{
color:#1f5f8f;

}
#contactResponse.error{
	color: #e83848;
}
#about{
width: 240px;
color:#999;
}
#about li{
	list-style-type:none;
}
.mailme{
	display:inline-block;
	background:url(images/mailme.png) no-repeat;
	width:120px;
	height:20px;
	float:right;
}
.hidden {
	display: none;
	position:absolute;
	top:-9999px;
}
