/*
Theme Name: Where Worlds Collide Old
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 */

#access .menu-header,
div.menu,
#colophon,
#branding,
.home,
#wrapper {
	margin: 0;
	width: auto;
}
#wrapper {
	background: #ffffcc;
	margin-top: 0;
	padding: 0;
}
        
#main {
      background-color: #dccd6c;
      padding-top 20px;
      width: 940px;
      }

/* Header */

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

#headerimg {
        background-image: url(images/BannerHeader.jpg);
        background-repeat: repeat-x;
        height: 90px;
        }


/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}


/* Menu */


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


/* Content */
.post,
.page, 
#comments,
.widget-container {
      background-color: #fffbe2;
      padding: 10px;
      border: 1px solid;
      border-radius: 6px;
      -moz-border-radius: 6px;
      border-color: #000000;
}

.entry-content {
      font-family: Arial;
      font-size: 12pt;
      }
      
.comment-body {
      font-family: Arial;
      font-size: 11pt;
      }

h3#comments-title {
	padding: 0;
	}

