html, body 
{
   height: 100%;
}

body {
   font-family: Monospace, Sans-Serif;
   font-size:12px;
   color:#333;
   background:#ffffff;
   background-image:url(../img/bg.jpg);
   background-repeat:repeat-x;
   line-height: 17px;
}

#hallodu {
border: 4px solid red;
padding: 15px;
text-shadow: 0 1px 1px rgba(167,167,167,.4);
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.5);
-moz-box-shadow: 0 1px 5px rgba(0,0,0,.5);
box-shadow: 0 1px 5px rgba(0,0,0,.5);
margin: 50px;
}

#shareme .box{
	float:left;
	text-decoration:none;
margin: 5px;

}
#shareme .box a{
	color:#404040;
	text-shadow: 0 1px 1px rgba(167,167,167,.4);
	text-decoration:none;

}
#shareme .box a:hover{
	text-decoration:none;
}
#shareme .count {
	font-weight:bold;
	font-size:12px;
	float:left;
	border-right:2px solid #00FFFF;
	padding-right:10px
}
#shareme .share {
	float:left;
	margin-left:10px;
	font-size:12px;
}
#shareme .buttons {
z-index: 9000;
	position: absolute;
	width:230px;
	background-color:#fff;
	border: 1px solid rgba(0,0,0,.2);
	padding:10px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
#shareme .button {
	float:left;
	max-width:50px;
	margin:0 10px 0 0;
}
#shareme .facebook {
	margin:0 4px 0 0;
}

#shareme .delicious {
    margin: 0;
}


iframe, #happyusers img, .portfolioContent img, .imgTitle, .btn, #demoplayer, #player_a {
   -moz-box-shadow: 0 1px 3px #333;
   -webkit-box-shadow: 0 1px 3px #333;
   box-shadow: 0 1px 3px #333;
}

#demoplayer, #player_a {
   margin: auto;
}

.demopanel {
   margin: auto;
   width: 100%;
}

#panel {
   text-align: left;
}

#gobacklink {
   background:transparent;
   background-image:url(../img/banner-classic.png);
   background-repeat: no-repeat;
   width: 120px;
   height: 124px;
   position: absolute;
   top: 0;
   left: 0;
}

pre {
   background-color:#E5E5E5;
   border:2px dashed #000000;
   display:block;
   padding:15px;
   white-space:pre-wrap;
   word-wrap:break-word;
   font-size: 12px;
   display: block;
}

ul {
   list-style: none;   
}

.getprojekktor {
   padding: 15px;
   margin-top: 115px;
}


.ineedtobeloved {
   background: url(../img/Love.png) no-repeat top left;
   height: 32px;
   display: block;
   padding: 8px 0 0 40px;
}

.paragraphContent a:hover {
   background-color: #111;
   color: #00FFFF;
   text-decoration: none;
}

/* === Common stuff  === */

h1,h2,h3,h4,h5, h6 {
    color: #232323;
   -webkit-transform: rotate(-1deg); 
   -moz-transform: rotate(-1deg);
   padding: 5px;
   font-size: 15px;
   line-height: 1.1em;
}

h1 {
   background: none;
   width: 80%;
   font-size: 23px;
   -webkit-transform: rotate(2deg); 
   -moz-transform: rotate(2deg);   
}

b {
   font-size: 15px;
   color: #111;
}

h2 {
   margin-left: 40px;
   -webkit-transform: rotate(+1deg); 
   -moz-transform: rotate(+1deg);
}

h3 {
   color: #111111;
   background: transparent;
   -webkit-transform: rotate(1deg); 
   -moz-transform: rotate(1deg);
}
.paragraphContentBig h3 {
   margin-left: 40px;
}
h3 a {
   color: #111111;
   text-decoration: underline;
}

h4 {

   -webkit-transform: rotate(0deg); 
   -moz-transform: rotate(0deg);
}

h5 {
  padding: 0;
margin: 0;
   color: #0d0d0d;
   background: none;
   -webkit-transform: rotate(3deg); 
   -moz-transform: rotate(3deg);
}

h6 {
   color: #FF00FF;
   background: none;
   -webkit-transform: rotate(0deg); 
   -moz-transform: rotate(0deg);
}


h3 a:hover
{
   text-decoration:none;
}

p 
{
   font-size:12px;
   color:#333;
   padding: 10px 0;
}  

strong
{
   color:#333;
}

a
{
   text-decoration:underline;
   color: #333;
}

a:focus { 
    outline: none; 
}


li a:hover
{
   text-decoration:none;
   color:#00FFFF;
   background-color: #000000;
   padding: 2px 0;
}

li
{
   line-height: 25px;

}

.quote 
{
   float:left;
   font-size:12px;
   font-weight:bold;
   margin:20px 0 20px 0px;
   color:#333;
   padding:15px 20px 10px 35px;
   background:url(../img/blockquote.gif) no-repeat;
   line-height:20px;
   border:0px;
}


.spacer {
   clear: both;
   height: 50px;
}


/*  Main Style  */

#main
{
   width:899px;
   margin:auto; 
   background-color:transparent;
   min-height: 100%;


}


#logo
{
   width:141px;
   float:left;
   margin-top:25px;	
}

#top {
   clear:both;
   margin:0;
   height: 98px;
   padding:0;
}

#top img, li:hover, ul:hover, li a:hover {
   text-decoration: none;
   border: none;
   background-color: transparent;
}

ol {
   margin-left: 25px;
   list-style: square;
}

#top li
{
   float:right;
   margin-top:25px;
}


/*  Menu  */

.ddsmoothmenu{	
   width:899px;
   height:52px;
   font-size:12px;
   font-weight: bold;
   float:left;
}


/*Top level list items*/
.ddsmoothmenu ul li{
   float:left;
   margin-left:10px;
   width:104px;
   height:52px;
   text-align:center;
   background:url(../img/menuSeparator.png) center right no-repeat;
   position: relative;
   line-height:53px !important;
   padding-top:0px;
}


.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
   color:#FFF;
   display: block;
   text-decoration:none;
   padding-top:0px;
}


.ddsmoothmenu ul li a:hover{
   float:left;
   padding-top:0px;
   width:104px;
   height:52px;
   background:url(../img/menuItemBack.png) no-repeat center left;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
   position: absolute;
   left: 0;
   display: none; /*collapse all sub menus to begin with*/
   visibility: hidden;
   margin-left:-20px;
   width: auto;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
   display: list-item;
   float:left;
   background-image:none;
   background-color:#000;
   padding:20px 100px 20px 20px;
   font-size:11px;
   border-bottom:dotted 1px #707071;
   height:0px;
   text-align:left;
   line-height:5px !important;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
   top: 0;
}

.ddsmoothmenu ul li ul li a:hover{
	background-image:none;
	height:10px;
}


/* Holly Hack for IE \*/
 * html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

#activeMenu
{
   float:left;
   padding:0px;
   width:104px;
   height:52px;
   background:url(../img/menuItemBack.png) no-repeat center left;
   text-align:center;
   color:#FFF;
}

/* Search input */

.searchstuff
{
	margin-top:15px;
	float:right;
	margin-right:20px;
	width:167px;}

fieldset.search {
	border: none;
	min-width:206px;
	height:23px;
	background: transparent;
}
.search input, .search button {
	height: 23px;
	border: none;
	float: left;
}
.search input.box {
	color: #000;
	font-size: 11px;
	width: 139px;
	height: 23px;
	padding-left:5px;
	background: transparent url(../img/inputBack.png) no-repeat top left;
}
.search input.box:focus {
	width: 139px;
	height: 23px;
	background: transparent url(../img/inputBack.png) no-repeat top left;
	outline: none;
}
.search button.btn {
	width: 27px;
	height: 23px;
	cursor: pointer; 
	text-indent: -9999px;
	margin-left:-5px;
	background: transparent url(../img/searchButton.png) no-repeat top right;
}
.search button.btn:hover {
	background: transparent url(../img/searchButton.png) no-repeat top right;
	margin-left:-5px;
}



/* Small Content Title	*/

.smallTitle
{
	width:249px;
	padding-bottom:20px;
}

.smallTitle img
{
	float:left;
	padding-right:10px;
}

/* Big Content Title	*/

.smallTitleB
{
	width:560px;
	padding-bottom:20px;
}

.smallTitleB img
{
   float:left;
   padding-right:10px;
   -webkit-transform: rotate(3deg); 
   -moz-transform: rotate(3deg);   

}

/* Contact box Content Title	*/

.smallTitleC
{
	width:259px;
	padding-bottom:20px;
}

.smallTitleC img
{
	float:left;
	padding-right:10px;
}

/* Big Content	*/

.colBig
{
	margin-right:30px;		
	margin-bottom:40px;  
}

.colBigContent
{
   float:left;  
   margin-top:10px;
   margin-bottom:75px;
   padding-right:30px;  
}

.colBigContent h3
{
	padding-top: 10px;
}

.colBigContent ul li
{
   font-size:12px;
   color:#333;
   background:url(../img/check.png) no-repeat center left; 
   padding-left: 30px;
   margin-left: 10px;
   line-height: 30px;
   font-weight: bold;
   font-size: 12px;   
}


/*  Submenu  */

#widget
{
	width:249px;
	float:left;
}

#widget p
{
	padding-top:10px;
}

.subWidget
{
    margin-bottom:30px; 
    text-align: center;

}

/* Submenu Content Title	*/

.smallTitleSub
{
	min-width:249px;
	padding:10px 0px 9px 0px;

}

/* Submenu Content	*/

.colSubContent
{
	padding-top:10px;
}
.colSubContent ul li
{  

   font-size:14px; 
   color:#333;
   padding:10px 0px 10px 15px;
   background:url(../img/bulletSub.png) no-repeat center left;
}

/*  Paragraph  */

.paragraph
{
	float:left;  
	width:235px;
	margin:30px 43px 0px 0px;
	padding:0px 0px 20px 0px;  
}

.paragraph img
{
	float:left;      
}

.paragraphContent
{
	width:190px;
	float:right;
	padding-left:10px;
}


.paragraphBig
{
   float:left;
   width:558px;
   margin-top:55px;
}



.paragraphBig img
{
   float:left; 
}

/*  Images Caption  */

.imgTitle
{
	position:relative; 
	background:#000;
	color:#FFF;
	width:200px;
	font-size:12px;
	padding:5px;
	margin-top:-60px;
	margin-left:-10px;
    margin-bottom:22px;	 
}

.imgTitle a
{
	color:#FFF;
}

/*  Footer  */




#footer
{
	clear:both;  
	background-color:#e5e5e5;
	height:100px;  	
	position: relative;
	overflow:hidden;  
}	

#footer .footerContent

{	width:899px; 
	margin:auto; 
	background-color:transparent;
	padding-top:10px;
	padding-bottom:20px;
}

/*  BW Logo  */

.logoBW
{
   width:120px;
   padding-top:0px;
   border-right:dotted 1px #cecece; 
   float:left; 
   margin-right:30px; 
}

/* Links and Copyright */

.copyright
{
   width:500px;  
   float:left;
   margin-right:30px;
   min-height:60px; 
   padding-top:10px;
}
	
.copyright li
{
	float:left;
	font-size:11px;
	padding-right:10px;
}

.copyright p
{
	float:left;
	font-size:11px;
}

.copyright a
{
   text-decoration: underline;
}


/* Newsletter */	
	
.newsletter
{
	width:279px;
	float:left;
	min-height:60px;
    padding-top:5px;
}

fieldset.newsletterSubmit {
	border: none;
	min-width: 206px;
	height:23px;
	margin-top:5px; 
	background: #e5e5e5;
}
.newsletterSubmit input, .newsletterSubmit button {
	height: 23px;
	border: none;
	float: left;
}
.newsletterSubmit input.box {
	color: #000;
	font-size: 11px;
	width: 139px;
	height: 23px;
	padding-left:5px;
	background: transparent url(../img/inputBack.png) no-repeat top left;
}
.newsletterSubmit input.box:focus {
	width: 139px;
	height: 23px;
	background: transparent url(../img/inputBack.png) no-repeat top left;
	outline: none;
}
.newsletterSubmit button.btn {
	width: 66px;
	height: 23px;
	cursor: pointer;
	text-indent: -9999px;
	margin-left:-5px;
	background: #e5e5e5 url(../img/newsletterSubscribe.jpg) no-repeat top right;
}
.newsletterSubmit button.btn:hover {
	background: #e5e5e5 url(../img/newsletterSubscribe.jpg) no-repeat top right;
	margin-left:-5px;
}


/* === Index Page  === */


.boxright {
   margin-top: 10px;
   width: 400px;
   float: right;
}


.boxleft {
   margin-top: 10px;
   width: 490px;
   float: left;
}


#welcome {
   /* background: url("../img/titleBg.jpg") repeat-x scroll left bottom transparent; */
   padding: 50px 0;
}

#happyusers {
	padding: 50px 0;
/*	background: url("../img/titleBg.jpg") repeat-x scroll left bottom transparent; */
}

#thanx {
	padding: 50px 0;
}

#happyusers li {
   margin: 15px 2px;
   width: 220px;
   height: 102px;
   background-color: #333;
   float: left;
}


/* Header */


#header
{
   padding: 35px 0;
   clear: both;
   width:890px;
}

h2.header
{
   color: #232323;
   font-size: 28px;
   font-style: normal;
   font-weight: bold;
   letter-spacing: -2px;
   text-align: left;
   margin: 0 0 10px 0;
}

h3.header  {
   font-size: 16px;
   font-weight: normal;
   letter-spacing: -1px;   
   height: 85px;
   background: url("../img/scribbleArrowLeft.png") no-repeat bottom left transparent;
   margin: 0 0 10px 0;
}

ul.header {
   margin-bottom: 25px;
}

.header ul, .header li
{
   text-align: left;
   color:#333;
   background:url(../img/check.png) no-repeat center left; 
   padding-left: 30px;
   margin-left: 15px;
   line-height: 30px;
   font-size: 16px;
}

.player {
   text-shadow: #333333 3px 3px 5px;  
}

	
/*   Content   */

.clear {
   clear:both;
}


#content
{
   clear:both;
   padding-top:35px;
}


.col
{
	width:279px;
	float:left;
	margin-right:30px;
	margin-bottom:20px;
}
	
.colContent
{
	float:left;  
	margin-top:10px;
	border-right:dotted 1px #e5e5e6;  
	padding-right:30px; 
}

.colContent ul
{
	padding-top: 10px;	
}

.colContent ul:li
{
   font-size:12px;
   color:777674;
   background:url(../img/bullet.png) no-repeat center left; 
   padding-left:20px;
   float:left;
}
	
.colContent a
{
	font-size:12px;
}
	

.colContent a:hover
{
	color:#7dbc0b !important;
}
	

/*  Right Side / Contact Box  */

#right
{
	width:279px;
	float:left;
	background:url(../img/boxCorner.png) no-repeat top left;
	margin-top:-10px;
	height:4px;	
}

.rightT
{
	margin-top:4px;
	padding-top:5px;
	padding-left:10px;
	background-color:#ececec;
}
.bottomTrans
{
	height:40px;
	width:279px;	
	background:url(../img/bottomTrans.png) repeat-x bottom left;
}

.rightContent p
{
	line-height: 4em;
}	
	




/* ===  Portfolio Page  === */


#portfolio
{
	
}

#portfolio ul {
   width: 820px;
   margin: auto;
}

#portfolio li
{
   float:left;
}

#portfolio img
{	
   border:solid 4px #f5f5f5;
   margin-bottom:10px;
   width:235px;
   height:144px;
}

#portfolio a:hover img 
{
   opacity:0.8;
   filter:alpha(opacity=80);
   background: none;
   text-decoration: none;
}

.portfolioContent
{
	float:left;
	width:243px;
	margin-right:30px;
	padding:20px 0px 20px 0px;
}


/* ===  Blog & Comments Page  === */

/*  Blog   */

.blogContent
{
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}

.stat
{
	background-color:#f8f8f8;
	width:544px;
	margin-top:10px;
	margin-bottom:10px;
	padding:7px;
	font-size:10px;
}

.bigImg
{
	border:solid 4px #f5f5f5;
	margin-bottom:10px;
}

/*  Blog Comment  */


.comments
{
	float:left;  
	margin:30px 0px 0px 0px;
	padding:0px 0px 20px 0px;  
}

.comments p
{
	font-size:11px;
}

.commentsContent
{
	width:480px; 
	float:right;
	padding-left:10px;    
}

.stat1
{
	color:#bbbab9;
	margin-top:5px;
	margin-bottom:5px;
}

#panel {
font-family: Monospace, Sans-Serif;
font-size:12px;

margin: auto;
width: 100%;
}
ul.info {
width: 29%;
float: left;
list-style: none;   
}


ul.info li {
clear: both;
padding: 3px 0;
}

ul.info li span {
text-decoration: underline;
}

.bulp {
float: left;
width: 10px;
height: 10px;
margin: 3px;
}

.on {
background-color: green;
}

.off {
background-color: red;
}

.dialog { background-color:#fff; padding:20px; border:5px solid black;}
.fancy {
border:0px !important;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 15px #000000;
-moz-box-shadow: 0px 0px 15px #000000;
box-shadow: 0px 0px 15px #000000;
}


.btn, .btn:visited {
	background-repeat: repeat-x;
	background-position: 0 0;
	
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: normal;	
	color: #333;
	
	display: inline-block;
	margin: 0;
	*overflow: visible; 
	
	position: relative;	
	
	border: none;
	border-width: 1px;
	border-style: solid;
	
	cursor: pointer;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);

	
}


.btn:hover { text-decoration: none; }


.btn
, .btn:visited  { background-color: #066ECD; border-color: #0561B4; }
.btn:hover{ background-color: #0561B4; text-decoration: none; }

/* Colors */	
.pink,
.pink:visited { color: #fff; background-color: #FB2FFB; border-color: #DA0C59; }
.pink:hover { background-color: #F005F0; }

.blue,
.blue:visited { background-color: #30FCFC; border-color: #0561B4; }
.blue:hover { background-color: #04F6F6; }

.yellow,
.yellow:visited { background-color: #EEE763; border-color: #DFB300; }
.yellow:hover { background-color: #F3EE91; }








.btn:active { top: 1px; text-decoration: none; }




.btn { font-size: 13px; padding: 8px 12px; }
.btn.small { font-size: 11px; padding: 5px 8px; }
.btn.large { font-size: 16px; padding: 12px 18px; }
.btn.xlarge { font-size: 24px; padding: 12px 18px; }

