/*
	Theme Name: 		The-Simple-Life
	Theme URI: 			http://vinniegarcia.com
	Description: 		A simple theme for a personal weblog.
	Version:			1.0
	Author: 			Vinnie Garcia
	Author URI: 		http://vinniegarcia.com.
	License: 			Creative Commons Attribution-NonCommercial-ShareAlike http://creativecommons.org/licenses/by-nc-sa/2.0/.
*/

/*	
	I like jokes, they keep me up at night.
	Why did the blonde nurse take a red magic marker to work?
	In case she had to draw some blood.
*/

/* undoing some html/browser defaults here */
h1, h2, h3, h4, h5, h6, ul, ol, li, p, form, body { margin: 0; padding: 0; list-style: none; }

/**************** 
 *  main page styles	
 ****************/
body {	
	color: #555;
	background: #fff;	
	font-family: Arial, sans-serif;
}

/* links */
a {	
	color: #444;
	text-decoration: none;
}
a:hover {	
	color: #f28500;	
}

p {	
	font-size: 13px;	
	text-align: left;
	line-height: 160%;	
	margin: 0.8em 0;
}
img {	
	border: 0px;
}

/* headings */
h1, h2, h3, h4, h5, h6 {	
	font-family: "Helvetica Neue", "Helvetica", "Futura", "TW Cen MT", "Century Gothic", "Trebuchet MS", sans-serif;	
	text-transform: lowercase; 
}

h1 { font-size: 2.1em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }

/* formular */
input {	
	font-size: 12px;
	background: #fdfdfd; 
	border: 1px solid #ccc;
	padding: 4px 5px; 
	margin-right: 10px;
}

textarea {
	font-size: 12px;
	background: #fdfdfd; 
	border: 1px solid #ccc;
	padding: 4px 5px; 
	margin-right: 10px;
}

/**************** 
 * Custom classes 
 ****************/
 
.green {
	color: #333;
}

.grey {
	color: #555;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.font_small {
	font-size: 60%;
}

.font_smaller {
	font-size: 70%;
}

.alignleft {
	float: left;
	margin-right: 5px;
}

/**************** 
 *  Post	*
 ****************/

 .posts {
 /*padding: 35px 0 0;*/
 
	padding: 0 10px 0 10px;
	margin-right: 35px;
 }
 
.post {
	margin: 0px 0 45px 0;
}

/* 
 *	posttitle 
 */

.posttitle a {		
	color: #333;
	font-weight: normal;	
}	

.posttitle a:hover {	
	color: #a0cc00;
}

/* 
 *	postcontent 
 */
.postcontent p {	
	
}

.postcontent ul, .postcontent li {	
	list-style: circle;
	list-style-type: circle;
}

.postcontent li {	
	padding: 2px;
	font-size: 12px;		
	margin: 0px 30px 0px 25px;
	line-height: 140%;	
	text-align: justify;	
}

.postcontent a {	
	font-weight: bold;
}

.postcontent img {	
	border: 4px solid #ddd;
}

blockquote { 
	border-left-color: #a0cc00;
	border-left-style: solid;
	border-left-width: 1px;
	color: #777;
	line-height: 160%;
	margin-left: 15px;
	font-size: 12px;
	text-align: justify;
	padding: 0 0 0 15px;
}

.flashvideo {
	height: 320px;
	width: 480px;
}

pre {
	margin-left: 10px;
	font-size: 12px;
	background: #f0f0f0;
	border: 1px solid #ccc;
	border-left: 5px solid #ccc;
	line-height: 24px;
	overflow: auto; 
	width: 465px;
	overflow-Y: hidden;
	
}
pre code {
	margin: 0 0 0 20px;
	padding: 4px 0;
	display: block;
}

.ScribbleLive {
	font-size: 0.8em;	
}

ol.footnotes li {
	font-size: 80%;
	text-align: left;
}

.footnote {
	font-size: 70%;
	margin: 0px;
}

/* 
 *	postmeta 
 */

.postmeta {	
	text-align: right;	
	font-size: 0.7em;		
	margin: 0 0px 10px 0px;
	padding: 3px 5px 3px 0;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	color:  #999;
	height: 15px;
}

/* to be compatible to entries before 09.01.09 */
.subheading {	
	font-size: 16px;	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-weight: bold;	
	text-transform: lowercase;	
	letter-spacing: 0.1em;	
	color: #a0cc00;	
	margin-top: 9px;	
	margin-bottom: 20px;
}

/* to be compatible to entries before 16.04.10 */
.aufzaehlung {
	line-height: 25%;
	font-size: 11px;
}

/**************** 
*  Sidebar 	*
*****************/

.sidebarbox { 
	padding: 0 10px 23px 10px;
}

.sidebarbox h3 {
	font-weight: normal;
}

.sidebarbox li {	
	font-size: 70%;	
	padding-top: 2px;
}

.aktt_more_updates {
	text-align: right;
}

.socialmediabox { 
	padding: 10px 10px 13px 10px;
}

/**************** 
*  Search Form 	*
*****************/

#searchform {
	margin-top: 3px;
}

/**************** 
*  Structure 	*
*****************/

#mainpage {	
	margin: 15px auto;	
	position: relative;	
	width: 810px;
}

#header {
	height: 105px;
	text-align: center;
	margin-bottom: 10px;
}

#posts {	
	float: left; 
	width: 550px;	
}	

#sidebar {	
	float: left;
	width: 204px;	
	background-color: #fff;
}	

#footer {	
	padding-top: 10px;
	clear: both; 
}

@media only screen and (max-width: 767px) and (min-width: 555px)  {
	#mainpage {	
		width: 100%;
	}
	#sidebar {	
		display: none;
	}	
}

@media only screen and (max-width: 555px) and (min-width: 5px)  {
	#mainpage {	
		width: 100%;
	}
	#sidebar {	
		display: none;
	}
	#posts {	
		float: left; 
		width: 95%;
	}	
	.posts {
		padding: 0 10px 0 10px;
	}
}
