/*=

	Theme Name: Mlayout
	Theme URI: http://www.moieu.com
	Description: 
	Author: Moi
	Author URI: http://www.moieu.com
	Version: 1.0.0
	Changelog:
		
	Tags: fixed width, three columns, valid CSS, valid XHTML, white, simple, widgets, widget ready, 3columns, right sidebars, SEO friendly, gravatars, h:over effects, text-only
	
=== === === === === === === === === === */


/*=STRUCTURE
=== === === === === === === === === === */

@import 'reset.css';

html {
	height: 100%;
}
body {
	background-color: #1E2D3B;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:100%;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: normal;
}
p {
	line-height:18px;
	margin-bottom: 1em;
}
.clear{clear:both}
.wrapper{
	width:900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 1em auto -60px; /* the bottom margin is the negative value of the footer's height */
}
#logo{
	background-image: url(images/logo.png);
	height: 273px;
	width: 232px;
	background-repeat: no-repeat;
	margin: 0px;
	margin-bottom: 70px;
}
#nav{
	float: left;
	margin-top: 120px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 10px;
	list-style-type: none;
}
ul#navlist
{
	margin: 0;
	padding: 0;
	list-style-type: inherit;
}

#pixopoint_menu1 #suckerfishnav  .page_item.page-item-4 a{
	padding-left: 0px;
}
.wrapper #content #nav  .page_item.page-item-16 {
	border-right: none;
}

.wrapper #content #nav  .page_item.page-item-16 a{
	padding-right: 0px;
}	

#navlist a:link, #navlist a:visited
{
	color: #FFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#navlist a:hover
{
	color: #FFF;
	text-decoration: none;
}

#content{
	width:513px;
	float: left;
	padding-left: 60px;
}
.side_widget{
	border-top: 2px solid #ffffff;
	padding: 10px;
}

#twitter_widget{

}
#twitter_widget ul li{
	margin: 1em 0;
	text-align: justify;
}
#twitter_widget .entry-meta{
	font-size: 11px;
}
.twitter-avatar{
	margin-top: 10px;
}
#facebook_fanpage_widget{

}
/*=FOOTER
=== === === === === === === === === === */
.footer, .push {
	height: 60px; /* .push must be the same height as .footer */
	margin-top:40px;
}
#footer{
   bottom:0;
   height:60px;   /* Height of the footer */
   font-size:9px;
   width:900px;
	margin: 0 auto;
}
#sponser-logos{
	width: 242px;
	float: left;	
}
#sponser-logos img{
	vertical-align: middle;
}
#copyrights{
	float: left;
	padding-left:50px;
	padding-top: 10px;
}

#copyrights a {
	color: #fffeff;
	text-decoration: none;
}
/*=COMMON
=== === === === === === === === === === */

h1 {
	font-size: 180%;
	line-height: 120%;
	text-transform: uppercase;
}

h2 {
	font-size: 120%;
	line-height: 150%;
}

a {
	color: #FCF9B0;
	text-decoration: none;
}

a:hover {
	color: #0F6AA3;
	text-decoration: underline;
}

h1 a {
	color: #000;
	text-decoration: none;
}

h1 a:hover {
	color: #3a80ff;
	text-decoration: none;
}

.line {
	height: 2px;
	border-top: 0px dotted #fff;
	border-right: 0px dotted #fff;
	border-left: 0px dotted #fff;
	border-bottom: 1px dotted #6f6f6f;
	display: block;
}





/*=CONTENT
=== === === === === === === === === === */




.post {
	margin-top: 190px;
	}

	div.entry {
	text-align: justify;
	width: 511px;
	}

div.entry ul {
		margin-bottom: 8px;
		padding-right: 5px;
		padding-left: 20px;
	}
	
	div.entry ul li {
		list-style-type: circle;
	}
	div.entry ol {
		margin-bottom: 8px;
		padding-right: 5px;
		padding-left: 20px;
	}
	div.entry ol li {
		margin-bottom: 10px;
		
	list-style-type: decimal;
}

	#content h2 {
	font-size: 17px;
	clear: both;
	line-height: 110%;
	color: #fdfaaf;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 20px;
	}
	#content strong {
	font-weight:900;
	}
.postmetadata {
	margin-top: 20px;
}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


div#CommentsContainer {
	width: 430px;
	margin-left: 20px;
	float: left;
}

h3#comments {
	margin-bottom: 8px;
}

img.avatar {
	float: left;
	position: relative;
}

div#CommentText {
	padding-left: 50px;
	margin-bottom: 20px;
}

div#CommentReply {
	margin-top: 10px;
}

form#commentform input#url,
form#commentform input#email,
form#commentform input#author {
	border: 1px #737373 solid;
}

div#CommentReply #commentform p {
	margin-top: 4px;
	margin-bottom: 4px;
}

textarea#comment {
	width: 430px;
}

div#SideColumn1,
div#SideColumn2 {
	font-size: 110%;
	line-height: 200%;
	color: #fffeff;
	width: 232px;
	float: left;
	padding: 0;
}

	div#SideColumn1 {
	}

	#SideColumn1 h2,
	#SideColumn2 h2 {
margin-bottom: 8px;
	}

	#SideColumn1 ul,
	#SideColumn2 ul
	 {
		margin-left: 0px;
		margin-bottom: 8px;
	}
	
	#SideColumn1 ul li,
	#SideColumn2 ul li {
		font-size: 90%;
		line-height: 170%;
	}

	input#s {
		margin-top: 2px;
		border: 1px solid #ccc;
	}
	
	input#searchsubmit {
		padding: 2px;
		margin-top: 4px;
		margin-bottom: 7px;
		background: #1e2d3b none;
		border:  none ;
		text-transform: uppercase;
	color: #ecfaaf;
}
	
	#SideColumn1 ul li ul {
		margin-bottom: 7px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 500px;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.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 */
