@charset "utf-8";
/* CSS Document */

/*  
Theme Name:Silver 2col
Theme URI: biencreative.com.au
Description: silver and white 2 col with sidebar
Version: 1.0
Author: Helen Palombo
Author URI: http://www.biencreative.com.au

*/
@charset "utf-8";
/* CSS Document */

/*
	RESET
*/

/**									{ margin: 0; padding: 0; }*/
html								{ overflow-y: scroll; }
html, body							{ height: 100%; }
ul									{ list-style: square inside; }
ol									{ list-style: decimal inside; }
a									{ outline: none; text-decoration: none; }
a img								{ border: none; background: none; }
img									{ vertical-align: middle; }
table								{ border-collapse: collapse; }
body{
	font-family:Geneva,Helvetica,Verdana,Arial,sans-serif;
	font-size:14px;
	background-image:url(images/bodyGrad.jpg);
	background-repeat:repeat-x;
	background-color:#CCC;
	line-height:1.8em;
}


/*
	UTILITY
*/
.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }

/*
	STRUCTURE
*/
#wrapper
{
	margin:auto;
	width:960px;
}
#header{
	background-image:url(images/greyheader2.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	height:170px;
	margin-left: 1px;
}
#main{
	background-color:#fff;
	border-left:1px  solid #CCC;
	background-image:url(images/sideshadowCont.jpg);
	background-repeat:repeat-y;
	background-position:right;
	/*margin-top:10px;*/
}
#mainCont{
	background-image:url(images/sideshadow.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	}
#content{
	clear:both;
	padding:20px;
}
#posts
{
	float:left;
	width:640px;
}
.sidebar{
	float:right;
	width:250px;}
#login{
	margin-top:50px;}
	
#footer{
	background-image:url(images/bottomshadow2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:-20px;
	height:20px;
	text-align:center;
	font-size:80%;
}

#singPost{
	width:840px;}
/*
	HEADER
*/
#header h1 {
	display:block;
	
	float:left;
	width:200px;
}
#header h1 a {
	text-indent:-9999px;
	display:block;
	height:100px;}
#header p{
	font-size:280%;
	font-family:  Geneva,Verdana, sans-serif;
	font-weight:bold;
	font-style:italic;
	text-shadow:#999;
	letter-spacing:3px;
	/*color: #C60000;*/
	margin:0 0 0 220px;
	padding-top:80px}
	
/*
	LISTS
*/

ul{
	list-style:none;
	margin: 0; padding: 0;
	
}
/* 
	MENU
*/
ul#menu li{ display:inline;}
ul#menu li a{
	display:block;
	float:left;
	height:33px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	
}
ul#menu li a.home{
	width:90px;
	background-image:url(images/Home2.jpg);
	background-position:0 0;
}
ul#menu li a.about{
	width:90px;
	background-image:url(images/About2.jpg);
	background-position:0px 0;
}
ul#menu li a.links{
	width:90px;
	background-image:url(images/Links2.jpg);
	background-position:0 0;
}
ul#menu li a.bienWeb{
	width:678px;
	background-image:url(images/BienWeb2.jpg);
	background-position:0 0;
	
}

ul#menu li a:hover{
	background-position:0 -34px;
}
/*
CONTENT
*/

#content a:link , #content a:visited
{
	color:#C60000;
}
#content a:hover, #content a:active
{
	color:#666;
}
h2{
	margin:10px auto 0px auto;}
h2 + p	{margin-top:0px; font-size:80%}

.tag, .category, .edit {margin:0 10px 0 0; padding-left:20px; font-size:90%;background-repeat:no-repeat; color:#666;}
.tag{
	background-image:url(images/tag.gif);
	}
.category{
	background-image:url(images/folder.gif);
	
	}
.edit{
	background-image:url(images/pen.gif);}

.post h2	{color:#C60000; }

#date{ 
		width: 40px; float: left; padding: 0 5px 5px 5px; background: #990000; color: white; text-align: center;margin: 14px 10px 0 0; }
.day								{ font-size: 2em; font-weight: bold; margin: 0 0 5px 0; font-family: Georgia, serif; }
.month								{ font-size: 1.2em; font-weight: bold; text-transform: uppercase; margin: 0; }
.year								{ font-size: 1.2em; font-weight: bold; margin: 0; }
.postHome{
	margin-left:60px;}

/*
	COMMENTS
*/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
/*
	FOOTER
*/
#footer a:link , #footer a:visited
{
	color:#C60000;
}
#footer a:hover, #footer a:active{
	color:#000;
}
#footer p{
	padding-top:40px;
	
}
