/*
Theme Name: CubePR Brown-Green
Theme URI: http://www.cubepr.com.au
Description: A Prosperity Principle Theme.
Version: 1.0
Author: P2
Author URI: http://www.youprosper.com.au
*/


/**********************************************
*   Basics & Typography                       *
***********************************************/

body {
	margin: 0;
	padding: 0;
	background: #7a7265 url(images/bg.jpg) repeat-y top center;
	font: 62.5% "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	color: #000;
	text-align: left;
	}

p,
ol,
ul {
	line-height: 150%;
	}
ol {}
ul {}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
	}

h1 {
	font-size: 2.2em;
	}
h2 {
	font-size: 1.4em;
	}
h3, h4, h5, h6 {
	font-size: 1em;
	}

a:link,
a:visited,
a:active  {
	color: #2f63b3;
	text-decoration: none;
	}

a:hover {
	color: #4a5265;
	text-decoration: underline;
	}

blockquote {
	margin: 10px 0;
	padding: 0 25px 0 50px; 
	background: url(images/blockquote.gif) no-repeat 5px 5px #EEECFF;
	border: 1px solid #d3d3d3;
	font-style:italic;
	}

code {
  background: #e9f0fa;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }

small {
	font-size: 0.8em;
	}

input, textarea, select {}

form {}

img {}
img.noborder {
	border: none;
	}

.alert {
	font-weight: bold;
	color: #f00;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#outline {
	width: 985px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	font-size: 1.3em;
	}


/**********************
*   Header            *
***********************/

#header {
	width: 100%;
	height: 108px;
	background: #BC1E2C url(images/cubism_header730x108.jpg) no-repeat 0 0;
	}

#header .blogtitle {
	width: 500px;
	height: 103px;
	float:left;
	/*background: transparent url(images/cubism-logo.gif) no-repeat 20px 30px;*/
	}
#header h1 {
	padding: 35px 0 0 50px;
	text-indent:-9999px;
	}
#header h1 a {
	color: #fff;
	}

.rss-header  {
		margin:0;
		position:relative;
		top: 79px; 
		left: 300px;
		float:right;
		}
.rss-header a.rss  {
		padding: 1px 0 1px 25px;
		background: transparent url(images/icon_rss.gif) no-repeat 5px 0;
		line-height: 200%;
		color:#fff;
		text-decoration:none;
		}


ul.top-nav{
	float: right;
	margin: 11px 0 0 0;
	padding: 0 15px;
	list-style-type: none;
	}
ul.top-nav li {
	float: left;
	}
ul.top-nav li a {
	float: left;
	display: block;
	background:#8A2536;
	border:1px solid #8A2536;
	padding: 3px 8px;
	line-height: 18px;
	color: #fff;
	margin-left:5px;
	}

	
	#navbar {
		clear: both;
		float: left;
		width: 100%;
		height: 35px;
		/*background: transparent url(images/nav_bg.gif) repeat-x 0 0;*/
		background:#372e26;
		border-top: 1px solid #30ff20;
		}

	ul.menu {
		float: left;
		margin: 0;
		padding: 0 15px;
		list-style-type: none;
		}
	ul.menu li {
		float: left;
		}
	ul.menu li a {
		float: left;
		display: block;
		height: 28px;
		padding: 5px 15px 0 15px;
		line-height: 24px;
		color: #fff;
		}
	ul.menu li a:link,
	ul.menu li a:visited {
		color: #fff;
		background: transparent url(images/nav_hover.gif) no-repeat center top;
		}
	ul.menu li a:hover,
	ul.menu li a:active {
		color: #fff;
		background: transparent url(images/nav_hover.gif) no-repeat center -33px;
		text-decoration: none;
		border-left:1px solid #30ff20;
		border-right:1px solid #30ff20;
		border-bottom:1px solid #30ff20;
		
		}

	ul.menu li.current-cat a:link,
	ul.menu li.current-cat a:visited,
	ul.menu li.current-cat a:hover,
	ul.menu li.current-cat a:active	{
		color: #fff;
		background: transparent url(images/nav_hover.gif) no-repeat center -33px;
		text-decoration: none;
		border-left:1px solid #30ff20;
		border-right:1px solid #30ff20;
		border-bottom:1px solid #30ff20;
		}

	.searchbar {
		float: right;
		width: 290px;
		height: 31px;
		margin: 0;
		}
	.searchform {
		width: 290px;
		height: 20px;
		text-align: left;
		}
	input#s

			{
		width: 234px;
		height: 21px;
		margin: 5px 0 0 1px !important;
		margin: 4px 0 0 1px; /* IE */
		padding: 5px 0px 0 6px;
		border: none;
		background: #fff url(images/searchbg.gif) repeat-x 0 0;
		color: #ccc;
		float:left;
		}
		

input.email,
	form.subscribeform input#email,
	form.subscribeform input#Name
	{
		width: 224px;
		height: 21px;
		margin: 0px 0 3px 1px !important;
		margin: 0px 0 3px 1px; /* IE */
		padding: 5px 0px 0 6px;
		border: none;
		background: #fff url(images/emailbg.gif) repeat-x 0 0;
		color: #999;
		float:left;
		}
		
	input#s:focus {
		color: #999;
		}
		
	input#search-submit {
	width:27px;
	border:none;
	height:32px;
	background: url(images/searchgo.gif) 0px 5px no-repeat;
	padding:0px;
	margin:0px 0 0 2px;
	cursor:pointer;

	}

/***********************
*  Wrapper             *
***********************/

#wrapper {
	float: left;
	background: #fff url(images/wrapper.gif) repeat-y 0 0;
	margin: 0 !important;
	margin: -15px 0 0 0; /* IE */
	padding: 0;
	}


/**********************
*   Content           *
***********************/

#content {
	float: left;
	width: 660px;
	height: 100%;
	background: #fff;
	}


.page-title {
	margin: 20px 0 10px 0;
	}
.page-title {
	/* clear: both;
	float: left; */
	width: 560px;
	max-height: 48px;
	overflow: hidden;
	line-height: 48px;
	padding: 0 30px;
	background: #d3e2ab url(images/pages-title.gif) repeat-x bottom center;
	}

.paged,
.wp-pagenavi {
	clear: both;
	float: left;
	width: 470px;
	line-height: 48px;
	padding: 0 30px;
	}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 20px 0 0;
	}


/**********************
*   Blog Entries      *
***********************/

.post {
	padding: 20px 30px;
	background: #fff;
min-height:800px;
	}

.postentry {
	color: #050d24;
	text-align: justify;
	}
.postentry a,
.postentry a:hover {
	color: #2f63b3;
	}

.postentry img {
	border: 5px solid #edf2ff;
	}
/*.postentry img:hover {
	border: 5px solid #dce6ff;
	} */

.postentry img.wp-smiley,
.postentry img.wp-smiley:hover {
	border: none;
}

.postentry span.alert {
	font-weight: bold;
	color: #f00;
	}

.posttitle { 
	margin-top: 10px;
	font-size: 1.8em;
}

.posttitle a:link,
.posttitle a:visited,
.posttitle a:hover,
.posttitle a:active {
	color: #302A20;
}

.postmeta,
.postmeta a {
	margin: 5px 0 ;
	font-size: 1em;
	color: #2f63b3;
	}
.post-date {
	padding: 0 0 0 20px;
	background: url(images/icon_date.gif) no-repeat 0 0;
	}
.post-cmts {
	padding: 0 0 0 20px;
	background: url(images/icon_cmts.gif) no-repeat 0 0;
	font-size:.9em;
	}
.post-cate {
	padding: 3px 8px;
	background: #30ff20;
	}
	
.post-cate a,
.post-cate a:visited {
color: #ffffff;
text-decoration:none;
}

.post-cate a:hover {
text-decoration:underline;
}

.post-tags a {
	padding: 0 0 0 20px;
	background: url(images/icon_tag.gif) no-repeat 0 0;
	font-weight:normal;
	}
.post-tags {
font-size:.9em;
font-weight:bold;
}

.post-author {
	padding: 0 0 0 20px;
	background: url(images/icon_pencil.png) no-repeat 0 0;
	}

.post-author  a {
	}

/**********************
*   Comments          *
***********************/

.commentpage {
	margin: 0 30px;
	padding: 0;
	}

#comments {
	margin: 0;
	padding: 0;
	}

.comments-num {
	padding: 0 0 10px 0;
	}

#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#commentlist li {
	padding: 20px 25px 0 0;
	border-bottom: 1px solid #dce6ff;
	background: #edf2ff url(images/comment_bg.gif) repeat-y 0 0;
	}
	.alt {
		background-color: #fff !important;
		background-image: none !important;
		}

.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
	background: transparent url(images/gravatar.gif) no-repeat;
	}
	img.avatar {
		margin: 7px 0 0 7px;
		border: none;
		}

.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 80px;
	}

.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #030612;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: #2f63b3;
	}

h2#postcomment {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	}

.postcomment {
	clear: both;
	margin: 10px 0 0 0;
	padding: 20px;
	background: #EEECFF url(images/separator_blue.gif) repeat-x center top;
	}

.postcomment input,
.postcomment textarea {
	border: 1px solid #b0c5ff;
	}
.postcomment input:hover,
.postcomment textarea:hover {
	border: 1px solid #43EC00;
	}
.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	width: 456px; /* IE */
	height: 18px;
	}
.postcomment textarea#comment {
	width: 100% !important;
	width: 456px; /* IE */
	height: 200px;
	}

.postcomment input#submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background: #e5edff url(images/submit.gif) repeat 0 0;
	}
.postcomment input#submit:hover {
	background: #e5edff url(images/submit_hover.gif) repeat 0 0;
	}



/**********************
*   Sidebar           *
***********************/

#sidebar {
	float: right;
	width: 290px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	}



#sidebar h2.widgettitle{
	width: 197px;
	overflow:hidden;
	display: block;
	margin: 0px 0px 6px 40px !important;
	padding: 6px;
	font-size: 1.2em;
	border-right:3px solid #43ec00;
	background:#302a20;
	color:#fff;
	text-align:right;
	}

li.wp_cumulus_widget{
background: url(images/sidebar-tag.gif) no-repeat left top;
}

li.widget_twitter{
background: url(images/sidebar-twitter.gif) no-repeat left top;
}

a.widget-twitter-title,
a.widget-twitter-title:hover  {
color:#fff;
text-decoration:none;
}

/* ul.tweets {
font-size:.9em;
margin:5px 0 16px 0px !important;
width:200px;
padding-left:46px !important;
background:url(images/cube-twitter-icon.gif) no-repeat left 20px;
}
*/

ul.tweets {
font-size:.9em;
margin:5px 0 16px 3px !important;
width:247px
/*padding-left:42px !important;
background:url(images/cube-twitter-icon.gif) no-repeat left 20px;*/
}

#text-3  {
background:url(images/sidebar-facebook.gif) no-repeat left top;

}

#text-4 {
background:url(images/sidebar-email.gif) no-repeat left top;

}

#text-6,
#text-4 {
background:url(images/sidebar-email.gif) no-repeat left top;
}

#shiftthis-subscribe strong {
background:yellow;
border:#5E0704 1px solid;
display:block;
width:239px;
padding:5px;
font-weight:normal;
}

#shiftthis-subscribe strong a {
text-decoration:underline;
font-weight:bold;
}

.tweet-text {
margin:10px 0px !important;
padding-left:5px !important;

}
	
.textwidget,
li#tag_cloud-3 div,
ul.tweets{
border: 1px solid #ccc;
padding:5px;
margin:0px;
}
	
#bottom h2.widgettitle {
background:#110B03;
color:#30FF20;
 
}

li#tag_cloud-3 {
margin-left:0px !important;

}

#sidebar ul {
	clear: both;
	margin: 16px 0 0 0;
	padding: 0;
	list-style-type: none;
	}
#sidebar ul li {
	clear: both;
	color: #666;
	margin-top:16px;
	}

#sidebar li li,
#sidebar li.widget li,
#sidebar li.widget div {
	width: 238px;
	margin: 0 0 0 3px;
	}

#sidebar li.widget_tag_cloud {
	width: 252px;
	margin: 0 0 0 0px;
	
	}
	
#sidebar li.widget_tag_cloud h2 {
	margin-left: 0px;
	
	}
	
#sidebar ul.blc {
	padding: 0 5px;
	}
	
.email-form label {

font-size:0.9em;

}


/**********************
*   Bottom            *
***********************/

#bottom {
	clear: both;
	float: left !important;
	float: none;
	width: 985px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(images/bottom-bg-dark.gif);
	border-top: 6px solid #43ec00;
	font-size: 0.9em;
	text-align: left;
	color: #fff;
	}

#bottom-left,
#bottom-mid,
#bottom-right {
	width: 30%;
	padding: 20px 0 20px 20px;
	float: left;
	}
#bottom h2 {
	margin: 0;
	padding: 5px 10px;
	font-size: 1.6em;
	color: #fff;
	}
	
	
#bottom div.textwidget {

border: 1px solid #4f3b24;
border-top:none;
padding:10px;
/*background:#372e26;
background: #3b2b18 url(images/bottom-bg-light.gif);*/
background:#23291c;
border:1px solid #303927;
min-height:230px;

}
#bottom div.textwidget  p {
margin:0px;

}
	
#bottom h2 span {
	color: #508fd2;
	}
#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #031c5d;
	}
#bottom ul li {
	line-height: 26px;
	border-bottom: 1px solid #031c5d;
	}
#bottom ul li a {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	}
#bottom ul li a:hover {
	background: #010b32;
	}



/**********************
*   Footer            *
***********************/

#footer {
	display:block;
	width: 985px;
	height: 35px;
	clear: both;
	background: #110b03;
	border-top: 1px solid #000;
	color: #fff;
	}

#footer .credits {
	float: left;
	margin: 0;
	padding: 10px;
	border: none;
	}

#footer p {
	margin: 0;
	padding: 13px 25px;
	font-size: 0.9em;
	line-height: 200%;
	}
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #43EC00;
	}
#footer a:hover {
	color: #fff;
	}


/* 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 */


