/*
Theme Name: Where Worlds Collide Smugmug-Compatible
Theme URI: http://www.kalyr.com/
Description: Based on Twenty-Ten, designed for compatibility with Smugmug
Version: 0.1
Template: twentyten
Author: Tim Hall
Author URI: http://www.kalyr.com/
Tags: two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

@import url("../twentyten/style.css");

/* The main theme structure */

#wrapper {
      background-image: url(images/body_bg.jpg);
      background-repeat: repeat-x repeat-y;
      }
        
#main {
      background-color: #ffffdd;
      padding-top: 20px;
      margin-top: 20px;
      padding-bottom: 20px;
      width: 940px;
      }

/* Header */

#header {
	padding: 0;
	margin-top: 0;
	background-color: #000000;
}
#site-title {
	float: left;
	font-size: 36px; 
	line-height: 42px;
	margin: 5px;
	padding: 5px;
	width: 400px;
}
#site-title a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	text-align: right;
	float: right;
	color: #dddddd;
	font-style: italic;
	margin: 14px 14px 18px 0; 
	width: 400px;
}

#headerimg {
        background-image: url(images/banner-generic.jpg);
        background-repeat: repeat-x;
        height: 198px;
        clear: both;
        }
        
body.category-music #headerimg,
body.category-live-reviews #headerimg,
body.category-record-reviews #headerimg,
body.category-thoughts-and-opinions #headerimg,
body.category-music-news #headerimg {
	background-image: url(images/banner-music.jpg);
        background-repeat: repeat-x;
        height: 198px;
        clear: both;
        }

body.category-railways #headerimg {
	background-image: url(images/banner-railways.jpg);
        background-repeat: repeat-x;
        height: 198px;
        clear: both;
        }

body.category-games #headerimg,
body.category-gaming-and-sf #headerimg,
body.category-kalyr-rpg #headerimg,
body.category-sf #headerimg {
	background-image: url(images/banner-games.jpg);
        background-repeat: repeat-x;
        height: 198px;
        clear: both;
        }

body.home #headerimg {
        background-image: url(images/banner-generic.jpg);
        background-repeat: repeat-x;
        height: 198px;
        clear: both;
        }


/* Menu */


#access,
#access .menu-header,
div.menu {
	width: 100%;
}


/* Content */

.widget-container {
      background-color: #dddddd;
      padding: 10px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      border: 0;
}

.widget-container ul {
	list-style: none;
	}
		
.entry-content {
      font-family: Arial;
      font-size: 12pt;
      }
      
.comment-body {
      font-family: Arial;
      font-size: 11pt;
      }

.widget-container {
      font-family: Arial;
      }
	

h3#comments-title {
	padding: 0;
	}


/* Formatting the magazine-like front page */


.frontPageColumns ul {
	list-style: none;
	padding-top: 12px;
	margin: 0;
	}

.frontPageColumns li {
	width: 190px;
	float: left;
	margin-left: 0x;
	margin-right: 20px;
	padding-bottom: 12px;
	list-style: none;
	position: relative;
	font-size: 10pt;
	font-family: Arial;
	line-height: normal;
	}
	
.frontPageColumns li h3 a {
	color: #000000;
	font-size: 11pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	}