/*
Theme Name: Delavega
Theme URI: http://delavega.fr/
Description: Delavega Creation Template.
Version: 1.0
Author: Adrien Gibrat
Author URI: http://adrien.gibrat.free.fr/
Tags: simple, delavega

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

*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
    background: #000;
    color: #fff;
	text-align: center;
}
body,
h1,
ul,
li {
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 2em;
}
a {
    color: inherit;
    outline: none;
}
a:hover {
    text-decoration: none;
}
a img {
    border: none;
}
.clear {
    clear: both;
}
#page {
    /*width: 80%;
    margin: 0 auto;*/
    text-align: left;
}
#header,
#content ul.grid li {
    float: left;
}
#header h1 {

}
#header h1 a {
    display: block;
    height: 150px;
    width: 300px;
    background: url(logo.jpg) no-repeat;
    text-indent: -9999em;
}
#header .description {
    display: none;
}

/* Grid list */
#content ul.grid,
#content ul.grid li {
    list-style: none;
}
#content ul.grid li a {
    display: block;
}
#content ul.grid li,
#content ul.grid li a,
#content ul.grid li a img {
    width: 150px;
    height: 150px;
}
#sidebar {
    display: none;
}
.fill {
    color: black;
    text-align: center;
    line-height: 150px;
    font-size: medium;
    font-weight: bold;
    text-indent: -999em;
}
.fill:hover,
.fill.hover {
    text-indent: 0;
}
.graphisme {
    background: cyan;
}
.illustration {
    background: magenta;
}
.website {
    background: yellow;
}
.maquette {
    background: white;
}
.pagetitle,
.post {
    clear: both;
    text-align: center;
}
.pagetitle {
    font-size: 3em;
}
.pagetitle a {
    text-decoration: none;
}

.wp-caption {}
.wp-caption-text {}
.aligncenter {
    margin: 0 auto;

}

input {
    border: 1px solid #ccc;

}
#searchform {
    text-align: center;
}
#searchform label {
    display: block;
}
#s {
    padding: .2em;
}
#s,
#searchsubmit {
    font-size: 3em;
    margin-top: 1em;
}
