/* 
	Theme Name: Down-Under
	Theme URL: http://www.themeweaver.net/themes/down-under
	Description: An upside down way of looking at your site.  Find support at <a href="http://www.themeweaver.net/members/support">www.themeweaver.net/support</a>
	Author: Theme Weaver
	Author URI: http://www.themeweaver.net
	Version: 1.0
	Tags: porfolio, upside down, widgets, control panel
	
*/

/* Licensed under GNU General Public License.  Learn more at www.opensource.org */

/* @group Reset */

/* Eric Meyer's Reset Reloaded */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;}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}

/* @end */

/* @group Type */

h1,h2,h3,h4,h5,h6 { 
	color: #2c2c2c;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

p, li, span, label {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 { 
	font-size: 24px;
	margin-bottom: 12px;
}

h2 { 
	font-size: 20px; 
	margin-bottom: 12px; 
}

h3 { 
	font-size: 18px; 
	line-height: 1; 
	margin-bottom: 12px; 
}

h4 { 
	font-size: 16px; 
	line-height: 1.25; 
	margin-bottom: 20px; 
}

h5 { 
	font-size: 14px; 
	font-weight: bold; 
	margin-bottom: 24px; 
}

h6 { 
	font-size: 12px; 
	font-weight: bold; 
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { 
	margin: 0;
}

/* Text Elements */

p { 
	margin: 0 0 24px;
	font-size: 14px;
	color: #000;
	line-height: 1.1;
}

p img.left  { 
	float: left; 
	margin: 24px 24px 24px 0; 
	padding: 0; 
}

p img.right { 
	float: right; 
	margin: 24px 0 24px 24px; 
}

blockquote { 
	color: #373637; 
	font-style: italic;
	border-left: 4px solid #fff;
	background-color: #e6e6e6;
	padding: 2px 3px 0 9px;
	margin-right: 24px;
	margin-top: 24px;
	margin-left: 24px;
}

blockquote p {
	padding-bottom: 4px;
	padding-top: 2px;
}

strong {
	font-weight: bold;
}

em,dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr,acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 24px; 
	font-style: italic;
}

del {
	color:#666;
}

/* Lists */

li ul, li ol {
	margin: 0 24px;
}

ul, ol {
	margin: 0 24px 24px;
}

ul{
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	color: #000;
}

/* @end */

/* @group Global */

body {
	margin: 0 auto;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
	background: #8a8a8a url(images/background-yellow.jpg) repeat scroll center top;
}

#wrapper {
	margin: 0 auto;
	width: 974px;
}

a, a:visited {
	color: #94bd9b;
	text-decoration: none;
}

a:hover {
	color: #747474;
	text-decoration: none;
}

img {
	border-style: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* @end */

/* @group Header */

#header {
	height: 150px;
	position: relative;
}

#text-logo {
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
}

#text-logo h1 a {
	font-size: 60px;
	color: #2c2c2c;
	font-weight: bold;
	text-shadow: 0px 1px 0px #e5e5ee;
}

#description {
	float: right;
	width: 450px;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* @end */

/* @group Home */

.post-item {
	position: relative;
	height: 314px;
	background: url(images/shadow.png) no-repeat center top;
	margin-bottom: 90px;
}

.list-image img {
	height: 300px;
	width: 960px;
	margin-left: 8px;
	margin-top: 6px;
}

.list-box {
	width: 220px;
	height: 301px;
	background-image: url(images/background-transparent.png);
	position: absolute;
	right: 100px;
	top: 5px;
	overflow: hidden;
}

.list-box h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	color: #fff;
	padding: 10px;
	margin: 0;
}

.list-meta {
	height: 28px;
	width: 220px;
	background: url(images/background-list-meta.png) no-repeat;
	font-size: 11px;
}

.list-meta p {
	margin-bottom: 0;
	font-size: 11px;
}

.list-date {
	float: left;
	display: inline;
	width: 124px;
	margin-top: 8px;
	margin-left: 2px;
}

.list-comments {
	float: right;
	display: inline;
	width: 89px;
	text-align: right;
	margin-top: 8px;
	margin-right: 4px;
}

.list-comments a, .list-comments a:visited {
	color: #000;
}

.list-comments a:hover {
	color: #91b997;
}

.list-excerpt {
	margin-top: 10px;
	height: 200px;
}

.list-excerpt p {
	color: #fff;
	font-size: 13px;
	padding: 10px;
	margin-bottom: 0;
	line-height: 1.2;
}

.list-ad {
	text-align: center;
}

/* @end */

/* @group Page Items */

#page {
	margin-top: 20px;
}

#page-left {
	float: left;
	width: 300px;
	padding: 10px;
	background-image: url(images/background-transparent.png);
}

#page-left p, #page-left li, #page-left h1, #page-left h2, #page-left h3, #page-left h4, #page-left h5, #page-left h6, #page-left ol, #page-left ul {
	color: #fff;
}

#page-left blockquote p {
	color: #000;
}

#page-right {
	float: right;
	width: 610px;
}

img.portfolio {
	padding: 10px;
	margin-bottom: 20px;
	background-image: url(images/background-transparent.png);
}

.content {
	background-image: url(images/background-transparent.png);
	padding: 10px;
}

.content p, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content li, .content label, .content ul, .content ol, .content li, .content span {
	color: #fff;
}

.content blockquote p {
	color: #000;
}

/* @end */

/* @group Sidebar */

.widget {
	list-style: none;
	margin-bottom: 40px;
}

#searchform label.screen-reader-text {
	display: none;
}

input#s {
	width: 200px;
	margin-right: 8px;
}

input#searchsubmit {
	background-color: #9d9d9d;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #060606;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;

}

input#searchsubmit:hover {
	background-color: #2f2f2f;
	color: #fff;
}

/* @end */

/* @group Footer */

#footer {
	margin-top: 40px;
	margin-bottom: 60px;
	font-size: 12px;
	position: relative;
	text-align: center;
}

#footer a, #footer a:hover {
	color: #000;
}

/* @group Navigation */

#navigation-wrapper {
	height: 50px;
	position: fixed;
	width: 100%;
	bottom: 0;
	background: url(images/background-transparent.png);
	border-top: 1px solid #000;
	z-index: 0;
}

#navigation {
	width: 960px;
	height: 50px;
	margin: 0 auto;
}

#navigation ul {
	float: left;
	margin-left: 0;
	padding-top: 14px;
	padding-bottom: 14px;
}

#nav {
	position: relative;
	z-index: 20;
}

#navigation li {
	float: left;
	list-style: none;
}

#navigation a, #navigation a:visited {
	font-size: 20px;
	padding: 13px 15px 17px;
}

#navigation a:hover, li.current_page_item a, li.current_page_item a:visited, li.current_page_item a:hover {
	color: #000;
	background-color: #d5df9a;
}

#navigation a:active {
	background: #569383;
	color: #fff;
}

/* @end */

/* @end */

/* @group Images & Essentials */

.wp-caption img {
	padding:5px;
	background-color:#fff;
	width: auto;
}

.wp-caption-text {
	background-color:#fff;
	color:#000;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	font-style: italic;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #FFF;
	padding: 10px 5px 0 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #b9bbb8;
	border-right: 1px solid #b9bbb8;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
	background: none;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 165px;
}

#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%;
	margin-bottom: 10px;
}

#wp-calendar td {
	padding: 4px 2px 4px 0;
	text-align: center;
}


/* @group Gallery Style */

.gallery-item {
	padding: 10px;
}

.gallery {
    margin: auto;
    /* gallery clearing*/
    overflow: hidden;
    width: 100%;
}
.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
    margin-left: 0;
}
.gallery br { clear: both }
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }

/* @end */

/* @end */

/* @group Comments */

#comments {
	width: 100%;
	float: left;
	padding: 15px 0 20px 0;
	margin: 0 0 10px -23px;
}

#reply_form {
	width: 95%;
	margin: 0 0 0 0;
	padding: 8px;
	float: left;
}

.comment-author {
	font-weight: normal;
}

.comment-meta {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.avatar {
	float: right;
	width: 80px; 
	padding: 5px;
	margin: 2px 0 15px 15px;
	background-image: url(images/background-transparent.png);
}

ol.commentlist li {
    list-style: none;
    background-image: url(images/background-transparent.png);
    padding: 10px;
}

ol.commentlist p {
    color: #fff;
}

#page-left ul.children {
	margin: 0;
}

ol.commentlist a:link, ol.commentlist a:visited {
}

ol.commentlist a:hover {
}

ol.commentlist cite, ol.commentlist cite a, ol.commentlist cite a:visited {	
	color: #fff;
	font-weight: bold;
	font-size: 26px;
}

ol.commentlist li.alt {
	padding: 25px 0 20px;
}

ol.commentlist li {
	list-style: none;
}

ol.commentlist li div.reply {
	cursor: pointer;
	border: none;
	width: 39px;
	height: 20px;
	padding: 2px 5px;
	margin: 0;
}

* + html ol.commentlist li div.reply {
	padding: 3px 0 0 4px;
}

ol.commentlist li div.reply a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	background-color: #999;
	padding: 2px 5px;
}

ol.commentlist li div.reply a:hover {
	color: #fff;
	background: #2a2a2a;
}

ol.commentlist li ul.children { 
	list-style: none; 
	text-indent: 0; 
}

ol.commentlist li ul.children li {
	background: none;
}

ol.commentlist li ul.children li.alt {
	background: none;
}

ol.commentlist li ul.children li.depth-2, ol.commentlist li ul.children li.depth-3, ol.commentlist li ul.children li.depth-4, ol.commentlist li ul.children li.depth-5{ 
	margin:0;
}

#comments-last-item {
	float: left;
	margin: -1px 0 0 0;
	background: #FBFBFB;
	width: 280px;
	height:1px;
}

input#submit {
	background-color: #999;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #060606;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

input#submit:hover {
	background-color: #2a2a2a;
	color: #fff;
}

a.comment-reply-link {
	background-color: #9d9d9d;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #060606;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

#comment {
	border: 1px solid #CACBCB;
	width: 100%;
	height: 215px;
	padding: 5px;
}

#author {
	border: 1px solid #CACBCB;
	width: 154px;
	height: 20px;
	padding: 4px 5px 0 5px;
}

#email {
	border: 1px solid #CACBCB;
	width: 154px;
	height: 20px;
	padding: 4px 5px 0 5px;
}

#url {
	border: 1px solid #CACBCB;
	width: 154px;
	height: 20px;
	padding: 4px 5px 0 5px;
}

.fieldset {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fieldset li {
	margin: 0;
	padding: 0;
}

.says {
	display:none;
}

#respond {
	width: 96%;
	float: left;
	padding: 0 0 20px 0;
	margin: 30px 0 0;
}
/* @end */

/* @group Page Navigation */

#page-navigation {
	float: right;
	width: 200px;
	margin-top: 14px;
	display: inline;
}

.previous {
	float: left;
}

.next {
	float: right;
}

/* @end */
