/*
Theme Name: mgm technology partners Theme
Theme URI: http://www.mgm-tp.com/
Description: A WordPress Theme created originally for mgm.

Version: 2.0
Author: Martin Backschat
Author URI: http://www.mgm-tp.com

Version: 1.0
Author: Peter Dikant
Author URI: http://www.dikant.de/
Tags: blue, custom header, fixed width, three columns, widgets
*/

/**
 *	=============== RESET ============
 */
* {
    margin: 0;
    padding: 0;
}

html,body {
    /*
Eigentlich ist Lucida Grande mein Favorit,
aber den gibt es nur auf dem Mac. Zudem hat er eine 12px "Basisgröße".

font: 12px/1.6em sans-serif; 
font: 13px/20px Arial, Helvetica;
font: 12px/1.6em Verdana, Geneva, "Lucida Sans Unicode"; 
font: 12px/1.6em "Lucida Grande"; 
font: 13px/20px "Segoe UI";
font: 13px/20px "Trebuchet MS";
*/
    font: 13px/19px "Trebuchet MS", "Segoe UI", Arial, Helvetica, sans-serif;
    color: #50545a;
/*    color: #383F42;*/
    margin: 0;
    padding: 0;

	height:100%; /* needed for container min-height */
}

p.postmetadata {
	font-size: 11px;
	line-height: 16px;
}


#border-left {
    background: #FFF url('images/border-left.png');
    width: 50px;
    height: 100%;
    display: block;
    float: left;
	position: fixed;
	left:0px;
	top:0px;
	z-index: -100;
}

#border-right {
    background: #FFF url('images/border-right.png');
    width: 50px;
    height: 100%;
    display: block;
    float: right;
	position: fixed;
	right:0px;
	top:0px;
	z-index: -100;
}

#container {
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

    background-color: #FFF;
    width: 900px;
    margin: 0px auto 0 auto;  /* center, not in IE5 */
    padding: 0px 10px 0px 10px;
}

#allcolumns {
    background-color: #FFF;
	padding: 0 0 3em 0;
}

h2 {
	margin: 0.83em 0px 0.83em 0px;
}

h1 {
    color: #D5D6DA;
    font: 25px/31px "Gill Sans", "Arial Black", "Gill Sans MT", sans-serif;
    font-weight: bold;
	margin: 0.4em 0px 0.4em 0px;
}

.home h1, .archive #content .post h2, .search #content h2 {
    color: #48494b;
    font: 19px/22px "Gill Sans", "Arial Black", "Gill Sans MT", sans-serif;
    font-weight: bold;
	margin: 0.65em 0px 0em 0px;
}

.single h1 {
    color: #004C9A;
}

.archive h1, .search h1 {
	margin: 0.4em 0px 1.0em 0px;
}

.headline {
    color: #B0B1B5;
    font-weight: bold;
	margin: 1em 0px -0.85em 0px;
    font-size: 13px;
}

.headline a {
    color: #B0B1B5;
}


.single .headline {
	margin: 0.9em 0px -0.7em 0px;
}

p {
	margin: 1em 0px;
}

/* Currently not used
#logoheader {
	visibility: hidden;
	position: relative;
	height: 0px;
}

#logogfx {
	position: absolute;
	top:  0;
	left:  0;
	width: 300px;
	margin-top: 12px;
}

#logocontent {
	position: absolute;
	top: 0;
	right: 900px;
}
#logoheader { padding: 10px 0; }
*/

#footer {
	bottom:0; /* stick to bottom */
	position:absolute;

    width: 900px;
    margin: 0 auto;
    background-color: #fff;
    color: #afb1b5;
    text-align: center;
    font-size: 11px;
	padding-top:1em;
}

#footer p {
    margin: 0;
    padding: 0;
}

#header-image {
    padding: 21px 0 16px 0;
    background: #FFFFFF url('images/header.gif') no-repeat 0px 21px;
    width: 900px;
    height: 125px; /*	For clickable link */
    display: block;
    text-indent: -9999px;
    float: left;
}

#header-mgm-image {
    width: 0px;
    height: 0px;
    left: -285px;
    top: 40px;

    float: right;
    position: relative;
    display: block;
}

#leftbar {
    float: left;
    width: 156px;
    margin-left: 4px;
    margin-right: 20px;
}

#content {
    float: left;
    margin-left: 30px;
    width: 480px;
    margin-right: 20px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

#content .navigation {
	margin-left: -2px;
}

#content .navigation .separator {
	margin: 25px 0px 25px 0px;
    border-top: 0px;
    height: 0px;
	display: block;
/*height: 1em;*/
}

#content .navigation .separator.above {
    border-top: 1px solid #BBB;
}


.search-terms {
	font-style: italic;
}

p.wp-caption-text {
/*	background-color: #FCFCFE;*/
	font-style: italic;
    margin-top: 0.4em;
}

p.wp-caption-text:before {
	content: "Figure: ";
}

.single #after_article h2,
.single #respond h2,
.single h2#comments ,
.sidemenu .pop .poptitle,
h2.widgettitle {
    margin: 0 0 8px 0;
    color: #48494b;
    font: 15px "Gill Sans", "Arial Black", "Gill Sans MT", sans-serif;
    font-weight: bold;
}

#content textarea {
    width: 500px;
    border: 1px solid #afb1b5;
}

#content input.textbox {
    border: 1px solid #afb1b5;
}

#content ul, #content  ol {
	margin-left:2.5ex;
	margin-top: -0.2em;
	list-style-position: outside;
	list-style-type: disc;
}

#content ol {
	margin-left:3.2ex;
	list-style-type: decimal;
}


#content li {
	margin:0.5em 0px;
}

#content ul.references {
	list-style: none;
	margin-left:0;
	margin-top: 1em;
}

#content ul.references li {
	margin:0.5em 0;
}


#content table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

#content td,  #content th {
	padding:0.3em 0.3em 0.3em 1.3em;
	text-align:left;
}

#content th {
	border-bottom: 1px solid #B0CBFA;
	background-color: #DBE7F9;
}

#content tr.oddrow {
	background-color: #EDF4FC;
}

#content tr.evenrow {
}


img {
    border: 0px;
}

.clear {
    clear: both;
}

a {
    color: #004C9A;
/*    color: #2263AC;*/
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#content .separator {
	margin: 25px 0px 25px 0px;
    border-top: 1px solid #BBB;
    height: 0px;
/*height: 1em;*/
}

.single #content .separator {
/*
	margin: 25px 0px 25px -3px;
    border-top: 2px solid #E7EDF5;
    border-bottom: 1px solid #E4ECF5;
    height: 0px;
*/
margin: 25px 10px 25px 0px;
border-top: 1px solid #BBB;
height: 0px;
/*height: 0.1em;*/
}


/**
 *  ====== Searchbox ======
 */

.searchbox {
    margin: 3px 0;
}

.searchbox input[type="text"] {
    font-size: 0.9em;
    color: #afb1b5;
    border: 1px solid #D2DCEE;
    height: 17px;
    width: 120px;
    padding: 1px 4px; /* alternate border color: #c4d2f0 */
/*	background: url(images/shaded15.png) repeat-x;*/
    background-image: -webkit-gradient(linear, 0% 0, 0% 15, from(#F6F6F7), to(#FFF));
    background-image: -moz-linear-gradient(top, #F6F6F7, #FFF 15px);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.searchbox input {
    vertical-align: middle;
}

.searchbox input[type="text"]:focus {
    color: black;
}

.searchbox input#searchsubmit {
    width: 22px;
    height: 20px;
}

.searchbox input#searchsubmit:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transistion: all 0.1s ease-out;
}

/**
 *  ====== Sidemenu (Widgets) ======
 */

.widget {
    font-size: 0.9em;
}
.sidemenu .pop, .widget {
    border: 3px solid #D9E4F6;
    padding: 8px;
    margin-bottom: 22px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transistion: all 0.1s ease-out; /*background: #FFF url(images/shaded42.png) repeat-x;*/
    background-image: -webkit-gradient(linear, 0% 0, 0% 20, from(#FAFAFB), to(#FFF));
    background-image: -moz-linear-gradient(top, #FAFAFB, #FFF 20px); /*color-stop(0.5, rgb(255, 255, 255)));*/
}

.sidemenu .pop:hover {
    -webkit-box-shadow: #D2DCEE 0px 0px 6px;
    -moz-box-shadow: #D2DCEE 0px 0px 6px;
}

.sidemenu .pop a:hover {
    text-decoration: underline;
	font-weight:normal;
}
.widget:hover {
    border-color: #D1DEF3;
    -webkit-box-shadow: #D2DCEE 0px 0px 12px;
    -moz-box-shadow: #D2DCEE 0px 0px 12px;
}

.widget_search:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.widget_search {
    background-image: none;

    border: 0px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 22px;
}

.sidemenu .pop {
/*	background: #FFF url(images/shaded42.png) repeat-x;*/
    background-color: #FDFEFF;

/*    padding: 4px 8px;*/
    border: 3px solid #D4E5F7; /*border: 3px solid #6591D7;*/
    color: #727579;
    width: 15em;
    position: absolute;
    display: inline;
    margin-bottom: 0px;
margin-top:-1.2em;
}


/**
 *  ====== Left sidemenu ======
 */
.sidemenu {
    font-size: 0.9em;
    color: #989CA0;
    line-height: 19px;
}

.sidemenu a, .sidemenu b {
    font-weight: normal;
    color: #727579;
}

ul.sidemenu {
    list-style-type: none;
    width: auto;
    margin: 11px 0px;
    padding: 0;
}

#leftbar .separator {
    margin: 25px 0px 25px -3px;
    border-top: 1px solid #1f4d9a;
    height: 0px;
}

ul.sidemenu li {
    padding: 3px 0;
    margin: 0;
}

ul.sidemenu li a {
    color: #727579;
    text-decoration: none;
}

ul.sidemenu li a:hover, ul.sidemenu li a.current,
.sidemenu > li.popmenu.open > a  {
    color: #48494b;
    font-weight: bold;
}


#bajavarisch-image {
    left: -10px;
    top: -0px;
    width: 0px;
    height: 0px;

    float: left;
    position: relative;
    display: block;
    z-index:1;
}

#bajavarisch-image img {
    opacity: 0.4;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* first! for ie8 */
    filter: alpha(opacity=40);     /* second! for other ie versions */
}

#bajavarisch-textbox {
    z-index:2;
    top:62px;
    padding-top: 4px;
    position: relative;
    background-color: #FFF;
}

/* jQuery-driven classes */


#leftbar .sidemenu .more-text {
    display: none;
}

.sidemenu > li.popmenu .pop {
    display: none; /* Trick to hide popups during page load; Style will be removed by jQuery */
}

.sidemenu > li.popmenu.closed .xxx {
    background-color: white;
}

.sidemenu > li.popmenu.open .xxx {
    background: url(images/triangle-closed-hover.png) right no-repeat;
}
/*.sidemenu > li.popmenu > a.open:hover .xxx {
    background: url(images/triangle-open-hover.png) right no-repeat;
}
*/
.sidemenu > li.popmenu ul  {
	display:block;
	list-style-type: none;
	padding:0em;
}


/**
 *  ====== Right sidemenu  ======
 */

#rightbar {
    float: left;
    margin-left: 30px;
    padding-top: 16px;
    width: 156px;
    margin-right: 4px;
}

#rightbar .widget_tag_cloud a,
#rightbar .ctc a {
/*    color: #727579;*/
	color: #989CA0;
}
#rightbar .widget_tag_cloud a:hover,
#rightbar .ctc a:hover {
	color: #48494b;
	text-decoration: none;
}


#rightbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* jQuery-driven classes */

#rightbar .widgettitle + * {
/* Trick to hide popups during page load; Style will be removed by jQuery */
/*    display: none; */
}

#rightbar .widgettitle.closed {
    background: url(images/triangle-closed.png) right no-repeat;
}

#rightbar .widgettitle.closed:hover {
    background: url(images/triangle-closed-hover.png) right no-repeat;
}

#rightbar .widgettitle.open {
/*    background: url(images/triangle-open.png) right no-repeat;*/
}

#rightbar .widgettitle.open:hover {
    background: url(images/triangle-open-hover.png) right no-repeat;
}

#rightbar li.widget li {
	padding: 4px 0px 4px 0px;
/*	border-top: 2px solid #EEEEEF;*/
	border-bottom: 1px solid #EEEEEF;
}
#rightbar li.widget li:last-child {
	border-bottom: 1px solid #FFF;
}
#rightbar li.widget li.lastchild {
	border-bottom: 1px solid #FFF;
}

/**
 *  ====== Post Meta ======
 */

.postmetadata {
	font-size: 0.9em;
	margin-top:1em;
	margin-bottom:-0.3em;
}

.single .postmetadata {
/*    color: #727579;*/
	font-size: 1em;
	margin-top:1em;
	margin-bottom:1.2em;
}

.postmetadata .photo {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
    -webkit-box-shadow: #BBB 1px 1px 8px;
    -moz-box-shadow: #BBB 1px 1px 8px;
}

strong.search-excerpt { background-color: yellow; }

/**
 *  ====== Post ======
 */
.single .headline,
.single #content .post h2 {
/*	margin: 2ex 0 2ex 0;*/
/*	font-size: 128%;*/
    font-size: 15px;
    font-weight: bold; /*	font: bold 16px "Lucida Grande", sans-serif; */
}

/* Actually, I want to emphasize everything before the "more" */
#content .post > .singlepost > .textbox > p:first-child {
/*	font: bold 12px/1.6em "Lucida Grande", Verdana, Geneva, sans-serif; */
    font-weight: bolder; /*color: #5A5C5D;*/
}

#content .thumbnail {
    float: right; /*	padding:6px 0px 4px 10px;*/
    padding: 0.4em 0px 0.3em 1.0em;
}

*:first-child+html #content .thumbnail { /*IE7 only hack*/
	margin-top: 1em;
}

*:first-child+html #content .singlepost .thumbnail { /*IE7 only hack*/
	margin-top: 0em;
}


/*
#content .post  img.size-full {
    max-width: 480px;
    width: expression(this.width > 480 ? 480: true) !important;
    height: auto;
}
*/

img.endmark {
    margin-left: 0.5em;
    margin-bottom: 0.6ex;
/*    margin-bottom: 0.65ex;*/
/*    margin-bottom: 4px;*/
    vertical-align: bottom;
/*    background-color: #2263ac;*/
    background-color: #004C9A;
    width: 0.918em;
    height: 1.8ex;
}

#content .post .alignleft {
    padding: 0.4em 1.5em 0.3em 0px;
}

#content .post .alignright {
    padding: 0.4em 0px 0.3em 1.5em;
}

#content .thumbnail > img {
    /*-webkit-border-top-left-radius: 15px;  
    -webkit-border-top-right-radius: 0px;  
    -webkit-border-bottom-left-radius: 0px;  
    -webkit-border-bottom-right-radius: 15px;  
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 0px;*/
}

#lbCaption {
	font-size: 13px;
}



.syntaxhighlighter .lines {
    border-left: 2px solid #F5F5F5 !important;
}

span.addtoany_list a {
	padding:0;
}

.addtoany_share_save img {
    vertical-align: bottom;
}
a.addtoany_share_save {
    top:-1px;
    position: relative;
}

/*.diggthis_button,
.tweetmeme_button {
	padding: 0px 10px 0 0;
	display: inline;
	width:80px; height:70px;
	vertical-align: top;
}
*/

.tweetmeme_button, .diggthis_button {
	display: inline-block;
	display: inline !ie; /* http://www.webdevout.net/css-hacks#unrecommended-important_ie */
	vertical-align: top;
}
.diggthis_button {
	padding-left: 10px;
}

#a2apage_PTZ { display:none !important; }

