/*************************************************************************
 * Copyright (c) 2009 by zenzire - http://www.zenzire.com
 * Author: Marcin Mierzejewski
 *************************************************************************/

* 
{
	border: 0pt none;
	margin: 0pt;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
    background: #222222 url(/site_media/images/background.png) 
        repeat scroll 0 0;
}

/*************************************************************************
 * Layout 
 *************************************************************************/
.container
{
	margin: auto;
	width: 800px;
}

#footer .container
{
    clear: both;
}

#logo
{
    height: 50px;
    background-color: #ffffff;
    padding-top: 10px;
}

#logo a
{
    display: block;
    text-decoration: none;
    height: 45px;
    color: #000000;
    background: transparent url("/site_media/images/zenzire.png") 
        no-repeat scroll 0 4px;
    line-height: 0;
    width: 200px;
}

#logo .title
{
    display: block;
    font-weight: bold;
    padding-left: 40px;
	font-size: 20px;
  	line-height: 22px;
    letter-spacing: 2px;
    padding-top: 4px;
}

#logo .subtitle
{
    display: block;
    padding-left: 40px;
	line-height: 11px;
    font-size: 11px;
}

/*********************************************
 * Menu 
 *********************************************/
#menu
{
    width: 100%;
    height: 60px;
    background-color: #333333;
    border-bottom: 1px solid #000000;
}

#menu a
{
	display: block;
    margin-left: 3px;
	float: left;
	width: 140px;
    text-decoration: none;
	color: #b3b3b3;
    margin-right: 10px;
    margin-top: 12px;
}


#menu .title
{
	text-decoration: none;
	font-size: 14px;
  	line-height: 19px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#menu .subtitle
{
	text-decoration: none;
	line-height: 12px;
    font-size: 12px;

    font-weight: normal;
    text-transform:lowercase;
}

#menu div#language 
{
    float: left;
}

#menu div#language a
{
    clear: both;
    width: 20px;
}

#menu a:hover
{
    color: #ffffff;
}

#menu.company a#company,
#menu.archive a#archive,
#menu.projects a#projects,
#menu.services a#services
{
    color: #ffffff;
}

#menu p {
    border-left:1px solid #000000;
    border-right:1px solid #444444;
    float:left;
    line-height:60px;
    margin-right:5px;
    width:0;
}


/*********************************************
 * Content 
 *********************************************/
#content
{
    
    padding-top: 20px;
    padding-bottom: 20px;
}

#content .container
{
    border: 1px solid #333333;
    height: 600px;
    min-height: 600px;
	height: auto !important;
    color: #555555;
    background-color: #ffffff;
    width: 760px;
    padding: 20px;
}

#content .sidebar
{
    padding: 10px;
    padding-top: 10px;
    float: right;
    width: 200px;
    border: 1px solid #666666;
    margin-bottom: 20px;
    margin-left: 20px;
    background-color: #e0e0e0;
}

#content p
{
	margin-bottom: 20px;
}

#content .sidebar p
{
    margin-bottom: 10px;
}

#content hr
{
	margin-bottom: 10px;
	width: 100%;
	height: 0px;
	border-bottom: 1px solid #777777;
}

#footer .container
{
	height: 75px;
	margin-bottom: 50px;
    background-color:#333333;
    border-top: 2px solid #DB2C1D;
    color:#B3B3B3;
}

#footer .copy
{
    padding: 10px;
	color: #B3B3B3;
    float: left;
}

#footer .links
{
    padding: 10px;
    float: right;
}

#footer a
{
    color:#B3B3B3;
    text-decoration: none;
    width: 100px;
    padding-left: 5px;
}

#footer a:hover
{
    color:#ffffff;
}

#footer span
{
    padding-left: 5px;
}

#content a:link, #content a:active, #content a:visited
{
	text-decoration: none;
    color: #db2c1d;
    padding-bottom: 1px;
}

#content a:hover
{
    text-decoration: underline;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5
{
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
    padding-top: 30px;
	font-size: 11px;
	text-decoration: none;
    font-weight: bold;
    color: #555555;
}

#content h1
{
	padding-top: 0px;
	font-size: 16px;
	padding-bottom: 5px;
}

#content h2
{
	font-size: 14px;
}

#content h3
{
	font-size: 12px;
}

#content h4
{
	font-size: 12px;
}

.info#normal h1
{
    padding-bottom: 0px;
}

.info#small .title a
{
    font-weight: bold;
}

.info#small .content p
{
    margin-bottom: 0;
}

.info .tags 
{
    width: 100%;
    margin-bottom: 30px;
}

.info#small .tags a,
.info#normal .tags a
{
    color: #666666;
}

ul, ol
{
	margin-top: 5px;;
	margin-bottom: 20px;
	padding-left: 15px;
    margin-left: 5px;
}

li
{
	padding-bottom: 0px;
	padding-left: 10px;
}

.tag_cloud
{
    text-align: justify;
}

/*************************************************************************
 * Table
 *************************************************************************/
table 
{
	margin-top: 10px;
	margin-bottom: 10px;
	border-spacing: 0px;
	border-collapse: collapse;
    width: 100%;
}

table th 
{
	padding: 3px;
	border: 1px solid #777777;
    background-color: #e0e0e0;
    text-align: left;
}

table td 
{
	padding: 3px;
	border: 1px solid #777777;
}
 
#content img
{
	border: 0;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

#content img.banner
{
	border: 0;
	padding: 0;
    margin: 0;
	margin-top: 20px;
	margin-bottom: 30px;
    width: 760px;
    height: 230px;
}

#content img.project
{
	border: 0;
	padding: 0;
    margin: 0;
	margin-top: 20px;
	margin-bottom: 30px;
    float: right; 
    margin-left: 15px; 
    border: 1px solid #555555;
    padding: 3px; 
    height: 65px; width: 300px;
    margin-bottom: 15px;
}

/*************************************************************************
 * Contact and Comment
 *************************************************************************/

#content .contact p
{
    margin-bottom: 5px;
}

.contact
{
	padding-bottom: 50px;
}

.contact label
{
	width: 200px;
	float: left;
	line-height: 20px;
}

.contact input, .contact textarea
{
	float: left;
	border: 1px solid #777777;
    background-color: #e0e0e0;
    color: #000000;
	margin-top: 2px;
}

.contact input#error, .contact textarea#error
{
	border: 1px solid #db2c1d;
} 
