/*  
Theme Name: Senza Blog
Theme URI: http://www.fryewiles.com
Description: The WP Theme for Senza Medical
Version: 1.0
Author: Frye / Wiles
Author URI: http://www.fryewiles.com/

*/


body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: "Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;
        font-size: 12px;
line-height: 17px;
	text-align: center;
	vertical-align: top;

background: #EADDBA url(images/shadow-bg.png) repeat-y  50% 0px;
	color: #6B6161;
}

.no-border { border: none !important; }

#wrapper{

	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
	overflow: hidden;
	background: #ffffff;
/*background: #443939;*/
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 15px 0 10px 15px;
display: hidden;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 15px;
}

a, a:link, a:visited{
	text-decoration: none;
	color:#A1A983;
}

a:hover{
	
	color: #CDAD5E;
}

blockquote { font-style: italic; 
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	color: #FFCC00; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #333;
	border-top: 1px dotted #FFCC00;
	border-left: 1px dotted #FFCC00; 
}

.entry p { 
	margin: 0 0 15px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}


#width-control{
	width: 900px;
	height: 0px;
}


/*----HEADER----*/

#header{
	
	width: 900px;
height: 165px;
background: url(images/header_still.jpg) no-repeat;

}

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

#header a:hover{
	text-decoration: underline;
}

#header h1, #header h1 a {
color: #000000;
}

#header h4 {
color: #000000;
}


/*----NAVIGATION BAR----*/


/*---------------------<menu>-----------------------*/

#top-menu{
	background: #BBADA6 url(/images/menu-bar.gif) repeat-x;
	padding: 8px;
	padding-left:4px; 
}

#top-menu ul{
	margin: 0;
	padding-left: .3em;
}

#top-menu ul li {
	font-family: Arial;
	font-weight: bold;
	color: #CDAD5E;
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px 1em 0 .9em;
	border-right: #eeeeee solid 1px;

}

#top-menu ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#top-menu ul li a:hover {
	text-decoration: none;
	color: #CDAD5E;
	
}

/*----SUBNAVIGATION----*/

#sub-navigation{
	background: #f3f3f3 repeat-x;
	padding:5px 3px 0px 0px;
	border-bottom: solid 1px #ccc;
	height: 22px;
}

#sub-navigation ul{
	margin: 0 0 0 20px;
	padding: 0;
}

#sub-navigation ul li {
	color: #26658c;
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px .50em 0 .75em;

}

.nopadleft {
	padding-left: 0px !important;
}

#sub-navigation ul a{
	font-size: 1.0em;
font-weight: bold;
	color: #444;
}

#sub-navigation ul a:hover{
	
	color: #A1A983;
}
/*----POST----*/

#container{
	float: left;
	width: 640px;
	padding: 0px;
	background: #fff;
}

.post{
	margin: 20px 40px 20px 20px;
	padding-bottom: 40px;


}

.post h2{
	text-transform: none;
	color: #A1A983;
	font-size: 2em;
	line-height: 20px;
	font-weight: normal;
	margin: 8px 0 12px;
}

.post h2 a, .post h2 a:visited {
	color: #A1A983;
}

.post h2 a:hover {
	color: #CDAD5E;
}

.postinfo a{
	color: #CDAD5E;
}

.postdate{ color: #CDAD5E; }

.entry{
	line-height: 22px;
color: #6B6161;
}

.postinfo{
	font-size: 11px;
	color: #CDAD5E;
	padding: 2px 0 20px 0;
border-top: 1px dashed #CDAD5E;
}



p.postmetadata{
	font-size: 12px;
	color: #BFB8A1;
	border-top: 1px dashed #CDAD5E;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: left;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.navigation{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/*----SIDEBAR STYLES----*/

.sidebar{
	float: right;
	width: 250px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	background: #443939;

}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 5px;
}

.sidebar ul li h2{
	text-transform: none;
	color: #CDAD5E;
	font-size: 1.7em;
	line-height: 20px;
	font-weight: normal;
	margin: 8px 0 12px;

}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	list-style: square;
}

.sidebar .syndication {
	width: 155px;
	height: 77px;
	position: relative;
}

.sidebar .syndication span{
	background: url(images/feedicon.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 96px;
}

.sidebar a:link, a:visited{
	text-decoration: none;
	
}

.sidebar a:hover{
	text-decoration: none;
	
}


table#wp-calendar{
	width: 100%;
}

/*----COMMENT FORM----*/

#comment-form{
	width: 425px;
	margin: 50px 0 0;
	
	padding: 5px 5px 15px 15px;
	
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2 .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	color: #EADDBA;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #EADDBA;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	
background: url(/images/menu-bar.gif) repeat-x;
color: #fff;
border: 1px solid #EADDBA;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
	color: #333;
	margin: 30px 15px 15px 0;
	background: #FFF;
border: 1px solid #636466
	
}

/*----FOOTER----*/


#footer {
	clear: both;
	background:  url(/images/footer-bg.png) repeat-x;
	padding: 5px 0px;
	text-align: left;
	
}

#footer ul {
	margin: 5px;
	padding: 0px;
	
}

#footer ul li {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px 10px;
	border-right: #eeeeee solid 1px;
}

#footer a {
	color: #ffffff;
	font-size: .97em;
	text-decoration:none;
	
}

#footer a:hover {
	color: #CDAD5E;
	font-size: .97em;
	
}

#bottom-shadow{ 
	background: url(/images/shadow-bg-bottom.png) no-repeat;
	height: 10px;
	width: 920px;
	margin: auto;
}

