/*
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 wide total, 298px content, 770px page/post block, 750px for page/post content, 210px sidebar
*/

/*-----------------------------------------------------------------------------*/
body {
 margin: 0;
 padding: 0;
 color: #000;
 background-image:
font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
 font-size: 100%;
 line-height: 125%;
 text-align: center;
 }

a {
 color: #1F75FE;
 font-weight: bold;
 text-decoration: none;
 }

a:hover {
 color: #1F75FE;
 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;
 color: #000000;
 background-color: #FFEFCB;
 }

/*-----------------------------------------------------------------------------*/
#header {
 font-weight: bold;
 text-align: left;
 padding: 10px 20px;
 font-size: 140%;
 background-color: #7442C8;
 color: #ffffff;
 vertical-align: middle;
 }
 
#header a {
 color: #FFFFFF;
 }

#banner {
 width:1000px; 
 height:200px; 
 overflow:hidden; 
 }

.blend img {
 opacity: 0;
 -khtml-opacity:0;
 filter: alpha(opacity=0);
 }

#cssnavbar {
 width:1000px;
 height: 1.4em;
 background-color: #1A4876;
 }

#navbar {
 margin: 0;
 padding: 0;
 height: 1em;
 }
#navbar li {
 list-style: none;
 float: left; 
 }
#navbar li a {
 width: 200px;
 display: block;
 padding: 3px 0px 3px;
 background-color: #1A4876;
 color: #ffffff;
 text-decoration: none; 
 }
#navbar li a:hover {
 text-decoration: underline;
 background-color: #1F75FE; 
 }

#navbar li ul {
 display: none; 
 width: 192px;
 text-align: left;
 }
#navbar li:hover ul, #navbar li.hover ul {
 display: block;
 position: absolute;
 }
#navbar li:hover li, #navbar li.hover li {
 float: none; 
 position: relative;
 }
#navbar li:hover li a, #navbar li.hover li a {
 width: 192px;
 background-color: #1A4876;
 font-size: 75%;
 padding: 3px 0px 3px 8px;
 }
#navbar li li a:hover {
 text-decoration: underline;
 background-color: #1F75FE; 
 }

#navbar li li ul {
 display: none !important; 
 width: 192px;
 text-align: left;
 }
#navbar li li:hover ul, #navbar li li.hover ul {
 display: block !important;
 position: absolute;
 left: 200px;
 top: 0px
 }
#navbar li li:hover li, #navbar li li.hover li {
 float: left; 
 }
#navbar li li:hover li a, #navbar li li.hover li a {
 width: 192px;
 color: #1F75FE;
 background-color: #FFEFCB;
 padding: 3px 0px 3px 8px;
 }
#navbar li li li a:hover {
 text-decoration: underline;
 color: #FFFFFF;
 background-color: #1F75FE; 
 }
/*-----------------------------------------------------------------------------*/
#content {
 clear: both;
 float: left;
 width: 750px;
 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;
 clear: both;
 overflow: hidden;
 padding: 10px 10px 0;
 margin: 0 0 10px;
 background-color: #ffffff;
 }

.post {
 border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 clear: both;
 overflow: hidden;
 padding: 10px 10px 0;
 margin: 0 0 10px;
 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: 20px;
 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 {
 clear: both;
 margin: 10px 0 0;
 padding: 10px;
 font-size: 70%;
 line-height: 100%;
 background-color: #EDEDED;
 color: #000000;
 }

#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;
 }

#commentform textarea {
 width: 96%;
 }

.archive {
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 padding: 5px;
 margin: 0 0 10px;
 background-color: #95918C;
 color: #ffffff;
 text-align: center;
 font-weight: bold;
 font-size: 90%;
 
 }

.navlink {
 clear: both;
 margin: 10px 0 0;
 }

/*-----------------------------------------------------------------------------*/
#sidebar {
 border-top-left-radius: 10px;
 -moz-border-radius-topleft: 10px;
 -webkit-border-top-left-radius: 10px;
 border-bottom-left-radius: 10px;
 -moz-border-radius-bottomleft: 10px;
 -webkit-border-bottom-left-radius: 10px;
 float: right;
 width: 210px;
 overflow: hidden;
 margin: 10px 0 0;
 padding: 10px 10px 50px;
 color: #000000;
 background-color: #EDEDED;
 text-align: left;
 }

#sidebar ul li {
 font-size: 85%;
 line-height: 125%;
 font-weight: normal;
 list-style-type: none;
 }
 
#sidebar h3 {
 font-size: 110%;
 font-weight: bold;
 margin: 20px 0 0;
 }

#sidebar h4 {
 margin: 0;
 padding: 0 3px 0;
 background-color: #95918C;
 color: #ffffff;
 }

#sidebar ul ul li {
 margin: 0 0 5px 1.5em !important;
 xlist-style: circle outside none !important;
 list-style: url("images/scotty-bullet.gif") outside none !important;
 }

#searchform {
 font-size: 75%;
 }

#searchform #s {
 color: #666666;
 font-style: italic;
 width: 100%;
 }

/*-----------------------------------------------------------------------------*/
#footer {
 margin: 0;
 padding: 3px;
 background-color: #7442C8;
 color: #ffffff;
 font-size: 80%;
 text-align: center;
 clear: both;
 }

#footer a {
 color: #FFFFFF;
 }

#footer table {
 width: 100%;
 }

#footer table td {
 color: #ffffff;
 font-size: 80%;
 padding: 5px;
 }

/*-----------------------------------------------------------------------------*/
.aligncenter,
div.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 }

img.aligncenter {
 margin-bottom: 10px;
 margin-top: 10px;
 }

.alignleft {
 float: left;
 }

img.alignleft,
.padalignleft {
 float: left;
 margin: 0 15px 15px 0;
 }

.alignright {
 float: right;
 }

img.alignright,
.padalignright {
 float: right;
 margin: 0 0 15px 15px;
 }

.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;
 padding: 0;
 border: 0 none;
 }

.wp-caption p.wp-caption-text {
 font-size: 11px;
 line-height: 17px;
 padding: 0 4px 5px;
 margin: 0;
 }

.categories {... }
.cat-item {... }
.current-cat {... }
.current-cat-parent {... }
.pagenav {... }
.page_item {... }
.current_page_item {... }
.current_page_parent {... }
.widget {... }
.widget_text {... }
.blogroll {... }
.linkcat{... }


