/*  
Theme Name: SMF - Modified from Gadget Story
Description: custom theme 
Version: 1.1
Author: elfdesigns
Author URI: http://www.elfdesigns.com.au
Tags: simple, blue, white, grey, clean, 
*/

body
{
		background: #154A62;
		color: #150f33;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		font-family: Verdana, Tahoma, sans-serif;
		font-size: 13px;
		line-height: 18px;
}

a
{
	color: #393939;
}

#container {
		width: 997px;
		text-align: left;
		margin: 0 auto;
		background: url(images/body-bg.png) repeat-y;
	}

/*** Header ***/
#header {
		background: url(images/header.png) no-repeat center top;
		height: 318px;
		text-align: left;
		width: 997px;
		margin: 0px;
		padding: 0px;
	}

#header h2 {
	color: #150f33;
	font-size: 30px;
	font-family: Arial, Tahoma, Verdana, Georgia, "Times New Roman", Sans-Serif;
	font-weight: bold;
	/*text-transform: uppercase;*/
	margin-top: 25px;
	margin-bottom: 0px;
	}

#header h2 a {
	color: #150f33;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #4430A3;
	text-decoration: none;
	}

#header h3 {
	color: #150f33;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	/*text-transform: uppercase;*/
	/*text-indent: 10px; */
	margin-top: 10px;
	}


/*** Menu ***/
#menu {
		width: 997px;
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: right;
		padding: 0px;
		color: #000000;
		background: url(images/menu.png) no-repeat;
	}

#menu h2 {
		color: #ffffff;
		margin: 0px;
		padding: 0px 0px 0px 0px;
		font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
		margin: 0px;
		padding: 4px;
		width: 980px;
	}
	
#menu ul li a {
		color: #FFFFFF;
		padding: 6px 6px 6px 6px;
		margin: 0px 3px 0px 3px;
		text-decoration: none;
		font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	}

#menu ul li a:hover {
		color: #006666;
		padding: 6px 6px 6px 6px;
		background: url(images/menuhov.gif) repeat-x;
	}

#logotitle #logo
{	
	float: left;
	width: 34px;
	height: 40px;	
}

#logotitle #title
{	
	position: relative;
	top: 10px;
	left: 24px;
}

/*** Main ***/
#main
{
		width: 997px;
		margin: 0 auto;
		padding: 15px;
}

#main #content
{
		float: left;
		width: 550px;
		margin-top: 10px;
		margin-left: 5px;
		padding: 25px;
}

.post
{
	margin-bottom: 70px;
	line-height: 20px;
}

.post .postheader h2
{
	font-size: 17px;
	margin-bottom: 3px;
}

.post .postheader h2 a
{
	text-decoration: none;
	color: #FFFFFF;
}

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

.post .postheader .postmeta
{
	width: 550px;
	font-size: 11px;
	border-bottom: solid 1px #ababab;
	padding-bottom: 5px;
}

.post img
{
	padding: 5px;
	border: solid 1px #ababab;
}

/*** Sidebar ***/
#sidebar
{
		float: right;
		width: 259px;
		line-height: 23px;
		margin-top: 5px;
		padding: 5px 0 0 10px;
		border-left: dotted 1px #ababab;
		margin-right: 55px;
}

#sidebar img
{
	border: none;
}

#sidebar ul
{
	list-style: none;
	margin-top: 0;
	/*white-space: nowrap;*/
	margin-left: 0;
	padding-left: 10px;
	font-size: .75em;
}
#sidebar ul li a
{	/*color: #3399cc;*/
	text-decoration: none;
	font-weight: normal;
	color: #FFB000;
	padding: 2px;
	border-bottom: 1px solid #FFB000;
	margin: 2px;
	list-style: square;
	display: block;
}

#sidebar ul li a:hover {
		/*color: #3399cc;*/
	text-decoration: none;
		color: #006666;
}

#sidebar .sidebarbox
{
	margin-bottom: 30px;
}

#sidebar .sidebarbox h3
{
		/* color: #273647; */
	color: #FFFFFF;
		font-size: 15px;
		margin-bottom: 2px;
		background: url(images/sidehead.gif) no-repeat;
		padding: 4px;
}
#sidebar .sidebarbox h3 a
{	/* color: #273647; */
		color: #FFFFFF;
		font-size: 15px;
		margin-bottom: 2px;
		text-decoration: none;
		padding: 4px;
}

/***  Search form ***/
.searchform form
{
	margin-top: 4px;
}
.searchform #search
{
	width: 160px;
}

/*** Comments ***/
.allcomments h3
{
	font-size: 15px;
}

.commentbox
{
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #ababab;
	background: #f6f6f6;
}

.commentbox .avatar
{
	float: left;
	margin-right: 5px;
}

.commentbox small
{
	font-size: 11px;
}

.commentbox p {
	margin-bottom: 0px;
}

.commentbox .commentmeta
{
	width: 300px;
}

#commentform label
{
    display:block;
    margin: 0;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
}

#commentform strong
{
	font-size: 11px;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

/*** Footer ***/
#footer
{
		width: 997px;
		color: #FFFFFF;
		background: url(images/footer.png) no-repeat;
		font-size: 11px;
		overflow: hidden;
		text-align: center;
		clear: both;
		padding: 40px 0px 30px;
		height: 34px;
		margin-right: auto;
		margin-left: auto;
}

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

#footer a:hover {
	color: #FFFF00;
	/*text-decoration: underline;*/
	}

/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}
#footer2
{
		width: 850px;
		color: #FFFFFF;
		font-size: 11px;
		overflow: hidden;
		text-align: center;
		clear: both;
		padding: 0px;
		margin-right: auto;
		margin-left: auto;
}
#container2
{
		width: 850px;
		text-align: left;
		margin: 0 auto;
}
#header2
{
		text-align: left;
		width: 850px;
		margin: 0px;
		padding: 0px;
}
#container2 img
{
		margin: 0 auto;
		text-decoration: none;
		text-align: center;
		border-style: none;		
}
#container3 {
	text-align: center;
	margin: 0 0 1px;
	background: #FFFFFF;
	padding: 0px;
	height: 100%;
	width: 100%;
	color: #BB0000;
	font-size: 0.85em;
}
#container3 img {
	text-align: center;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 0px;
	color: #B90000;
	border-style: none;
}
#main .now a:link {
	background: #154A62;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	width: 180px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #000;
padding: 10px;
}

#main .now a:visited {
	background: #154A62;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #000;
padding: 10px;
}
#main .now a:hover {
	background: #FFCC00;
	color: #154A62;
}
