/*
Theme Name: Default
Theme URI: http://www.buttonmasher.co.nz
Description: User Blog Theme
Version: 1.0
Author: Benjamin Guy	
Tags:Moo Tools

*/

a{
	color:#a70200;
	text-decoration:none;
}

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

body{
	font-family:sans-serif;
}

#content small{
	font-size:11px;
	
}

#byslidemenu{
	margin: 0 auto;
	list-style:none;
}

.panel{
	list-style:none;
	height: 180px;
}

.left{
	float:left;
	z-index:20;
	border:0;
}

.right{
	float:right;
	z-index:20;
	border:0;
}

.top{
	position:relative;
	top:0;
}

.bottom{
	position:relative;
	top:0;
	
}

#p1{background:#FFAA00}
#p2{background:#FFFF00}
#p3{background:#FFAAAA}
#p4{background:#FFAAFF}
#p5{background:#AAAA00}


/* Begin Structure */
body {
	margin:0;
	padding: 0;
	font-family:sans-serif;
	background:#A60201 url(images/topleft_bg.png) no-repeat top left;
	}

#topright-bg{
	background: url(images/topright_bg.png) no-repeat top right;
	width:100%;
}
	
#ad-box{
	width:631px;
	height:175px;
	background:#F5CA02;
}

#ad-box>div{
	margin:15px;
	margin-top:0;
}

#ad-box>img{
	top:-5px;
}

#ad-box a img{
	border:0;
}

#ad-img{
	width:600px;
	height:152px;
	margin:0 15px;
	margin-bottom:10px;
}

#720ad{
	margin-bottom:20px;
}
	
#page {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	}
	
#content{
	background:#FFF;
}

#header {
	margin: 0 0 18px 1px;
	padding: 0;
	height: 220px;
	width: 1000px;
	}

#logoDrop{
	background:url(images/logoshadow.png) no-repeat;
	float:left;
	height:282px;
	margin-left:-17px;
	margin-top:-51px;
	width:385px;
}

#headerimg {
	background:url(images/logo.png) no-repeat;
	margin: 0;
	height: 219px;
	width: 346px;
	float:left;
	display:inline;
	}
	
#ad{
	height:175px;
	float:right;
}

.digg{
	float:right;
}

#menu{
	list-style:none;
	margin-top:9px !important;
	margin-left:21px;
}

#menu a{
	color:#FFF;
	font-size:14px;
	font-family:sans-serif;
	font-weight:bold;
	text-decoration:none;
}

#menu li{
	background: url(images/menu_sep.png) no-repeat center right;
	float:left;
	position:relative;
	margin:4px 0;
	padding:0 12px;
}


.narrowcolumn {
	float: left;
	margin: 0px 0 0;
	width: 597px;
	padding:0;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	text-align: justify;
	font-size:13px;
	line-height:20px;
	width:550px;
	position:relative;
	left:23px;
	}

.post p{
	margin:12;
	width:550px;
}

.post blockquote p{
	width:auto;
}

.post hr {
	display: block;
	}

.post h2,h3{
	clear:both;
	margin-bottom:4px;
}

.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	width:550px;
	font-size:12px;
	color:#747474;
}

.postmetadata a{
	color:#747474;
	text-decoration:none;
}

.postmetadata a:hover{
	text-decoration:underline;
}

.addthis_container{
	margin-bottom:4px;
	display:block;26/05/2009 10:57:37 p.m.
}

.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;
}

.more-link{
	float:right;
}

.postmetadata {
	margin-top:-5px;
	border-bottom:1px dotted;
}

.clear {
	clear: both;
}

.navigation{
	margin-top:18px;
	font-size:12px;
	clear: both;
	height:18px;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	font-size:10px;
	position:relative;
	top:5px;
	}

#footer p {
	margin: 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {

	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	
	}
	
h2 a{
	color:#a70200;
	text-decoration:none;
}

h2 a:hover{
	color:#a70200;
	text-decoration:underline;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

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;
	}
	
#fetured{
	background:#F5CA02 url(images/feat_drop.png) repeat-x bottom center;
	height:196px;
	margin-bottom:-40px;

}

.feat-item{
	height:158px !important;
	display:block;
	width:100%;
}

#corners{
	width:380px !important;
}

#sideul{
	width:380px;
	position:relative;
}

#sideul li{
	background:#FFF;
	width:380px !important;

}
	
#sideul h2{
	font-size:13px !important;
	text-align:right;
}

#sideul_Elm1{
	background:#bfbfbf url(images/podcast_tab.png) no-repeat top right !important;
}

#sideul a{
	display:block;
	width:380px;
	height:160px;
}

.side-item{
	display:block;
	height:160px;
	width:380px;
	cursor:pointer;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#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: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 15px;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#comments{
	margin: 30px 10px;
}

#respond{
	margin:10px 10px;
	clear:both;
	height:268px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;

	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin:0 10px;
	}

.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
{
	float:right;

	width: 380px;

	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* ajax login */


/* Login Panel */
#top *{
	z-index:300;
}

#top {
	height: 38px;
	position: relative;
	width:630px;
	float:right;
}
 
#top ul.login {
	display: block;
	position: relative;
  	float: left;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 21px;
	margin: 0;
  	color: #FFF;
	text-align: center;
	top:10px;
	padding-left:0;
}
 
#top ul.login a{
	color:#FFF;
	text-decoration:none;
	background:url(images/menu_sep.png) no-repeat center right;
	padding-right:12px;
	display:block;
	height:28px;
	font-weight:bold;
	font-size:16px;
	padding-top:3px;
}
 
#top ul.login li.left {
  	background: url(images/login_l.jpg) no-repeat left 0;
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
 
#top ul.login li {
 	text-align: left;
  	margin-right:6px;
	display: inline;
	
	height: 21px;
	font-size:12px;
	font-family:sans-serif;
}

#top ul.login li a{
	display: inline;
}

 .login_button{
	width:200px;
	position:absolute;
	right:0;
}

.login_button a {
	color: #f3c700;
}
 
.login_button a:hover {
	color: white;
}

.login_button{
	margin-top:12px;
	text-align: left;
	float: right;
	height: 21px;
	font-size:12px;
	font-family:sans-serif;
	padding:0;
}
 
.login_button li{
	float:left;
	list-style:none;
	margin-left:12px; 
}
 
.toggleLogin{
	background:url(images/login.png);
	height: 17px;
	font-size:12px;
	display: block;
	width:43px;
	padding: 2px 3px;
	font-size:11px;
	text-align:center;
} 


/*Login*/
/* toggle effect - show/hide login*/
.logged-in{
	float:right;
}

#login *{
	z-index: 30;
}

#login {
	float:right;
	width: 632px;
	color: white;
	background: #1E1E1E;
	overflow: hidden;
	position: relative;
	z-index: 30;
	height: 0;
	font-style: 1em;
	font-size:14px;
	margin:6px 0;
}
 
#login a {
	text-decoration: none;
	color: #f3c700;
}
 
#login a:hover {
	color: white;
	text-decoration:underline;
}
 
#login .loginContent {
	width: 550px;
	height: 80px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
}
 
#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}
 
#login .loginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}
 
#login .loginContent form {
	margin: 0 0 10px 0;
	height: 26px;
}
 
#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}
 
#login .loginContent input:focus.field {
	background: #545454;
}
 
#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}
 
#login .loginContent input.button_login {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(images/button_login.jpg) no-repeat 0 0;
	color:#FFF;
}
 
#login .loginClose {
	display: block;
	position: absolute;
	right: 25px;
	top: 6px;
	width: 70px;
	font-size: 0.9em;
	text-align: left;
}
 
#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 20px;
	border: none;
	color: white;
}
 
#login .loginClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -20px;
}


