
/*
Theme Name: Green Theme
Theme URI: http://lorem-ipsum-dolor-sit-amet.com/green-theme
Description: Search engine optimized theme. Search engine optimization that really works! 1st. position in search engines. Just remember to fill out meta-tags in header.php. WordPress theme designed by <a href="http://lorem-ipsum-dolor-sit-amet.com" target="_blank">Lorem Ipsum</a>.
Version: 1.0
Author: Kasper Solberg
Author URI: http://lorem-ipsum-dolor-sit-amet.com
Tags: 1st position in search engines, birdie, puffin, puffins, solbergs, green, fixed width, two columns, three columns, widgets, clean, minimalistic, lorem ipsum, search engine optimized,

The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php

*/

.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.alignleft {
 float: left;
}

.alignright {
 float: right;
}

/* Body */
* {
 margin:0;
 padding:0;
 outline: none;
}

body {
 background-color: #fff;
 color: #666666;
 font-size: 13px;
 font-family:"lucida grande", Arial, Helvetica, sans-serif;
}

#wrap {
 background: url(img/bg_wrap.gif) repeat-y center #fff;
 margin:0 auto;
 width: 970px;
}

/* Links */
a {
 color:#9e1b32;
 text-decoration:none;
}

a:hover {
 color:#000;
}

a img {
 border:0;
}

#content h2 a {
 color: #9e1b32;
 text-decoration: none;
}

#content h2 a:hover {
 color: #333;
 text-decoration: none;
}

/* Header */
#header {
 background: url(img/bg_header.png) left top repeat-x #f5f5f5;
 width:970px;
 margin: 0 auto;
 height: 75px;
 position: relative;
}

#header h1 {
 text-indent: -999em;
 padding-top: 12px;
}

#header h1 a {
 background: url(img/logo_blog.png) no-repeat left top;
 width:347px;
 height: 42px;
 display: block;
 margin-left: 20px;
 color: #9e1b32;
 margin-top: 16px;
}

#header p {
 text-indent: -999em;
 background: url(img/logo_osv.png) no-repeat left top;
 width: 152px;
 height: 47px;
 display: block;
 position: absolute;
 top: 16px;
 right: 246px;
}

#frontphoto {
 margin:0;
}

/* Sidebars */
#leftside {
 clear:left;
 float:left;
 line-height:1.5em;
 margin:20px 25px 0 0;
 padding: 0 15px;
 width:185px;
 color: #000;
}

#extras {
 float:right;
 line-height:1.4em;
 margin:0 0 0 25px;
 padding: 20px 15px;
 color: #000;
 width:185px;
}

#leftside p, #leftside ul, #leftside div.textwidget, #extras p, #extras ul, #extras div.textwidget {
 font-size:0.9em;
 margin:0 0 18px;
}

#leftside li, #extras li {
 line-height:1.2em;
 list-style:none;
 margin:0 0 6px;
}

#leftside ul ul, #extras ul ul {
 margin:6px 0 0 10px;
}

#leftside ul ul li, #extras ul ul li {
 margin:0 0 4px;
}

#leftside ul ul li a, #extras ul ul li a {
 font-weight:normal;
}

#leftside ul.linklist, #extras ul.linklist {
 font-size:1em;
}

#leftside ul.linklist ul, #extras ul.linklist ul {
 margin:0 0 20px;
}

#leftside ul.linklist ul li a, #extras ul.linklist ul li a {
 font-weight:bold;
}

#leftside h2, #leftside ul.linklist li h2, #leftside h3, #extras h2, #extras ul.linklist li h2, #extras h3, table#wp-calendar caption {
 background-color:inherit;
 color:#000;
 font-size:1.1em;
 font-weight:bold;
 text-align:left;
 margin:0 0 6px;
}

#leftside label, #extras label {
 display:none;
}



/* Main menu */
ul.page {
 list-style:none;
 margin:0 0 20px;
 width:140px;
}

ul.page li {
 display:inline;
 line-height:1.4em;
 width:140px;
}

ul.page li a {
 color:#000;
 float:left;
 font-weight:bold;
 margin-bottom:5px;
 padding:5px 1px 5px 0;
 text-decoration:none;
 width:130px;
}

ul.page li a:hover, ul.page li.current_page_item a {
 color:#000;
}

ul.page li.current_page_item a {
font-size: 1.2em;
}

ul.page ul {
 font-size:0.9em;
 margin:0 0 0 15px;
 padding:0 0 5px;
 width:125px;
}

ul.page ul a {
 padding:3px 1px 3px 5px;
 width:115px;
}

ul.page ul ul {
 width:113px;
}

ul.page ul ul a {
 width:100px;
}

/* Content */
#content {
 line-height:1.6em;
 margin: 20px 235px 5px;
 padding:0;
}

#contentwide {
 line-height:1.6em;
 margin: -5px 0 0 215px;
 padding: 25px 25px;
 background-color: #fff;
}

#content h2 {
 font-size:1.6em;
 line-height: 1.4em;
 margin: 1em 0;
 font-weight: bold;
 color: #9e1b32;
}

#content h3, #contentwide h3 {
 font-size:1.4em;
 margin:0 0 8px;
}

#content img, #contentwide img {
 border:1px solid #d0d0d0;
 margin: 10px 0;
}

#content ul, #contentwide ul, #content ol, #contentwide ol {
 margin:0 0 16px 20px;
}

#content li, #contentwide li {
 padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol {
 margin:0 0 0 16px;
}

/* Footer */
#footer {
 background-color: #fff;
 border-top:2px solid #e0e0e0;
 font-size:0.9em;
 clear:both;
 color:#777;
 font-weight:normal;
 line-height:1.7em;
 padding:10px 0;
 text-align:center;
 width:970px;
}

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

#footer a {
 color:#777;
 font-weight:normal;
 text-decoration:none;
}

#footer a:hover {
 color:#555;
 text-decoration:underline;
}

#footer strong a {
 font-weight:bold;
}

#footer #credits {
 padding-top: 5px;
 font-size:0.9em;
 border-top: 3px solid #9e1b32;
}

#credits img {
 vertical-align: middle;
 margin-left: 2px;
}

/* Subpage menu */
#subpages {
 border-bottom:1px solid #e0e0e0;
 border-left:1px solid #e0e0e0;
 float:right;
 font-weight:bold;
 line-height:1.3em;
 margin:-5px 0 8px 15px;
 padding:0 0 10px 10px;
 width:190px;
}

#subpages h2 {
 font-size:1.2em;
 font-weight:bold;
 letter-spacing:-1px;
 line-height:1.3em;
 margin:0 0 12px;
}

#subpages ul.submenu {
 line-height:1.4em;
 list-style:none;
 margin:0;
}

#subpages ul.submenu li {
 display:inline;
 line-height:1.4em;
 width:180px;
 padding:0;
}

#subpages ul.submenu li a {
 color:#9e1b32;
 float:left;
 font-weight:bold;
 margin-bottom:5px;
 padding:3px 1px 3px 5px;
 text-decoration:none;
 width:180px;
 
}

#subpages ul.submenu li ul {
 margin:0 0 5px 10px;
 width:170px;
}

#subpages ul.submenu li ul li a {
 width:170px;
}

#subpages ul.submenu li ul ul {
 margin:0 0 5px 10px;
 width:160px;
}

#subpages ul.submenu li ul ul li a {
 width:160px;
}

#subpages ul.submenu li ul ul ul {
 margin:0 0 5px 10px;
 width:150px;
}

#subpages ul.submenu li ul ul ul li a {
 width:150px;
}

#subpages ul.submenu li a:hover, #subpages ul.submenu li.current_page_item a {
 color:#555;
}

#subpages ul.submenu li.current_page_item ul li a {
 color:#555;
}

/* Tags */
p, ul, ol {
 margin:0 0 18px;
}

blockquote {
 border-left:0px solid #e0e0e0;
 margin:20px;
 padding:8px 8px 8px 15px;
}

blockquote p {
 background-color:inherit;
 color:#666;
 font-size:0.9em;
 line-height:1.3em;
}

label {
 background-color:inherit;
 color:#666;
 font-size:0.9em;
 font-weight:bold;
}

table#wp-calendar {
 margin:0 0 20px;
 width:185px;
}

code {
 font-size:1.2em;
 display:block;
 padding:5px 5px 5px 8px;
 background-color:#f4f4f4;
 margin:5px 0 15px 0;
 border-left:0px solid #cccccc;
}

/* Forms */
#s, #submit {
 background-color:#ffffff;
 border:1px solid #cccccc;
 color:#666;
 font-size:0.9em;
 margin:0 0 16px;
 padding:4px;
 width:130px;
}

#author, #email, #url, #comment {
 border:1px solid #cccccc;
 font-family:Book Antiqua, Verdana, Tahoma, Arial, Sans-Serif;
 font-size:1em;
 margin:0;
 padding:4px;
}

#commentsection {
 margin:25px 0 0;
}

#commentsection p {
 margin:0 0 6px;
}

/* Float fix */
.contenttext {
 overflow:hidden;
}

* html .contenttext {
 height:1px;
 overflow:visible;
}

* html .contenttext p {
 overflow:hidden;
 width:99%;
}

/* WP image align classes */
img.centered {
 display:block;
 margin-left:auto;
 margin-right:auto;
}

img.alignright {
 padding:4px;
 margin:0 0 2px 7px;
 display:inline;
}

img.alignleft {
 padding:4px;
 margin:0 7px 2px 0;
 display:inline;
}

.alignright {
 float:right;
}

.alignleft {
 float:left;
}

/* Various classes */
.left {
 border:1px solid #cccccc;
 float:left;
 margin:10px 15px 10px 0;
}

.right {
 border:1px solid #cccccc;
 float:right;
 margin:10px 0 5px 10px;
}

.center {
 border:1px solid #aaaaaa;
 margin:5px auto 12px;
 text-align:center;
}

.textright {
 text-align:right;
}

.small {
 font-size:0.8em;
}

.bold {
 font-weight:bold;
}

.hide {
 display:none;
}

.post {
 margin:0 0 25px;
}

.postinfo {
 background-color:#f4f4f4;
 border-left:0px solid #cccccc;
 color:#666;
 font-size:0.9em;
 line-height:1.5em;
 margin:1px 0 30px;
 padding:8px 5px 8px 8px;
}

.comment {
 background-color:#f4f4f4;
 border-left:0px solid #cccccc;
 color:#666;
 margin:0 0 10px;
 padding:8px 5px 0 8px;
}

.comment p {
 font-size:0.9em;
 line-height:1.3em;
 margin:0 0 6px;
 padding-bottom:5px;
}

.gravatarside {
 float:right;
 width:48px;
 height:48px;
 margin:0 5px 5px 5px;
}

.navigation {
 display:block;
 margin:10px 0 20px 0;
 padding:0;
 text-align:center;
}

.navigation p {
 margin:0;
 padding:0;
}

.prevlink {
 margin-right:20px;
}

.nextlink {
 margin-left:20px;
}

/* translate */

.translate_block {
   background-color: #eaeaea;
   padding: 2px 15px 2px 25px;
   margin-bottom: 10px;
   font-size: 11px;
   font-weight: bold;
   background: url(img/arrow_switch.png) no-repeat left center;
   }

#google_translate_element {
   position: absolute;
   top: 2px;
  right: 5px;
  text-align: right;
}
.goog-te-gadget {
  font-size: 9px !important;}
