/*
Theme Name: Duck Duck Green
Theme URI: http://www.goneutrino.com
Description: Powered by Neutrino Consulting, LLC
Version: 1.0
Author: Neutrino Consulting, LLC
*/

/*-------------------------------------------------
GLOBAL RESET
-------------------------------------------------*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear: both;
}
.hidden {
	display: none;
	visibility: hidden;
}
p.empty {
	text-align: center;
	margin: 50px 0;
}

/*-------------------------------------------------
GLOBAL
-------------------------------------------------*/

body {
	font-family: "Century Gothic", arial, verdana, sans-serif;
	font-size: 14px;
	color: #333;
	background: #fff;
	text-align: center;
}
a:link, a:visited, a:hover {
	text-decoration: none;
}

/*-------------------------------------------------
WRAPPER
-------------------------------------------------*/

.wrapperTop {
	width: 991px;
	height: 30px;
	background: url("img/bg_wrapper_top.png") top center no-repeat;
}
.wrapper {
	width: 991px;
	margin: 0 auto;
	background: url("img/bg_wrapper.png") center center repeat-y;
	text-align: left;
}
.wrapperBtm {
	width: 991px;
	height: 30px;
	background: url("img/bg_wrapper_btm.png") top center no-repeat;
}

/* LAYOUT */
table.layout {
	width: 100%;
}
table.layout td {
	vertical-align: top;
}

/*-------------------------------------------------
LOGO
-------------------------------------------------*/

.logo a:link, .logo a:visited {
	display: block;
	background: url("img/duckduckgreen.png") 0 0 no-repeat;
	width: 495px;
	height: 142px;
	margin: 0 0 0 75px;
}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/

.header {
	width: 951px;
	padding: 0 25px 0 15px;
	margin: 10px auto;
}
.header ul li {
	float: right;
	margin: 0 0 0 20px;
	padding: 5px 0 0 0;
	font-size: 11px;
	height: 12px;
	line-height: 12px;
	color: #666;
	vertical-align: bottom;
}
.header a:link, .header a:visited {
	color: #666;
}
.header a:link.cart, .header a:visited.cart {
	color: #ff6633;
}
.header a:hover, .header a:hover.cart {
	color: #66b821;
}

/*-------------------------------------------------
SIDEBAR
-------------------------------------------------*/

/* NAV */

.sidebar {
	margin: 115px 0 0 0;
}
.sidebar .nav {
	width: 175px;
	text-align: left;
	padding: 0 0 30px 0;
}
.sidebar .nav li.nProducts, 
.sidebar .nav li.nBlog, 
.sidebar .nav li.nBuzz, 
.sidebar .nav li.nAbout, {
	width: 175px;
	margin-bottom: 10px;
}
.sidebar .nav li.nProducts span,
.sidebar .nav li.nBlog span,
.sidebar .nav li.nBuzz span,
.sidebar .nav li.nAbout span {
	display: none;
	visibility: hidden;
}
.sidebar .nav li.nProducts a {
	background: url("img/nProducts.png") 0 0 no-repeat;
}
.sidebar .nav li.nBlog a {
	background: url("img/nBlog.png") 0 0 no-repeat;
}
.sidebar .nav li.nBuzz a {
	background: url("img/nBuzz.png") 0 0 no-repeat;
}
.sidebar .nav li.nAbout a {
	background: url("img/nAbout.png") 0 0 no-repeat;
}
.sidebar .nav li a:link, .sidebar .nav li a:visited {
	display: block;
	width: 175px;
	height: 26px;
}
.sidebar .nav li a:hover, .sidebar .nav li a.active {
	background-position: 0 -26px !important;
}
/* BLOG > SUB */
.sidebar .nav li.nBlogSub h4 {
	height: 26px;
	line-height: 26px;
	text-transform: lowercase;
	padding: 0 0 0 52px;
	color: #707070;
	font-size: 0.95em;
	font-weight: bold;
}
.sidebar .nav li.nBlogSub a:link, .sidebar .nav li.nBlogSub a:visited {
	color: #707070;
	font-size: 0.95em;
	height: 26px;
	line-height: 26px;
	width: 175px;
}
.sidebar .nav li.nBlogSub li a:link, .sidebar .nav li.nBlogSub li a:visited {
	color: #707070;
	font-size: 0.85em;
	line-height: 18px;
	height: auto;
	padding: 0 0 0 52px;
}
/*.sidebar .nav li.nBlogSub li a:hover {
	background: url("img/nCat.png") 0 -26px no-repeat;
}*/

/* NEWSLETTER */

.sidebar .newsletter {
	width: 175px;
	height: 89px;
	background: url("img/bg_sidebar_newsletter.png") no-repeat;
	text-align: left;
}
.sidebar .newsletter .input {
	padding: 36px 0 0 40px;
}
.sidebar .newsletter .input input {
	width: 120px;
	border-top: 1px solid #999;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #f4f4f4;
	color: #333;
	font-size: 12px;
	padding: 1px;
}
.sidebar .newsletter .submit {
	height: 24px;
	width: 80px;
	margin: 7px 0 0 0;
	float: right;
	cursor: pointer;
}

/*-------------------------------------------------
CONTENT
-------------------------------------------------*/

.content {
	padding: 20px 75px 0 75px;
}
.content h1 {
	margin: 0 0 25px 0;
	font-size: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.content h1 a:link, .post h1 a:visited {
	color: #333;
}

/* POSTS */
.post {
	margin: 0 60px 40px 0px;
}
.post .date {
	color: #999;
	font-size:12px;
	margin:0 0 20px 0;
}
.post h1{margin:0 0 5px 0;}
/* ENTRY */
.entry p {
	margin: 10px 0;
	line-height: 1.4em;
	font-size:12px;
}
.entry a:link, .entry a:visited {
	color: #66b821;
	text-decoration: underline;
}

/* META */
.meta {
	color: #999;
	font-size: 12px;
}
.meta a:link, .meta a:visited {
	color: #66b821;
}

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/

.footer {
	width: 951px;
	padding: 0 25px 0 15px;
	margin: 10px auto;
}
.footer ul li {
	float: left;
	margin: 0 0 0 20px;
	font-size: 11px;
	color: #666;
}
.footer a:link, .footer a:visited {
	color: #666;
}
.footer a:hover {
	color: #66b821;
}

/*-------------------------------------------------
DYNAMIC
-------------------------------------------------*/

/* HOME */
.dynamic-home {
	margin-left: 3px;
	width: 660px;
	height: 490px;
}
.dynamic-home table {
	width: 660px;
}
.dynamic-home td {
	width: 50%;
	padding: 20px 0 0 0;
}

/* ABOUT-US */
.about-us {
	width: 480px;
}

/*wordpress stuff*/
.wp-caption-text,p.wp-caption-text,.entry p.wp-caption-text {
	font-size:11px;
	margin:5px 0 15px 0;
	color:#999999;
}