/*
Theme Name: Morgen Studios
Theme URI: http://www.morgen-studios.com
Description:
Author: Morgen Studios
Author URI: http://www.morgen-studios.com
Template:
Version: 0.1
*/

body {
    margin:	0;
    border:	0;
    padding: 	0px;
    background-color: #FFFFFF;
}

img {
    border: none;
}

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

.layout {
    width:	900px;
    margin:	0px auto 0px auto;
}

.alignright {
    float: right;
}

/* @group HEADER */

.header {
    height:	375px;
    position: relative;
}

#lang-switch {
    position: absolute;
    width: 60px;
    height: 13px;
    right: 115px;
    top: 0px;
}

#lang-switch ul {
    padding:  0;
    margin: 0;
}

#lang-switch ul li {
    list-style: none;
    padding:  0;
    margin: 0;
    float: right;
    margin-left: 4px;
}

.graphic {
    width:	100%;
    height:	75px;
    margin-top:	15px;
    background:	url(images/headerbg.png) repeat-x bottom left #FFFFFF;
}

#logo {
    width:	114px;
    height:	75px;
    margin-left:	786px;
}

#headerimg {
    width:	100%;
    height:	220px;
    float:	left;
}

/* @group Navigation */

.navigation {
    width:	900px;
    height:	27px;
    float: left;
    margin-top:	15px;
    margin-bottom: 15px;
    padding-top:10px;
    padding-bottom:	10px;
    border-bottom: dotted #646464 1px;
    border-top:	dotted #646464 1px;
}

.navigation a {
    display: block;
    float: left;
    margin-right: 35px;
    height: 26px;
}

.navigation a.active {
    background-position: 0 -52px;
}

.navigation a:hover {
    background-position: 0 -26px;
}

.navigation a span {
    display: none;
}


#home {
    width: 69px;
    background-image: url(images/nav_home.png);
    background-repeat: no-repeat;
}

#projects {
    width: 95px;
    background-image: url(images/nav_projects.png);
    background-repeat: no-repeat;
}

#jobs {
    width: 59px;
    background-image: url(images/nav_jobs.png);
    background-repeat: no-repeat;
}

#contact {
    width: 95px;
    background-image: url(images/nav_contact.png);
    background-repeat: no-repeat;
}

#news {
    width: 95px;
    margin-right: 0;
    background-image: url(images/nav_news.png);
    background-repeat: no-repeat;
}

/* @end */

/* @group Search */

#searchbar {
    background:	url(images/search_bar.png) no-repeat top left;
    margin: 0px;
    padding: 0px;
    height:	27px;
    width:	228px;
    padding-left: 30px;
    padding-top: 0px;
    margin-left: 15px;
    border: none;
    float: left;
}

#searchbutton {
    background:	url(images/search_button.png) no-repeat top left;
    display: block;
    width: 64px;
    height: 29px;
    border: none;
    padding: 0;
    margin: 0;
    margin-left: 8px;
    float: left;
}

/* @end */

/* @end */

/* @group CONTENT */

iframe {
    margin-top: 1em;
}

h3.hr {
    padding-top: 1em;
    border-top: 1px dotted #646464;
}

.content {
    width: 665px;
    float:	left;
    padding-bottom: 10px;
    padding-right: 10px;
    border-right: 1px dotted #646464;
}

.dottedline {
    border-right:	dotted #646464 1px;
    padding-right: 10px;
    width: 100%;
    float: left;
}
.contentitem {
    width: 665px;
    min-height: 180px;
    padding-bottom:	15px;
    margin-bottom: 10px;
    border-bottom: dotted #646464 1px;
    float:	left;
}

.contentitemlast {
    width: 665px;
    min-height: 180px;
    padding 0;
    margin-bottom: 0;
    float:	left;
}

#lastcontentitem {
    margin: 0;
    border: none;
    padding: 0;
}

.contentheadline {
    margin-bottom: 	12px;
    float: 			none;
    font-style:		italic;
    font-weight:	bold;
    font-size:		130%;
    color:     		red;
}

.contentbig {
    margin-bottom: 15px;
}

.contentmedium {
    width: 650px;
    float: left;
}

.contentmedium p {
    width: 650px;
}

.contentmedium img {
}

.contentmedium img.alignright.size-medium {
    padding-left: 25px;
    margin-bottom: 25px;
}

.contentmedium div {
    margin-bottom: 1em;
}

.contentsmall {
    width: 650px;
    float: left;
}

.imgbig {
    width: 664px;
}

.contentsmall img {
    width: 214px;
    height: 130px;
    float: right;
    padding-left: 25px;
}

.imgmedium {
    width: 275px;
    height: 180px;
    float: right;

}

.imgsmall {
    width: 214px;
    height: 130px;
    float: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

img.left {
    margin: 0 0.8em 0.8em 0;
}

/* @end */

/* @group TABLE PROJECT DETAILS */

table.projectdetails {
    border-collapse: collapse;
    margin-bottom: 1em;
    width: 320px;
}

table.projectdetails th,
table.projectdetails td {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

table.projectdetails th {
    text-align: left;
    vertical-align: top;
}

table.projectdetails td {
    text-align: left;
    padding-left: 1em;
}

/* @end */

/* @group SIDEBAR */

.sidebar {
    width: 215px;
    float: right;
}

.sidebaritem {
    margin-bottom: 20px;
}

.sidebarheadline {
    margin-bottom: 10px;
    font-style:		italic;
    font-weight:	bold;
}

.imgside {
    margin-top: 10px;
}

/* @end */

/* @group FOOTER */

.footer {
    width: 665px;
    border-top: dotted #646464 1px;
    padding: 10px 0;
    float: left;
}

.footnote {
    float: left;
}

/* @end */
