/*  
Theme Name: Modulariser
Theme URI: http://www.kevinblake.co.uk
Description: Moveable modules
Version: 1
Author: Kevin Blake
Author URI: http://www.kevinblake.co.uk
*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/*
    CSS-file for three column layout 2006
    http://www.savio.no/
    Developed by Eivind Savio
    */

    body, html {
    color: #000;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    }
    body {
    font-size: 80%;
    overflow-x:hidden;
    }
    p {padding: 7px 0 7px 0;}

#hideRight {
    width:20px;
    text-indent:-1000px;
    display:block;
    height:28px;
    cursor:pointer;
    overflow:hidden;
    background:transparent url(images/sidebar-collapse.png) no-repeat;
}
#hideRight.expand {
background:transparent url(images/sidebar-expand.png) no-repeat;
}


.content a {
color:#418dbd;
}
.entry strong {
font-weight:bold;
}


    a {
    color: #372209;
    }
    a:hover{
    color: #0000FF;
    text-decoration: none;
    }

    h1, h2, h3 {
    font-weight: bold;
    padding-bottom: 5px;
    }
    h1 {
    font-size: 2em;
    }
    h2 {
    font-size: 1.6em;
    }
    h3 {
    font-size: 1.3em;
    }
    .clear { clear: both; }
    #mainContainer {
    min-height: 300px;
    min-width:780px;
    }
    * html #mainContainer {
    height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
    }
    /**************************
    HEADER
    **************************/
    /**************************
    CONTENT AND COLUMNS
    **************************/
    .outer {
    margin-right: 440px; /*** This is the width and the color for our right column ***/
    }
    * html .outer {
    /*** No need for hacking IE on this layout ***/
    }
    .inner {
    width: 100%;
    }
    * html .inner {
    /*** No need for hacking IE on this layout ***/
    }
    /*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
    div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid
    blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows
    my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
    ***/
    .float-wrap {
    float: left;
    width: 100%;
    margin-left: -165px; /*** Same length as .outer border-left but with negative value ***/
    }
    * html .float-wrap {
    /*** No need for hacking IE on this layout ***/
    }
    #content {
    float: right;
    margin-right: -165px;  /*** Same length as .outer border-left but with negative value ***/
    width: 100%;
    }
    * html #content {
    position: relative;
    }
    .contentWrap ol, .contentWrap ul {
    margin: 3px 0 5px 35px;
    }
    .contentWrap li {
    padding-bottom: 2px;
    }
    .contentWrap {
    padding:30px 50px 0px 80px;
    }
    

.sidebarContent{
width:420px;
display:block;
float:left;
}

.shadow {
width:20px;
display:block;
min-height: 100%;
float:left;
}

* html .shadow {
height: 100%;
}

    /*************************
    RIGHT COLUMN
    **************************/
    #right {
    float: right;
    width: 440px;
    padding: 50px 0 0 0 ;
    min-height: 250px;
    margin-right: -440px; /** This negative margin-right value is the width of the right column + the padding, in this example 130px. ***/
    }
    * html #right {
    height: 250px;
    position: relative;  /*** IE needs this  ***/
    }
    #right ul {
    list-style: none;
    padding-bottom: 4px;
    }
    #right li {
    padding-bottom: 2px;
    }



.closeEl {
    background:transparent url(images/module-sprite.png) no-repeat;
    width:12px;
    height:12px;
    display:block;
    text-indent:-10000px;
    margin:6px 12px;
}


.inactive {
    background-position:0 -12px;
}

.itemContent {
padding:3px;
}

body
{
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.mainContentWrapper {
width:100%;
}

.sidebarContentWrapper {
width:198px;
}

.groupWrapper
{
	float: left;
	margin-right: 1%;
	min-height: 400px;
}
.serializer
{
	clear: both;
}
.groupItem
{
	margin-bottom: 20px;
}
.groupItem .itemHeader
{
	line-height: 28px;
	color: #fff;
	padding: 0 10px;
	cursor: move;
	font-weight: bold;
	font-size: 100%;
	height: 28px;
	position: relative;
	background:transparent url(images/module-hd.png) no-repeat;
	text-align:left;
	
}

.groupItem .itemHeader a
{
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: normal;
	text-decoration: none;
}
.sortHelper
{
	border: 3px dashed #666;
	width: auto !important;
}
.groupWrapper p
{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


/* Begin Typography & Colors */
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	
	}

#page {
	border: 1px solid #959596;
	text-align: left;
	}



.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #241503 url(images/footer-bg.png) repeat-x;
	width:100%;
	text-align:center;
	}
	
#footer p {
    display:block;
    text-align:left;
    padding:50px 0;
    margin:0 auto;
    width:400px;
    color:#f7f4e4;
    
    
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 1.5em;
	}


h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	text-align: center;
	}


#nav-wrap1{
  background: transparent url(images/nav-left.png) no-repeat left top;
  padding-left: 25px;
  position: absolute;
  z-index: 30;
  top: 95px;
  right: 1em;
  height: 64px;
}

#nav-wrap2{
  background: transparent url(images/nav-bg.png) no-repeat right top;
  padding-right: 25px;
  height: 64px;
  float: left;
}

#nav-wrap2 ul#nav, #nav-wrap2 ul#nav li{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#nav-wrap2 ul#nav li{
  display:inline;
  float: left;
  position: relative;
  background: transparent url(images/nav-div.png) no-repeat left top;
  padding-left: 2px;
}

#nav-wrap2 ul#nav li a{
  display: block;
  margin-top: 1px;
  height: 35px;
  float: left;
  color: #b5d1e6;
  text-decoration: none;
  font-size: 120%;
}

#nav-wrap2 ul#nav li a:hover{
  color: #fff;
}

#nav-wrap2 ul#nav .fadeThis {
  position:relative;
  z-index: 1;
  background: none;
}

#nav-wrap2 ul#nav .fadeThis span.hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent url(images/nav-active.png) repeat-x left top;
  z-index: -1;
  margin: 0;
  padding: 0;
}

#nav-wrap2 ul#nav li a span{
  display: block;
  margin-top: 6px;
  padding: 0 8px;
}




.sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	}


h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, .sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}


#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width:185px;
	float:left;
	padding-left:25px;
	}
	
#sidebar2 {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width:185px;
	float:left;
	padding-left:15px;

}

.entry code {
	font: 1.1em 'Courier New', Courier, Fixed;
	padding:5px;
	display:block;
	text-align: left;
	border:dashed 1px #999999;
	margin:10px 20px 10px 20px;
	overflow-x:auto;
	overflow-y:none;
	}

acronym, abbr, span.caps
{
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}



.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 0 0 10px;
	text-align: justify;
	border-bottom:solid 1px #e9e9e9;
	overflow:auto;

		}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	

/* End Structure */

/*	Begin Headers */

.description {
	text-align: center;
	}

h2 {
	margin: 15px 0 0;
	}

h2.pagetitle {
	margin-top: 15px;
	text-align: center;
}

.sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 15px 0 0;
	}

/* End Headers */



/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, .sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
	}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
	}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

.sidebar #searchform #s {
	padding: 2px;
	}

.sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */



/* comments */

h3.comments{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  padding: 0;
  margin: 2em 0 0 0;
  font-size: 150%;
}

ul#comments{
  margin: .6em 0 1em 0;
  list-style-type: none;
  padding: 0;
}

ul#comments ul{
  margin-left: 2em;
  list-style-type: none;
}

ul#comments li.comment, ul#comments li.trackback{
  width: 85%;
  margin: 0;
  padding: 0;
}

ul#comments li.comment li.comment{
  width: 100%;
}

.comment-mask{
  display: block;
  background: transparent url(images/comment-shadow.png) no-repeat right bottom;
  position: relative;
}

.trackback .comment-mask{
  background: none;
}

.comment-mask .avatar{
  width: 90px;
  height: 90px;
  background: transparent url(images/avatar.png) no-repeat center center;
  float: left;
  position: relative;
}

.comment-mask .avatar img{
  position: absolute;
  left: 13px;
  top: 13px;
  width: 64px;
  height: 64px;
}

.comment-main{
  background: #fff;
  padding: 1px;
}

.comment-wrap1{
  background: transparent url(images/comment-bg-right.png) no-repeat right bottom;
}

.comment-wrap2{
  background: transparent url(images/comment-bg-left.png) no-repeat left bottom;
}

.comment-head{
  background: #96816d url(images/comment-head.png) repeat-x left bottom;
  color: #fff;
  display: block;
  width: 100%; /* IE 7 fix */
  position: relative;
}

.trackback .comment-head{
  background: #7c7c7d;
}

.admincomment .comment-head{
  background: #125f9f url(images/comment-head-admin.png) repeat-x left bottom;
}

.comment-head p{
  padding: .5em 1em 1.5em 1em;
  margin: 0;
  font-style: italic;
  font-size: 90%;
}

.trackback .comment-head p{
  padding: .5em 1em;
  margin: 0;
}

.comment-head p a, .comment-head p a:visited{
  color: #ebe6da;
}

.comment-head p.controls{
  position: absolute;
  padding:0;
  display: none;
  top: 0;
  right: 6px;
  z-index: 10;
  font-style: normal;
  text-transform: uppercase;
  padding: 0 1em 0 0;
  margin: 22px 0 0 0;
}

.comment-head p.controls a{
  display: block;
  float: left;
  text-decoration: none;
  color: #0071bb;
  background: #fff;
  padding: 3px 6px;
  margin-right: 3px;
  border: 1px solid #96816d;
}

.comment-head p.controls a:hover{
  background: #96816d;
  color: #fff;
  border: 1px solid #eeebe3;
}

.admincomment .comment-head p.controls a:hover{
  background: #0071bb;
}

.comment-body{
  padding: 0;
  height: 90px;
  min-height:90px;
  height:auto !important; /* ie6 fix */
  font-size: 90%;
}

.comment-body code {
	font-size:110%;
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
}

.comment-body p{
  padding: 0 1em 1em 1em;
  margin: 0;
  line-height: 150%;
}

.comment-body blockquote{
  margin-left: 100px;
}


/* comment form */

#respond{
  display: block;
  margin: 1em 0;
}

li.comment #respond{
  margin-left: 100px;
}



/* Begin Sidebar */

.sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.content blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

.content blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */



/* ------ AMAZON WISHLIST ------ */
ul.wishlist { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

li.wishlistitem { 
	border-top: 1px solid #AFAFAF; 
	border-left: 1px solid #AFAFAF; 
	background: #E9E9E9; 
	height: 70px; 
	padding: 10px; 
	margin: 0 0 5px 0;
}
li.wishlistitem a { vertical-align: top; }
li.wishlistitem img { 
	float: left; 
	padding-right: 10px; 
	padding-bottom: 15px; 
}
br.amazonbr { clear: both; }
ul.wishlistnav { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

.alignright { float: right; }
.alignleft { float: left; }




.header-content {
	padding-left:248px;
	height:187px;
	text-align:center;
	padding-top:15px;
	
}

.header-title {
	margin:0px auto 0px auto;
	padding:14px 0px 5px 0px;
	width:509px;
	border-bottom:solid 2px black;
}

.header-body {
	margin:0px auto 0px auto;
	width:509px
}

.header-postit {
   float:right;
   width:120px;
}

.header-body-left {
   float:left;
   width:383px;
}

.header-quote {
   padding-top:30px;
}



#wp-calendar{
margin-left:10px;
}

.page {
   border-left:solid 1px #808080;
   border-right:solid 1px #808080;
   min-width:521px;
      margin:0px 9px 0px 28px;
      padding-left:15px;

}



.content {
   padding-right:430px;
   padding-top:1px;
}

.g2image_float_right { float: right; margin:0px 0px 1px 10px; }

.comments_link,.awpcomments_link, .awpcomments_link_hide {
   background: 1px 0 url(/wp-content/themes/even-the-wrong-words-seem-to-rhyme/images/comments.gif) no-repeat;
	padding: 1px 0 3px 22px;
}

.commentform_link {
   background: 1px 0 url(/wp-content/themes/even-the-wrong-words-seem-to-rhyme/images/add-comment.gif) no-repeat;
	padding: 1px 0 3px 22px;
}


li.rss {
   content:"";
   
}

li.rss:before, li.email:before, ul.fbstatus li:before, ul.amm li:before, li.twitter:before {
content:"" !important;
}

li.rss A{
   background:url(/wp-content/themes/even-the-wrong-words-seem-to-rhyme/images/rss.gif) no-repeat;
   padding-left:16px;
}
li.rss LI A{
   background:none;
   padding-left:0px;
}

li.email A{
   background:url(/wp-content/themes/even-the-wrong-words-seem-to-rhyme/images/email.gif) no-repeat;
   padding-left:16px;
}
li.twitter A{
   background:url(/wp-content/themes/even-the-wrong-words-seem-to-rhyme/images/twitter.gif) no-repeat;
   padding-left:16px;
}

.sidebar h2 {
   text-align:left;
   text-transform: uppercase;
   font-family:Courier New;
   letter-spacing:1px;
   color:#333;
}

.sidebar li{
   list-style-type:none;
}

.fbdate {
   color:#898989;
}

.fbdesc:hover .fbdate {
   color:#565656;
}


#twitter_update_list li {
   display:block;
   border-bottom:dashed 1px #bbb;
   width:90%;
   padding:4px 2px;
   color:#666;
   overflow:hidden;
}

#twitter_update_list li a {
   color:#372209;
}


.search #s {
   float:left;
   width:137px;
   border:none;
   height:17px;
   margin:2px 0px 0px 2px;;
   border-width:0px;
}

.search #searchsubmit {
float:left;
}

.searchbox {
   border:solid 1px #808080;
   height:25px;
   float:left;
   background:white;
   width:172px;

}


.amm .book {
   float:left;
   text-align:left;
   display:block;
} 

.amm .description {
   float:left;
   padding-left:5px;
   color:#333;
   text-align:left;
   display:block;
   width:110px;
}

.amm .previous {
   clear:left;
   text-align:center;
   display:block;
   padding:5px 10px 10px 0px;
}

.amm .author {
   color:#666;
}


#geoMashup {
   width:100%!important
}

.flvPlayer {
   text-align:center;
}


/* Xbox 360 Gamercard */
.gamercard {
	padding: 4px;
	width: 168px;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
	text-align: left;
}
.gamertag, #sidebar .gamertag {
	margin: 0;
	padding: 0 0 2px 2px;
	border-bottom: 1px solid #7fad2a;
}
.gamertag p, #sidebar .gamertag p {
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.gamercard a, .gamercard a:visited, #sidebar .gamercard a, #sidebar .gamercard a:visited, .gamercard a.taglink, .gamercard a.links {
	margin: 0;
	padding: 0;
	color: #7fad2a;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: none;
}
.gamercard a.taglink:hover, .gamercard a.links:hover, #sidebar .gamercard a.taglink:hover {
	color: #7fad2a;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	border: none;
}
.gamercard a.links:hover {
	text-decoration: none;
}
.gamerimg, .entry .gamerimg {
	margin: -1px 4px 0 1px;
	padding: 0;
	height: 32px;
	width: 32px;
	border: 1px solid #afafaf;
	float: left;
}
.gamercard .stats {
	margin: 5px 0 0;
	padding: 0;
	color: #515151;
}
.gamercard .stats div, #sidebar .gamercard .stats div {
	margin: 0;
	padding: 0;
	height: 12px;
	font: 10px/.8 Verdana, Arial, Helvetica, sans-serif;
}
.gamercard .gcinfo {
	margin: 0;
	padding: 0;
	text-align: right;
	float: right;
}
.gamercard .repimg {
	margin: 0;
	padding: 0;
	height: 9px;
	width: 63px;
}
.gamercard .playedgames {
	margin: 4px -3px 0;
	padding: 4px 0 0;
	height: 34px;
	text-align: left;
	border-top: 1px solid #e5e5e5;
}
.gamercard .playedgames p {
	margin: 0;
	padding: 0;
}
.gamercard .playedgames a, #sidebar .gamercard .playedgames a, .entry .gamercard .playedgames a {
	text-decoration: none;
	border: none;
}
.entry .gamercard .playedgames img, .gamercard .playedgames img {
	margin: 0;
	padding: 0 4px;
	border: none;
}
.gamercard .links {
	float: right;
}

	.wp-caption {
 	        border: 1px solid #ddd;
 	        text-align: center;
 	        background-color: #f3f3f3;
 	        padding-top: 4px;
 	        margin: 10px;
 	        -moz-border-radius: 3px;
 	        -khtml-border-radius: 3px;
 	        -webkit-border-radius: 3px;
 	        border-radius: 3px;
 	}
 	
 	.wp-caption img {
 	        margin: 0 5px;
 	        padding: 0;
 	        border: 0 none;
 	}
 	
 	.wp-caption p.wp-caption-text {
 	        font-size: 11px;
 	        line-height: 17px;
 	        padding: 0 4px 5px;
 	        margin: 0;
 	}
/* End Gamercard */

.currentlyReading {
   clear:left;
   text-align:left;
}

.ammLatest {
   clear:left;
   padding-top:10px;
   margin:0 auto;
   width:450px;
}
.ammLatest LI {
   list-style-type:none;
   padding:0px;
   margin:0px;
   float:left;
   width:150px;
   text-align:center;

}


.ammPrevious {
   clear:left;
}

.ammPrevious LI {
   float:left;
   list-style-type:none;
   padding:5px 0px;
   margin:0px;
}



.ammGraphical {
text-align:center;
}

	.wp-caption {
 	        border: 1px solid #ddd;
 	        text-align: center;
 	        background-color: #f3f3f3;
 	        padding-top: 4px;
 	        margin: 10px;
 	        -moz-border-radius: 3px;
 	        -khtml-border-radius: 3px;
 	        -webkit-border-radius: 3px;
 	        border-radius: 3px;
 	}
 	
 	.wp-caption img {
 	        margin: 0 5px;
 	        padding: 0;
 	        border: 0 none;
 	}
 	
 	.wp-caption p.wp-caption-text {
 	        line-height: 17px;
 	        padding: 0 4px 5px;
 	        margin: 0;
 	}
/* End Gamercard */

#geo_mashup_map, #geo_mashup_map iframe {
width:100% !important;
}

.polaroid {
position:absolute;
}

#header-photo {
z-index:10;
}

#header-photo-behind {
z-index:5;

}
#header-photo,#header-photo-behind{
   position:absolute;
}
.geo_mashup_link {
background:transparent url(/wp-content/plugins/geo-mashup/images/geotag_16.png) no-repeat scroll 0 0;
padding:1px 0 5px 21px;

}

.csharp {background: transparent url(/wp-content/themes/moduraliser/images/code-bg/csharp.gif) no-repeat top right;}
.ruby {background: transparent url(/wp-content/themes/moduraliser/images/code-bg/ruby.gif) no-repeat top right;}

.p_item { clear:left;margin-bottom:15px; }
.p_item strong { margin-bottom:10px; display:block; font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;}
.p_item .p_details { color:#666; }
.p_item .p_description {display:block;}


#header {
    height:114px;
    background-image:url(/wp-content/themes/moduraliser/images/hd-gradient.jpg);
    overflow:hidden;
}
#header h1{
    text-indent:-10000px;
    width:432px;
    float:left;
    height:114px;
    margin:0;
    padding:0;
    background-image:url(/wp-content/themes/moduraliser/images/hd-title.jpg);
}
#header #lao {
width:465px;
height:113px;
float:right;
border:none;
    background-image:url(/wp-content/themes/moduraliser/images/lao-quote.png);

}

#mainContainer{
background-image: url(/wp-content/themes/moduraliser/images/body-solid.jpg);
}

.outer {
background: transparent url(/wp-content/themes/moduraliser/images/body-gradient.jpg) no-repeat;

}

.p_item
{
    clear: left;
    margin-bottom: 15px;
}
.p_item strong
{
    font-size: 140%;
    margin-bottom: 10px;
    display: block;
    font-weight:bold;
    font-family: 'Trebuchet MS' , 'Lucida Grande' ,Verdana,Arial,Sans-Serif;
}
.p_item .p_details
{
    color: #666;
}
.p_item .p_description
{
    display: block;
}


