/*   
Theme Name: MCG Memories
Theme URI: http://owntheg.com.au/
Description: WordPress theme for MCG Memories website
Author: Odeik (XHTML/CSS and WordPress integration)
Author URI: http://odeik.com
*/

/* 
	Front-End Development (XHTML/CSS) by Odeik (www.odeik.com)
*/

/* CSS 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, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, center {
margin: 0; padding: 0; border: 0; outline: 0; font-weight: normal; font-style: normal; font-size: 100%; font-family: inherit; vertical-align: baseline;}

body {line-height: 1;}

:focus {outline: 0;}

ol, ul {list-style: none;}

table {border-collapse: collapse; border-spacing: 0;}

blockquote:before, blockquote:after, q:before, q:after {content: "";}

blockquote, q {quotes: "" "";}

input, textarea {margin: 0; padding: 0;}

hr {margin: 0; padding: 0; border: 0; color: #000; background-color: #000; height: 1px;}

/* LAYOUT */

body {
	background: #031300 url(images/bckg-body2.jpg) no-repeat top center;
	font-family: Arial, sans-serif;
}

.top {
	background: url(images/bckg-top.png) repeat-x;
	color: #999;
	font-size: 11.5px;
	height: 33px;
	padding-top: 7px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 100;
}

#container {
	margin: -15px auto 0 auto;
	overflow: hidden;
	position: relative;
	width: 810px;
	z-index: 50;
}

.header {
	clear: both;
	overflow: hidden;
}

.logo {
	float: right;
	margin: 0 75px 0 0;
}

.topTriangle {
	clear: both;
	float: right;
	margin: -40px 150px 0 0;
}

	.main {
		background: #fff url(images/bckg-content.png) repeat-x;
		clear: both;
		overflow: hidden;
		width: 760px;
		border-radius: 10px;
		padding: 25px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}

	.main a {
		color: #0080ec;	
	}
	
	.main h2 {
		color: #6f6f6f;
		font-size: 18px;
		font-weight: 700;
		margin: 0 0 25px 0;
		text-shadow: 1px 1px 0px #eaeaea;
	}
	
		.main h2 a {
			color: #6f6f6f;
			font-weight: 700;
			text-decoration: none;
		}	
	
	.main h2.comments {
		margin-top: 20px;
	}
	
	.main h1 {
		color: #6f6f6f;
		font-size: 30px;
		font-weight: 700;
		margin: 0 0 25px 0;
		text-shadow: 1px 1px 0px #eaeaea;
	}

#contactForm {
	clear: both;
	color: #333;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#contactForm input {
	border: none;
	border-top: 1px solid #b7b7b7;
	height: 25px;
	margin: 10px 30px 20px 0;
	width: 210px;
}

#contactForm input.send {
	background: url(images/button-send.png) no-repeat;
	border: none;
	height: 34px;
	margin: 95px 0 0 20px;
	text-indent: -9999px;
	width: 75px;
}

#contactForm textarea {
	border: none;
	border-top: 1px solid #b7b7b7;
	margin: 10px 0 0 0;
	width: 365px;
}

#contactForm label {
	display: block;
}

/* Comments */

#btnSearch {
	background-color:#ddd; 
	border: 1px solid; 
	border-color: #999; 
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	height:22px;
	font-size:1em;
	padding:0px 3px;
}

#submit {
	background-color:#ddd; 
	border: 1px solid; 
	border-color: #999; 
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	height:22px;
	font-size:1em;
	padding:0px 3px;
} 

input.textbox
{
	border:#ccc 1px solid;
	background:#f9f9f9;
	font:1em Georgia, Serif;
	padding:5px;
	width:135px;
	height:15px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
textarea{
	width: 95%;
	padding:5px;
	height: 15em;
	border: 1px solid #ccc;	
	background:#f9f9f9;
	font:1em Georgia, Serif;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
input.textbox:focus, textarea:focus
{
	background:#fff;
	border:#999 1px solid;
}
#commentform 
{
	margin: 30px 0 0 0;
	padding:10px;
	background:#fff;
}
.main .commentlist {
	margin: 0;
	padding: 0;
}
.main .commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 1em;			
	border-bottom:#ddd 1px solid;
	font-size:1em;
}

.main .commentlist li p
{
	font-family: Georgia, Serif;
	font-size:14px;
}

.main .commentlist li .cmtinfo 
{
	padding:5px;
	margin-bottom: 5px;
	position:relative;	
}
.main .commentlist li .cmtinfo em 
{
	margin:0;
	padding:0 1em;
	font-weight:normal;			
	font-style:normal;
float:right;
	font-size:0.7em;
	color:#999;

}
.main .commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
}
.main .commentlist li.alt
{
	background:#f9f9f9;	
}
.main .commentlist li.authorcomment
{

	background:#fdffd4;
}
.main .nocomments
{
	font-size:0.9em;
	color:#999;
	text-align:center;
}

.leftColumn .post {
	background: url(images/hl-dot.gif) repeat-x left bottom;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

	.leftColumn p {
		color: #585858;
		font-size: 13px;
		line-height: 125%;
		margin: 0 0 15px 0;
	}
	
	.rightColumn p {
		color: #6b6b6b;
		font-weight: 700;
		font-size: 15px;
		line-height: 140%;
	}
	
		.leftColumn {
			border-right: 1px solid #b9b9b9;
			float: left;
			margin-bottom: -2000px;
			min-height: 210px;
			padding-right: 25px;
			padding-bottom: 2000px;
			width: 484px;
		}
		
		.rightColumn {
			border-left: 1px solid #fff;
			float: left;
			margin-bottom: -2000px;
			min-height: 210px;
			padding-left: 25px;
			padding-bottom: 2000px;
			width: 224px;
		}

#preRelease {
	color: #333;
}

#preRelease label {
	display: block;
	margin-top: 15px;
	text-align: center;
}

#preRelease input {
	border: none;
	border-top: 1px solid #b7b7b7;
	height: 25px;
	margin: 15px 0 0 0;
	width: 215px;
}

#preRelease input.send {
	background: url(images/button-preRelease.png) no-repeat;
	border: none;
	height:	83px;
	text-indent: -9999px;
	width: 223px;
}
		
a.buttonTwitter, a.buttonFacebook {
	color: #6f6f6f;
	display: block;
	font-size: 18px;
	font-weight: 700;
	height: 85px;
	line-height: 120%;
	padding: 18px 0 0 100px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #fff;
}

.rightColumn h1 {
	margin-top: 20px;
}
		
a.buttonTwitter {
	background: url(images/button-twitter.png) no-repeat;
	margin-top: 20px;
}

a.buttonFacebook {
	background: url(images/button-facebook.png) no-repeat;
	margin-top: 0px;
}

#footer {
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 20px 0;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}

#footer a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.left {float: left;}
