﻿/*  
Jacob's Ladder Theme
By MGD King
This work is licensed <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License.</a> 
which means feel free to use it and make any changes you like but you must leave the credits link in your footer.
*/

body, textarea, table, tr, td{
	font-family: "Segoe UI","Lucida Grande","Franklin Gothic Medium","URW Gothic L",Helvetica,sans-serif;
	font-size: 13px;
}

body {
	background: #9eb8d3;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-attachment: fixed;	
	color: #000;
	height: auto;
	width: 1160px;
	margin: 0px auto;
	padding-bottom: 20px;
	position: relative;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #001E4C;
}

a[href^="\/file.axd"] {
	font-weight: bold;
	background: url(images/downarrow.png) no-repeat right center;
	padding-right: 18px;
}

a:hover {
	text-decoration: underline;
	color: #4d6f93;
}

img {
	border: none;
}

#content {
	float: right;
	width: 920px;
}

#sidepanel {
	float: left;
	width: 220px;
	background-image: url(images/grey2.png); 
	border: 1px solid #4b6586;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow:0 0 10px #b4ccdf;
	-moz-box-shadow:0 0 10px #b4ccdf;
	-webkit-box-shadow:0 0 10px #b4ccdf;	
	
}

.loginbox{
	margin: 0 auto;
}

.loginbox td {
    padding: 3px;
}

#postnavigation{
	background-image: url(images/grey2.png); 
	border: 2px solid #4b6586;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow:0 0 10px #b4ccdf;
	-moz-box-shadow:0 0 10px #b4ccdf;
	-webkit-box-shadow:0 0 10px #b4ccdf;	
	margin-bottom: 10px;
	text-align: center;
	color: #394d66;
	padding: 5px 10px;
}

#footer{
	font-size: 10px;
	text-align: center;
	width: 100%;
}

/*----------------------------
					 Header
----------------------------*/

#header {
	font-family:Arial, Helvetica, sans-serif;	
	margin: 10px 0px 10px 0px;
	width: 100%;
	height: 40px;
}

#header p {
	font-weight: bold;
	margin: 0px;
}

#header span {
	font-weight: normal;
	color: #F0F0F0;
	margin-left: 1px;
}

#header a {
	text-decoration: none;
	color: #001E4C;
}

#title
{
	float: left;
	font-size: 38px;
	font-weight: bold;
	font-style:italic;
	margin: 0px;
}

#blogdesc
{
	float: right;
	color: #F0F0F0;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	font-size: 18px;
	margin-top: 15px;
}

/*----------------------------
						Menu
----------------------------*/

#menu{
	padding: 5px;
	margin-bottom: 20px;
	font-size:125%;
	font-weight: bold;
}

#menu a.home {
    padding-left: 18px;
	background:url(images/home.png) no-repeat left 2px;
	border: none;
	margin-right: 3px;	
}	

#menu a.archive {
    padding-left: 18px;
	background:url(images/folder.png) no-repeat left 2px;
	border: none;
	margin-right: 3px;	
}

#menu a.contact {
    padding-left: 18px;
	background:url(images/contact.png) no-repeat left 2px;
	border: none;
	margin-right: 3px;	
}

#menu a.apmlfilter
{
    padding-left: 18px;
	background:url(images/apml.png) no-repeat left 2px; 
	border: none;
	margin-right: 3px;	
}

#menu a.feed {
    padding-left: 18px;
	background:url(images/feed.png) no-repeat left 2px; 
	border: none;
	margin-right: 3px;	
}

#menu .login
{
	float:right;
	margin-right: 10px; 
	padding-left:16px
}

#menu .login span
{
	color: #666;
	padding-right: 5px;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	display:inline;
}

#menu ul li a{
	padding: 5px 10px;
	font-weight: bold;
	color:#F0F0F0;
}

#menu ul li a:hover{
	color:#FF6;
}

/*----------------------------
	Post Pager
----------------------------*/
#PostPager {
	display:block;
	text-align:center;
}
#PostPager li {
	display: inline;
	border: 0 solid #4D6F93;
	margin: 2px;
	padding: 2px;
}
#PostPager li a {
	padding:3px 6px;
	text-decoration:none;
	font-weight:normal;
}
#PostPager li a:hover {
	padding:3px 5px;
	text-decoration:none;
	color:#F0F0F0;
	background-color:#4B6586;
	border:1px solid #4d6f93;
	font-weight:normal;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#PostPager .PagerLinkCurrent {
	background-color:transparent;
	color:#000000;
	font-weight:bold;
	padding:3px;
	border:0 solid #000000;
}
#PostPager .PagerLinkCurrent li {
	padding:2px;
}
#PostPager .PagerLinkDisabled {
	color: #4b6586;
	padding: 2px 2px 2px 16px;
}
#PostPager .PagerEllipses {
	border:0;
	padding:2px;
}

/*----------------------------
					 Widgets
----------------------------*/

div.widgetzone{
	padding: 0;
	background: none;
}

div.widgetzone .clear{
	clear: left;
}

div.widget{
	padding: 10px;
	margin-bottom: 10px;
	z-index: 1;
	min-width: 1px;
}

div.widget .content{
	color: #000;
}

div.widget h4{
	font-size: 14px;
	border-bottom: 1px solid #4b6586;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 5px;
	z-index: 0;
	color: #001E4C;
	letter-spacing: 0px;
}

div.widget a.edit, div.widget a.move, div.widget a.delete{
	font-size: 85%;
	font-weight: normal;
	float: right;
	z-index: 1;
	margin-left: 2px;
}

.widgetzone .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

.widgetzone .widget ul li {
	margin-bottom: 3px;
}

.widgetzone div.search{
	background: none;
	border: none;
	padding-left: 10px;
}

.widgetzone img.rssButton {
	margin-right: 3px;
}

.widgetzone div#moveWidgetToContainer {
	display:block;
	margin: 5px;
}

#moveWidgetTo {
    margin-bottom: 5px;
}

#widgetselector_be_WIDGET_ZONE {
	margin-left: 10px;
}

.widgetzone .linklist  li{
	font-size: 11px;
    padding-left: 18px;
	background:url(images/globe.png) no-repeat left;
	border: none;
	margin-right: 3px;
	line-height: 18px;	
}

.widgetzone .pagelist li{
	font-size: 11px;
    padding-left: 18px;
	background:url(images/blog.png) no-repeat left;
	border: none;
	margin-right: 3px;
	line-height: 18px;	
}

.widgetzone .recentcomments li{
	font-size: 11px;
    padding-left: 18px;
	background:url(images/pencil.png) no-repeat left 3px;
	border: none;
	margin-right: 3px;
	line-height: 18px;	
}

.widgetzone .administration li{
	font-size: 12px;
    padding-left: 18px;
	background:url(images/tools.png) no-repeat left 1px;
	border: none;
	margin-right: 3px;
	line-height: 18px;	
}

.widgetzone .textbox{
	font-size: 12px;
	border: none;
	margin-right: 3px;
	line-height: 15px;	
}

.widgetzone #newsletterform {
	font-size: 11px;
	border: none;
	margin-right: 3px;
}

.widgetzone .recentposts li {
	font-size: 11px;
    padding-left: 18px;
	background:url(images/keyboard.png) no-repeat left 3px;
	border: none;
	margin-right: 3px;
	line-height: 18px;	
}

.widgetzone .mostcomments td{
	font-size: 11px;
	border: none;
	line-height: 13px;	
}

.widgetzone .visitorinfo span{
	font-size: 11px;
	border: none;
	margin-right: 3px;
	line-height: 15px;	
}

.widgetzone .twitter .content {
	font-size: 11px;
	border: 1px solid #4b6586;
	padding: 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	background-color:#F0F0F0;
}

.widgetzone .twitter .content span {

}

/*----------------------------
					 Blogroll
----------------------------*/

#blogroll ul {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0px;
}

#blogroll ul li ul li a {
	margin-left: 20px;
	color: #3d3d3d;
	font-size: 11px;
}

#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}

/*----------------------------
					 Posts
----------------------------*/

div.post, .mceContentBody {
	padding: 3px 10px;
	margin-bottom: 20px;
	line-height: 115%;
	background-image: url(images/grey2.png);
	border: 2px solid #4b6586;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow:0 0 10px #b4ccdf;
	-moz-box-shadow:0 0 10px #b4ccdf;
	-webkit-box-shadow:0 0 10px #b4ccdf;
}

div.post h1, .mceContentBody h1 {
	margin: 5px 0 5px 0;
	text-align: center;
}

div.post .author {
	color: #000000;
	font-size: 11px;
	float: left;
	text-transform: capitalize;
}

div.post .author a {
	font-weight: bold;
	font-style:italic;
}

div.post .pubDate {
	color: #000000;
	font-size: 11px;
	float: right;
}

div.post .text {
	margin-top: 30px;
}

div.post .text h2 {
	margin-bottom: -10px;
}

div.post .text h3 {
	font-size: 11px;
	margin-bottom: -10px;
	padding: 0;
}

div.post .footer {
	text-align: right;
	border-top: 1px solid #4b6586;
	padding-top: 4px;
	padding-bottom: 2px;
	clear: both;
	font-size: 11px;
}

div.post .bottom {
	margin-bottom: 45px;
}

div.post .categories {
	margin-bottom: 5px;
	float: right;
}

div.post .tags {
	float: left;
	margin-bottom: 5px;
}

div.post .text a[href^="http:"] {
	color: 394D66;
	text-decoration: underline;
}

div.post ul {
	list-style-image: url(images/rightarrow.png);
}
	

/*----------------------------
			Related Posts
----------------------------*/
#relatedPosts {
	background-image: url(images/grey2.png);
	border: 2px solid #4b6586;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow:0 0 10px #b4ccdf;
	-moz-box-shadow:0 0 10px #b4ccdf;
	-webkit-box-shadow:0 0 10px #b4ccdf;	
}


#relatedPosts div {
	background-image: url(images/grey.png); 
	border: 1px solid #4b6586;
	padding: 3px 10px;
	margin: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#relatedPosts h1 {
	margin: 0 0 10px 0;
}

#relatedPosts h3 {
	padding: 0px 0px 0px 10px;
}

#relatedPosts p
{
	font-size: 15px;
	letter-spacing:1px;
	font-weight: bold;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
	color: #394D66;
	text-indent: 10px;
	display: inline-block;
}

/*----------------------------
				Recent posts
----------------------------*/

ul.recentPosts li{
	padding-bottom: 10px;
}

ul.recentPosts li a{
	font-weight: bold;
}

ul.recentPosts li span{
	display: block;
	text-indent: 10px;
	text-transform: none;
}

/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle{
	font-weight: bold;
}

/*----------------------------
			Social bookmarks
----------------------------*/

.bookmarks {
	float: left;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	padding: 10px;
	background-image: url(images/grey2.png);
	border: 2px solid #4b6586;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow:0 0 10px #b4ccdf;
	-moz-box-shadow:0 0 10px #b4ccdf;
	-webkit-box-shadow:0 0 10px #b4ccdf;	
}

#archive h1 {
	text-align: center;
	border-bottom: 1px dashed #4B6586;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid #4B6586;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-image: url(images/rightarrow.png);
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #4B6586;
	padding: 10px 0px 5px 0px;
	font-size: 11px;
}

#archive .title{
	font-size: 13px;
}

#archive .date{
	width: 100px;
}

#archive .comments{
	width: 100px;
	text-align: center;
}

#archive .rating{
	width: 50px;
	text-align: center;
}

/*----------------------------
					 Search
----------------------------*/

#searchbox {
	margin-top: 5px;
	font-size: 11px;
}

#searchbox #searchbutton {
	width: 60px;
	height: 25px;
	margin: 5px 65px;
	background-image: url(images/button-bg.png);
}

#searchbox #searchfield {
	width: 98%;
}

/*----------------------------
			Search on search
----------------------------*/

#searchonsearch {
	background-image: url(images/grey2.png);
	border: 2px solid #4b6586;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow:0 0 10px #b4ccdf;
	-moz-box-shadow:0 0 10px #b4ccdf;
	-webkit-box-shadow:0 0 10px #b4ccdf;
}

#searchonsearch h3 {
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol li {
	margin: 2px 0;
}

/*----------------------------
				Month list
----------------------------*/

#monthList li
{
	font-weight: normal;
}

#monthList .year
{
	cursor: pointer;
	font-weight: bold;
}

#monthList .year li
{
}

#monthList ul
{
	display: none;
}

#monthList .open
{
	display: block;
}

#monthList .open li {
	font-size: 11px;
    padding-left: 18px;
	background:url(images/day.png) no-repeat left;
	border: none;
	margin-right: 3px;
	line-height: 18px;
}

/*----------------------------
				 Tag cloud
----------------------------*/

.tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

.tagcloud li {
	display: inline;
}

.tagcloud a {
	margin-right: 3px;
	display: inline;
}

.tagcloud a.biggest {
	font-size: 17px;
	font-weight: bold;
}

.tagcloud a.big {
	font-size: 15px;
	font-weight: 500;
}

.tagcloud a.medium {
	font-size: 13px;
	font-weight: 300;
}

.tagcloud a.small {
	font-size: 11px;
}

.tagcloud a.smallest {
	font-size: 9px;
}

/*----------------------------
					 Page
----------------------------*/

#page {
	padding: 10px;
	line-height: 115%;
	background-image: url(images/grey2.png);
	border: 2px solid #4b6586;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow:0 0 10px #b4ccdf;
	-moz-box-shadow:0 0 10px #b4ccdf;
	-webkit-box-shadow:0 0 10px #b4ccdf;	
}

#page h1 {
	margin: 3px 0 10px 0;
}

#page #admin {
	border-top: 1px solid #394d66;
	margin-top: 10px;
	padding: 5px 0;
}

#page ul {
	list-style-image: url(images/rightarrow.png);
}

/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
	border: none;
	margin: 0 auto;
}

.calendar .weekend {
	background-color: #b5bcc4;
}

.calendar .other {
	color: #4b6586;
}

.calendar a.exist {
	display: block;
	font-weight: bold;
	background-color: #4B6586;
	color: #F0F0F0;
	border: 1px solid #394d66
}

.calendar td {
	vertical-align: top;
}

/*----------------------------
				Search page
----------------------------*/

#searchpage{
	margin-bottom: 30px;
}

#searchpage input#q{
	width: 300px;
}

#searchpage input#comment{
	clear: both;
}

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: #394d66;
	font-size: 11px;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

/*----------------------------
				Contact page
----------------------------*/

#contact{
	padding: 10px;
	background-image: url(images/grey2.png);
	border: 2px solid #4b6586;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow:0 0 10px #b4ccdf;
	-moz-box-shadow:0 0 10px #b4ccdf;
	-webkit-box-shadow:0 0 10px #b4ccdf;	
}

#contact h1{
	margin: 0;
	text-align: center;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 400px;
}

#contact textarea{
	background: #F0F0F0;	
	border: 1px solid #4B6586;	
	display: block;	
	overflow: auto;
	width: 695px;
	height: 225px;
	margin: 0;
}

#contact p {
	text-align: center;
}

/*----------------------------
				Comments
----------------------------*/

#commentlist {
	background-image: url(images/grey2.png);
	border: 2px solid #4b6586;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow:0 0 10px #b4ccdf;
	-moz-box-shadow:0 0 10px #b4ccdf;
	-webkit-box-shadow:0 0 10px #b4ccdf;	
}
.comment_header{
    height:58px;
    display:block;
    padding: 0 5px;
	color: #F0F0F0;
    vertical-align:middle;
    background-color: #4B6586;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #394D66;
}

.comment {
	background-image: url(images/grey.png); 
	border: 1px solid #4b6586;
	padding: 3px 10px;
	margin: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

.comment .author {
	margin: 0;
	padding: 3px 5px;
	font-size:11px;
	border: 0px;
	height: 16px;
}

#addcomment, #comment {
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
}

#commenttoggle {
    padding: 1px 3px 1px 3px;
    background: #4B6586;
    border: 1px solid #4b6586;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

.self {
	background-image: url(images/grey2.png); 
	border: 1px solid #4b6586;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 3px 10px 6px 0;
}

.comment .gravatar img {
	height: 50px;
	border: 1px solid #394d66;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px
    -webkit-border-radius: 5px;
    border-radius: 5px;	
	margin: 0;
	padding: 0;
}

.comment img.flag {
    margin-left: 5px;
}

.comment .content {
	min-height: 25px;
	margin: 1px;
	padding: 5px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.visitor {
    padding:8px 0px;
}

.visitor div {
    font-size: 10px;
    color: #000;
}

/* nested comments */

.comment-replies {
	background: transparent url(images/reply.png) no-repeat 2px 20px;
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
}

#commentlist #comment-form {
	border: solid 1px #4B6586;
	background: #F0F0F0;
	padding: 10px;
	margin: 10px 0;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px
    -webkit-border-radius: 5px;
    border-radius: 5px;	
}

/*  Comment notification unsubscription  */
#commentNotificationUnsubscription {
	margin-bottom: 10px;
	color: RED;
	background: #GREEN;
	border: 1px solid 4B6586;
	padding: 10px;
}

#commentNotificationUnsubscription h1 {
	margin: 0 auto 12px auto;
	padding: 0;
}

/* comment menu */
#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border: 1px solid #4b6586;
	border-bottom: 0px;
	list-style: none;
	margin-right: 5px;
	padding: 5px 10px;	
	cursor:pointer;
	position:relative;
	top: 1px;
	background:#4b6586;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#commentPreview {
	margin-left: -10px;
	margin-right: -10px;
}

#commentMenu li.selected{
	background: #F0F0F0;
	border: 1px solid #4b6586;
	border-bottom: 0px;
}

.commentForm .bbcode {
    font-size: 11px;
    float: right;
    position: relative;
    top: 20px;
    padding: 3px;
}

.commentForm .bbcodeNoLivePreview {
	top: 0;
}

.bbcode a {
    margin: 1px;
    padding: 3px 5px 3px 5px;
    background: #F0F0F0;
    border: 1px solid #4b6586;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

/* comment form */

.commentForm {
	margin-top: 10px;
	padding: 0px 10px 10px 10px;
	background-image: url(images/grey2.png);
	border: 2px solid #4b6586;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow:0 0 10px #b4ccdf;
	-moz-box-shadow:0 0 10px #b4ccdf;
	-webkit-box-shadow:0 0 10px #b4ccdf;	
}

.commentForm textarea {
	width: 98%;
	height: 150px;
	border: 1px solid #4b6586;
	background-color: #F0F0F0;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	padding-top: 3px;
}

.commentForm input[type='text'] {
    padding: 3px;
	background: #F0F0F0;	
	border: 1px solid #4B6586;
	width: 350px;
	margin: 2px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.commentForm select 
{
    padding: 3px;
	background: #F0F0F0;	
	border: 1px solid #4B6586;
	width: 358px;
	margin: 2px 5px 2px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

select {
    padding: 3px;
}

input[type="text"], input[type="select"], input[type="file"] {
    padding: 3px;
	background: #F0F0F0;	
	border: 1px solid #4B6586;
}

input[type="submit"], input[type="button"] {
	color: #000000;
	height: 25px;
	background: #4B6586;
	background-image: url(images/button-bg.png);
	border: 1px solid #4B6586;
	padding: 3px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

input[type="submit"]:hover, input[type="button"]:hover {
	color: #FFFFFF;
	height: 25px;
	background: #9eb8d3;
	background-image: url(images/button-bg.png);
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

#searchcomments {
    margin: 10px 5px 0 0;
}

#newsletterform input[type="text"] {
    margin: 10px 0;
}