/*
Theme Name: MacStudio Blog
Theme URI: http://www.macstudio.co.nz
Description: WordPress Theme
Version: 02.05.2010
Author: Jon Clamp
Author URI: http://www.macstudio.co.nz
Tags: Web, Design
*/

/******************** BASE ********************/

body {
	font-size: 14px;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background-color: #CCC;
	background-image:url(images/bkg-body.gif);
	background-repeat:repeat-x;
	margin: 0px;
	}
	
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/******************** LINKS ********************/

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

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

a:active {
	color: #000;
	text-decoration: underline;
}

/******************** LAYOUT ********************/

#holder {
	background-color: #FFF;
	text-align: left;
	padding: 0;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
/******************** HEADER ********************/

#header {
	margin: 0;
	margin-top:25px;
	padding: 0;
	height: 150px;
	width: 950px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
	
#logo {
	padding-top: 25px;
	padding-left: 25px;
}
	
/******************** MENU ********************/

#menu {
	width: 950px;
	clear: both;
	background-color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	color: #FFF;
	text-indent: 25px;
	}
	
#menu a:link {
	color: #FFF;
	text-decoration: none;
}

#menu a:visited {
	color: #FFF;
	text-decoration: none;
}

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

#menu a:active {
	color: #FFF;
	text-decoration: none;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}	

/******************** BREADCRUMB ********************/

#breadcrumb {
	width: 950px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-indent: 25px;
	font-size: 9px;
	}
	
/******************** CONTENT ********************/
	
#content {
	float: left;
	width: 550px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 50px;
	padding: 0;
}

#comtent img { max-width:550px; }

/******************** SIDEBAR ********************/
	
#sidebar {
	padding: 0px;
	width: 250px;
	margin-top: 40px;
	margin-bottom: 25px;
	margin-left: 650px;
	margin-right: 0px;
	}

#sidebar a:link {
	color: #666;
	text-decoration: none;
}

#sidebar a:visited {
	color: #666;
	text-decoration: none;
}

#sidebar a:hover {
	color: #06F;
	text-decoration: underline;
}

#sidebar a:active {
	color: #666;
	text-decoration: none;
}

#sidebar h2 {
	font-size: 15px;
	color: #06C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#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;
	}
	
#sidebar ul ul li:before {
content: "\00BB \0020";
}
	
/******************** FOOTER ********************/
	
#footer {
	width: 950px;
	height:20px;
	clear: both;
	background-color: #CCC;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	color: #999;
}

#footer a:link {
	color: #666;
	text-decoration: none;
}

#footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #06C;
	text-decoration: underline;
}

#footer a:active {
	color: #666;
	text-decoration: none;
}

/******************** COPYRIGHT ********************/

#copyright {
	width: 950px;
	clear: both;
	font-size: 12px;
	background-color: #CCC;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	color: #999;
}

#copyright a:link {
	color: #666;
	text-decoration: none;
}

#copyright a:visited {
	color: #666;
	text-decoration: none;
}

#copyright a:hover {
	color: #06C;
	text-decoration: underline;
}

#copyright a:active {
	color: #666;
	text-decoration: none;
}

/******************** H1 STYLES ********************/

h1 {
	font-size: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	color: #06C;
}

h1 a:link {
	color: #06C;
	text-decoration: none;
}

h1 a:visited {
	color: #06C;
	text-decoration: none;
}

h1 a:hover {
	color: #06F;
	text-decoration: underline;
}

h1 a:active {
	color: #06C;
	text-decoration: none;
}

/******************** H2 STYLES ********************/

h2 {
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
}

/******************** H3 STYLES ********************/

h3 {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
}

/******************** NAV PREV / NEXT ********************/

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.clear {
	clear: both;
}	
		
/******************** WP CLASSES ********************/

.entry {
}	

.postmetadata {
}

.post {
}	

.attachment {
}

.caption {
}

/******************** IMAGES ********************/

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	max-width: 550px;
	/* Resize the image for IE6 */
	width: expression(this.width > 550 ? 550: true);
}	

img.float_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

img.float_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

/******************** COMMENTS ********************/

.alt {
margin: 0;
padding: 10px;
}

.commentlist {
padding: 0;
}

.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 {
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}

.commentlist li .avatar { 
float: right;
border: 1px solid #eee;
padding: 2px;
background: #FFF;
}

.commentlist li, #commentform input, #commentform textarea {
	}
	
.commentlist li ul li {
}

.commentlist li {
	font-weight: normal;
}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}	