/*  
Theme Name: Fluidity
Theme URI: http://www.eyecandywebdesign.com/
Description: Three columns fluid theme.
Author: Beng Hafner 
Author URI: http://www.lukaret.com/
*/
<!ELEMENT BR - O EMPTY -- forced line break -->
<!ATTLIST BR
　%coreattrs; -- id, class, style, title --
>

* { 
   margin : 0;
   padding : 0;
}
body {
	margin: 0;
	padding: 0;
	background: #ffffff url('images/bodybg.jpg') repeat-x;
	font: 83% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	line-height: 1.5;
	color: #4C4C4C;
}

a {
	color: #1D43AE;
	text-decoration: none;
}

a:hover {
	color: #a0b62a;
	text-decoration: none;
}

a img {
	border: none;
	}

/********* Tags *********/

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #585757;
}

code, pre {
	font: 1.1em 'Courier New', Courier, Fixed;
	margin-left: 15px;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

hr {
	display: none;
	}
	
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}	
/***************** Headings ******************/
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 3.2em;
	text-align: left;
}

h2 {
	font-size: 1.8em;
}

h2.pagetitle {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #0F6498;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}

/********** Misc Classes *********/

.info {
	background: #fcfcfc url('images/info.png') left no-repeat;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	margin-top: 15px;
	padding: 0 0 0 18px;
}

.center {
	text-align: center;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 10px;
	}
.single-entry-nav {
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	}	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}	

/***************** Layout Structure ******************/		

#header {
	width: 100%;
	height: 175px;
    background: url('images/headerbg.jpg') top left no-repeat;
}
		
#wrapper {
	width: 99%;
	margin: 30px auto;
}

#content {
	width: 65%;
	float: left;
	left: 20%;
	color: #000;
}

#single-entry {
	width: 80%;
	float: left;
	left: 20%;
	color: #000;
}

#sidebarLeft {
	width: 20%;
	float: left;
	padding-bottom: 25px;
}

#sidebarRight {
	width: 15%;
	float: left;
	left: 80%;
	padding-bottom: 25px;
}

#footer {
	width: 100%;
	height: 150px;
	background: #000000 url('images/footerbg.jpg') repeat-x;
	clear: both;
}
/***************** Header H1, Navigation And Searchform Style *********/
#header h1 {  
	color: #add851;
	float: left;
    padding-left: 230px;
    margin-top: 36px;
}

#header h1 a { 
	color: #e1c946;
}

#header h1 a:hover {
        color: #add851;
}

#header .description {
	font-size: 1.3em;
	text-align: left;
	color: #1370b0;
}
/*** TOP MENU ***/
#topMenu {
	font-size: 1.1em;
	line-height: normal;
}
		
#topMenu ul {
	right: 120px;
	position: absolute;
}

#topMenu ul {list-style:none; margin:0 auto; padding:0 8px;}
#topMenu  li {float:right; text-align:center;}
#topMenu ul li {
	display:block;
	text-decoration:none;
	padding: 104px 8px 15px 8px;
	margin-left:3px;
	font-size: 0.9em;
    font-weight: bold;
	text-transform: uppercase;
	float:left;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}

#topMenu .current_page_item {
	text-decoration:none;
    color: #ffffff;
    background: #bacf11;
}

#topMenu .current_page_item a {
    color: #ffffff;
}

#topMenu ul li:hover {
	text-decoration:none;
	background-color:#333333;
}

#topMenu ul li a {
	color: #fff;
}

/****Search Form  ****/
.search {
	float: right;
	position: relative;
	width: 35%;
	height: 35px;
	text-align: left;
	margin: 8px 0 0 0;
    overflow:hidden;
}
#searchform {
	margin-left: 1px;
}	
.search input.keyword {
	position: absolute;
	width: 100%;
	height: 35px;
	color: #666666;
	background: transparent url('images/q.gif') no-repeat;
	border-style: none;
	padding: 7px 0px 5px 5px;
}
/* Opera Hack For CSS3
@media screen and (min-width: 0px) {
	.search input.keyword { padding: 0 5px; }
}
*/

.search input.search {
	position: relative;
	width: 80px;
	height: 35px;
	cursor: pointer;
	margin: 0 0 0 215px;
}

/***************** Entry Styles  ******************/
.entrytitle {
	color: #69AA13;
	display: block;
	font-family: "Trebuchet MS",Tahoma,"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	font-size: 1.8em;
	letter-spacing: -1px;
	text-transform: uppercase;
	width: 98%;
}

.entrytitle a {
	color: #69AA13;
}

.post span.date {
	color: #DC7E14;
	padding-right: 8px;
	top: 5px;
	text-transform: uppercase;
	letter-spacing: -1px !important;
	text-align: right;
}	

.post, .noresult {
	margin-bottom: 30px;
	padding: 17px 10px 25px 25px;
	text-align: justify;
	background: url('images/entrybg.jpg') top left no-repeat; 
}

.post hr {
	display: block;
}

.postmetadata {
	display: block;
	color: #000000;
	padding: 15px 0 2px 2px;
	text-align: left;
    margin: -25px 0 15px 0;
}	

.postmetadata a {
	color: #1D43AE;
}
.entry p{
margin-bottom:24px;

}

.entry img {
	/*display: block;
	margin-left: auto;
	margin-right: auto;*/
	padding: 6px;
	border: 1px solid #E2E2E2;
	}	

.entry ul {
	margin-left: 5px;
	padding: 0 0 0 10px;
	list-style: none;
	text-indent: -10px;
	} 

.entry li {
	margin: 7px 0 4px 5px;
	}

.entry ul li {
	background: url('images/blue-bullet.png') left no-repeat;
	padding-left: 25px;
	}

.entry ol {
	padding: 0 0 0 15px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.entry ol li, #single ol li {
	list-style: decimal outside;
	margin-left: 15px;
	}
	
.more-link  {
    float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-left: 20px;
	background: url('images/tick.png') left no-repeat;
	font-weight: bold;
}

/***************** Left and Right Sidebar Styling ******************/
.textwidget, .infomenu {
	margin-bottom: 17px;
	padding: 10px 0 7px 5px;
	background: #fcfcfc;
	margin-left: 8px;
	color: #333333;
}	

#sidebarRight a {
	margin-right: 3px;
	padding: 2px;
	display: block;
	color: #203a7d;
	text-decoration: none;
}

#sidebarRight ul li a:hover {
	color: #ffffff;
}

#sidebarLeft ul, #sidebarRight ul {
	margin: 0 0 0 8px;
	padding: 0;
	list-style-type: none;
	background: #F0F0F0;
}

#sidebarRight li:hover {
	background-color: #bacf12;
}	

#sidebarLeft p, #sidebarRight p {margin:0 10px;}

#sidebarLeft div.title, #sidebarRight div.title {
    margin-top: 16px;
    display: block;
	margin-left: 8px;
	padding-left: 2px;
	font-family: "Trebuchet MS",Tahoma,"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 2px;
	text-align: left;
    background: #333333;
}

#sidebarLeft li, #sidebarRight li {
	margin: 0 0 2px 0;
	padding-left: 5px;
	padding-right: 3px;
	border-top: 1px solid #ffffff;
}

#sidebarRight li.recentComments  {
	background: #f9fafc;
	color: #000;
}

#sidebarRight li.recentComments {
	border-bottom: 1px solid #F4F4F4;
}

#sidebarRight ul.recentComments li a {
	text-decoration: none;
}

#sidebarLeft li a, #sidebarRight li a {
	display:block;
	padding:1px 0;
	height:1%; /* IE WIN */
	text-align: left;
	color: #203a7d;
}

#sidebarLeft, #sidebarRight ul.categories li ul {margin:0;}

#sidebarRight ul.categories li li {
	margin:0;
	padding:0 0 3px 0;
	border-bottom:none;
}

#sidebarLeft li.rssFeeds {
	background: url('images/rss-icon.jpg') left no-repeat;
	padding-left: 18px;
}	

/******* Calendar ********/
#wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	background-color: #FFFFFF;
	font-size: 8pt;
	width: 100%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	background-image: none;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	color: #AC5681;
	font-weight: bold;
}

#wp-calendar a:hover {
	color: #003366;
    border:none;
}

#wp-calendar caption {
	background: #EFEFEF;
	border: 1px solid #FFFFFF; 
	margin: 0;
	padding: 2px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	width: 100%;
}

#wp-calendar td {
	background: #EFEEEE;
	border: 1px solid #CCCCCC;
	border-width: 0px 1px 1px 0px;
	margin: 0 4px 4px 0;
	padding: 2px;
	text-align: center;
	letter-spacing: normal;
}

#wp-calendar td.pad:hover {
	text-align: center;
}

#wp-calendar #today {
	background: #4097C2;
	border: 1px solid #CCCCCC;
	border-width: 1px 0 0 1px;
	font-weight: bolder;
	color: #FFFFFF;
}
#wp-calendar td:hover{
	background: #6DBDE5;
	border: 1px solid #FFFFFF;
	border-width: 1px 0 0 1px;
}

#wp-calendar th {
	background: white;
	border: 1px solid #CCCCCC; 
	border-width: 0 1px 1px 0;
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	padding: 2px;
}

/***************** COMMENTS STYLE *****************/

.commentlist {
	text-align: left;
	width:96%;
    overflow:hidden;
	padding: 0 10px 0 25px;
	}

.commentlist li {
	margin-top: 10px;
	padding: 5px 10px 3px;
	list-style: none;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li a {
	font-weight: normal;
	color: #0152e9;
	}	
	
.commentlist li a:hover {
	color: #a50a38;
	}
	
.comment-entry {
	margin-top: 10px;		
}
	
#comments, #respond {
	background: #bacf11;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 20px 8px 15px 25px;
	padding: 4px 0 4px 10px;
	text-transform: uppercase;
}	

.commentlist cite {
	font-style: normal;
	font-size: 1em;
	padding-left: 20px;
	background: url('images/commenter.png') left no-repeat;
	text-transform: capitalize;
	font-weight: bold;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	text-align: right;
	font-size: 1em;
	padding: 15px 0 10px 0;
}

span.commentdate {
	padding-left: 18px;
	background: url('images/calendar.png') left no-repeat;
}

span.comment-time {
	padding-left: 18px;
	background: url('images/clock.png') left no-repeat;
}

span.comment-edit {
	padding-left: 18px;
	background: url('images/comment_edit.png') left no-repeat;
	margin-left: 4px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.alt {
	margin: 0;
	padding: 10px;
	background: #F5F5F5;
	}
	
#commentform {	
    margin: 0 0 0 15px; 
	padding-top: 15px;
	padding-left: 15px; 
}

.commentform-input {
	float: left;
	width: 30%;
}

.commentform-textarea {
	float: left;
	margin-left: 20px;
	width: 60%;
}		

#commentform input#author, #commentform input#email, #commentform input#url {
    background: url('images/comments-input.jpg') left repeat-x !important;
	color: #000000;
	margin-top: 2px;
	border: 1px solid #9eb51d;
	
}	

#commentform textarea {	
    margin: 15px 0 15px 0; 
	width: 100%;
	height: 180px;
	background: url('images/comment-textareabg.jpg') bottom right no-repeat;
	border: 3px double #93be36;
} 	

/******* FOOTER STYLE *********/

.credits {
	clear: both;
	float: left; 
	padding: 75px 16px 15px 150px;
	text-align: center;
	width: 80%;
	color: #9a9b9d;
}

* html p.credits{ /*IE6 only rule.*/
	margin-top: 25px;
}

.credits a{
	color: #fbd91e;
}

.amazon{
text-align:center;
}


/* gamertag */
.gamercard{
	margin: 0 0 0 8px;
	padding: 0;
	background: #F0F0F0;
}

.stats{
	font-size:10px;
}

.gamerimg{
	float:left;
	margin-right:4px;
	margin-bottom:2px;
}

.playedgames{
	clear:both;
	margin-top:2px;
}

.playedgames img{
	margin-right:2px;
}



