/**
 * Theme Name: imagcon02
 * Theme URI: http://imagcon.de
 * Description: Imagcon child theme of Thematic.
 * Version: 0.8
 * Author: Stefan Holzhauer
 * Author URI: http://imagcon.de
 * Template: thematic
 */

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	background: url(img/bodybg.jpg) repeat-x #fff;	
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

a:link, a:visited {
	color: #000;
}

a:hover {
	color: #33f;
	text-decoration: none;
}

#wrapper {
  width: 950px;
  margin: 0 auto 0 auto;
  position: relative;
}

#logo {
	background:url("img/ima_logo.jpg") no-repeat scroll 0 1px transparent;
	height:96px;
	width:228px;
	position: absolute;
	top: 85px;
	left: 721px;
	z-index: 99;
}

#branding {
	margin:0 0 0 ;
	height: 85px;
	background: url(img/header.png) no-repeat 0 2px;
	padding: 0 0 0 0;
}

#branding {

}

#cu3er {
	margin: 0 0 10px 40px;
	/*border: 1px solid #444;*/
}

#blog-title, #blog-description {
  display: none;
}

#access {
  border: none;
  background-color: transparent;
}

.menu {
  width: 950px;
}

.sf-menu li {
background: transparent;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  background:transparent;
  border-bottom-color:#CCCCCC;
  outline:0 none;
}

.sf-menu a {
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #fff;
	color: #555;
}
.sf-menu a:hover {
	color: #55f;
}

.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
    border-bottom: none;
}

#main {
  clear:both;
  padding:0 0 22px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 950px;
}
#container {
  width: 680px;
  margin: 25px 0 0 0;
}

#content {
  width: 680px;
  font-size: 1.2em;
}

#primary, #secondary {
  width: 219px;
  border: none;
}

#primary, #secondary {
  padding: 20px 0 20px 0;
  margin: 0 0 0 0;
  border-left: 1px solid #ccc;
  background-color: #fff;
}

#primary {
	padding-top: 50px;
}

#secondary {
	padding-top: 0;
}

#footer {
  margin-top: 0px;
  width: 950px;
}

.main-aside {
	right: 0px;
}

.main-aside h3 {
	margin-bottom: 8px;
}

#ilogo {
	background-color: #666;
	width: 220px;
	height: 96px;
	position: absolute;
  right: -1px;
	margin-top: 86px;
	background-image: url(img/ima_logo.jpg);
	z-index: 99;
}

.aside h3 {
	font-size: 1.3em;
	color: #000;
}

.aside input {
	width: 180px;
}

.aside a {
	color: #000;
	text-decoration: none;
}


.aside a:active {
	color: #55f;
}

.aside a:hover {
	color: #55f;
	text-decoration: underline;
}

.entry-title a:hover {
	color: #00b;
}

.alignleft, img.alignleft {
	float:left;
	margin-right:8px;
}
.alignright, img.alignright {
	float:right;
	margin-left:8px;
}

.entry-content img {
	margin-bottom: 8px;
	padding: 7px;
	border: 1px solid #777;
	background-color: #fff;
}

.wp-pagenavi {
	padding-left: 20px;
}

.wp-pagenavi span.pages {
	border:medium none !important;
	color:#666666 !important;
	margin:0 !important;
	padding: 0 20px 0 0 !important;
}

.current {
	padding-left: 10px;
}

.addtoany_share_save_container {
    float: right;
    line-height: 32px;
    margin: -51px 100px 0 0;
}

.singular .entry-content .addtoany_share_save_container {
    float: right;
    line-height: 32px;
    margin: -182px 100px 0 0;
}

.wdgpo {
    float: left;
    margin-left: 370px;
}

.single .wdgpo {
    float: left;
    margin-left: 370px;
    margin-top: -66px;
    position: absolute;  
}

.betterrelated {
  position: relative;
  clear: both;
  margin-top: 14px;
}

.wp-flattr-button {
margin-bottom: 0px !important;
margin: -45px 0 0 0 !important;
position: absolute;
right: 600px;
width: 110px;
}

.single .wp-flattr-button {
margin-bottom: 0px !important;
margin: -175px 0 0 0 !important;
position: absolute;
right: 600px;
width: 110px;
}

