/*
Theme Name: WordPress gadget-wizard.net Theme
Theme URI: http://www.gadget-wizard.net/
Description: gadget-wizard.net WordPress Theme
Version: 0.9
Author: Kenji Brueckner
Author URI: http://www.gadget-wizard.net/
Tags: blue, custom design
*/



/* Begin Typography & Colors */
body {
	font-size: 		62.5%; /* Resets 1em to 10px */
	font-family: 	'Lucida Grande',Verdana,Arial,Sans-Serif;
	background:		transparent url(images/frame/bg.gif) repeat scroll 0 0;
}
	
a:link, a:hover, a:visited, a:active {
	text-decoration:	none;
}

#page {
	background-color: 	white;
	text-align: 		left;
}

#header {
	width:		934px;
	height:		95px;
	background:	url('images/frame/headerBg.png');
	position:	relative;
	margin:		20px auto 0 auto;
}

#textLogo {
	width:		223px;
	height:		47px;
	border:		0px;
	position:	absolute;
	top:		32px;
	left:		25px;
}

#content {
	font-size: 	1.2em;
	position:	relative;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	border-top:		1px solid #176C99;
	line-height:	1.4em;
	margin-top:		2px;
	padding-top:	2px;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	/*border-left: 1px solid #ddd;*/
}

#footer {
	width:		934px;
	height:		31px;
	background:	url('images/frame/footerBg.png') repeat;
	position:	relative;
	font-family:Arial;
	font-size:	12px;
	clear:		both;
	color:		#fff;
	margin:		0 auto;
}

#footerCopyright {
	position:	absolute;
	right:		20px;
	top:		7px;
}

#footerMenu {
	left:				20px;
	position:			absolute;
	top:				7px;
	margin:				0;
	padding:			0;
	list-style-image:	none;
}

#footerMenu li {
	display:		inline;
	padding-right:	5px;
}

#footerMenu a {
	color:		#fff;
}

#footerReflection {
	width:		934px;
	height:		31px;
	background:	url('images/frame/footerReflectionBg.png') repeat;
	position:	relative;
	margin:		2px auto 0px auto;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	/*color: #b85b5a;*/
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 	0;
	padding: 	0;
}

#page {
	background-color: 	#fff;
	margin: 			0 auto;
	padding: 			0;
	width: 				934px;
}

.narrowcolumn {
	float: 		left;
	padding: 	20px 15px 20px 20px;
	margin: 	0px 0 0;
	width: 		704px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 	0 0 5px 0;
	padding: 	0 5px 5px 5px;
	background:	#176c99;
	color:		#FFF;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: 	none;
	list-style-image: 	none;
	margin-bottom: 		7px 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#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 {
	margin: 	0;
	padding: 	0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	position:	absolute;
	right:		25px;
	top:		28px;
	width:		168px;
	height:		48px;
	background:	url('images/frame/searchformBg.png');
}

#searchform div {
	position:	relative;
	width:		168px;
	height:		48px;
	white-space:nowrap;
}

#searchform label {
	position:	absolute;
	top:		4px;
	left:		10px;
	color:		#E0ECF0;
	font-size:	9px;
	font-weight:bold;
}

#searchform #s {
	position:	absolute;
	left:		10px;
	top:		18px;
	width:		122px;
	height:		13px;
	font-size:	11px;
	font-family:Arial;
	color:		#176C99;
	padding:	2px 2px 2px 20px;
}

#searchform #searchsubmit {
	width:		16px;
	height:		16px;
	position:	absolute;
	left:		13px;
	top:		20px;
	background:	#fff url(images/icons.png) no-repeat 0 0;
	border:		none;
	font-size:	0;
	cursor:		pointer;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 	20px 0 10px 15px;
	/*margin-left: 545px;*/
	float:		left;
	width: 		180px;
	position:	relative;
	min-height:	370px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: 		block;
	text-align: 	center;
	margin-top: 	1px;
	margin-bottom:	10px;
	}
	
body.single #content .navigation,
body.search .navigation {
	border:			1px solid #176C99;
	padding:		10px;
	margin-top:		10px;
}

body.search .navigation {
	background:		#E0ECF0;
}

body.single #content .navigation .head {
	color:			#8DB6CC;
	padding-bottom:	5px;
	font-size:		10px;
	text-align:		left;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;
}
/* End captions */


/* menu sidebar START */

#sidebar .pagenav ul,
#sidebar .categories ul {
	padding:		0 5px;
}

#sidebar .page_item,
#sidebar .cat-item {
	color:			#176C99;
	font-size:		14px;
	height:			16px;
	width:			165px;
	display:		block;
	padding:		4px;
	background:		transparent;
}

#sidebar .page_item a,
#sidebar .cat-item a {
	text-decoration:	none;
	color:				#176C99;
	font-size:			14px;
}

#sidebar .page_item:hover,
#sidebar .current_page_item,
#sidebar .current_page_ancestor,	
#sidebar .cat-item:hover,
#sidebar .current-cat {
	background:		#FFF url(images/frame/activeMenuItem.png) no-repeat scroll right top;
}

#sidebar .widgettitle {
	background:		transparent;
	color:			#8DB6CC;
	margin:			10px 0 0 0;
	padding:		5px 0;
	font-size:		10px;
}

#sidebar li.widget {
	padding:		2px 9px;
	color:			#8DB6CC;
	font-size:		10px;
	background:		transparent;	
}

#sidebar li.widget a {
	text-decoration:	none;
	color:				#176C99;
}

#sidebar .widget_recent_comments ul li,
#sidebar .widget_recent_entries ul li {
	padding:		0 5px;
}

#sidebar .sepLine {
	background:		transparent url(images/frame/lineBesideMenu.png) no-repeat scroll 0 0;
	position:		absolute;
	top:			0;
	right:			0;
	width:			1px;
	min-height:		350px;
	margin:			10px 0;
}

.boxHeader,
.boxHeaderFilled,
.boxFooter {
	width:			178px;
	height:			5px;
	background:		#FFF url(images/frame/boxes/boxHeader.gif) no-repeat 0 0;
}

.boxHeaderFilled {
	background:		#FFF url(images/frame/boxes/boxHeaderFilled.gif) no-repeat 0 0;
}

.boxFooter {
	background:		#FFF url(images/frame/boxes/boxFooter.gif) no-repeat 0 0;
	margin-bottom:	10px;
}

.boxCenter {
	width:			178px;
	/*padding:		5px !important;*/
	background:		#FFF url(images/frame/boxes/boxCenter.gif) repeat-y 0 0;
}

.pageTitleTop {
	width:			704px;
	height:			5px;
	background:		#FFF url(images/frame/boxes/pageTitleTop.gif) no-repeat 0 0;
}

.pageTitle {
	margin:			0;
	padding:		0 10px 5px 10px;
	background:		#176c99;
	color:			#fff;
}

#sidebar #donation img {
	margin:			5px 0;
}

#sidebar #donation {
	text-align:		center;
	padding:		5px;
	width:			168px;
	font-size:		14px;
	color:			#176c99;
}

#sidebar #donation a {
	color:			#176c99;
	text-decoration:none;
}

#sidebar #donation .explain {
	color:			#176c99;
	font-size:		9px;
	margin:			5px 0;
	display:		block;
}

.cleaner {
	width:			0;
	height:			0;
	clear:			both;
	float:			none;
	line-height:	0;
	font-size:		0;
	display:		block;
}

/* teaser */

.teaser {
	padding:		10px;
	font-size:		11px;
	height:			180px;
	overflow:		hidden;
}

.teaser h3,
.teaser h2 {
	padding:		0;
	margin:			0 0 10px;
	font-size:		18px;
}

.teaser.wide {
	float:			left;
	width:			400px;
}

.teaser.full {
	width:			684px;
}

.teaser.small {
	float:			left;
	width:			262px;
}

.teaser.home_wizard {
	color:			#fff;
	background:		#176c99;
}
.teaser.home_wizard h3,
.teaser.home_wizard h2 {
	color:			#fff;
}

.teaser.home_news {
	color:			#176c99;
	background:		#E0ECF0;
	margin-left:	2px;
}
.teaser.home_news h3,
.teaser.home_news h2 {
	color:			#8EB7CD;
	font-size:		12px;
}

.teaser.home_news h4 {
	color:			#176c99;
	font-size:		13px;
	margin:			0 0 5px 0;
}

.teaser.home_generator {
	color:			#fff;
	background:		#8EB7CD;
	margin:			2px 0 2px 2px;
}
.teaser.home_generator h3,
.teaser.home_generator h2 {
	color:			#fff;
}

.teaser.home_glassy {
	color:			#176c99;
	background:		#E0ECF0;
	margin:			2px 0;
}
.teaser.home_glassy h3,
.teaser.home_glassy h2 {
	color:			#176c99;
	font-size:		12px;
}

.teaser.home_lastGadgets {
	color:			#fff;
	background:		#8EB7CD;
}
.teaser.home_lastGadgets h3,
.teaser.home_lastGadgets h2 {
	color:			#fff;
	font-size:		12px;
}

.teaser.home_lastGadgets .gadgetPreview {
	margin:			15px;
	display:		inline-block;
	width:			102px;
	color:			#fff;
	text-decoration:none;
	vertical-align:	top;
	text-align:		center;	
}

.teaser.home_lastGadgets .gadgetPreview img {
	border:			1px solid #fff;
}

.teaser.home_rss {
	color:			#fff;
	background:		#176c99;
	margin-left:	2px;
}
.teaser.home_rss h3,
.teaser.home_rss h2 {
	color:			#fff;
	font-size:		12px;
}

.teaser.searchGadgets {
	color:			#fff;
	background:		#176c99;
	margin:			2px 0;
}
.teaser.searchGadgets h3,
.teaser.searchGadgets h2 {
	color:			#fff;
	font-size:		14px;
}

.post h3 {
	margin:			0;
}

body.category div.post {
	border:			1px solid #176C99;
	margin-top:		5px;
}

body.single div.post {
	border:			1px solid #176C99;
}

body.category div.post h3,
body.single div.post h2 {
	padding:		5px;
	background:		#176c99;
	color:			#fff;
	margin:			0;
}

body.category div.post h3:before {
	content: 		"\00BB \0020";
	color:			#fff;
}

body.category div.post h3 a {
	color: #fff;
}

body.category div.post small,
body.single div.post small {
	padding:		5px 0 0 0;
	display:		block;
}

div.post small {
	color:			#8EB7CD;
}

div.post h3 a,
body.search #content h3 a {
	color:			#176C99;
}

div.post .entry {
	color:			#176C99;
}

body.category div.post .entry,
body.single div.post .entry {
	border:			none;
	padding:		0 10px;
}

/** 
 * gadgets laden
 */

.pageTitle.gadgetsOverview {
	margin-bottom:	5px;
}

.gadgetThumb {
	width:			136px;
	height:			200px;
	border:			1px solid #176C99;
	float:			left;
	margin:			1px;
	text-align:		center;
	position:		relative;
}

.gadgetThumb:hover {
	background:		#E0ECF0;
}

.gadgetThumb.first {
	margin-left:	2px;
}

.gadgetThumb a {
	text-decoration:none;
}

.gadgetThumb img.thumb:hover {
	/*border:			1px solid #176C99;*/
}

.entry.gadgetDetails img.thumb,
.gadgetThumb img.thumb {
	width:			100px;
	height:			100px;
	border:			1px solid #E0ECF0;
	padding:		2px;
	margin:			10px;
	display:		inline-block;
}

.gadgetThumb img.install {
	position:		absolute;
	bottom:			10px;
	left:			23px;
	cursor:			pointer;
}

.entry.gadgetDetails {
	padding-top:	0;
}

.entry.gadgetDetails div.inner {
	border-left:	1px solid #176C99;
	border-right:	1px solid #176C99;
	border-bottom:	1px solid #176C99;
}

.entry.gadgetDetails .thumb {
	float:			left;
}

.entry.gadgetDetails .right {
	width:			550px;
	float:			left;
	padding-top:	5px;
	padding-left:	5px;
}

#gadgetInfo {
	font-size:		11px;
}

#gadgetInfo td.left {
	padding-right:	20px;
}

#gadgetInfo .flag {
	margin-right:	2px;
}

.entry.gadgetDetails img.install {
	cursor:			pointer;
	float:			right;
	margin-bottom:	10px;
}

.entry.gadgetDetails #comments {
	padding-top:	20px;
	margin-top:		2px;
	font-size:		12px;
	color:			#176C99;
}

.entry.gadgetDetails #respond {
	padding-top:	20px;
	margin-top:		2px;
}

.entry.gadgetDetails #respond h3 {
	font-size:		12px;
	color:			#176C99;
}

.entry.gadgetDetails .commentlist {
	padding:		0;
}

.entry.gadgetDetails .commentlist li {
	margin:			0;
	padding:		5px 10px;
	border:			none;
	
}

img.submit {
	cursor:			pointer;
}

body.search .post,
body.search .page {
	border:			1px solid #176C99;
	padding:		5px;
	margin:			5px 0 0 0;
}

body.search .page h2,
body.search .page h3 {
	margin:			0;
}

.search_gadget,
.search_page,
.search_post {
	color:			#36AF69;
	font-weight:	bold;
	font-size:		10px;
	display:		block;
	text-align:		left;
	border-bottom:	1px solid;
}

.search_page {
	color:			#D9202B;
}

.search_post {
	color:			#0065CC;
}



body.search a.more:before {
	content: 		"\00BB \0020";
	font-size:		10px;
}

body.search a.more {
	font-size:		10px;
}

