/*

Theme Name: Voila
Description: Custom theme

*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

html {
  font:62.5% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
}

body {
  background:#00853f url(./images/voila_blog_background.gif) repeat-x; /* Set background image here */
  color:#6b6b6b;
  font-size:1.2em;
}

p, h2, h3, h4, h5, h6 {
  font-size:1.1em;
}

hr {
  border:0;
  border-bottom:1px solid #EAEAEA;
  margin:20px 0;
  height:1px;
}

img {
  border:0;
}

dl {
  color:#6b6b6b;
  margin:10px 0;
}

dt {
  font-weight:bold;
}

dd {
  font-style:italic;
  margin:5px 0 10px;
}

fieldset {
  border:1px solid #DDD;
  padding:10px 20px;
}

form h2 {
  margin-bottom:10px;
}

legend {
  font-size:1.2em;
  color:#6b6b6b;
  padding:0 10px;
}

label {
  font-weight:bold;
}

textarea {
  width:450px;
  height:200px;
  border:1px solid #CCC;
  margin:10px 0;
}

div#wrapper {
  width:950px;
  padding-top:10px;
  margin:0px auto 0;

}

div#masthead {
  position: relative;
  margin-top: -16px;
  padding-top: 16px;
  z-index: 2;
    background:url(./images/top.png) no-repeat top left;

}

div#top {
	width: 920px;
	height: 80px;
}
div#logo {
	width: 239px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	}
div#lang-links {
	/* visibility: hidden; */ /*hide the language links here if the plugin is disabled */
	width: 300px;
	float:right;
	}
div#nav {
	float: right;
	width: 500px;
	padding-right: 12px;
	}
div#topnav {
	clear: both;
	float:right;
	padding-top:8px;
	width: 200px;
	height: 50px;
	}

/* Blog Title */
h1 {
  font:3.2em 'Trebuchet MS', Arial, Helvetica;
  color:#ff7e00;
}

h1 a {
	visibility: hidden; /*keep title for SEO but hide per layout*/
	position:absolute;
}

/* Tagline */
div#top p {
	visibility: hidden;
}



/* Languages links */

div#lang-links ul {
	float: right;
	margin-right: 15px;
	}
	
div#lang-links li {
	float: left;
	display:inline;
	padding:0 3px;
	}
div#lang-links li a{
	color:#00853f;
	text-decoration:none;
	display:block;
	font-size:1em;
	padding-bottom: 1px;
	float: left;
	}
div#lang-links li a:hover {
	border-bottom: 1px solid;
	}
div#lang-links li a.current_page_item {
	/* text-decoration: underline;  */
	border-bottom: 1px solid;
	}

/* Pages Navigation */

div#topnav ul {
  float:right;
  margin-right:22px;
  position:relative;
  z-index:1;
}

div#topnav ul li {
  float:left;
}

div#topnav ul li a {
  color:#00853f;
  text-decoration:none;
  display:block;
  margin-top: 3px;
  font-size:1.2em;
  padding:20px 20px 12px;
}

div#topnav ul li a:hover,
div#topnav ul li.current_page_item a{
	color: #fff;
	margin-top: 3px;
	background:url(./images/current_tab_bck.gif) bottom repeat-x;
}

/* Banner image*/
div#masthead_image {
	padding-left: 16px;
  clear:both;
  background:url(./images/middle.png) repeat-y;
}

a {
  outline:0;
}

/* Page dropshadow */
div#content {
	padding-top: 15px;
  width:920px;
  background:url(./images/middle.png) repeat-y;
}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

div#main {
  padding:0px 25px 10px 35px;
  width:610px;
  float:left;
  clear: right;
}

/* Hey, don't use h1 in the articles-- it's already in the header.
   This is just here because it looks totally funky in the preview at wordpress.net... */
   
div.entry h1 {
  font-size:2.4em;
  font-weight:bold;
}

div.entry h2,
div.entry h3,
div.entry h4,
div.entry h5,
div.entry h6 {
  color:#ff7e00;
  margin:20px 0 10px;
}

div.entry h2 {
  font-size:1.8em;
}

div.entry h3 {
  font-size:1.4em;
}

div.entry table {
  border-collapse:collapse;
  margin:10px 0;
}

div.entry table th,
div.entry table td {
  padding:10px;
  border:1px solid #EAEAEA;
  text-align:center;
}

/* Main header on single pages */
h2.header {
  color:#ff7e00;
  font-size:1.8em;
  font-weight: normal;
  margin:0 0 5px;
  position:relative;
}

div#main h2.header a {
  color:#ff7e00;
  text-decoration:none;
}

h2.header span {
  position:relative;
  background:#FFF;
  padding-right:10px;
  bottom:-5px;
}

/* Secondary headline above comments and comment form */
div#main h3 {
  margin:15px 0 5px;
  color:#ff7e00;
}

div#main p {
  color:#555;
  line-height:1.8;
  margin:10px 0;
}
div#main p strong {
	margin: 0;
	}

div#main a {
  	color: #54b948;
    text-decoration:none;
}

li.readmore {
	width: 57px;
	float: right;
	margin-top: 0px;
	}


.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #B8D1E4;
  background:#F0F0F0;
}

div.article code {
  font-size:1.2em;
}

div.article pre {
  width:500px;
  line-height:1.5;
  font-size:1.2em;
  margin:20px 0;
  overflow:hidden;
}

.article ul, .article ol {
  color:#6b6b6b;
  margin-left:15px;
}

.article ul li {
/*   margin:5px 0; */
  padding-left:15px;
  background:url(./images/square.png) 0 center no-repeat;
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
  color:#999;
  margin-top: 5px;
}

ul.article_footer {
	float: left;
	width: 100%;
	height: 22px;
/*   text-align:left; */
  margin:20px 0;
/*   padding:5px 0px 0px 0px; */
  border-bottom:1px solid #ccc;
  border-width:1px 0;
/*   line-height:1.5; */
}

ul.article_footer li {
  display:inline;
  background:none;
  padding-left:0px;
}

ul.article_footer li.first {
  border-left:0;
}



/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
	padding-top: 6px;
  width:214px;
  float:left;
}

div#sidebarframe {
  background: url(./images/sidebarbottom.png) 0 bottom no-repeat;
	}

/* Positioning for the RSS photo widget and background*/
li.widget_rssphoto{
	width:201px;
	height: 150px;
	background: url(./images/photoblogbackground.png) -8px 13px no-repeat;
}

li.widget_rssphoto>div{
	margin-left: 8px;
	margin-top: 11px;
padding-bottom: 5px;
	}
	
	
div#secondary ul#sidebar {
/*   margin:15px 0 20px; */
	background:url(./images/sidebartop.png) 0 top no-repeat;
	color:#00853f;
	padding: 10px;
}

div#secondary ul#sidebar ul {
	padding-bottom: 10px;
	}


div#secondary ul#sidebar li, div#secondary ul#sidebar h2  {
  margin:5px;
  padding-bottom: 2px;
  font-size:1em;
  line-height:1.5em;
}

/* Sidebar headers */
div#secondary h2 {
  text-transform:uppercase;
  font-weight: bold;
  color:#666;
  font-size:1.1em;
}

div#secondary a {
	color:#00853f;
    text-decoration:none;
}

div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li/*  li  */{
  font-size:1em;
  line-height:1.3em;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}

div#secondary p {
  line-height:1.5;
  margin:5px 0;
  color:#666;
}

/* Search input */
form#searchform {
  position:relative;
  height:22px;
  margin-bottom:10px;
  width: 214px;
}

form#searchform input#s {
  position:absolute;
  top:0;
  height:18px;
  width:175px;
  padding:3px;
  background:url(./images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
}

input#search_submit {
  position:absolute;
  right:0;
}

div#searchagain {
	padding-top: 20px;
	}
div#searchagain h2 {
	padding-bottom: 10px;
	}
/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

ul#footer {
  height:8px;
  width:950px;
  margin:0 auto;
  background:url(./images/bottom.png) no-repeat;
  text-align:left;
  font-size:1em;
  color:#c1d82f;
  padding:15px 0;
}

ul#footer li {
  display:inline;
  margin-left:10px;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#c1d82f;
  text-decoration:none;
}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#ccc;
}

textarea#comment {
  width:500px;
}

#main p.comment_meta {
  margin:0;
  float:right;
}

/* Optional popup window*/
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
}

div.navigation {
  margin:10px 0;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */


