/*
Theme Name: Design Candy
Theme URI: http://designcandy.net/
Description: Custom theme for Design Candy.
Version: Beta
Author: Michal Kopanski
Author URI: http://michalkopanski.com/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input{
	border: none;
}

.clearfix{
	display: block;
	clear: both;
}

/* ------------------------------------------------------------------------------------ 

		BEGIN WEBSITE STYLING

 ------------------------------------------------------------------------------------ */
 
body{
	background: url(images/bg.png) top center no-repeat #4e4e4e;
	font-family: "Verdana", Verdana, Geneva, sans-serif;
	font-size: 12px;
}

p{
	color: #666666;
	line-height: 16px;
	letter-spacing: .2px;
}

#wrapper{
	width: 770px;
	margin: 10px auto 0px auto;
}

	#page-top{
		background: url(images/page-top.png) no-repeat;
		width: 770px;
		height: 20px;
	}
	
	#page{
		width: 710px;
		background: url(images/page-bg.png) repeat-y;
		padding: 10px 30px;
	}
	
	#page-bottom{
		background: url(images/page-bottom.png) no-repeat;
		width: 770px;
		height: 20px;
	}
	
#content-wrap{
	padding: 20px 0px;
}

#sidebar{
	width: 200px;
	float: left;
	margin-right: 10px;
}

	li.page_item a{
		background: url(images/nav-bg.png) 0px 0px no-repeat;
		width: 91px;
		height: 28px;
		text-align: center;
		line-height: 28px;
		color: #ffffff;
		font-size: ;
		display: block;
		float: left;
		margin-right: 9px;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	li.page_item a:hover{
		background-position: 0px -28px;
	}

	.nav{
		margin-top: 20px;
	}
	
	#sidebar h2{
		font-weight: normal;
		color: #767676;
		letter-spacing: -2px;
		font-size: 18px;
		display: block;
		border-bottom: 3px solid #cccccc;
		padding-bottom: 10px;
	}
	
	li.archives{
		margin-top: 20px;
	}
	
	#archive li{
		padding: 10px 0px;
		border-bottom: 1px solid #eaeaea;
	}
		
		#archive li a{
			color: #666666;
			text-decoration: none;
		}
		
		#archive li a:hover{
			color: #000000;
		}
		
		ul#social{
			margin-top: 10px;
		}
		
			ul#social a{
				background: url(images/social.png) 0px 0px no-repeat;
				width: 36px;
				height: 37px;
				float: left;
				margin: 0px 3px 0px 0px;
				overflow: hidden;
				text-indent: -9999px;
			}
			
				ul#social a.twitter:hover{
					background-position: 0px -37px;
				}
			
			ul#social a.youtube{
				background-position: -36px 0px;
			}
			
				ul#social a.youtube:hover{
					background-position: -36px -37px;
				}
			
			ul#social a.myspace{
				background-position: -72px 0px;
			}
			
				ul#social a.myspace:hover{
					background-position: -72px -37px;
				}
			
			ul#social a.blogtv{
				background-position: -108px 0px;
			}
			
				ul#social a.blogtv:hover{
					background-position: -108px -37px;
				}
			
			ul#social a.email{
				background-position: -144px 0px;
			}
			
				ul#social a.email:hover{
					background-position: -144px -37px;
				}

div.search{
	background: #ffffff;
	width: 192px;
	height: 18px;
	border: 1px solid #d6d6d6;
	padding: 3px;
}

	div.search input[type="text"]{
		width: 169px;
		height: 14px;
		border: none;
		line-height: 14px;
		padding: 0px;
		border-right: 1px solid #d6d6d6;
	}
	
	div.search input[type="submit"]{
		background: url(images/button-search.png) 0px 0px no-repeat;
		width: 16px;
		height: 16px;
		cursor: pointer;
	}
	
	div.search input[type="submit"]:hover{
		background-position: 0px -16px;
	}

#content{
	width: 490px;
	float: left;
	margin-left: 10px;
}

.post{
	padding-bottom: 10px;
}

.post p{
	margin-top: 10px;
}

.post h2{
	width: 487px;
	height: 30px;
	padding-bottom: 20px;
	padding-top: 10px;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: -1px;
	text-decoration: none;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

	.post h2 a{
		text-decoration: none;
	}

small.date{
	width: 70px;
	float: right;
	text-align: right;
	color: #767676;
	letter-spacing: -1px;
	font-size: 14px;
	line-height: 30px;
}

.title{
	min-width: 380px;
	float: left;
}

	.title{
		color: #bfbfc1;
		font-size: 24px;
		text-transform: lowercase;
	}

	.title small{
		font-size: 9px;
		color: #000000;
		line-height: 14px;
		letter-spacing: .5px;
		text-transform: none;
	}

#respond{
	background: #eaeaea;
	padding: 10px 10px 0px 10px;
}

	#respond h3{
		color: #555555;
		padding: 0px 0px 10px 0px;
		text-transform: uppercase;
	}

form#commentform p{
	padding-bottom: 10px;
}

form#commentform input[type="text"]{
	padding: 5px;
	border: 1px solid #cccccc;
	font-family: "Verdana", Verdana, Geneva, sans-serif;
	font-size: 12px;
}

form#commentform textarea{
	width: 458px;
	padding: 5px;
	border: 1px solid #cccccc;
	font-family: "Verdana", Verdana, Geneva, sans-serif;
	font-size: 12px;
}

form#commentform input[type="text"]:focus,
form#commentform textarea:focus{
	border-color: #666666;
}

form#commentform input[type="submit"]{
	background: #666666;
	border: 1px solid #333333;
	padding: 10px;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
}

	form#commentform input[type="submit"]:hover{
		background: #999999;
		border-color: #666666;
	}

h3#comments{
	border-top: 1px dotted #cccccc;
	padding: 10px 0px;
	color: #555555;
	text-transform: uppercase;
}

.comment{
	border: 1px solid #eaeaea;
	border-bottom: none;
	padding: 10px;
}

.comment-author img{
	float: left;
	margin: 0px 5px 0px 0px;
	border: 2px solid #666666;
}

body.page .post h2{
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
}

#footer{
	background: url(images/bg-footer.png) top center no-repeat;
	padding-top: 25px;
}

	#footer p{
		text-align: center;
		font-size: 9px;
	}

p img{
	padding: 2px;
	border: 1px solid #cccccc;
}

.alignleft{
	float: left;
	margin: 0px 10px 10px 0px;
}

.alignright{
	float: right;
	margin: 0px 0px 10px 10px;
}