/*
Theme Name: Custom
Theme URI: http://georgejenson.com
Description: Custom theme
Author: George Jenson
Author URI: http://georgejenson.com
Tags: fixed width, two columns, simple, clean, widgets, widget ready, 2columns, single sidebar
Version: 1.0

Fixed layout:
 1000px total width
 790px content (750px page/post, 730px pagecontent/postcontent)
 210px sidebar (190px inside)
Colors:
 Wrap Bkgnd: FFEFCB Tan
 Header / Bottombar / Footer Bkgnds: 7442C8 Purple
 Menus Bkgnd: 1A4876 Dark Blue
 Links / Menu Hover Bkgnd: 1F75FE Blue
 Content Bkgnd: none
 Page / Post Bkgnd: ffffff White
 Sidebar / Blockquote / Table Head / Metadata / Comment Bkgnds: EDEDED Light Grey
 h5 Bkgnd / Sidebar h4 Bkgnd / Archive & Search Headline Bkgnd /
   Blockquote Left Border / Search Input Text: 95918C Dark Grey
*/
/*-----------------------------------------------------------------------------*/
body {
 margin: 0;
 padding: 10px 0 10px;
 color: #000000;
 background: url('images/bkgnd-1800px-wide.jpg') no-repeat fixed;
 font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
 font-size: 100%;
 line-height: 125%;
 text-align: center;
 font-weight: normal;
 }

a {
 color: #3B5998;
 font-weight: bold;
 text-decoration: none;
 }

a:hover {
 font-weight: bold;
 text-decoration: underline;
 }

img, a img {
 border: none;
 }

p {
 padding: 0;
 margin: 0 0 .5em;
 }

ul, ol {
 margin: 0;
 padding: 0;
 }

h1 {
 border-bottom: 1px solid #808080;
 font-weight: bold;
 padding: 0 0 .25em;
 margin: 0 0 10px;
 font-size: 140%;
 text-align: left;
 }

h2 {
 font-size: 125%;
 font-weight: bold;
 margin: 1.5em 0 .25em 0;
 padding-bottom: .25em;
 }

h3 {
 font-size: 115%;
 font-weight: bold;
 margin: 1.5em 0 .5em 0;
 }

h4 {
 font-weight: bold;
 margin: 1.5em 0 .5em 0;
 }

h5 {
 background-color: #95918C;
 color: #ffffff;
 font-size: 120%;
 font-weight: bold;
 text-align: center;
 margin: 1.5em 0 .5em 0;
 padding: 4px;
 }

h6 {
 font-size: 90%;
 font-style: italic;
 font-weight: normal;
 margin: 3px 5px 3px 0;
 }

/*-----------------------------------------------------------------------------*/
#wrap {
 width: 1000px;
 margin: 0 auto 0;
 overflow: hidden;
 }

/*-----------------------------------------------------------------------------*/
#tabbedmenu { 
 clear: both;
 margin: 5px 2px 0;
 width: 996px; 
 font-size: 14px;
 }
#tabbedmenu td  { 
 padding: 0;
 }

#tabbedmenu td a { 
 background-color: #000000;
 color: #ffffff;
 display: block;
 text-align: center;
 padding: 4px 0 4px;
 xborder: 1px solid #ffffff;
 }

#tabbedmenu td.current_page_item a { 
 background-color: #B83E93;
 }

#tabbedmenu td a:hover { 
 background-color: #3B5998 !important;
 }

/*-----------------------------------------------------------------------------*/
#header {
 background: url('images/logo-300px-wide.jpg') no-repeat center center;
 height: 130px;
 width: 1000px;
 }
 
/*-----------------------------------------------------------------------------*/
#content {
 width: 530px;
 margin: 10px 0 0;
 padding: 0 10px 0;
 overflow: hidden;
 text-align: left;
 }

.page {
 border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border: 1px solid #888888;
 clear: both;
 overflow: hidden;
 padding: 10px 10px 0;
 margin: 0;
 background-color: #ffffff;
 }

.post {
 border-top-left-radius: 10px;
 -moz-border-radius-topleft: 10px;
 -webkit-border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 -moz-border-radius-topright: 10px;
 -webkit-border-top-right-radius: 10px;
 border-top: 1px solid #888888;
 border-left: 1px solid #888888;
 border-right: 1px solid #888888;
 clear: both;
 overflow: hidden;
 padding: 10px 10px 0;
 margin: 0;
 background-color: #ffffff;
 }

.postdate {
 float:right;
 margin-top: 4px;
 }

.pagecontent {
 }

.postcontent {
 }

#content ul {
 list-style-type: circle;
 }

#content ol {
 list-style-type: lower-alpha;
 }

#content ul li,
#content ol li {
 margin: 0 0 .5em 2em;
 }

blockquote {
 border-left: 5px solid #95918C;
 background-color: #EDEDED;
 font-size: 95%;
 margin-left: 1.5em;
 padding-left: 5px;
 }

fieldset {
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 padding: 0 10px 10px;
 border-top: 1px solid #222222;
 border-left: 1px solid #222222;
 border-right: 3px solid #222222;
 border-bottom: 3px solid #222222;
 }

fieldset legend {
 font-family: Garamond, Georgia, Times, Times New Roman, Times Roman, serif;
 font-size: 140%;
 font-style: italic;
 font-weight: bold;
 color: #000000;
 margin: 0;
 padding: 0 .25em 0;
 }

fieldset .title {
 font-weight: bold;
 margin: 15px 0 0;
 }

fieldset .excerpt {
 font-size: 95%;
 font-style: italic;
 margin: 0;
 }

table.stdtable {
 margin: 1em 0 1em;
 border: 1px solid black;
 }

table.stdtable th {
 padding: 1em;
 background-color: #EDEDED;
 font-weight: bold;
 border-bottom: 1px solid black;
 border-right: 1px solid black;
 }

table.stdtable td {
 padding: 1em;
 background-color: #ffffff;
 border-bottom: 1px solid black;
 border-right: 1px solid black;
 }

.metadata {
 border-bottom-left-radius: 10px;
 -moz-border-radius-bottomleft: 10px;
 -webkit-border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 -moz-border-radius-bottomright: 10px;
 -webkit-border-bottom-right-radius: 10px;
 border-bottom: 1px solid #888888;
 border-left: 1px solid #888888;
 border-right: 1px solid #888888;
 clear: both;
 margin: 0 0 10px;
 padding: 10px;
 font-size: 70%;
 line-height: 100%;
 background-color: #EDEDED;
 color: #000000;
 }

.metadata .share {
 float: left;
 padding: 0 5px 5px 0;
 }
 
#commentwrap {
 clear: both;
 background-color: #EDEDED;
 margin: 0 0 10px;
 padding: 5px;
 }

ul#commentlist {
 font-size: 90%;
 margin: 0;
 padding: 0;
 }

#commentlist li {
 border: 1px solid #404040;
 background-color: #ffffff;
 list-style-type: none;
 margin: 0 0 10px 2em;
 padding: 0 5px 0;
 }

.commauthdate {
 font-size: 90%;
 width: 100%;
 border-top: 1px solid #444444;
 font-style: italic;
 color: #444444;
 text-align: right;
 }

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
 border: 1px solid #404040;
 margin-left: 10px;
 padding: .2em;
 }

#comment {
 width: 515px;
 }

.archive {
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 padding: 5px;
 margin: 0 0 10px;
 background-color: #B83E93;
 color: #ffffff;
 text-align: center;
 font-weight: bold;
 font-size: 90%;
 
 }

.navlink {
 clear: both;
 margin: 10px 0 0;
 }

/*-----------------------------------------------------------------------------*/
#sidebar1 {
 clear: both;
 float: left;
 }

#sidebar2 {
 float: right;
 }

.sidebar {
 width: 220px;
 overflow: hidden;
 margin: 10px 0 0;
 padding: 0 0 50px;
 color: #000000;
 text-align: left;
 }

.sidebar img {
 }

.sidebar ul li {
 margin: 0 0 20px;
 font-size: 85%;
 line-height: 125%;
 font-weight: normal;
 list-style-type: none;
 }
 
.sidebar h3 {
 background-color: #B83E93;
 color: #ffffff;
 text-align: center;
 padding: 5px;
 font-size: 110%;
 font-weight: bold;
 margin: 0px 0 0;
 }

.sidebar ul ul li {
 margin: 0 0 5px 1.5em !important;
 list-style: circle outside none !important;
 }

#searchform {
 font-size: 75%;
 }

#searchform #s {
 color: #95918C;
 font-style: italic;
 width: 100%;
 }

.postform {
 width: 100%;
 }

/*-----------------------------------------------------------------------------*/
#wp-calendar {
 border: 1px solid #999;
 empty-cells: show;
 font-size: 100%;
 text-align: center;
 width: 90%;
 }

#wp-calendar caption {
 text-align: left;
 }

#wp-calendar a:hover {
 border: none;
 color: #fff;
 }

/*-----------------------------------------------------------------------------*/
#footer {
 margin: 0;
 padding: 3px;
 background-color: #B83E93;
 color: #ffffff;
 font-size: 80%;
 text-align: center;
 clear: both;
 }
 
#footer a {
 color: #ffffff !important;
 }

#footer table {
 width: 100%;
 }

#footer table td {
 color: #ffffff;
 font-size: 80%;
 padding: 5px;
 }

/*-----------------------------------------------------------------------------*/
.alignleft {
 float: left;
 }

img.alignleft,
div.wp-caption.alignleft,
.padalignleft {
 float: left;
 margin: 0 15px 15px 0;
 }


.aligncenter,
.padaligncenter {
 display: block;
 margin: 10px auto 10px;
 }

.alignright {
 float: right;
 }

img.alignright,
div.wp-caption.alignright,
.padalignright {
 float: right;
 margin: 0 0 15px 15px;
 }

.wp-caption {
 border: 1px solid #ddd;
 text-align: center;
 background-color: #f3f3f3;
 padding-top: 4px;
 -moz-border-radius: 5px;
 -khtml-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 }

.wp-caption img {
 margin: 0;
 padding: 0;
 border: none;
 }

.wp-caption p.wp-caption-text {
 font-size: 11px;
 line-height: 17px;
 padding: 0 4px 5px;
 margin: 0;
 }