/*  
Theme Name: LifeFeed
Version 0.2
Theme URI: http://www.mx981.com
Description: 
Author: Nic Magnier
Author URI: http://www.mx981.com
*/

/* General CSS settings */
html {-webkit-font-smoothing: antialiased;}

body {
	margin:0em;
	font-size: 75%;
	line-height: 1.5;
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif; 
}

/* The underline is a background picture, it is slightly shited when hover to confirm user input. For some elements like picture, we need to add the nodeco class to avoid having the background */
a { 
	text-decoration: none;
	background: transparent url(img/underline.png) repeat-x scroll bottom right;
	padding-bottom:2px;
}
a:hover {
	background: transparent url(img/underline.png) repeat-x scroll bottom left;
	padding-bottom:2px;
}
a:visited {
	background-image: none;
	padding-bottom:2px;
}
a.nodeco, a img {
	background-image: none;
	padding-bottom:0px;
	border: 0;
}

.widget_text a {
	font-weight: bold;
	font-size: 1.8em;
	color: white;
	background-image: none;
	text-shadow: 0px -1px 0px rgba(64, 64, 64, 0.5);
}
.widget_text a:visited {
	color: white;
}
.widget_text a:hover {
	color: white;
	text-decoration: underline;
}

blockquote {
	margin: 0em;
	font-family: Georgia; 
	font-size: 0.9em;
	font-style: italic;
	padding: 0.5em;
	padding-left: 1em;
	border-left: 0.3em solid black;
}
blockquote:before {
	content: open-quote;
}
blockquote p {
	margin: 0em;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright, img[align="right"] {
	float: right;	padding: 4px;
	margin: 0 0 2px 7px;
}

img.alignleft, img[align="left"] {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}


/* Basic structures */
#header {
	text-align: center;
	
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	margin-bottom: 4em;
	
	color: white;
	background-color: #60A0E0;
	background-image: url(img/headerBG.png);
	border-bottom: 1.5em solid #444;
}

#header h1{
	font-family: Impact, Futura;
	font-size: 5em;
	margin: 0;

	text-shadow: -1px -1px rgba(48,48,48,0.5);
}
#header a {
	color: white;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 480px;
}

#footer {
	text-align: center;
}

#sidebar {
	font-size: .9em;
	background-color: #CCC;
	background-image: url(img/footerBG.png);
	color: #444;
	margin-top: 5em;
}
#sidebar:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Use to make the sidebar div visible because all widget are in float */

#sidebar h2 {
	font-size: 1.8em;
	margin-bottom: 0.2em;
}

#sidebar li.widget {
	list-style-type: none;
	margin: 2em;
	width: 240px;
	float: left;
}

.entry {
	font-family: 'Trebuchet MS';
	font-size: 1.1em;
	margin-bottom: 4em;
	background: transparent url(img/topbg.png) no-repeat scroll top left;
	padding: 20px;
	padding-top: 10px;
	
	-webkit-transition: height 2s ease-in-out;
	height: 60px;
	overflow: hidden;
}
.post {
	position:  relative;
}
.bottom_entry {
	position: absolute;
	bottom: 0;
	height: 32px;
	width: 100%;
	z-index: 100;
	background: transparent url('img/bottom_entries.png') repeat-x center bottom;
}
.entry img {
	margin: 0em;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	border-color: #60A0E0;
	padding: 4px;
}
.entry small {
	font-size: 0.9em;
	text-align: right;
	color: #666;
	margin: 0;
}

.entry h2 {
	margin-top: 0;
}

.entry h3 {
	width: 100%;
	border-width: 0px;
	border-style: solid;
	border-top-width: 1px;
	
	margin-top: 2em;
	padding-top: 0.5em;
	padding-left: 0.5em;
}

.entry .brick {
	display: block;
	width: 100%;
	margin: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em;

	text-align: center;
	font-size: 0.9em;
	font-style: italic;

	border-style: solid;
	border-width: 1px;
}

.entry .brickright {
	float: right;
	margin-left: 1em;
	padding: 0.5em;

	text-align: center;
	font-size: 0.9em;
	font-style: italic;

	border-style: solid;
	border-width: 1px;
}

.entry .brickleft {
	float: left;
	margin-right: 1em;
	padding: 0.5em;

	text-align: center;
	font-size: 0.9em;
	font-style: italic;

	border-style: solid;
	border-width: 1px;
}
	
.brick, .brickleft, .brickright {
	color: #444;
	border-color: #AAA;
	background-color: #EEE;
}

.navigation {
	padding-bottom: 2em;
	font-weight: bold;
}
.navigation .alignleft {
	float: left;
	text-align: left;
	width: auto;
}
.navigation .alignright {
	float: right;
	text-align: right;
	width: auto;
}

/* Color Scheme */

body {
	color: #222;
	background-color: #FAFAFA;
}

blockquote {
	color: #444;
	border-left-color: #60A0E0;
}

a, a:visited, a:hover {
	color: #60A0E0;
	border-color: #60A0E0;
}


.pageentry h3 {
	border-color: #AAA;
	font-weight: bolder;
}


