/*
Theme Name: ZLDA Lefty
Theme URI: http://www.zlda.nl
Description: Custom Wordpress Theme for mevrouw Zelda Beauchampet.
Version: 1.0
Author: Khanh Ly
Author URI: http://www.khanh.nl
Tags: naked, clean, basic
*/

html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 0.8em;
	line-height: 1.35em;
	background-color: #EFEFEF;
	color: #242424;
}

#wrapper {
	height: 100%;
	width: 890px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
/* START MENU */
	
#main-menu {
	width: 200px;
	float: left;
	margin-right: 50px;
	}
	
#header {
	width: 200px;
	height: 100px;
	margin-top: 0px;
	margin-bottom: 10px;
	float: right;
	}
	
#header img {
	left: 90px;
	position: relative;
	}

#header a {
	text-decoration: none;
	outline: none;
	border: none;
	}
	
#signature {
	float: right;
	width: 120px;
	height: 25px;
	margin-top: 5px;
	}
		
#sidebar {
	text-align: right;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul li h2 {
	text-transform: none;
	}
	
#sidebar ul li, #sidebar ul ul {
	font-weight: bold;
	text-transform: uppercase;
	}

#sidebar ul li a {
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
	border: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

#credits {
	text-align: right;
	margin-top: 15px;
	margin-bottom: 100px;
	}

#credits p {
	color: #222;
	font-size: 72.5%;
	text-transform: uppercase;
	}
	
#credits p a:link, #footer p a:active, #footer p a:visited  {
	color: #FFF;
	border: none;
	}

#credits p a:hover {
	color: #F60;
	border: none;
	}

/* END MENU */



/* START CONTENT */
	
#content-wrapper{
	width: 640px;
	float: left;
	margin-top: 145px;
	}
	
.content-desc-wrapper {
	width: 640px;
	}
	
.content-desc-wrapper div h2 {
	float: left;
	width: 180px;
	}

.spacer {
	width:20px;
	height: 10px;
	margin-top: 27px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FCB1B8;
	}
	
.content-desc, .content-img {
	width: 420px;
	float: right;
	margin-top: 3px;
	}

.date {
	float: left;
	margin-top: 8px;
	text-transform: uppercase;
	}
	
.content-desc img {
	display: none;
	}

.content {
	width: 640px;
	float: left;
	}

#info img {
	display: none;
	}

.addthis_toolbox {
	clear: both;
	width: 640px;
	height: 20px;
	padding: 0px;
	}

.addthis_toolbox a {
	text-decoration: none;
	outline: none;
	border: none;
	}

.break-single {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 640px;
	clear: both;
	}
	
/* END CONTENT */


/* START TEXT ELEMENTS */

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	}
	
h2 {
	font-size: 1.6em;	
	}

h1 a, h2 a, h3 a, h4 a {
	border: none;
	}
	
.post {
	margin-bottom: 20px;
	}

p, .post img {
	margin-bottom: 18px;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	padding-right: 30px;
	padding-bottom: 30px;
}

.alignright {
   float: right;
   padding-left: 30px;
   padding-bottom: 30px;
}

/* END TEXT ELEMENTS */


/* START LINKS */

a {
	text-decoration: none;
	color: #242424;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #242424;
}

a:hover {
	text-decoration: none;
        color: #a9a6a4;
}

a img {
	border: none;
}

/* END LINKS */

.post ul {
	margin-left: -40px;
	margin-top: 1px;
	}

.linkcat {
	width: 193px;
	list-style-type: none;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
	}

.linkcat h2 {
	font-family: Helvetica, sans-serif, Arial;
	text-transform: uppercase;
	font-style: normal;
	font-size: 1em;
	line-height: 1.35em;
	font-weight: bold;
	}
	
.linkcat ul, linkcat li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 10px;
	}

.clear {
	clear: both;
	}

#social-links-wrapper {
	width: 200px;
	overflow: auto;
	margin-bottom: 10px;

	}
	
.social-link {
	float: right;
	margin-left: 2px;
	margin-bottom: 2px;
}

#icon-rss {
	background-image: url(gfx/icons-social.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 50px;
	background-position: 0px 0px;
	border: none;
}

#icon-rss:hover {
	background-image: url(gfx/icons-social.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 50px;
	background-position: -80px 0px;
	border: none;
}

#icon-facebook {
	background-image: url(gfx/icons-social.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 80px;
	background-position: 0px -20px;
	border: none;
}

#icon-facebook:hover {
	background-image: url(gfx/icons-social.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 80px;
	background-position: -80px -20px;
	border: none;
}

#icon-twitter {
	background-image: url(gfx/icons-social.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 75px;
	background-position: 0px -40px;
	border: none;
}

#icon-twitter:hover {
	background-image: url(gfx/icons-social.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 75px;
	background-position: -80px -40px;
	border: none;
}
	
