/*  
Theme Name: Light_dotted
Theme URI: http://wptema.xconsult.dk/
Description: Light WP theme with 2-3 column layout with round corner via CSS, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize via custom.css file. 
.
Author: madzzoni.dk
Author URI: http://www.madzzoni.dk/
Version: 1.0
Tags: white, green, round corners, 3 columns, 2 columns, clean, transparent, right sidebar, fixed width, valid xhtml, valid css, custom css file, feedburner, adsense ready, 1024, dropdown categories, widgets, footer navigation, drop down, YellowNote effect.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  }

hr {
  color: #000;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 10pt;
  }

a {
  color: #222;
  text-decoration: none;
  }

a:hover {
  color: #333;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

blockquote {
  background: #f5f5f5;
  border: 1px solid #9ad204;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #222;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background: #fff;
  }


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  padding: 0;
  }

#header {
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  height: 100px;
  border-bottom: 1px dotted #A58A2F;
  border-top: 2px dotted #A58A2F;
  }

#header #topright {
  text-align: right;
  float: right;
  width: 800px;
  margin: 5px 0 0 0;
  color: #cbed6e;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #9ad204;
  font-size: 9pt;
  padding: 0 0 0 15px;
  text-transform: uppercase;
  }
#header #topright li a:hover {
  color: #333;
  text-decoration: underline;
  }

#header #logo {
  float: left;
  width: 600px;
  margin: 2px 0 0 0;
  padding: 0;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #555;
  font-size: 24pt;
  text-decoration: none;
  letter-spacing: -1px;
  }
#header h1 a:hover {
  color: #9ad204;
  text-decoration: none;
  }
#header span {
  padding: 3px;
  color: #111;
  font-size: 12pt;
  }


/* Menu */

#catnav {
  margin: 0px 0 0 0;
  padding: 0;
  clear: both;
  height: 15px;
  width: 960px;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 15px;
  margin: 0;
  padding: 0 15px 0 1px;
  font-size: 10pt;
  color: #9ad204;
  letter-spacing: -1px;
  
  }

#nav li a:hover {
  color: #444;
  text-decoration: 1px underline;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 20px;
  line-height: 20px;
  color: #222;
  border-top: 1px dotted #9ad204;
  background: #d8f195;
  margin: 0;
  padding: 5px 15px 5px 10px;
  filter:alpha(opacity=80);
opacity: 0.8;
-moz-opacity:0.8;
  }
	
#nav li li a:hover {
  border-top: 1px solid #9ad204;
  background: #ddd;
  padding: 5px 15px 5px 10px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 10px 0px 0 0;
  display: inline;
  width: 50px;
  line-height: 70px;
  }



/* Top Content */

#main {
  margin: 5px 10px 0 10px;
  clear: both;
  width: 950px;
  padding-bottom: 5px;
  }
#contentwrapper {
  float:left;
  width: 530px;
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 1px 0;
  font-size: 14pt;
  letter-spacing: -1px;
  color: #333;
  font-weight: normal;
  background: #D2B040;
  padding: 5px;
  }
.topPost {
  margin: 0;
  padding: 0;
  font-size: 10pt;
  }
.topPost h2.topTitle a {
  font-size: 18pt;
  font-weight: normal;
  color: #666;
  letter-spacing: -1px;
  }
.topPost h2.topTitle a:hover {
  text-decoration: underline;
  color: #9ad204;
  }
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 9pt;
  color: #cdcdcd;  
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #cdcdcd;
  }
.topPost p.topMeta a:hover {
  color: #666;
  }
.topPost div.topContent {
  font-size: 10pt;
  color: #444;
  margin: 8px 0;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #333;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #9ad204;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #ccc;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  background: #fff;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #444;
  border: 1px dotted #dfdfdf;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #f1f1f1;
  }
.topPost span.topComments a {
  color: #444;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #444;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #444;
  }
.topPost span.topTags a {
  color: #444;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #444;
  text-decoration: underline;
  }

.topContent img { margin: 5px 10px 10px 0px; float: left; clear: left; }
.topContent img.left { margin: 5px 10px 10px 0px; float: left; clear: left; }
		
.topContent img.right { margin: 0 0 10px 10px; float: right; clear: right; 
}
.topContent img.center { display: block; margin: 0 auto 1.53846em auto; float: none; clear: both; 
}
.topContent img.block { display: block; margin: 0 auto 1.53846em 0; float: none; clear: both; 
}
.topContent img.frame { padding: 9px; border: 1px solid #ddd; background: #eee; 
}

p.note { padding: 0.5em 9px; background: #ffffa0; border: 1px solid #d3d35d;
 }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #9ad204;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #444;
  }


/* Comments */

#comment {
  margin-bottom: 10px;
  background: #f1f1f1;
  width: 510px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  border: 1px dotted #ccc;
  padding: 10px 15px;
  color: #444;
  }
#comment a {
  color: #9ad204;
  }
#comment a:hover {
  color: #333;
  }
#numberofcomments {
  color: #fff;
  font-size: 12pt;
  margin-top: 10px;
  }
ol#commentlist {
  list-style: none;
  margin: 10px 0;
  font-size: 9pt;
  }
#commentlist li {
  margin: 0 0 15px 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #cbed6e;
  }
#commentlist li.alt {
  background: #fff;
  border: 1px solid #010101;
  border: none;
  }
#commentlist li.cleared {
  background: transparent;
  border: none;
  }
#commentlist a:hover {
  color: #444;
  }
#commentlist a.gravatar {
  float: left;
  margin: 0 10px 0 0;
  width: 69px;
  }
#commentlist .commentbody {
  margin: 0;
  padding: 0 5px 0 0;
  float: right;
  width: 400px;
  }
#commentlist .commentbody p a {
  text-decoration: underline;
  }
#commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #555;
  }
#commentlist small.commentmetadata a {
  color: #666;
  }
#commentlist p {
  color: #555;
  }
#comment h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #333;
  margin: 15px 0 0 0;
  padding: 0;
  }
textarea#comment {
  width: 450px;
  background: #fff;
  color: #111;
  }
#comment #submit {
  margin-left: 0px;
  margin-top: -25px;
  }



/* Welcome section */

.roundtop {background: #ffffff;}
.roundbottom {background: #ffffff;}
.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #D2B040;}
.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #D2B040;}
.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #D2B040;}
.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #D2B040;}

#main #welcome {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  background: #fff;
  }
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;
  text-decoration: dotted;
  color: #444;
  letter-spacing: -1px;
  margin: 0px 20px;
  padding: 10px 0px 3px 0px;
  }
#main #welcome p {
  font-size: 10pt;
  color: #444;  
  margin: 0 10px;
  padding: 10px 10px;
  }
#main #welcome .media {
  margin: 0px 0px 0px 10px;
  padding: 20px 0px 5px 20px;
  }
#main #welcome a {
  text-decoration: underline;
  color: #555;
  }
#main #welcome a:hover {
  color: #fb9b05;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #9ad204;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #444;
  }


/* Sidebars */
#sidebars {
  margin: 15px 0 0 0;
  float: right;
  width: 380px;
  color: #222;
  }
#sidebars .sidebarbox {
  background: #CCA027;
  padding: 8px 15px;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 180px;
  }

#sidebar_right {
  float: right;
  width: 180px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 2px 0;
  font-weight: normal;
  font-size: 12pt;
  color: #222;
  letter-spacing: -1px;
  border-bottom: 1px dotted #555;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #222;
  background: url(images/bullet.gif) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #222;
  text-decoration: none;
  }
#sidebars a:hover {
  color: #000;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #222;
  }

#tag_cloud a {
  display: inline;
  text-decoration: none;
  }
#sidebars .rsswidget {
    text-decoration: none;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

#morefoot {
  background: #A58A2F;
  border: 0px solid #dfdfdf;
  padding: 15px;
  color: #111;
  margin: 0 0 10px 0;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 10pt;
  }
#morefoot a {
  text-decoration: underline;
  color: #222;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #333;
  }
#morefoot h3 {
  font-size: 13pt;
  font-weight: normal;
  color: #111;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.png) left 2px no-repeat;
  line-height: 19px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
  clear: both;
  background: #A58A2F
  border: 0px solid #A58A2F;
  padding: 15px 15px 10px 15px;
  }
#footer p {
  font-size: 9pt;
  color: #cbed6e;
  padding: 0;
  }
#footer a {
  color: #cbed6e;
  text-decoration: underline;
  }
#footer a:hover {
  color: #f1f1f1;
  }
#footerleft {
  float: left;
  width: 550px;
  }
#footerright {
  float: right;
  width: 250px;
  text-align: right;
  }

.roundbottomfooter {background: #ffffff; margin: -1px;}
.rf1{margin: 0 5px; height: 1px; overflow: hidden; background: #A58A2F;}
.rf2{margin: 0 3px; height: 1px; overflow: hidden; background: #A58A2F;}
.rf3{margin: 0 2px; height: 1px; overflow: hidden; background: #A58A2F;}
.rf4{margin: 0 2px; height: 2px; overflow: hidden; background: #A58A2F;}

/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }



