/* @override http://louisemethedesign.com/wp-content/themes/louise/style.css */

/* 
Theme Name: Louise
Theme URI: http://vizou.com
Version: 1.0
Author: Vizou
*/

/* @group Basic */

* {  	
padding: 0;
margin: 0; 
}

html, body {
height: 100%;
}

/* Opera Fix */
body: before {
content:"";
height: 100%;
float: left;
width: 0;
margin-top: -32767px;
}

body {  	
color: #333; 
font: normal 78% "Droid Serif", lucida, "Trebuchet MS", Helvetica, sans serif; 
line-height: 20px;
text-align: center; 
background: url(images/top.jpg) repeat-x;
}

p {  	
font-size: 1em;
padding: 0 0 5px 0;
}

a {  	
color: #a0b6dc; 
text-decoration: none; 
}

a:hover {  	
color: #888; 
}

ul {  	
list-style: none; 
}

img {  	
border: 0;
}

strong {  	
color: #000;
font-weight: normal; 
}

em {  	
color: #bbb; 
font-style: normal;
font-weight: lighter;
text-transform: lowercase;
}

blockquote {  	
margin: 10px 80px 10px 0; 
font-style: italic;
padding: 0 20px;
border-left: 1px dashed #cecdca; 
}

blockquote p em {  	
background: url(icons/comment.png) no-repeat  0 50%; 
padding: 3px 0 3px 20px;
}

/* @end */

/* @group Structure */

.which-template {  	
display: none;
color: red; 
}

#container {  	
width: 900px;
text-align: left;
overflow: hidden;
margin: 0 auto;
min-height: 100%;
}

#subOne {  
width: 100%;
clear: both;
}

#subOneContent { 	
height: 120px;
overflow: hidden;
padding: 0 50px;
}

#menu { 
padding-top: 40px;
overflow: hidden;  
font-family: "Yanone Kaffeesatz", Helvetica, arial, sans serif;
}

#menu .name {  	
font-size: 3.6em; 
color: #cecdca;
font-weight: normal;
}

#menu .name a {  
font-size: 60px;
letter-spacing: -1px;	
color: #cecdca;
text-transform: none;
}

#menu span {  	
display: inline;
margin-left: 20px;
}

#menu span a {  
font-size: 1.8em; 
text-transform: lowercase;
letter-spacing: 1px;
color: #cecdca; 
font-weight: normal;  
}

#menu a:hover,
#menu .current_page_item a:hover {  	
color: #888; 
} 

#menu .current_page_item a {  	
color: #fff; 
}

#mainOne {  	
width: 100%;
overflow: auto;
padding-bottom: 100px; /* sticky */
}

#mainOneContent {  	
padding: 20px 50px; 
overflow: hidden;
}

#projects .submenu {
overflow: hidden;
margin: 0 0 10px 0;
text-align: center;
}

#projects p a {
color: #aaa;
display: inline;
padding: 0 5px;
border-right: 1px solid #ddd;
white-space: pre-wrap; 
}

#projects a:hover {
color: #000;
}

#footer {  	
overflow: hidden;
clear: both;
width: 100%; 
height: 100px;
text-align: center;
position: relative; /* sticky */
margin: -100px auto 0 auto; /* sticky */
}

#footerContent { 	
color: #9d9f9c;
font-size: 0.9em;
padding: 20px 0;
text-transform: uppercase;
}

/* @end */

/* @group Content */

.post.grid {  	
float: left;
width: 25%;
height: 170px;
text-align: center;
padding: 5px 30px;
}

#mainOne .post.grid a {
text-decoration: none;
}

.border {  	
border-bottom: 1px solid #eee;
}

.entry {  
overflow: hidden;
}

/* cloud */

#cloud {  	
margin: 20px 0;
line-height: 36px;
text-transform: lowercase;
}

#cloud a {  	
margin: 20px;
color: #cecdca;
border: 1px solid #eee;
padding: 0 10px;
border-radius: 6px;
line-height: 60px;
}

#mainOne .gallery {
margin-top: 20px;
}

#mainOne .gallery-item {
border-bottom: 1px solid #ddd;
width: 25%;
max-height: 150px;
padding: 10px 0;
}

#mainOne .gallery img.attachment-thumbnail {
border: 0;
float: none;
padding: 0 20px;
text-align: center;
}

#mainOne .gallery-caption {
color: #666;
font-size: 1.2em; 
padding: 0 10px;
text-align: center;
}

img.alignnone,
img.attachment-large {
float: none;
padding: 10px 0;
}

img.alignleft,
.wp-caption.alignleft,
img.attachmment-thumbnail {
float: left;
padding: 0;
margin: 0 20px 5px 0;
}

img.alignright,
.wp-caption.alignright {
float: right;
padding: 0;
margin: 0 0 5px 20px;
}

.search-tag {
color: #888;
}

.postmetadata {  	
color: #fff; 
margin: 0; 
padding: 0; 
}

.more {  	
font-size: 0.9em;
text-transform: uppercase;
}

#mainOne .pagination  {  	
overflow: hidden;
margin: 0 160px 0 0;
text-align: left;
font-family: "Yanone Kaffeesatz", Helvetica, arial, sans serif;
font-weight: lighter;
display: block;
float: right;
}

.pagination ol.wp-paginate li {  
display: block;
margin: 5px auto;
padding: 0;
}

.pagination .wp-paginate .title {  
display: block;
margin-bottom: 10px;
color: #fff; 
text-transform: lowercase;
letter-spacing: 1px;
font-size: 1.2em;
}

.pagination .wp-paginate a.page { 
color: #555; 	
background-color: #eee; 
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; 
border: 0;
}

.pagination .wp-paginate a.next,
.pagination .wp-paginate a.prev {  	
background: #000;
color: #fff;
border: 0; 
}

.pagination .wp-paginate a.prev{  	
background: url(icons/up.png) no-repeat;
padding: 5px;
}

.pagination .wp-paginate a.next {  	
background: url(icons/down.png) no-repeat;
padding: 5px;
line-height: 50px;
}

.pagination .wp-paginate .page.current {  	
background-color: #cecdca; 
color: #fff;
border: 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; 
}

.navigation {  	
margin: 18px; 
}

#footerContent a {  	
color: #9d9f9c;
}

.admin {  	
background: url(icons/process.png) no-repeat 0 0;
padding: 3px 0 3px 18px;
}

.rss {  	
background: url(icons/rss.png) no-repeat 0 0;
padding: 3px 0 3px 17px;
margin-left: 10px;
}

.stats {  	
background: url(icons/chart.png) no-repeat 0 0;
padding: 3px 0 3px 18px;
margin-left: 10px;
}

/* @end */

/* @group Headers */

h1, h2, h3, h4, .gallery-caption {  	
font-family: "Yanone Kaffeesatz", Helvetica, arial, sans serif;
font-weight: lighter; 
line-height: 100%;
}

h1 {  	
padding: 9px 0;
margin: 0;
color: #ddd;
font-size: 2.3em;
}

h2 { 
font-size: 2.8em; 
line-height: 100%;
color: #cecdca;
padding: 15px 0;
font-weight: lighter;
}

h2 a {  	
color: #9d9f9c; 
}

h3 {  	
color: #beb5b3;
font-size: 1.4em; 
letter-spacing: 1px;
text-transform: uppercase;
margin: 20px 0 10px 0;
}

h3 a {
color: #beb5b3;
}

.post.grid h3 a {
text-align: center;
padding-bottom: 10px;
font-size: 1em;
}

/* @end */
