/*  
Theme Name: PSI_980
Theme URI: http://www.pizzasystemsinc.com/
Description: Basic theme for Pizza Systems, Inc.
Version: 1.0
Author: Dan Tamkin
Author URI: http://www.dantamkin.com/

*/

body, h2, h3, h4, h5, h6, blockquote, p, form{margin: 0; padding: 0;}

body {
	background-color:#012f5e;
	color: #444;
	font-size: 100%;
	font-family: helvetica, "microsoft sans serif", arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}
	
a {
	color: #0072b9;
	text-decoration: none;
}

a:link, a:visited {
	color: #0072b9;
	text-decoration: none;
}

a:hover {
	color: #9b9a9a;
	text-decoration: underline;
}

address {
    	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
   	font-style: italic;
    	font-weight: bold;
	color: #0072b9;
}

h1{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.nav_buffer {
	height:120px;
	width: 100%;
	background: #6a6b63;
}
/*BEGIN NAVIGATION*/
#nav {
	margin: 0px;
	height: 38px;
	padding: 0;
	line-height: 100%;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	background: #012f5e; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0060a0', endColorstr='#012f5e'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0060a0), to(#012f5e)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0060a0,  #012f5e); /* for firefox 3.6+ */
	border: solid 1px #0060a0;
}
#nav li {
	margin: 0 5px;
	padding: 5px 0 3px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	font-size: .9em;
	font-weight: bold;
	color: #E5E1CD;
	text-decoration: none;
	display: block;
	padding:  4px 12px;
	margin: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #E5E1CD; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E1CD', endColorstr='#bdbcad'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#E5E1CD), to(#bdbcad)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #E5E1CD,  #bdbcad); /* for firefox 3.6+ */
	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border-top: 1px solid #E5E1CD;
	color: #444;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #f7f3dd; !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f3dd', endColorstr='#E5E1CD'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f3dd), to(#E5E1CD)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f7f3dd,  #E5E1CD) !important; /* for firefox 3.6+ */

	color: #444 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #E5E1CD; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E1CD', endColorstr='#bdbcad'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#E5E1CD), to(#bdbcad)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #E5E1CD,  #bdbcad); /* for firefox 3.6+ */
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 30px;
	left: 0;
	border: solid 1px ##E5E1CD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}

#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: 0px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: .1%;
}
/*END NAVIGATION*/

#wrapper{
	width: 980px;
	height: 100%;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	background-color: #064378;
       -moz-box-shadow: 0px 0px 10px #2a2a2a;
	-webkit-box-shadow: 0px 0px 10px #2a2a2a;
	box-shadow: 0px 0px 10px #2a2a2a;
}

#header{
	float: left;
	width: 980px;
}

#container{
	float: left;
	width: 670px;
}

.post.header {
	width: 610px;
	height: 22px;
	float: left;
	margin-top: -22px;
	background-color:#E5E1CD;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.post.header2 {
	width: 610px;
	height: 22px;
	float: left;
	margin: 22px 0 0 20px;    
	background-color:#E5E1CD;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.post img { 
	float: left;
	background-color: #e5e1cd;
        margin: 0px 20px 20px 0px;
	padding: 10px;
	border: solid 1px #E5E1CD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.post.footer {
	width: 610px;
	height: 8px;
	float: left;
	background-color:#E5E1CD;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.post.footer2 {
	width: 610px;
	height: 8px;
	float: left;
	margin: 0 0 0 20px;
	background-color:#E5E1CD;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.post{
	padding: 0 0 0 20px;
}

.post h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #003668;
	padding: 6px 0 0 0;
}

.post h2 a{
	color: #003668;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.post hr {
        color: #ccc;
        border-top: 1px solid;
        border-right: none;
        border-left: none;
        border-bottom: none;
}

.timedate {
	float:right;
	display: block;
	width: 200px;
	height:25px;
	margin: 5px -30px 0 0;
	background-color:#E5E1CD;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}

.timedate p {
	margin: 6px 0 0 10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#003668;
}

p.postmetadata {
	margin-top: 20px;
	font-size: 12px;
}

.entry {
        line-height: 22px;
        font-size: 14px;
        background-color: #ffffff;
        margin: 40px 0 0 0;
        padding: 30px;
        width: 570px;
}

.entry p {
	padding: 0 0 0 0;
}

.entry2{
	line-height: 22px;
	font-size: 14px;
	background-color: #ffffff;
	margin: 40px 0 0 20px ;
	padding: 30px;
	width: 570px;
}

.navigation{
	padding: 10px 0 0 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	float: left;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.hdr {
	float: left;
	height: 122px;
	width: 650px;
	background-image: url(images/hdr_bg.jpg);
	background-repeat: norepeat;
}

.hdr2 {
	float: right;
	height: 122px;
	width: 330px;
	background-image: url(images/hdr2_bg.jpg);
	background-repeat: norepeat;
}

.avatar_container {
        padding: 0 0 0 10px;
}

#login_error {
        font-size: 14px;
	line-height: 18px;
        margin: 10px 0 0 10px;
}

.sidebar{
	float: left;
	width: 290px;
	margin: 18px 0 0 0;
	display: inline;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sidebar ul{
	list-style-type: none;
	background-color:#fff;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 0 0 10px 0;
}

.sidebar ul li h2{
	font-family: Helvetica, Arial, sans-serif;
	padding-left: 20px;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;

}

.sidebar ul ul li{
	padding: 10px 0 0 0;
	font-size: 14px;
	line-height: 16px;
}

.sidebar p {
	font-size: 14px;
	line-height: 18px;
}

.sidebar h2 {
	display: block;
	font-size: 12px;
	line-height: 22px;
	color: #e5e1cd;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #012f5e; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0060a0', endColorstr='#012f5e'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0060a0), to(#012f5e)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0060a0,  #012f5e); /* for firefox 3.6+ */
}

.sidebar_header {
	height: 10px;
	width: 290px;
	background-color:#fff;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.sidebar_footer {
	height: 10px;
	width: 290px;
	background-color:#E5E1CD;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}


table#LoginWithAjax_Username {
	font-size: 12px;
}

#LoginWithAjax {
	padding: 10px;
}

.textwidget p {
	padding: 10px;
}

.send {
        background-image: url(images/send.png) ;
        background-repeat: no-repeat;
        width: 61px;
        height: 22px;
        border: 0;
}

.comment {
	margin: 20px;
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}	

.odd {
	background-color: #edecdf;
}

#comments {
	height: 18px;
	width: 610px;
	float: left;
	margin: 12px auto;
	background-color:#E5E1CD;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}

h3#comments {
	padding: 6px 10px 0 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #003668;
}

.commentlist {
	background-color:#f4f3ea;
	width: 630px;
	margin: 20px 0 20px 0;
	padding: 20px 0 20px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.comment-meta.commentmetadata {
	font-size: 10px;
	line-height: 16px;
	border-bottom: 1px solid #d5d0b9;
}

.comment-body {
	display: block;
	height: 95%;
	width: 95%;
	padding: 10px;
 	word-wrap: break-word;
}

a.comment-reply-link {
	display: block
	width: 65px;
	padding: 3px;
	font-size: 12px;
	color: #012f5e;
	text-align: center;
	border: solid 1px #E5E1CD;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

a:hover.comment-reply-link {
	text-decoration: none;
	background: #E5E1CD; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E5E1CD'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E5E1CD)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #E5E1CD); /* for firefox 3.6+ */
}

ol.commentlist, ol.commentlist li {
	list-style-type: none;

}

ol.commentlist li p {
	padding: 20px 0 20px 0;
}

#respond {
	display: block;
	height:25px;
	width: 630px;
	background-color:#E5E1CD;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}

#respond h3 {
	padding: 6px 10px 0 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #003668;
}

#commentform {
	width: 590px;
	float: left;
	margin: 6px 0 0 0;
	padding: 20px;
	background-color: #f4f3ea;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}

#comment {
	width: 95%;
	float: left;
	margin: 10px 0 0 0;
	padding: 10px;
	border: none;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#submit {
	text-decoration: none;
	font-weight: bold;
	background: #E5E1CD; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E5E1CD'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E5E1CD)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #E5E1CD); /* for firefox 3.6+ */
	border: 0;
	margin-top: 10px;
	padding: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

table#wp-calendar {
	width: 100%;
}

#footer{
	clear: both;
	float: left;
	margin: 0 -40px 0 0 ;
	width: 980px;
	height: 40px;
	background: url(images/ftr_bg.png) repeat-x;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-box-shadow: 0px 0px 10px #2a2a2a;
	-webkit-box-shadow: 0px 0px 10px #2a2a2a;
	box-shadow: 0px 0px 10px #2a2a2a;
}

#footer p, #footer p a {
	font-size: 12px;
	color: #E5E1CD;
	padding: 6px 0 0 0;
	text-align: center;
}
