/* Page Layout Elements */

body {
	min-width: 750px;
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	}

#container {
	background: #fff;
	width: 750px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	width: 750px;
	height: 99px;
        background: url(http://www.omarphillips.net/blog_images/hanging-banner.gif) no-repeat;
	}
	
#content {
	/* background: #fff url(http://www.omarphillips.net/blog_images/leftedge.gif) repeat-y; */
	float: left;
	clear: left;
	width: 750px;
	}
	
#sidebar {
	display: none;
	}

#footer {
	padding: 0 5px 10px 5px;
	clear: both;
        background: #fff;	
        text-align: center;
}

#navbar {
     display: none;
     }
	
/* Style */

a { color: #000; text-decoration: none; }
a:hover { background-color: #ffe400; }

img {
       border-style: none;
}

h2.date {
	color: #000;
	padding: 5px 0 5px 0;
	font-weight: bold;
	font-size: 11px;
	}
	
.post-title {
	margin-top: 0;
   color: #333333;
   font-family: Verdana, arial, sans-serif;
   font-size: 18px;
   border-top: 1px solid #333;
   }
   
.post-content,
.comment-content
{
   margin: 0;
   line-height: 1.5;
   font-family: Verdana, arial, sans-serif;
   font-size: 11px;
}

.post-content img {
     border: 5px #dedede solid;
     }

.post-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

p.profile {
	color: #666;
	font-size: 10px;
	}
	
.profile-image {
    border: 2px solid #666;
    margin: 2px 10px 10px 0px;
}

ul#navigation {
	margin-left:7px;
	padding-left:0;
	list-style-type: none;
	background: #4a5886;
	float:left;
	width: 97%;
	}
	
ul#navigation li {
	display:inline;
	}
	
ul#navigation a {
	display: block;
	float: left;
	padding: .2em 1em;
	text-decoration: none;
	color: #fff;
	background: #4a5886;
	border-right: 1px solid #fff;
	}
	
ul#navigation a:hover {
	color: #fff;
	background: #5A3866;
	}

#sidebar h2 {
       background: #4a5886 url(http://www.omarphillips.net/blog_images/sidebararrow.gif) no-repeat 1% 50%;
       color: #fff;
       padding: 2px 5px 2px 20px;
       text-align: left;
       font-size: 14px;
       font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
       }

#sidebar h2 a {
       text-decoration: none;
       color: #fff;
       }

#sidebar h2 a:hover {
       text-decoration: none;
       color: #4a5886;
       }

#sidebar ul {
      margin: 0 15px 10px 0;
      padding-left: 0px;
      list-style-type: none;
      }

.list-item {
       margin-top: 0;
	color: #666;
	line-height: 1.2;
	background: url("http://www.omarphillips.net/blog_images/whitestar.png") no-repeat 2px .25em;
	padding-left: 14px;
        padding-bottom: 5px;
        }

.list-item-goldclub {
       margin-top: 0;
        padding-bottom: 5px;
	color: #666;
	line-height: 1.2;
	background: url("http://www.omarphillips.net/blog_images/goldstar.png") no-repeat 2px .25em;
	padding-left: 14px;
       }

.banner {
       background: #4a5886;
       padding: 5px;
       text-align: center;
       color: #fff;
        }

#commentbox  {
   margin: 10px 0;
   border-style: solid;
   border-width: 1px 3px 3px 1px;
   border-color: #4a5886;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   background: #eeeeee;
}

#mycommentbox {
   margin: 10px 0;
   border-style: solid;
   border-width: 1px 3px 3px 1px;
   border-color: #38665A;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   background: #ffc;
}

.comment-footer
{
   margin: 0 0 20px 0;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: left;
}

.input { font-size: 8pt}
