/*
 * Styles for www.starnut.com
 *
 * @ 2010, Michel Wacker [www.starnut.com]
 */

/* ========================================
     Global styles
   ======================================== */

body {
	margin:0;
    font-family: Tahoma;
    font-size: 0.85em;
    color: #e3e3e3;
    background-image: url(../images/bg/body_tile.jpg);
    background-repeat: repeat;
}
 
h1 {
	font-family:Georgia;
	font-size: 0.75em;
    text-transform: uppercase;
    margin: 12px 0 15px 0px;
    /*color: #71f2fe;*/
	/*
    clear:both;
    margin: 12px 0 10px 0px;
    
    font-size: 10pt;
    font-weight: normal;
    text-align: right;
    text-transform: lowercase;
    color: #71f2fe;
    
    background-image: url(../images/bg/headline.gif);
    background-position: left center;
    background-repeat: no-repeat;
	*/
} 

h2 {
	font-family:Georgia;
	font-size: 1em;
	/*font-style: italic;*/
    text-transform: uppercase;
	margin: 7px 0 5px 5px;
	color:#ffffff;
    /*
	margin: 10px 0 5px 0;
    padding: 0 0 0 15px;
    font-size: 10pt;
    font-weight: normal;
    text-transform: uppercase;
    color: #e096eb;
    
    display: inline;
    
    background-image: url(../images/bg/headline2.gif);
    background-position: left center;
    background-repeat: no-repeat;
	*/
}

h3 {
	font-family:Tahoma;
	margin: 3px 0 10px 0;
	font-size: 1.10em;
	font-weight: bold;
    text-transform: uppercase;
	text-align:left;
	color: #ffffff; /*#e096eb;*/
}

a {
    color: #e096eb;/*#71f2fe;*/
    font-weight: normal;
    text-decoration: none;
    padding: 0 14px 0  0;
    margin-right: 5px;
    
    background-image: url(../images/icons/link_rose.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

a:hover {
	color: #ffffff;
    background-image: url(../images/icons/link_white.gif);
}

.hidden {
	visibility: collapse;
	margin:0;
	padding:0;
}


p {
     margin: 5px 0 20px 0;
     padding:0;
}

ul {
    margin: 5px 0 20px 13px;
    padding: 0;
    list-style-type: none;
    list-style-image: url(../images/icons/list.gif);
    background-position: left center;
}


/* ========================================
     Specific styles
   ======================================== */

#container {
    width: 750px;
	padding: 80px 0 20px 0;
    margin: 0 auto 0 auto;
	background:#353944 url(../images/bg/gradient.png) repeat-x scroll;
}

/* ----------------------------------------
     Headline
   ---------------------------------------- */

#headline {
    width: 127px;
    height: 30px;
    margin: 0 0 13px 0;
    background-image: url(../images/main/starnut_logo.gif);
    background-repeat: no-repeat;
}

#headline a {
    width: 127px;
    height: 30px;
    display: inline;
}

a.banner, a.banner:hover, a.clean, a.clean:hover {
    padding:0;
    background: none;
}


.banner img {
	margin:10px 0 0 40px;
    padding: 5px;
    border: 1px #e3e3e3 solid;
}

.banner img:hover {
    border: 1px #71f2fe solid;
}


/* ----------------------------------------
     Content
   ---------------------------------------- */

#content {
	/*margin: 5px 30px 20px 30px;*/
	margin: 0 35px 0 25px;
	padding:0;
}


.block {
	padding: 2px 2px 3px 2px;
	clear:both;
    width: 686px;
	margin: 8px 0 35px 0;
	display:block;
	/*background-color: #1c1f27;*/
	
	/*background:#1c1f27 url(../images/bg/gradient.png) repeat-x scroll;*/
}



/*
#subtitle {
    padding: 13px 0 0 30px;
    background-image: url(../images/main/bracket_on.gif);
    background-repeat: no-repeat;
}
*/


/* ----------------------------------------
     Introduction and News
   ---------------------------------------- */

#introduction, #news {
	width:450px;
	margin-bottom: 25px;
}

#introduction p, #news p {
	margin: 5px 0 5px 0;
	width: 430px;
}

#news span {
	margin: 0 0 10px 65px;
	display:block;
}

#news small {
	font-family:Georgia;
	float:left;
	margin: 4px 0 0 5px;
    color: #71f2fe;
	font-weight:normal;
}

/* ----------------------------------------
     Projects
   ---------------------------------------- */

#projects {
	float:right;
	margin: 25px 0 25px 0;
	width: 230px;
	height: 400px;
	border: 1px dashed #999;
}


/* ----------------------------------------
     Services
   ---------------------------------------- */
#services {}

.column {
	padding: 15px 30px 15px 30px;
    width: 274px;
	height:350px;
	margin-bottom:15px;
	color:#e3e3e3;
	background-color: #2e313c;
    /*background-image: url(../images/bg/body_tile.jpg);
    background-repeat: repeat;*/
}

.left {}
.middle {
	/*float:right;
	margin-left: 0px;*/
}
.right {
	float:right;
}

.development h3 {
	color: #c52227; /*#b52227;*/
/*height: 270px;
	background-color: #e52ac4;*/
}
.management h3 {
	color:#d1551c;
/*height: 270px;
	background-color: #00a9e1;*/
}
.training {
/*height: 270px;
	background-color: #e58b2a;*/
}

.center {
	display:block;
	width:274px;
	text-align: center;
}

.flashace {
	margin-top: 50px;
}
.cspo {
	margin-top: 20px;
}
/* ----------------------------------------
     Footer
   ---------------------------------------- */
#footer {
	
    clear:both;
	font-size:0.8em;
/*
    margin: 20px 0 0 0px;
    padding-left: 30px;
    background-image: url(../images/main/bracket_off.gif);
    background-repeat: no-repeat;
    line-height: 11pt;
	*/
}

.narrow {}

/* ========================================
     Overlays
   ======================================== */

#overlaycontainer {
	width: 1000px;
	margin: 0 auto 0 auto;
}

.overlay {
	position:absolute;
	left:auto;
	right:auto;
	/*border: 1px dashed #99F;*/
}

#highlight {
	width:200px;
	height:200px;
	top: 15px;
	margin-left: 640px;
}

#service {
	width:150px;
	height:150px;
	top: 400px;
	margin-left: -10px;
}



