/*  
Theme Name: Strategicplay 
Theme URI: http://hoffmannconsulting.eu/
Description: HC LSP Theme
Version: 3.1
Author: Hoffmann Consulting GmbH

*/

@import url(print.css); 
@import url(dropdown.css);


/* Deutsche Anführungszeichen */
q { quotes:"\201E" "\201C" "\201A" "\2018"; }
/* Bugfix für Safari */
q:before { content:open-quote; }
q:after { content:close-quote; }

@media screen {

  html { overflow-y: scroll; }

  body {
  	font-size: 90%;
        color: #182552; 
  	font-family: Helvetica, Arial, sans-serif;
    font-stretch: normal;
  }
  
  #logo {
    cursor: pointer;
    display: inline;
  }
  
  a, a:visited, a:active {
    text-decoration: none;
    color: #86bd3a;
  }
  
  a:hover {
    color: #182552;
  }
  
  #container_margins {
    /* Definiert den Bereich, in dem die Webseite Inhalte hat und für 
       die ein Hintergrundbild angezeigt werden soll */
    width: 1233px;
    top: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    background-image: url('images/strichzeichnung2.gif');
    background-repeat: repeat-y;
  }
  
  #container_outerborder {
    width: 520px;
  }
  
  #container_content {
    /* Beinhaltet die Hauptinhaltsspalte */
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    background-color: inherit;
    /* border: 1px solid black; */
  }
  
  #main {
    position: relative;
    border: 1px solid #182552;
    border-top: none;
    margin: 0 0px 0 0px;
    width: 600px;
  }
  
  #main #ecke_links {
    position: absolute;
    bottom: -1px;
    left: -1px;
    height: 31px;
    width: 31px;
    background: url('images/Ecke_unten_links.gif') no-repeat;
    display: inline;
  }

  #main #ecke_rechts {
    position: absolute;
    bottom: -1px;
    right: -1px;
    height: 31px;
    width: 31px;
    background: url('images/Ecke_unten_rechts.gif') no-repeat;
    display: inline;
  }
  
  #main .entry {
    margin-right: 30px;
  }
    
  #main .post {
    margin-bottom: 60px;
  }
  
  #main p {margin-bottom: 10px;
  }
  
  #main ul li {margin-bottom: 10px;
  }
  
  #breadcrumb {
    border-bottom: 2px dotted #182552;
  }
  
  #breadcrumb p {
    margin: 0px 0px 5px 34px;
    text-transform: lowercase;
  }
  
  .pagetitle {
    color: #182552;
    font-weight: bold;
    font-family: "Conduit", Arial, sans-serif;
  }

  /* SIDEBAR */  
  #sidebar {
  	padding: 30px 0 10px 0;
    margin-left: 620px;
    position: absolute;
    top: 0px;
  	width: 200px;
  	font: 1em 'Lucida Grande', Arial, Sans-Serif;
  }

  #sidebar h2 {
  	font-family: 'Lucida Grande', Arial, Sans-Serif;
  	font-size: 1.2em;
  	margin-bottom: 0em;
  	font-weight: normal;
	}

  #sidebar ul ul li:before {
	  content: "\00BB \0020";
	  margin-left: -7px;
	}

  #sidebar form {
  	margin: 0;
	}

  #sidebar ul, #sidebar ul ol {
  	margin: 0;
  	padding: 0;
	}

  #sidebar ul li {
  	list-style-type: none;
  	list-style-image: none;
  	margin-bottom: 10px;
	}

  #sidebar ul p, #sidebar ul select {
  	margin: 5px 0 8px;
	}

  #sidebar ul ul, #sidebar ul ol {
  	margin: 5px 0 0 10px;
	}

  #sidebar ul ul ul, #sidebar ul ol {
  	margin: 0 0 0 10px;
	}

  ol li, #sidebar ul ol li {
  	list-style: decimal outside;
	}

  #sidebar ul ul li, #sidebar ul ol li {
  	margin: 1px 0 0;
  	padding: 0;
	}
	
	/* TAGCLOUD */
	#tagwolke {
	  margin: 20px 20px 0 0;
	  padding: 5px 0px 5px 10px;
    background: url('images/bg_brick_70_prozent.gif');
    border: #86bd3a solid 1px;
	}
	
	#tagwolke a, #tagwolke a:visited {
	  color: #182552;
	}

	#tagwolke a:hover {
    text-decoration: underline;
	}
	
  /* LINKS */
  h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	  text-decoration: none;
    color: #182552;
	}

  /* NAVIGATION */
  #nav {
  	left: 0px;
    height: 31px;
    width: 625px;
  }

  #nav li a, #nav li a:visited {
    font-size: 76.01%;
    color: white;
    text-decoration: none;
    display: normal;
  }
  
  #nav li a:hover {
    color: #182552;
  }
  
  #content {
    padding-left: 34px;
    position: relative;
    /* background: url('images/bg_brick_75_prozent_alpha.gif');
    /* filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70; */
  }
  
  #sidebar #email_news, #sidebar #sucheingabe  {
    color: #182552;
  }
  
  #footer {
    margin-bottom: 20px;
    width: 100%;
    height: 20pt;
    background: #182552;
  }
  
  #footer p {
    color: white;
    font-size: 8pt;
    text-align: center;
    padding-top: 4pt;
    padding-bottom: 4pt;
  }
  
  /* Begin Form Elements */
  form { overflow: hidden; }
  
  input, textarea {
    border: 2px #86bd3a solid;
    background: #fafafa;
    padding: 3px;
    color: #777;
  }
    
  input[type=submit] {
    background: #adcc8f;
    width: 26px;
    color: white;
  }
  
  
  input[type=text]:focus, input[type=password]:focus, textarea:focus {
    background: #f0f0f0;
    color: #333;
    border-color: #86bd3a;
    margin: 0px;
    padding: 0px;
  }
  
  input[type=image] {
    border: none;
    margin: 0px;
    padding: 0px;
  }
  
  #searchform {
  	margin: 10px auto;
  	padding: 5px 0px;
  }

  #sidebar #searchform #s, #sidebar #email_news #s {
  	width: 135px;
  	padding: 2px;
 	}


  #sidebar #searchsubmit, #sidebar #email_news #email_news_submit {
  	padding: 1px;
 	}

  .entry form { /* This is mainly for password protected posts, makes them look better. */
  	text-align:center;
 	}

  select {
  	width: 130px;
 	}
 	
 	#commentsblock {
 	  position: relative;
 	}

  #commentform input {
  	width: 170px;
  	padding: 2px;
  	margin: 5px 5px 1px 0;
 	}

  #commentform textarea {
  	width: 530px;
    margin: 0px;
    padding: 0px;
 	}

  #commentform #submit {
  	margin: 0 30px 20px 0;
  	float: right;
 	}
 	
 	/* Sprechblasen */
 	#commentsblock .sprechblase {
 	  position: relative;
 	  background: #e3eece;
 	  padding: 10px;
 	}
 	
 	#commentsblock .sprechblase p {
 	  background: transparent;
 	  z-index: 10;
 	  margin-top: 10px;
 	  margin-bottom: 34px;
 	  margin-left: 10px;
 	  padding-right: 10px; 
 	}

  #commentsblock ul {
    margin: 0 30px 0 -20px;
    list-style-type: none;
  }
  
 	#commentsblock ul li .comment-corner-top-left {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 17px;
    width: 17px;
    background: url('images/Kommentarecke_oben_links.gif') no-repeat;
    display: inline;
 	}
 	
 	#commentsblock ul li {
 	  margin-bottom: 2em;
 	}

 	#commentsblock ul li .comment-corner-bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 34px;
    width: 510px;
    background: url('images/Kommentarecke_links_unten.gif') no-repeat;
    display: inline;
 	}

 	#commentsblock ul li .comment-corner-bottom-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 34px;
    width: 17px;
    background: url('images/Kommentarecke_unten_rechts.gif') no-repeat;
    display: inline;
 	}

 	#commentsblock ul li .comment-corner-top-right {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 17px;
    width: 17px;
    background: url('images/Kommentarecke_rechts_oben.gif') no-repeat;
    display: inline;
 	}
 	
 	#commentsblock cite {
 	  margin-left: 30px;
 	  font-style: normal;
 	}
 	
  /* End Form Elements */
}

