/*
Theme Name: WeDoLove Design
Theme URI: http://wedolove.com/
Description: Theme for WeDoLove Design
Version: Alpha
Author: Carlo Rizzante
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php

*/

/* Reset browser defaults */
@import url('styles/reset.css');


/* body and #wrap
_____________________________________________________________________________________________________*/

html>body #content {
	height: auto;
	/* min-height: 580px; */
}

img {
	overflow: hidden;
}

body {
	height: 100%; 
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#wrap {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}


/* hr and various
_____________________________________________________________________________________________________*/


/* header
_____________________________________________________________________________________________________*/


/* top-menu
_____________________________________________________________________________________________________*/


/* content
_____________________________________________________________________________________________________*/


/* featured-works (it's in the index.php, so don't worry) & portfolio (this one has its own page)
_____________________________________________________________________________________________________*/


/* Blog page / post-area
_____________________________________________________________________________________________________*/


/* r-aside
_____________________________________________________________________________________________________*/


/* m-area
_____________________________________________________________________________________________________*/


/* l-area
_____________________________________________________________________________________________________*/


/* contact-area & page-contact
_____________________________________________________________________________________________________*/


/* page-about
_____________________________________________________________________________________________________*/


/* services-page
_____________________________________________________________________________________________________*/


/* page-services icons
_____________________________________________________________________________________________________*/


/* page-rfp
_____________________________________________________________________________________________________*/


/* sidebar-l
_____________________________________________________________________________________________________*/


/* sidebar-r
_____________________________________________________________________________________________________*/


/* li & feed
_____________________________________________________________________________________________________*/


/* comment area
_____________________________________________________________________________________________________*/


/* gravatar settings
_____________________________________________________________________________________________________*/


/* calendar (if any)
_____________________________________________________________________________________________________*/


/* footer
_____________________________________________________________________________________________________*/


/* utilities
_____________________________________________________________________________________________________*/

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear: both;
}

.clearing {
	clear: both;
	height: 0;
	overflow: hidden;
	margin: -1px 0 0 0;
}


/* END style.css
_____________________________________________________________________________________________________*/