/*
Theme Name: CuteGeek2
Theme URI: http://wordpress.org/
Description: The updated and super sexy design of CuteGeek.com
Version: 2.0
Author: Tim Kimberl
Author URI: http://www.vastyles.com/
Tags: tear, pink, fixed width, two columns, widgets
*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background-color: #63d2d2;
	background-image: url(images/bg_kitchen.png);
	color: #69555f;
	font: normal 13px/150% Helvetica, Arial, Sans-Serif;
}

input,
button,
textarea,
select {
	font: 13px Helvetica, Arial, Sans-Serif;
}

a,
a:link,
a:visited {
	color: #009898;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

a:hover,
a:active {
	color: #ff66cc;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#container {
	background: url(images/body_top_bg.png) repeat-x;
	min-height: 350px;
	z-index: 1;
}

#header,
#nav,
#wrapper,
#footer {
	margin: 0 auto;
	width: 980px;
	z-index: 2;
}

#header {
	padding: 10px 0;
	display: block;
}

	#header h1 {
		float: left;
		margin-left: 5px;
		padding-top: 13px;
	}

		#header h1 a {
			background: url(images/header_logo_alt.png) no-repeat;
			display: block;
			text-indent: -9000px;
			width: 237px;
			height: 75px;
		}

		#header h1.alt a {
			background: url(images/header_logo.png) no-repeat;
		}

	#header-goodie {
		float: right;
		margin-right: 5px;
		width: 728px;
		height: 90px;
	}


#wrapper {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,.25) 0 5px 10px;
	-moz-box-shadow: rgba(0,0,0,.25) 0 5px 10px;
	box-shadow: rgba(0,0,0,.25) 0 5px 10px;
	border: 1px solid #009898;
	background: #fff url(images/wrapper_bg.png) repeat-y right 0;
	border-top: 0;
}

#nav {
	-webkit-box-shadow: rgba(0,0,0,.25) 0 5px 10px;
	-moz-box-shadow: rgba(0,0,0,.25) 0 5px 10px;
	box-shadow: rgba(0,0,0,.25) 0 5px 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #009898 url(images/nav_bg.png) repeat-x;
	border-bottom: 1px solid #006565;
	min-height: 37px;
	z-index: 3;
}

	#nav > ul {
		float: left;
		min-height: 37px;
		background: url(images/nav_bg.png) no-repeat right -40px;
		padding-right: 2px;
		display: block;
		z-index: 4;
	}

		#nav > ul > li {
			float: left;
			position: relative;
			background-image: url(images/nav_bg.png);
			background-repeat: no-repeat;
			background-position: 0 -40px;
			padding-left: 1px;
			-webkit-transition-property: all;
			-webkit-transition-duration: .15s;
			-webkit-transition-timing-function: linear;
			z-index: 5;
		}

			#nav > ul > li:first-child {
				-webkit-border-top-left-radius: 5px;
				-moz-border-radius-topleft: 5px;
				border-top-left-radius: 5px;
				background-position: -2px -40px;
			}

				#nav > ul > li:first-child:hover {
					background-position: -2px -80px;
				}

			#nav > ul > li:hover {
				background-position: 0 -80px;
				background-color: #ff67cc;
			}

				#nav > ul > li:hover > ul,
				#themechanger:hover ul {
					display: block;
				}

			#nav > ul > li.sub > a {
				background: url(images/nav_sub_bg.png) no-repeat right;
				padding-right: 30px;
			}

			#nav > ul > li > a {
				display: block;
				line-height: 37px;
				padding: 0 20px;
				color: #fff;
				text-shadow: rgba(0,0,0,.35) 0 1px 1px;
				font-weight: bold;
				font-size: 14px;
				font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", Helvetica, Arial, sans-serif;
				text-transform: lowercase;
			}

			#nav > ul > li > ul,
			#themechanger ul {
				position: absolute;
				display: none;
				background: #ffd9f4 url(images/nav_menu_bg.png) repeat-x;
				-webkit-border-bottom-left-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;
				-moz-border-radius-bottomleft: 5px;
				-moz-border-radius-bottomright: 5px;
				border-bottom-left-radius: 5px;
				border-bottom-right-radius: 5px;
				-webkit-box-shadow: rgba(0,0,0,.25) 0 5px 10px;
				-moz-box-shadow: rgba(0,0,0,.25) 0 5px 10px;
				box-shadow: rgba(0,0,0,.25) 0 5px 10px;
				border: 1px solid #fe9fdf;
				border-top: 0;
				padding: 10px 0;
				z-index: 9;
			}

				#nav > ul > li > ul > li {

				}

					#nav > ul > li > ul > li > a,
					#themechanger ul li a {
						color: #ab1a7b;
						font-weight: bold;
						font-size: 12px;
						display: block;
						padding: 0 10px;
						line-height: 24px;
						white-space: nowrap;
						min-width: 100px;
					}

						#nav > ul > li > ul > li > a:hover,
						#themechanger ul li a:hover {
							background: #ff67cc url(images/nav_menu_a_bg.png) repeat-x;
							color: #fff;
							text-shadow: rgba(0,0,0,.25) 0 1px 1px;
						}

	#themechanger {
		position: relative;
		float: right;
		margin-right: 10px;
	}

	#themechanger .icon {
		display: block;
		width: 39px;
		height: 37px;
		background: url(images/themechanger.png) no-repeat center center;
		text-indent: -9000px;
	}

	#themechanger ul {
		right: 0;
		text-indent: 0;
	}

	#search {
		float: right;
		margin: 6px 10px 0 0;
	}

		#search input {
			background: #fff url(images/search_bg.png) no-repeat left;
			border: 1px solid #006565;
			padding: 2px 5px 2px 25px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			cursor: text;
			font-size: 12px;
			height: 18px;
			line-height: 18px;
			color: #889f9f;
			vertical-align: middle;
			width: 120px;
		}

	#themechanger {
		float: right;
	}

		#themechanger ul {

		}

#content {
	z-index: 1;
}

#main-wrap {
	float: left;
	margin-right: -346px;
	width: 100%;
}

	#main {
		margin-right: 346px;
		position: relative;
		padding: 0;
		background: #fff;
	}

#main p {
	margin: 1em 0;
}

.hentry {
	padding: 20px;
}

	.hentry h3 {
		color: #a68f9e;
		font-size: 18px;
		margin-bottom: .2em;
	}

		.hentry h3 a {
			color: #993366;
		}

			.hentry h3 a:hover {
				color: #ff66cc;
			}

	.hentry .post-details {
		margin-top: 0 !important;
		color: #a68f9e;
	}

		.hentry .post-details a {
			color: #ff66cc;
		}

			.hentry .post-details a:hover {
				color: #993366;
			}

	.hentry .size-thumbnail {
		border: 1px solid #ffe7f7;
		background: #fff;
		padding: 3px;
	}

		.hentry .size-thumbnail.alignleft {
			margin: 0 10px 10px 0;
		}

		.hentry .size-thumbnail.alignright {
			margin: 0 0 10px 10px;
		}

	.hentry .post-bar {
		border-top: 1px solid #ffdbf3;
		background: url(images/post_bar_bg.png) repeat-x;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		padding: 5px 10px;
	}

		.hentry .post-bar .tags {
			float: left;
			margin-top: 4px;
		}

		.hentry .post-bar .comments-link {
			float: right;
			text-transform: lowercase;
		}

.page .post-edit-link {
	float: right;
}

.tags {
	background: url(images/post_bar_tags_bg.png) no-repeat left 0;
	padding-left: 25px;
	height: 17px;
}

	.tags li {
		float: left;
		margin-right: 5px;
	}

		.tags li a {
			background: #9a3468 url(images/tag_bg.png) repeat-x;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			-webkit-box-shadow: rgba(0,0,0,.1) 0 1px 1px;
			-moz-box-shadow: rgba(0,0,0,.1) 0 1px 1px;
			box-shadow: rgba(0,0,0,.1) 0 1px 1px;
			display: block;
			line-height: 17px;
			padding: 0 5px;
			color: #fff;
			font-size: 11px;
			font-weight: bold;
			text-transform: lowercase;
		}

			.tags li a:hover {
				background: #ff67cc url(images/nav_menu_a_bg.png) repeat-x;
			}

.button,
.navigation a {
	background: #009999 url(images/button_bg.png) repeat-x;
	color: #fff !important;
	text-shadow: rgba(0,0,0,.25) 0 1px 1px;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	padding: 0 10px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,.15) 0 1px 2px;
	-moz-box-shadow: rgba(0,0,0,.15) 0 1px 2px;
	box-shadow: rgba(0,0,0,.15) 0 1px 2px;
	-webkit-transition-property: all;
	-webkit-transition-duration: .15s;
	-webkit-transition-timing-function: linear;
}

	.button:hover,
	.navigation a:hover {
		color: #fff;
		background: #005c5c url(images/button_bg.png) repeat-x 0 -50px;
	}

span.comments-link.button,
span.comments-link.button:hover {
	background: #bad9d9;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navigation {
	padding: 20px;
}

#sidebar {
	float: right;
	padding: 5px 5px 40px;
	width: 335px;
}

#footer {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 15px;
	background: url(images/footer_bg.png) repeat-x;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	position: relative;
}

	#footer-logo {
		z-index: 9;
		display: block;
		background: url(images/footer_logo.png) no-repeat;
		width: 105px;
		height: 143px;
		position: absolute;
		right: 10px;
		top: -70px;
	}

	#footer p {
		padding: 10px 20px;
	}

/* Easy Slider */
#slider-wrap {
	padding: 20px 20px 0;
	position: relative;
	width: 594px;
	height: 125px;
	overflow: hidden;
}

	#slider li {
		width: 594px !important;
		height: 125px !important;
		overflow: hidden;
	}

ol#controls {
	position: absolute;
	bottom: 5px;
	right: 25px;
}

	ol#controls li {
		float: left;
		margin-left: 5px;
	}

		ol#controls li a {
			background: #009898 url(images/nav_bg.png) repeat-x;
			border: 1px solid #009898;
			color: #fff;
			text-shadow: rgba(0,0,0,.25) 0 1px 1px;
			float: left;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			line-height: 20px;
			font-size: 14px;
			font-weight: bold;
			line-height: 20px;
			text-align: center;
			display: block;
			min-width: 20px;
			-webkit-transition-property: all;
			-webkit-transition-duration: .15s;
			-webkit-transition-timing-function: linear;
			-webkit-box-shadow: rgba(0,0,0,.15) 0 1px 2px;
			-moz-box-shadow: rgba(0,0,0,.15) 0 1px 2px;
			box-shadow: rgba(0,0,0,.15) 0 1px 2px;
		}

			ol#controls li.current a {
				border: 1px solid #ff67cc;
				background: #ff67cc url(images/nav_bg.png) repeat-x right -80px;
			}
/* // Easy Slider */

#shWrap img {
	background: #fff !important;
	-webkit-box-shadow: rgba(0,0,0,.25) 0 5px 10px;
	-moz-box-shadow: rgba(0,0,0,.25) 0 5px 10px;
	box-shadow: rgba(0,0,0,.25) 0 5px 10px;
	border: 1px solid #009898 !important;
}

.entry ul,
.entry ol {
	margin: 1em 0;
	padding: 0;
}

.entry ol li {
	list-style-type: decimal;
}

	.entry li {
		list-style-type: disc;
		margin: .5em 0 .5em 2em;
	}

ul.social {
	text-align: center;
	padding: 5px 0 10px 10px;
	margin: 0;
}

	ul.social li {
		display: block;
		margin: 10px !important;
		float: left;
	}

ul.social a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9000px;
	opacity: .5;
	-webkit-transition-property: all;
	-webkit-transition-duration: .15s;
	-webkit-transition-timing-function: linear;
}

	ul.social a:hover {
		opacity: 1;
	}

	ul.social #social-facebook a {
		background: url(images/social_facebook.png) no-repeat;
	}

	ul.social #social-myspace a {
		background: url(images/social_myspace.png) no-repeat;
	}

	ul.social #social-twitter a {
		background: url(images/social_twitter.png) no-repeat;
	}

	ul.social #social-flickr a {
		background: url(images/social_flickr.png) no-repeat;
	}

	ul.social #social-youtube a {
		background: url(images/social_youtube.png) no-repeat;
	}

	ul.social #social-rss a {
		background: url(images/social_rss.png) no-repeat;
	}

#sidebar > ul > li,
#sidebar > ul > ul > li {
	margin: 10px 0;
	color: #a68f9e;
}

	#sidebar ul > li > ul > li {
		padding: 5px 10px;
		border-bottom: 1px solid #ffdcf3;
		clear: both;
	}

		#sidebar ul > li h2,
		#comments > h3 {
			border-top: 1px solid #ffb8e7;
			background: #ffe6f7 url(images/sidebar_caption_bg.png) repeat-x;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			color: #993366;
			font-size: 16px;
			line-height: 35px;
			padding: 0 10px;
			text-transform: lowercase;
			text-shadow: rgba(255,255,255,.25) 0 1px 0;
			font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", Helvetica, Arial, sans-serif;
		}

			#sidebar ul > li h2 a {
				color: #993366;
			}

.latestvideos li span.video-thumb {
	float: left;
	margin-right: 10px;
	border: 1px solid #ffb8e7;
	display: block;
	padding: 1px;
	background: #fff;
}

	.latestvideos li span.video-thumb img {
		width: 34px;
		height: 34px;
		vertical-align: middle;
	}

h2.pagetitle {
	background: #ddf6f6 url(images/pagetitle_bg.png) repeat-x;
	color: #889f9f;
	font-size: 16px;
	line-height: 35px;
	padding: 0 10px;
	border-bottom: 1px solid #a0e7e7;
	text-shadow: rgba(255,255,255,.25) 0 1px 0;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", Helvetica, Arial, sans-serif;
}

#comments {
	padding: 0 20px 20px;
}

#respond {
	padding: 0 20px 20px;
}

	#respond > h3 {
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		background: #ddf6f6 url(images/pagetitle_bg.png) repeat-x;
		color: #889f9f;
		font-size: 16px;
		line-height: 35px;
		padding: 0 10px;
		border-bottom: 1px solid #a0e7e7;
		text-shadow: rgba(255,255,255,.25) 0 1px 0;
		font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", Helvetica, Arial, sans-serif;
	}

ul.archives li li {
	background: url(images/bullet.png) no-repeat left;
	padding-left: 25px !important;
}

.commentlist li.comment {
	border-bottom: 1px solid #ffdbf3;
	padding: 0 0 0 60px;
	position: relative;
	background: url(images/comment_bg.png) repeat-x bottom;
	-webkit-border-radius: 5px;
}

.commentlist li.comment .comment-author {
	position: relative;
	padding: 10px 0 0;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}

.commentlist li.comment .comment-meta {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: .5em;
}

.comment-author img.avatar {
	position: absolute;
	top: 8px;
	left: -50px;
	border: 1px solid #ffb8e7;
	display: block;
	padding: 2px;
	background: #fff;
}

.commentlist li .comment-body p {
	margin: .5em 0 !important;
}

textarea#comment {
	width: 400px;
}

.podcast-wrapper {
	margin: 1em 0;
}
.wp-caption-text { font-size: 11px; font-weight: bold; }
