/*  
Theme Name: Silkim Books Custom
Theme URI: http://www.silkimbooks.com.au/news/
Description: Custom Wordpress theme for Silkim Books and Kim Toft.
Version: 1.0
Author: eMedia Worx
Author URI: http://www.emediaworx.com.au/
*/



/* Begin Typography & Colors */

#container #header #head_left {
	background: url(/images/header_left_books.jpg) no-repeat;
	height: 136px;
	margin: 0 8px;
}
#container #contentholder #content .top_pic {
	float: left;
	margin:0 0 0 0;
	width: 170px;
}
#container #contentholder #content {
	background:none;
	padding-bottom:33px;
	width: 580px;
}
#container #contentholder #rightmenu {
	float: right;
	font-family:"Lucida Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	background:url(/images/r_menu_bkg.jpg) no-repeat 5px 0;
	width: 142px;
	margin-right:0;
	padding-top: 15px;
	min-height:350px;
}

#container #contentholder #content p {
	padding-left:30px;
	font-weight: bold;
}
#container #contentholder #content ul {
	margin-left:60px;
}
#container #contentholder #content h1 {
	margin: 35px 0 15px 38px;
	font-size: 140%;
}

#container #contentholder #content h2 a {
	color:#000099;
}

#container #contentholder #content p.intro {
	margin: 8px 10px 5px 35px;
	font-size:120%;
	line-height: 1.3;
	color: #000099;
}

#container #contentholder #rightmenu h2 {
	color: #FFFFFF;
	background-color: #006666;
	width: 129px;
	font-weight:bold;
	text-align:center;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #FFFFFF;
	font-size: 80%;
}
#container #contentholder #rightmenu li {
	width: 120px;
	font-weight:bold;
	text-align:center;
	padding: 6px 0;
	margin-left:5px;
	border-top: 1px solid #FFFFFF;
	font-size: 75%;
	list-style-type:none;
}

#container #contentholder #rightmenu ul li:first-child {
	border-top:none;
}

#container #contentholder #rightmenu li:hover {
	width: 119px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color:#66a3a3;
}

#container #contentholder #rightmenu li a{
	color: #006666;
	text-decoration: none;
}

.alt {
	border-top: 1px solid #9F9F9F;
	border-bottom: 1px solid #9F9F9F;
	}

small {
	font-size: 0.7em;
	line-height: 1.5em;
	font-weight:normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */



/* Begin Structure */


.post {
	margin: 0 0 40px;
	}

.postmetadata {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	}
.navigation a{
	padding:1px 4px;
	font-size:75%;
	color: #FFFFFF;
	}
.navigation .alignleft{
width: 47%;
	}
.navigation .alignright{
width: 47%;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
