
/* Begin Typography & Colors */
body {
  font-size: 10px; /* Resets 1em to 10px */
  font-family: Arial, Helvetica, sans-serif;;
  color: #333;
}

.narrowcolumn .entry, .widecolumn .entry { line-height: 1.4em; }

.widecolumn { line-height: 1.6em; }

small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
}
.execphpwidget { }
#giraffe_calendar { margin-top: 20px }
.more-link { 
	display:block; 
	width:120px; 
	clear:both !important;
}
li.current a, li.currentparent a, li.current_page_item a { 
	text-decoration: underline !important 
}
li.current_page_item ul li.page_item a {
	text-decoration: none !important
}
#content h2 { 
	border-bottom: 4px solid #FF9900;
}
#content .entry h2 { 
	padding-top: 25px !important; 
	border-bottom: 2px solid #FF9900 !important; 
}
.widgettitle, .sidebars h2 {
	border-bottom: 2px solid #FF9900 !important; 
	margin-bottom: 5px;
}
h1, h2, h3, .inline-widgets #wp-calendar caption, .h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

h1, .h1 {
  font-size: 4em;
  letter-spacing: -.05em; 
}

#headerimg .description, #content { font-size: 1.2em; }

h2, h2.pagetitle, h3 { font-size: 2em; line-height: 1.1em; margin-bottom:10px }
.post h3 { font-size: 1.3em !important }

.sidebars h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
}

h3 { margin-top: 30px; font-size: 1.3em; line-height: 1.3em }

h6, .h6 { font-size: 1.0em; }

.inline-widgets h2, .inline-widgets #wp-calendar caption { font-size: 1.4em; }

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description, h6 {
  text-decoration: none;
  color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #333; }

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, .sidebars h2, #wp-calendar caption, cite {
  text-decoration: none;
}

.entry h1 {
  position: static;
  font-size: 2em;
  color: #333;
}

.widecolumn .entry p { font-size: 1.05em; }

.commentlist li, #commentform input, #commentform textarea {
  font: 0.9em Arial, Helvetica, sans-serif;
}

.commentlist li { font-weight: bold; }

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
}

#commentform p { font-family: Arial, Helvetica, sans-serif; }

.commentmetadata { font-weight: normal; }

.sidebars { font: 11px Arial, Helvetica, sans-serif; }

small, .sidebars ul li, .sidebars ol li, .nocomments, .postmetadata, strike { color: #777; }

code { font: 1em 'Courier New', Courier, Fixed; }

blockquote {
  color: black;
	border-right: 2px solid black !important;
	border-bottom: 2px solid black !important;
	border-top: 2px solid #ff9900 !important;
	border-left: 2px solid #ff9900 !important;
	background-color: #ffcc99 !important;
  font-style: italic;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

em {
    font-style: italic;
  font-weight: normal;
  }

acronym, abbr, span.caps {
  font-size: 0.9em;
  letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover { text-decoration: none; }

a:hover { text-decoration: underline; }

#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }

#wp-calendar a { text-decoration: none; }

#wp-calendar caption { font: bold 1.2em Arial, Helvetica, sans-serif; }

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
* {
 padding: 0; 
 margin: 0;
}

p { margin: 1em 0; }

body {
  background-color: #ffffff;
    background-image: url(http://www.vision-ev.de/wp-content/themes/vision/images/patterns/bg-fade-2.jpg);
  background-attachment: fixed;
  background-repeat: repeat-x;
      background-position: ;
        text-align: center;
  margin: 0 0 20px 0;
}

#page {
  margin: 20px auto;
  text-align: left;
  width: 987px;
}

#header {
  background: url(images/header-1024.png);
    height: 243px;
  width: 987px;
}

#headerimg {
  position: relative;
  left: 13px; 
  top: 11px;
  height: 226px;
  width: 961px;
  } 

#headerimg h1, #headerimg .h1, #headerimg .description { padding-left: 15px; }

#main {
  background: url(images/bg-1024.png);
    width: 957px;
  padding: 9px 15px;
}

#main>table { width: 100%; }

.narrowcolumn { width: 100%; }

.narrowcolumn, .widecolumn, #sidebar1, #sidebar2 {
  vertical-align: top;
  padding: 0 3px;
}

.narrowcolumn .postmetadata { text-align: left; }

.alt {
  background-color: #fafafa;
  border-top:    1px solid #eee;
  border-bottom: 1px solid #eee;
}

#footer {
  background: url(images/foot-1024.png);
    border: none;
}

.post {
  font-size: 12px;
  clear: both;
  text-align: left;
  padding: 5px 15px;
  margin: 30px 20px 18px 20px;
  background: #FAEBD7; 
  border: 2px solid #ff9900; 
  ;
}

.narrowcolumn .postdata { padding-top: 5px; }

.widecolumn .postmetadata { margin: 30px 0; }

.smallattachment {
  text-align: center;
  width: 440px;
  margin: 5px 5px 5px 0px;
}

.smallattachment a img {
  width: 100%;
}

.attachment {
  text-align: center;
  margin: 5px 0px;
}

.postmetadata, .entry, .inline-widgets { clear: both; }

#footer {
  margin: 0 auto;
  width: 987px;
  height: 68px;
}

#footer p {
  margin: 0;
  padding: 10px 0 0 0;
  text-align: center;
}


.sidebars {
  width: 185px;
  background: #FFEFD5;
  border: 2px solid #ff9900;
  padding: 5px;
}
/* End Structure */



/* Begin Headers */
h1, .h1 { padding-top:  15px; }

h2.pagetitle {
  margin-top: 30px;
  text-align: center;
}

.sidebars h2 { margin: 5px 0 0 0; }

h3.comments { margin: 40px auto 20px; }

h1, h6 { 
  position: absolute;
  z-index: 100;
}

.h1, .h6 { color: #000; }

.text-shadow    { position: absolute; top: +2px; left: +2px; color: #333; }
.text-stroke-tl { position: absolute; top: -1px; left: -1px; }
.text-stroke-tr { position: absolute; top: -1px; left: +1px; }
.text-stroke-bl { position: absolute; top: +1px; left: -1px; }
.text-stroke-br { position: absolute; top: +1px; left: +1px; }

#headerimg .description, .h6 { 
  padding-top: 60px; 
  padding-left: 15px;
  font-weight: bold;
}
/* End Headers */


/* Begin Images */
p img { max-width: 95%; }

.entry img {
  float: right;
  margin: 3px 0px 3px 10px;
    background: #fff;
  border: 1px solid #333;
  padding: 3px;
  }

img.nofloat, .smallattachment img, .attachment img, .entry img.wp-smiley { float: none; }

.entry img.wp-smiley {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}

img.noborder {
  background: inherit;
  border: 0;
  padding: inherit;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

img.alignright, img.alignleft {
  display: inline;
}

.alignright { float: right; }

.alignleft { float: left }
/* End Images */


/* Begin Lists */
ol, ul { padding: 0 0 0 20px; }

ol ol, ol ul, ul ul, ul ol { padding: 0 0 0 10px; }

ul {
  margin-left: 0;
  list-style: none;
  list-style-type: circle;
} 

li { margin: 3px 0 4px 5px; }

.postdata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}

.sidebars li {
  list-style-image: url(images/orange/star.gif);
  margin: 0 0 15px 25px;
}

.sidebars ul li, .mylinkorder ul li {
  list-style-type: circle;
  list-style-image: none;
}

ol li, .sidebars ol li {
  list-style: decimal outside;
  list-style-image: none;
}

.sidebars p, .sidebars select { margin: 5px 0 8px 0; }

.sidebars ul, .sidebars ol, .mylinkorder ul, .mylinkorder ol { margin: 5px 0 0 5px; }

.sidebars ul ul, .sidebars ol, .mylinkorder ul ul, .mylinkorder ol { margin: 0 0 0 10px; }

.sidebars ul li, .sidebars ol li { margin: 3px 0 0 0; }
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
  margin: 0 auto;
  padding: 0 3px; 
  text-align: center;
}

#content #searchform {
  margin-bottom: 10px;
  text-align: left;
}

#loginform {
  margin-top:5px;
}

.sidebars #searchform #s,
.sidebars #loginform .input {
  width: 115px;
  padding: 2px;
}

#searchform #s,
#loginform .input {
  border: 2px solid #FF9900; 
  background-color: beige;
}
#searchform #s:hover,
#loginform .input:hover {
  border: 2px solid #A9A9A9;
}
#searchform #s:focus,
#loginform .input:focus {
  border: 2px solid #cc6600 !important;
}
#commentform .input {
  border: 3px solid #FF9900; 
  background-color: beige;
}
#commentform .input:hover {
  border: 3px solid #A9A9A9;
}
#commentform .input:focus {
  border: 3px solid #cc6600 !important;
}

#searchsubmit {
  position: relative;
  top: 6px;
}

.entry form { text-align: center; }

select { width: 130px; }

#commentform { 
  margin-bottom: 1em;
  width: 99%;
}

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

#commentform textarea {
  width: 99%;
  padding: 2px;
}

#commentform #submit {
  margin: 0 1em 0 0;
  float: right;
  height: 22px;
  width: 130px;
}
/* End Form Elements */


/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
}

.commentlist {
  text-align: justify;
    margin-left: 3em;
    margin-bottom: 15px;
}

.commentlist li {
  margin: 15px 0 3px 0;
  padding: 5px 10px 3px 10px;
  list-style: decimal outside;
}

.commentlist p { margin: 10px 5px 10px 0; }

#commentform p { margin: 5px 0; }

.nocomments { text-align: center; }

.commentmetadata { display: block; }

.authorcomment {
  background: #EEE;
  color: #000;
  border-top:    1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 0 !important; margin-top: -1.5em;
  width: 155px;
}

#wp-calendar caption {
  margin-top: -1.2em;
}

/* dirty fix for the event calendar plugin */
div#wp-calendar caption { padding-top: 1.5em; }
div#wp-calendar .nav {
  margin: 0;
  position: relative;
}
/* end */

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a { display: block; }

#wp-calendar #today { background: #fff; }

#wp-calendar caption {
  text-align: left;
  width: 100%;
}

#wp-calendar th {
  padding: 3px 0;
  text-align: center;
}
#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}
/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor: help; }

acronym, abbr { border-bottom: 1px dashed #999; }

blockquote {
  margin: 15px 10px 0 10px;
  padding: 0 20px 0 20px;
  border: 1px dashed #ddd;
  border-left: 0;
  border-right: 0;
  background: #fff;
}

.center { text-align: center; }

a img { border: none; }

.navigation .alignleft  { 
  padding: 20px 0;
  width: 50%;
  text-align: left;
}

.navigation .alignright {
  padding: 20px 0;
  width: 50%;
  text-align: right;
}

.cal {
  color: #000;
  text-align: center;
  line-height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 5px 8px 5px;
  width: 3.5em;
}

.calborder {
	position: relative;
	top: -12px;
	left: -30px;
  display: inline;
  padding: 1px;
  float: left;
  margin-right: -20px;
	border-right: 2px solid black !important;
	border-bottom: 2px solid black !important;
	font-weight: bold;}

.cal span { display: block; }

.cald {
  font-size: 2.1em;
  line-height: 1.1em;
  letter-spacing: 0em;
  padding-left: 0em
}
.cald2 {
  letter-spacing: 0em;
  padding-left: 0em
}

.calm {
  font-size: 1.4em;
  line-height: 1.1em;
  letter-spacing: .1em;
  padding-left: .15em
}

.caly {
  font-size: 1.4em;
  line-height: 1.1em;
}

.pages, .subpages {
  display: inline;
  position: absolute;
  left: 0;
  bottom: 18px;
  text-align: right;
  padding: 0;
  width: 100%;
}
.subpages {
  bottom: 0.2em;
}

.pages li, .subpages li {
  list-style-type: none;
  display: inline;
  margin: 0 .8em;
}

.pages a, .pages a:hover {
  font-size: 1.5em;
  font-weight: bold;
  color: #000000;
}


.subpages a, .subpages a:hover {
  font-size: 1.1em;
  font-weight: bold;
  color: #000000;
}

.pages a:active, .subpages a:active { text-decoration:underline }

.postinfo { padding-bottom: 1em; }

.postinfo h2, .postinfo h3 { 
	line-height: 1.1em; 
	background-color: #FF9900; 
	margin:-5px -15px 5px -15px;
	padding: 2px 10px 0px 10px }
.postinfo h2 a:hover { color: #ffffff !important; }
.postinfo small { float:right }
.postinfo small img { float:none }

.head_overlay {
  background: url(images/head_overlay.png);
  }

#rss {
  display: none;
  float: right;
  padding-right: 4px;
}

.inline-widgets { padding-left: 0; }

.inline-widgets li { list-style-type: none; }

.inline-widgets li ul { padding-left: 2em; }

.inline-widgets li li { list-style-type: circle; }

.textwidget { padding-right: 10px; }

.googlemap img { background: inherit; }
/* End Various Tags & Classes*/




.pagebar 
	{ 
		font: 11px Arial, Helvetica, sans-serif; 
		padding-top: 20px; 
		padding-bottom: 10px; 
		margin: 0px; 
	}

.pagebar a, .pageList .this-page 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .break 
	{
			padding: 2px 6px; 
			border: none; 
			background: #fff; 
			text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 6px; 
		border-color: #999; 
		font-weight: bold; 
		font-size: 13px; 
		vertical-align: top; 
		background: #fff;
	}

.pagebar a:hover {
		color: #fff; 
		background: #0063DC; 
		border-color: #036; 
		text-decoration: none;
	}
	
#php-code-2 .execphpwidget {
	margin-top:5px; 
	padding-top:0px;
}