/*
Theme Name: Silikon.se
Theme URI: http://www.dizzain.com/blog_customization/
Description: The WordPress theme for site <b>Silikon.se</b>.
Version: 1.0
Author: Dizzain.com
Author URI: http://www.dizzain.com/
*/

/*
	Main styles
*/

html { width: 100%; }

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/18px Verdana, Arial, Tahoma, sans-serif;
	color: #3d3d3b;
	background: #ecd8e4 url("images/back.jpg") left bottom repeat-x;
}

a img, fieldset {
	border: none;
}

legend {
	display: none;
}

p {
	margin: 10px 0 0 0;
}

ul, ol {
	margin: 10px 0 0 20px;
}

pre {
	font: 14px/16px "Courier New", Courier, monospace;
	color: #333;
	margin: 10px 0;
}

a {
	color: #9b1b6a;
}

a:hover {
	text-decoration: none;
}

a:hover, a:active, a:focus {
	outline:none;
}

.overflow {
	overflow: auto;
}

/*
	Layonts
*/

#pattern {
	margin: 0 auto;
	width: 1000px;
	background: url("images/pattern.jpg") center top no-repeat;
	overflow: hidden;
}

#container {
	margin: 25px auto 0;
	width: 765px;
	overflow: hidden;
	background: #fff url("images/container.jpg") 0 0 no-repeat;
}

	#container .bottom {
		width: 765px;
		overflow: hidden;
		background: url("images/footer.gif") left bottom no-repeat;
		min-height: 1100px;
	}

#header {
	margin: 0 auto;
	width: 1000px;
	height: 90px;
	overflow: hidden;
}

#content {
	float: right;
	margin: 20px 30px 0 0;
	width: 430px;
}

#aside {
	float: left;
	width: 260px;
	margin: 20px 0 0 30px;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 765px;
	padding-bottom: 40px;
}


/*
	Tapes
*/

#tapes {
	position: relative;
	/*top: 55px;*/
	width: 945px;
	z-index: 1;
}

	#tapes .l {
		width: 145px;
		height: 298px;
		background: url("images/tape_l.png") 0 0 no-repeat;
		position: absolute;
		left: 40px;
		top: 83px;
	}

	#tapes .r {
		width: 182px;
		height: 228px;
		background: url("images/tape_r.png") 0 0 no-repeat;
		position: absolute;
		top: 55px;
		left: 810px;
	}

/*
	Logo
*/

#logo {
	float: left;
	width: 167px;
	height: 27px;
	margin: 33px 0 0 170px;
}

	#logo h1 {
		position: relative;
		font: bold 32px/35px Arial, Tahoma, sans-serif;
		margin: 0;
		padding: 0;
		background: url("images/logo.png") 0 0 no-repeat;
	}

	#logo h1 a {
		display: block;
		width: 167px;
		height: 27px;
		cursor: pointer;
	}

	#logo h1 span {
		display: none;
	}

/*
	Menu
*/

#menu {
	float: left;
	height: 31px;
	margin: 0 0 0 165px;
	position: absolute;
	top: 84px;
	width: 520px;
}

	#menu ul {
		float: left;
		margin: 0 10px;
		padding: 0;
		list-style-type: none;
		width: 520px;
	}

		#menu ul li {
			float: left;
			margin: 0px 6px 0 0;
			font: bold 17px/31px Arial, Tahoma, sans-serif;
			height: 31px;
		}

		#menu ul li a {
			display: block;
			position: relative;
		}

		#menu ul li a span {
			display: block;
			position: absolute;
			width: 100%;
			height: 31px;
			top: 0;
			left: 0;
			cursor: pointer;
		}

			#menu ul li.h a {
				width: 81px;
			}

				#menu ul li.h a span {
					background: url("images/menu.gif") 0 -62px no-repeat;
					width: 81px;
				}

				#menu ul li.h a.active span {
					background-position: 0 0;
				}

				#menu ul li.h a:hover span {
					background-position: 0 -31px;
				}

			#menu ul li.s a {
				width: 117px;
			}

				#menu ul li.s a span {
					background: url("images/menu.gif") -81px -62px no-repeat;
					width: 117px;
				}

				#menu ul li.s a.active span {
					background-position: -81px 0;
				}

				#menu ul li.s a:hover span {
					background-position: -81px -31px;
				}

			#menu ul li.t a {
				width: 189px;
			}

				#menu ul li.t a span {
					background: url("images/menu.gif") -198px -62px no-repeat;
					width: 189px;
				}

				#menu ul li.t a.active span {
					background-position: -198px 0;
				}

				#menu ul li.t a:hover span {
					background-position: -198px -31px;
				}

			#menu ul li.f a {
				width: 95px;
			}

				#menu ul li.f a span {
					background: url("images/menu.gif") -387px -62px no-repeat;
					width: 95px;
				}

				#menu ul li.f a.active span {
					background-position: -387px 0;
				}

				#menu ul li.f a:hover span {
					background-position: -387px -31px;
				}

#undermenu {
	left: 330px;
	position: absolute;
	top: 115px;
	font: 12px/24px Georgia;
	color: #d586b7;
	height: 30px;
	width:765px;
	text-align:center;
}

	#undermenu span {
		display: none;
		/*background: url("images/undermenu.gif") 0 0 no-repeat;*/
	}

		#undermenu span.s {
			margin-left: 5px;
		}

		#undermenu span.t {
			margin-left: 10px;
		}

		#undermenu span.f {
			margin-left: 10px;
		}

/*
	Slideshow
*/

#slideshow {
	width: 665px;
	height: 200px;
	margin: 30px 0 0 55px;
	position: relative;
}

	#slideshow img {
		border: 1px solid #ffd1ec;
		z-index: 2;
	}

	#slideshow .nav {
		position: absolute;
		top: 45%;
		left: 0;
		width: 100%;
		z-index: 3;
	}

		#slideshow .nav .p {
			float: left;
			z-index: 4;
		}

		#slideshow .nav .n {
			float: right;
			z-index: 5;
		}

		#slideshow .nav img {
			border: 0;
			margin: 0 15px;
		}

/*
	Content
*/

#content .posts {
}

	#content .posts .post {
		background: url("images/post.jpg") 0 0 no-repeat;
	}

		#content .posts .post .entry {
			overflow: hidden;
			margin: 10px 0;
		}

	#content .posts h2 {
		color: #883793;
		font: 22px/26px Georgia;
		margin: 15px 0 0;
	}

		#content .posts h2 a {
			color: #883793;
			text-decoration: none;
		}

	#content .posts p {
		margin: 10px 15px;
	}

		#content .posts p a {
			color: #9b1b6a;
		}

	#content .posts .meta {
		color: #525252;
		font: 11px/14px Georgia;
		margin: 5px 0 20px;
	}

		#content .posts .meta a {
			color: #b0c32e;
		}

	#content .posts .more, #content .posts .coms {
		color: #9b1b6a;
		font: 16px/18px Georgia;
		/*float: right;*/
		text-align: right;
	}

	#content .posts ul {
		margin: 10px 40px;
	}

	#content .posts .entry .date {
		float: left;
		width: 44px;
		height: 44px;
		background: url("images/date.png") 0 0 no-repeat;
		text-align: center;
		color: #6d2470;
		margin: 15px;
	}

		#content .posts .entry .date .d {
			font: bold 20px/20px Arial;
			margin-top: 4px;
		}

		#content .posts .entry .date .m {
			font: bold 15px/16px Arial;
			text-transform: uppercase;
		}

/*
	Navigation
*/

.navigation {
	display: block;
	text-align: right;
	margin: 0 0 20px 0;
	border-top: 2px solid #d094b9;
	font: 17px/20px Verdana;
}

	.navigation a {
		color: #a22a74;
	}

/*
	Sidebar
*/

#aside h3 {
	font: 22px/26px Georgia;
	color: #9b1b6a;
	padding: 20px 20px 10px;
}

#aside p {
	margin: 5px 0 0 20px;
}

#aside ul {
	list-style-type: none;
	margin: 10px 0 0;
	font: 13px/18px Arial, Tahoma, sans-serif;
	color: #838383;
}

	#aside ul li {
		background: url("images/left.png") 0 0 no-repeat;
		width: 264px;
		min-height: 50px;
		margin-bottom: 10px;
	}

	#aside ul li.search {
		background: none;
	}

		#aside ul li ul {
			list-style-type: none;
			margin: 10px 0 0 10px;
			/*color: #838383;
			font: 11px/14px Arial;*/
		}

			#aside ul li ul li {
				list-style-type: none;
				margin: 0;
				padding-left: 10px;
				background: transparent;
				min-height: 1px;
			}

	#aside ul li a {
		color: #413d41;
		text-decoration: none;
	}

/*
	Other styles
*/

#footer p {
	color: #a22a74;
	font: bold 11px/14px Arial;
}

	#footer p a {
		color: #a22a74;
	}

#content .posts h2.pagetitle {
	margin: 10px;
}

/*
	Searchform
*/

#searchform {
	padding: 15px 0 0 15px;
}

	#searchform p {
		margin: 0;
	}

	#searchform input {
		background: #fff;
		border: 1px solid #c297c4;
		float: left;
		color: #c297c4;
		height: 23px;
		width: 160px;
		font: 14px/23px Verdana, Arial, Tahoma, sans-serif;
	}

		#searchform input#searchsubmit {
			cursor: pointer;
			height: 25px;
			width: 56px;
			background: url("images/search.gif") 0 0 no-repeat;
			border: 0 none;
			margin: 0 10px;
		}

/*
	Images
*/

p img {
	padding: 0;
	max-width: 100%;
	margin: 5px;
	border: 5px solid #fff;
}

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

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*
	Comments
*/

.comments {
	overflow: hidden;
	margin: 0 15px;
	border-top: 2px solid #d094b9;
}

h3#comments, #respond h3 {
	color: #883793;
	font: 22px/26px Georgia;
	margin: 15px 0 0;
}

.commentlist {
	padding: 0;
	margin: 0;
}

	.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 0 10px;
		list-style: none;
	}

		.commentlist li ul li { 
			margin-left: 10px;
		}

	.commentlist li .avatar { 
		float: right;
		border: 1px solid #eee;
		padding: 2px;
		background: #fff;
	}

	.commentlist cite, .commentlist cite a {
		font-weight: bold;
		font-style: normal;
	}

	.children { padding: 0; }

	.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
	}

	.commentmetadata {
		margin: 0;
		display: block;
	}

#comment {
	width: 95%;
}

#respond {
	margin-bottom: 10px;
}

#author, #email, #url, #comment {
	background: #fff;
	border: 1px solid #cad2d8;
	color: #000;
	font: 14px/18px Arial;
	padding: 3px 2px;
}
