/*

Theme Name: IDEETRANSFER

Theme URI: http://www.ideetransfer.de/blog/2008/01/29/the-theme/

Description: A simple two-columned theme for wordpress striving for legibility.

Author: Matthias Feser

Author URI: http://www.ideetransfer.de/

Template: thematic

Version: 0.1

.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.

*/



@import url("../thematic/style.css");
/*---------------------LAYOUT------------------------*/

/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

#header {
    position:relative;
}
#branding {
    width:950px;
    margin:0 auto;
	/*background:url(images/flag.png) no-repeat 840px 0px;*/
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:950px;
    margin:0 auto;
}
#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:700px;
    float:left;
}
#content {
    margin:0 0 0 10px;
    width:620px;
    overflow:hidden;
}
.main-aside {
    width:220px;
    float:right;
    position:relative;
    right:10px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}


/*------------------------HOMEPAGE----------------------------*/
body.blog #nav-above {
    margin: 0 0 24px 0;
    display:block;
}
body.blog #container {
	padding-top: none;
}

body.blog .hentry, body.archive .hentry {
    margin:0;
    padding:0;
    border-top:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    /*margin-bottom: -1px;
    height: 71px;*/
}

body.blog .entry-title, body.archive .entry-title {
	/*font-family: arial, sans-serif;
    font-size:12px;
	height: 35px;
	padding: 18px 0 0 20px;
    text-transform: uppercase;
	font-weight: normal;
	font-style: italic;
    color:#000;
	letter-spacing: 0.1em;*/
}
body.blog .entry-title a, body.archive .entry-title a {
    text-decoration:none;
    color:#000;
}
body.blog .entry-meta, , body.archive .entry-meta {
/*display: none;*/
}

/*body.blog .entry-content, body.archive .entry-content {
   display: none;
}

body.blog .entry-utility, body.archive .entry-utility {
    display: none;
}*/

/* =Global Elements
-------------------------------------------------------------- */
img {
   padding: 1px;
   border: 1px solid silver;
}

body {
    width: 960px;
    font-family:Georgia, serif;
    margin: 36px auto;*/
}
#wrapper {
    border-top:none;
	width: 960px;
}
a:link, a:visited {
    color:#000;
    text-decoration:none;
}

#content a:link, #content a:visited {
	color:#069;
	font-weight:bold;
}

a:hover {
    text-decoration:underline;
}
blockquote {
    font-style:italic;
    font-size:13px;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}
input, textarea {
    font-family:Georgia, serif;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}

.post a.link, .page a.link { color: black; background: url(./images/link3.jpg) center left no-repeat; padding-left: 11px; }

.entry-content p {

   clear: both;
}

/* =Header
-------------------------------------------------------------- */

#header {
    background:none;
    height: 120px;
}
#blog-title {
    font-size:36px;
    line-height:54px;
    font-weight:bold;
    letter-spacing:-1px;
    padding:0 0 0 0;
    border-bottom:none;
}

#blog-title a {
display:block; /* We do this so we can add a background image */
text-indent:-9000px; /* Hides the text--but not from search engines */
height: 71px; /* height of your logo, like 180px */
width: 360px; /* width of your logo, like 940px */
background:url(images/namemark2.png) no-repeat; /* adds in the logo image */
}

/*#blog-title a {
    color:#cc0000;
    text-decoration:none;
}*/
#blog-description {
    /*display:none;*/
	position:absolute;
	text-indent:-9000px;
    font-style:italic;
    padding:8px 0 0 0;
    color:grey;
}

/* =Menu
-------------------------------------------------------------- */

#access {
    font-size:11px;
    background:none;
    border-top:none;
    margin-top:0;
}
.skip-link {
    display:none;
}
.menu {
    border-top: 1px solid grey;
    margin:1px auto 8px;
    padding:0;
    overflow:hidden; /* clears the inner float  */
}
.menu ul {
    margin:0;
    list-style:none;
    clear:both;
}
.menu ul ul {
    display:none;
}
.menu li {
    display:inline;
}
.menu a {
    font-family: verdana, sans-serif;
    display:block;
    float:left;
    margin:0 10px 0 0;
    padding:1px 6px;
    background:none;
    color:#999;
    font-weight:bold;
    border-top: 2px solid white;
    text-decoration:none;
}
.menu a:hover {
    background:none;
    color:#cc0000;
    border-color:none;
    border-top: 2px solid grey;
	text-decoration:none;
}
.menu .current_page_item a {
    background:none;
    color:#cc0000;
    border-color:none;
    border-top: 2px solid grey;
}
.menu a:focus {
    background:none;
    color:#cc0000;
    border-color:none;
    border-top: 2px solid grey;
}
/*----------------------PAGES AND POSTS----------------------*/

#nav-below {
     margin:36px 0 18px 0;
}

.entry-content p {
	clear:none;
}

.blogger-post-footer {
	margin-bottom:18px;
}

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

#main {
    padding:15px 0 10px 0;
}
#content {
} 

body.page .entry-content {
   margin-top: 27px;
}

.hentry {
    margin:9px 0 0 0;
    padding:45px 1px 36px 1px;
    border-top:none;
}

.entry-content {
    font-family: arial, sans-serif;
    overflow:hidden;
}

.p1 {
    margin:0;
    padding:0 0 36px 0;
    border:none;
}
.page-title {
    font-size:14px;
    font-weight:bold;
    padding:18px 0;
}
.page-title span {
    font-size:12px;
    font-weight:normal;
    font-style:italic;
}
.entry-title {
	font-family: ;
    font-size:18px;
    line-height:26px;
    padding:8px 0 2px 0;
    text-transform: uppercase;
	font-weight: normal;
    color:#000;
	letter-spacing: 0.1em;
}
.entry-title a {
    text-decoration:none;
    color:#000;
}
.entry-meta {
    font-size:11px;
    color:#787878;
	height: 27px;
}
.entry-meta a {
    color:#787878;
    font-style:normal;
}
.entry-meta a:hover {
}
.entry-meta .author {
	font-family: Verdana, sans-serif;
	margin-right: 9px;
}

.entry-meta .meta-sep {
	margin-right: 9px;
	color: #cc0000;
	font-weight: bold;
}
.entry-meta abbr {
}

.entry-year	{
	font-weight: normal;
	
}

.entry-month	{
	font-weight: normal;
}

.entry-day	{
	color: #cc0000;
	font-weight: bold;
	font-size: 21px;
	margin-right: 4px;
}

.entry-date-separator	{
	display: none;
}

.entry-content h1, .entry-content h2 {
    font-size:16px;
    font-weight:bold;
    margin:0 0 1em 0;
    padding:1em 0 0 0;
	clear:none;
}
.entry-content h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
	clear:none;
}
.entry-content h4 {
    font-weight:bold;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h5 {
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h6 {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content ul {
    list-style:square;
    margin:0 0 18px 1.5em;
}
.entry-content dl {
    margin:0;
}
.entry-content dt {
    font-weight:bold;
}
.entry-content dd {
    margin:0 0 18px 0;
}
.entry-content abbr, .entry-content acronym, .entry-content .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
.content-column, .entry-content .linkcat {
	list-style:none;
	float:left;
}
.more-link {
    font-weight:bold;
    font-style:italic;
    display:block;
}
.page-link {
    margin:0 0 18px 0;
}
.page .edit-link {
    float:left;
    clear:both;
}
.entry-utility {
    /*font-size:11px;
    color:#787878;*/
}
.entry-utility a {
    font-style:italic;
    color:#787878;
}
.entry-utility a:hover {
}
.comments-link a {
	margin-left: 9px;
    font-weight:bold;
    color:#2772B3;
}
/* =Comments
-------------------------------------------------------------- */

#comments {
    background:none;
    color:grey;
    width: 620px;
    margin:36px 0 0 0;
    padding:18px 0;
    overflow:hidden;
	color:gray;
}
#comments h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    text-align:left;
    margin:0 0 18px 0;
    padding:0;
}
#comments .comments:first-child h3 {
    padding-top:18px;
}
#comments ol {
    margin:0 0 36px 0;
    list-style:none;
}
#comments li, #comments li.comment-author-admin {
    background:none;
    border-top:1px solid grey;
    margin:0 0px 18px 00px;
    padding:17px 0px 0 0px;
    position:relative;
}
#comments a {
}
#comments li.byuser {
    background:none;
    border-color:none;
}
#comments li.byuser p a {
}
#comments li.bypostauthor {
}
#comments li.bypostauthor p a {
}
#comments .avatar {
    width:48px;
    height:48px;
    position:absolute;
    top:19px;
    left:0px;
}
#comments .fn {
    font-weight:bold;
    font-size:14px;
    padding:18px 0 0 58px;
    display:block;
    color: #555;
}
#comments .fn a {
    color: #cc0000;
}
#comments-list .comment-meta {
    font-size:10px;
    margin:0 0 18px 0;
    padding:0 0 0 58px
    color: #aaa;
}
#comments-list .comment-meta a {
    font-style:italic;
    color:grey;
}
#comments li p {
    margin:0;
    padding:0 0 18px 0;
}
#trackbacks-list .comment-author {
    margin:0 0 18px 0;
    font-size:11px;
}
#trackbacks-list .comment-author a {
    font-size:14px;
    font-weight:bold;
    color:grey;
}
#respond {
    background:#fff;
    border-top:none;
    padding:17px 0 0 0;
    width:620px;
    margin:0 auto;
	font-family: verdana, sans-serif;
	text-align: left;
}

#respond h3 {
    padding-top:18px;
	font-weight: bold;
	margin-left: 0px;
	text-align: left;
}

#comment-notes {
	font-size: 10px;
	margin-top: -18px;
	color: #cc0000;
}

#respond form {
    padding:0 0 36px 0;
}

#respond #form-section-author {
    width:300px;
    float:left;
}
#respond #form-section-author input {
    width:298px;
	border: 1px solid grey;
}
#respond #form-section-email {
    width:300px;
    float:right;
}
#respond #form-section-email input {
    width:298px;
	border: 1px solid grey;
}
#respond #form-section-url {
}
#respond #form-section-url input {
    width:618px;
	border: 1px solid grey;
}
#respond #form-section-comment textarea {
	border: 1px solid grey;
}

#respond .form-label {
    font-size:10px;
}
#respond .form-input input {
    margin:0 0 14px 0;
}
#respond textarea {
    width:618px;
    margin:0 0 16px 0;
}
#respond .form-submit { 
	float: right;
}
	
/*#submit { 
	background: #FFEDCF; 
	color: #666; 
	font-family: verdana, sans-serif; 
	text-transform: uppercase; 
	border: 1px solid grey;
	padding: 2px;
} */
	
p.subscribe-to-comments {
    width:260px;
    float:left;
}
p.subscribe-to-comments label {
}
p.comment_license {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments:first-line {
    font-style:italic;
}
/*input#solo-subscribe-email {
    width:220px;
    margin:9px 0;
}*/
#respond .required {
    font-weight:bold;
}

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



.poem-left {
	font-style: italic;
	width: 300px;
	float: left;
	/*font-size: 11px;*/
        padding-right: 20px;
}

.poem-right {
	width: 300px;
	float: right;
	/*font-size: 11px;*/
}

.rss-date {
	display:block;
}

/* =Asides (widgetized areas)
-------------------------------------------------------------- */

.aside ul {
    margin:0;
    list-style-type:none;
}
.aside ul ul {
    list-style-type:disc;
    color: grey;
	margin-bottom:9px;
}
.aside h3 {
    font-size:14px;
    font-weight:normal;
    text-transform: uppercase;
}

.twtr-widget h3, .twtr-widget h4 {
	clear:none;
}

.aside ul ul li a {
    font-family: arial, sans-serif;
    color: black;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    background:#fff;
    color:#999;
    padding:34px 0 90px 0;
    border-top:1px dotted silver;
	text-align: center;
}
#footer a {
    color:#999;
}
#subsidiary .aside {
    margin-bottom:18px;
}
#siteinfo {
    padding:18px 0;
}

/* Forms
-------------------------------------------------------------- */

#search label {  }


.aside form {
    margin:4px 0 12px 0;
}

input#s, #error404-s, #noresults-s { border: 1px solid grey; }

#searchsubmit,#error404-searchsubmit, #noresults-searchsubmit, #submit { 
	background: #FFEDCF; 
	color: #666; 
	font-family: verdana, sans-serif; 
	text-transform: uppercase; 
	border: 1px solid grey;
	padding: 1px 0 1px 0;
}

.MailPressFormEmail {
	width: 112px;
}

/* Downloads
-------------------------------------------*/

a.download { 
          padding-left: 35px; 
          background: url(./images/downloadarrow.jpg)center left no-repeat; 
}

/* Footer
-------------------------------------------------------------- */

#footer {
        border-top: 1px dotted silver;
	clear: both;
        width: 960px;
        text-align: left;
        padding: 9px 0 0 0;
}
div.footer-left { float: left; }
.meta-sep { }
div.footer-right { float: right; }
#generator-link { width: 30px; }

