/*
Theme Name: Design Giveaways
Theme URI: http://www.nouveller.com/
Description: Custom theme for Design Giveaways
Version: 1.0
Author: Benjamin Reid
Author URI: http://www.nouveller.com/
Tags: pink, grain, css3, gradients, shadow, design, giveaway
*/

/* http://meyerweb.com/eric/tools/css/reset/ compressed */ body{margin:0;padding:0;border:0;outline:0;vertical-align:baseline}html,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{border:0;outline:0;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}

html { width: 100%; height: 100%; }

body {
	background: url(images/background-noise.gif) repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #464646;
	width: 100%;
	height: 100%;
}

h1 {
	font-size: 30px;
	font-weight: 200;
	color: #313131;
	padding: 0;
	margin: 28px 0 0 0;
	width: 230px;
	height: 29px;
	display: block;
	text-indent: -9999px;
	background: url(images/designgiveaways-logo.png) no-repeat;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	padding: 15px 0 5px 0;
	margin: 0;
}

.detail h2 { padding-top: 0; }

h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 15px 0 0 0;
	margin: 0;
}

p { padding: 8px 0 8px 0; margin: 0; }

#single p, #single ul li, .rss-email, #right-column { font-size: 14px; }

a { color: #ff00de; }



/*
*
*	layout
*
*/

#wrapper { width: 910px; padding: 0 0 40px 0; margin: 0 0 0 30px; }

#header {
	width: 945px;
	height: 79px;
	border-bottom: solid 1px #adadad;
	overflow: hidden;
}

#content { width: 945px; padding: 25px 0 0 0; border-top: solid 1px #fff; }

#left-column {
	width: 638px;
	margin: 0 30px 0 0;
	float: left;
}

#main-content {
	width: 608px;
	/* min-height: 629px; */
	padding: 15px;
	border: solid 1px #d0d0d0;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

#right-column { width: 275px; float: left; overflow: hidden; }

#right-column img { float: left; } /* for mock only */

#footer {
	width: 608px;
	height: 199px;
	padding: 15px;
	margin: 100px 0 20px 0;;
	border: solid 1px #d0d0d0;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	position: relative;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, rgb(255,255,255)), color-stop(0, rgb(217,217,217)));
	background-image: -moz-linear-gradient(center bottom,rgb(255,255,255) 100%, rgb(217,217,217) 0%);
} 

img#twitter-icon {
	position: absolute;
	z-index: 1;
	top: -64px;
	left: 20px;
}


.column { width: 284px; height: 199px; overflow: hidden; padding: 0 20px 0 0; float: left; }


.item-small-margin { margin-bottom: 15px !important; }

#single blockquote {
	width: 558px;
	padding: 10px 40px 10px 40px;
	margin: 0;
	background: #f8f8f8;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	position: relative;
	left: -15px;
	font-weight: bold;
	font-style: italic;
}

#single blockquote p { padding: 0; margin: 0; }

#single ul li { list-style: disc; }


#twitter_update_list { padding: 0; margin: 0; font-size: 14px; line-height: 18px; }

#twitter_update_list li { padding: 5px 0 5px 0; margin: 0; border-bottom: solid 1px #999999; }


.rss-email p img { margin: 0 10px 0 0 ; float: left; }

.rss-email { width: 283px !important; padding: 0 0 0 20px !important; border-left: solid 1px #d9d9d9; }


#button {
	width: 608px;
	height: 25px;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 15px 0 15px 0;
	display: block;
	border: solid 1px #d0d0d0;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, rgb(255,255,255)), color-stop(0, rgb(217,217,217)));
	background-image: -moz-linear-gradient(center bottom,rgb(255,255,255) 100%, rgb(217,217,217) 0%);
}

#button:hover {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, rgb(217,217,217)), color-stop(0, rgb(255,255,255)));
	background-image: -moz-linear-gradient(center bottom,rgb(217,217,217) 100%, rgb(255,255,255) 0%);
}

ul#news-list { padding: 0; margin: 0; }

ul#news-list li { padding: 0px 0 0px 0; margin: 0; background: url(images/sidebar-sep.gif) bottom left no-repeat; }

#icons a { float: left; margin: 0 10px 0 0; }




/*
*
*	items
*
*/

.item { width: 608px; height: 202px; margin: 0 0 60px 0; overflow: hidden; }

.thumbnail {
	width: 200px;
	height: 200px;
	margin: 0 20px 0 0;
	border: solid 1px #b7b7b7;
	float: left;
}

.detail { width: 386px; float: left; }





/*
*
*	menu
*
*/

ul#menu { margin: 0 0 40px 0; padding: 0; overflow: hidden; }

ul#menu li { float: left; list-style: none; margin: 0 35px 0 0; }

ul#menu li a {
	width: auto;
	padding: 0;
	height: 28px;
	height: 30px;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	color: #000;
	border-bottom: solid 2px #464646;
}

ul#menu li a:hover, ul#menu li.current_page_item a { border-bottom: solid 2px #ff00de; }



/*
*
*	comments
*
*/

.tweetme-holder { padding: 10px 0 0 0; width: 70px; height: 70px; float: left; }

ul.comment-list { padding: 0; margin: 15px 0 20px 0; background: url(images/comment-sep.jpg) top left no-repeat; }

ul.comment-list li { padding: 15px 0 15px 0; overflow: hidden; background: url(images/comment-sep.jpg) bottom left no-repeat; }

.vcard { width: 50px; height: 50px; margin: 0 20px 0 0; float: left; }

.comment-detail { width: 538px; float: left; }

.comment-title { font-size: 16px; font-weight: bold; padding: 0; margin: 0; }

.comment-date { font-size: 12px !important; font-weight: normal !important; }

.column-33 { width: 200px; float: left; }

#author, #email, #url { width: 158px; height: 33px; background: #f7f7f7; border: solid 1px #dcdcdc; -webkit-border-radius: 10px; -moz-border-radius: 10px; font-size: 14px; padding: 0 5px 0 5px; }

#comment { width: 548px; background: #f7f7f7; border: solid 1px #dcdcdc; -webkit-border-radius: 10px; -moz-border-radius: 10px; font-size: 14px; padding: 10px; }

#submit { width: 94px; height: 35px; padding: 0; margin: 0 30px 0 0; border: none; float: right; background: url(images/comment.jpg) no-repeat; }

#submit:hover { background: url(images/comment-grey.jpg); }



/*
*
*	contact form
*
*/

#form-name input, #form-email input, #form-validation input { width: 200px; height: 33px; padding: 0 5px 0 5px; background: #f7f7f7; border: solid 1px #dcdcdc; font-size: 14px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }

#form-message textarea { padding: 10px; background: #f7f7f7; border: solid 1px #dcdcdc; font-size: 14px; width: 400px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }



/*
*
*	tab widget
*
*/

#tabs { width: 260px; height: auto; overflow: hidden; position: relative; } /* 275, so minus 15 */

.tab-content { width: 228px; padding: 7px 15px 7px 15px; background: #e7e7e7; margin: 25px 0 0 0; border: solid 1px #cdcdcd; display: none; overflow: hidden; }

.tab-content a { color: #464646; }

.tab-content a:hover { color: #ff00de; }


#about { display: block; } /* first tab to show */

ul#tab-nav { width: auto; height: 26px; margin: 0; padding: 0; overflow: hidden; position: absolute; top: 0; right: 0; z-index: 1; }

ul#tab-nav li { float: left; list-style: none; margin: 0; }

ul#tab-nav li a {
	width: auto;
	padding: 3px 5px 0 15px;
	height: 23px;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	color: #313131;
	text-align: right;
}

a.selected {
	background: #e7e7e7 url(images/tab.gif) left top no-repeat;
	border: solid 1px #cdcdcd;
	border-left: none;
	border-top: none;
}



/*
*
*	styles
*
*/

.clear { clear: both; height: 0; overflow: hidden; }

.clear5 { clear: both; height: 5px; overflow: hidden; }

.clear10 { clear: both; height: 10px; overflow: hidden; }

.clear15 { clear: both; height: 15px; overflow: hidden; }

p.right { text-align: right; }

.one .bsa_it_ad{height:100px;}
