body
{
	color: #FFF;
    font-family: Calibri, Sans-serif, Arial;
    font-size: 11pt;

    padding: 0; 
    margin:0; 

    background: #253746 url("../images/background.png") fixed;        
    
    cursor: default;
}

a, img, object, embed
{
    border: 0;
    outline-style: none;
}

a
{
	color: #000;
}


#container
{
    width: 900px;
    margin: auto;
}

#mainlogo
{
    padding-top: 45px;
	padding-right: 5px;
    text-align: right;
}


#main
{
    margin-top: 50px;
}

#main .left
{
    float: left;
    width: 600px;
}

#main .right
{
    margin-left: 620px;
}

#main .contentbox
{
    background: #FFF url("../images/box-background.png") repeat-x;
    padding:10px;
    
    color: #465869;
    
    margin-bottom: 30px;
}

#main .contentbox h1
{
    font-size: 18pt;
    
    margin-top: 0;
    margin-bottom: 10px;
}

#main #portfolio-content
{
    margin-bottom: 50px;
}

#footer
{
    clear: both;

    background: url("../images/footer-background.png") no-repeat;
    height: 22px;
    line-height: 22px;
    
    font-size: 10pt;
    color: #B4AC91;
    
    margin-top: 30px;
	padding-bottom: 20px;
    padding-right: 2px;
}

#footer a
{
    color: #B4AC91;
    text-decoration: none;
}

#footer .left
{
    float: left;
    width: 200px;
    
    padding-left: 10px;
}

#footer .left img
{
    margin-top: -5px;
	margin-left: -25px;
}

#footer .right
{
    margin-left: 200px;
    text-align: right;
}


/* Home */

#boxes
{
	padding-top: 40px;
}

#boxes a
{
	color: #FFF;
	text-decoration: none;	
}

#boxes a:hover
{
	text-decoration: underline;
}

#box_twitter
{
	float: left;
	margin-left: -32px;

	background: url("../images/box_twitter.png") no-repeat;
	width: 483px;
	height: 251px;
}

#box_twitter .inner
{
	font-size: 130%;

	width: 360px;
	height: 90px;
	
	margin-left: 70px;
	margin-top: 80px;
}

#box_social
{
	margin-top: -1px;
	margin-left: 443px;

	background: url("../images/box_social.png") no-repeat;
	width: 477px;
	height: 252px;
}

#box_social .inner
{
	width: 360px;
	
	margin-left: 90px;
	padding-top: 75px;
}

#box_social .inner ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#box_social .inner li
{
	padding-bottom: 10px;
}

li.twitter
{
	background: url("../images/social-icons/twitter.png") no-repeat;
	padding-left: 35px;
}

li.xing
{
	background: 2px 0 url("../images/social-icons/xing.png") no-repeat;
	padding-left: 35px;
}

li.linkedin
{
	background: url("../images/social-icons/linkedin.png") no-repeat;
	padding-left: 35px;
}

li.facebook
{
	background: url("../images/social-icons/facebook.png") no-repeat;
	padding-left: 35px;
}


/* Blog */

.postdate
{
	float:left;
	margin-top: -10px;
	margin-left: -60px;

	width: 30px;
	padding: 10px;
	height: 75px;
	background-color: #222;
	color: #FFF;
	
	text-align: center;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.postdate .day
{
	font-size: 28px;
}

.postdate .month
{
	text-transform: uppercase;
}

.postmetadata
{
	font-size:90%;
}

#main h1
{
	/*text-shadow: #000 2px 3px 15px;*/
}

#main h2
{
	padding-top: 0;
	margin-top: 5px;
	
	/*text-shadow: #000 2px 3px 15px;*/
}

#main h2 a
{
	text-decoration: none;
}

#main h2 a:hover
{
	text-decoration: underline;
}

#main hr
{
	background: #CFCFCF none repeat scroll 0%;
	border:0pt none;
	height:1px;
}

#main blockquote
{
	font-style: italic;

	border-left:8px solid #CFCFCF;
	
	padding-left: 10px;
}


.dialog h3
{
	/*text-shadow: #000 2px 3px 15px;*/
}

.dialog
{
	font-size: 90%;
}

.dialog ul
{
	list-style-type: none;
}

.dialog li
{
	background: url("../images/blog-icons/list.gif") no-repeat;
	padding-left: 20px;
}

.dialog ul.no-image li
{
	background: none;
	padding-left: 0;
}


/* Comments */

ol.commentlist
{
	padding: 0;
	margin: 0;
}

.comment
{
	margin-bottom: 20px;
	clear: both;
}

.comment cite
{
	font-style: normal;
}

.comment cite a
{
	text-decoration: none;
}

.comment-author
{
	background: url("../images/commentsback.png") no-repeat scroll left bottom transparent;
	width: 50%;
	height: 22px;
	padding-left: 45px;
	float:left;
}

.comment-author-admin .comment-author
{
	background: url("../images/commentsback-author.png") no-repeat scroll left bottom transparent;
}

.comment-author span.says
{
	display: none;
}

.comment-meta
{
	font-size: 80%;
	
	margin-left: 50%;
	
	text-transform: uppercase;
	text-align: right;
	
	line-height: 22px;
	vertical-align: bottom;
	
	height: 22px;
}

.comment-meta a
{
	text-decoration: none;
	color: #999999;
}

.comment p
{
	background-color: #CFCFCF;	
	padding: 10px;
	
	margin: 0;
}

.comment-author-admin p
{
	background: #A3E8B2 !important;
}

.comment blockquote
{
	border: 0 !important;
	
	padding: 0 !important;
	margin: 0 !important;
}


/* Forms */

textarea
{
	background: url("../images/niceforms/images/textarea.gif") no-repeat scroll left top transparent;
	border: medium none;
	color: #404040;
	font-family: Calibri,Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 125px;
	padding: 4px 8px;
	width: 336px;	
}

input
{
	background:url("../images/niceforms/images/input.gif") no-repeat scroll left top transparent;
	border: medium none;
	color: #404040;
	font-family: Calibri,Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 15px;
	padding: 4px 8px;
	width: 236px;
}

#searchform input
{
	background: #FFF;
	border: 1px solid #666666;
}



.form_paragraph
{
    clear: both;
    padding-bottom: 30px;
}

.form_descr
{
    width: 50px;
    height: 20px;

    float: left;
}

.form_field
{
    width: 500px;

    text-align: left;
    float: right;
}

.form_field button, #commentform button, #searchform button
{
	border: 0;
	background: url("../images/button.png") no-repeat;
	width: 97px;
	height: 29px;
		
	cursor: pointer;
}


/* Contact */

.contact-error
{
	background-color: #FC9D9A;
	padding: 15px;
	
	margin-bottom: 10px;
}

.contact-ok
{
	background-color: #A3E8B2;
	padding: 15px;
	
	margin-bottom: 10px;
}


/* Bugfixes */

.dialog ul
{
	margin: 0;
	padding: 0;
	
	list-style-position: inside;
}


/* WP specific */

.wp_syntax 
{
	color: #100;
	background-color: #f9f9f9;
	border: 1px solid silver;
	margin: 0 0 1.5em 0;
	overflow: auto;
}

.wp_syntax table {
	border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td 
{
	vertical-align: top;
	padding: 2px 4px;
}

.wp_syntax .line_numbers 
{
	text-align: right;
	background-color: #def;
	color: gray;
	overflow: visible;
}

/* potential overrides for other styles */
.wp_syntax pre 
{
	margin: 0;
	width: auto;
	float: none;
	clear: none;
	overflow: visible;
}

