/*

Theme Name: Silverstream

Theme URI: http://74.53.53.202/~silverst

Description: A Wordpress theme with left sidebar

Author: TML Web Design 

Author URI: http:/www.tmlwebdesign.co.nz

version: 1.0

*/







/* basics */



* {

	margin:0;

	padding:0;

}

body {

	background: #fff;

	font-family: verdana, arial, tahoma, sans-serif;

	font-size: 12px;

	margin: 15px auto 0px auto;

	padding: 0;

}

/* use the below in replace of the above if you want a centered background graphic */



/*

body {

background: url(http://74.53.53.194/~tmlweb08/dev/wp-content/themes/TML-2L/images/bg.gif) top no-repeat;

font-family: verdana, arial, tahoma, sans-serif;

font-size: 12px;

margin: 0;

padding: 0

}

*/



h1 {

font-family: "Georgia";

	font-size: 24px;

font-weight: normal;
text-transform: uppercase;
color: #293039;
margin-bottom: 15px;

}

h2 {

	font-family:  arial, tahoma, sans-serif;	

        font-size: 24px;

	font-weight: bold;

	color: #666;

	margin-top: 8px;

}

h2.archivetitle {

	margin: 15px 0 0 15px;

}

h3 {

	font-size: 12px;

	margin-top:10px;

}

h4 {
font-family: "Georgia";
	font-size: 16px;
	color: #293039;
	line-height: 130%;

}

/* images and misc. */



img {

	border: none;

	padding: 5px;

}

img a {

	border:none;

}

img.left {

	float: left;

	border: none;

	padding: 5px;

}

img.right {

	float: right;

	border: none;

	padding: 5px;

}

blockquote {
background: #e4e7ed;
	margin: 10px 0px 10px 0px;

	padding: 10px 0px 0px 10px;
	float: left;
	width: 665px;

}

code {

	margin:10px;

	font-family:"Courier New", Courier, monospace;

}

/* links */



a {

	color:#666;

	text-decoration:none;

	border: none;

}

a:hover {

	color:#333;

	text-decoration: underline;

	border: none;

}

/* container */



#container {

	width: 960px;

	margin: 0px auto 0px auto;

	padding: 6px;

	background:#fff;

	color:#333;

	overflow: hidden;

}

/* header */



#header2 {
	width: 100%;
	height: 140px;
	background: #29303a url("images/banner-bg.jpg") repeat-x;
	margin: -15px 0px 0px 0px;
}

* html #header2 {
	width: 100%;
	height: 140px;
	background: #29303a url("images/banner-bg.jpg") repeat-x;
	margin: 0px;
}


 #banner {
 width: 960px;
 margin: 0px auto 0px auto;
 }
 
.logo {
float: left;
margin-top: -6px;
}

.booknow {
float: right;
margin-top: -6px;
}

#header2 h1 {

	font-family: palatino linotype, georgia, arial, times;

	font-size: 22px;

	font-weight: 300;

	letter-spacing: 1px;

	margin: 0;

	padding: 120px 0 0 16px;

}

#header2 h1 a {

	color: #404040;

	text-decoration: none;

}

#header2 h1 a:hover {

	color: #666;

	text-decoration: none;

}

#header2 h2 {

	font-family: palatino linotype, georgia, arial, times;

	font-size: 12px;

	font-weight: bold;

	font-style: italic;

	color: #404040;

	letter-spacing: 1px;

	margin: 0;

	padding: 0 0 0 18px;

}

/* main menu */



#menu {

	background: transparent;

	font-family: arial;

	font-size: 11px;

	width:960px;

	height:24px;
	margin: -25px auto 10px auto;
	text-transform: uppercase;
}

#menu ul {

	margin: 0;

	padding: 6px 0 0 0;

	text-align: left;
	display: inline;
}

#menu ul li {

	list-style-type: none;

	display: inline;

	margin: 0;

	padding: 0;
	border-right: 1px solid #898888;

}

#menu ul li a {

	padding: 6px 10px 6px 10px;

	margin: 0;

	text-decoration: none;

	color: #c8c8c8;

}

#menu ul li a:hover {

	color:#c8c8c8;
	text-decoration: underline;

}

#menu .current_page_item a {

	color:#c8c8c8;
	text-decoration: underline;
}

/* content */

#content {

	float: left;

	width: 76%;

}

.post {

	margin: 0 10px;

	padding:10px 10px 10px 5px;

	line-height: 14pt;

}

.post h2 {
	font-family: "Georgia";	
	font-size: 22px;
	font-weight: bold;
	color: #293039;
	margin: 10px 0px;
}

.post h3 {

	font-family:  "Georgia";	

    font-size: 12px;

	font-weight: bold;

	color: #293039;

	margin: 10px 0px;

}

.post h2 a {

	color: #293039;

	text-decoration: none;

}

.post h2 a:hover {

	color: #293039;

	text-decoration: underline;

}

.post p {

	font-size: 12px;
	color: #293039;
	line-height: 180%;

}

.post a {
	color: #293039;
	text-decoration:underline;

}

.post ul {

}

.post li {

}

.entry p {

	margin:12px 0;
}

.entry em {
background: #faf9b2;
font-style: normal;
}

.postmetadata {

	clear: both;

	border-top: 1px dotted #A2A2A2;

	padding:6px 0;

	margin-top: 16px;

}

p.postmetadata {

	font-size: 10px;

	font-weight: bold;

}

.navigation {

	font-size:11px;

	float:left;

	width:100%;

}

.alignleft {

	float:left;

	margin:25px;

}

.alignright {

	float:right;

	margin:25px;

}

.notfound {

	padding: 25px;

	font-size: 14pt;

	font-weight: 300;

}

/* sidebar */



#sidebar {

	font-family: verdana, arial, tahoma;

	font-size:12px;
	color: #293039;

	width: 224px;

	float:right;

	margin: 12px 5px 20px 0;

	padding: 0;
background: url("images/sidebar-bg.gif") no-repeat;
min-height: 952px;

}

* html #sidebar {

	font-family: verdana, arial, tahoma;

	font-size:12px;
	color: #293039;

	width: 224px;

	float:right;

	margin: 12px 5px 20px 0;

	padding: 0;
background: url("images/sidebar-bg.gif") no-repeat;
min-height: 715px;
height:auto !important;
height:715px;

}


#sidebar h2 {

	font-family: "Georgia";

	font-weight: normal;

	font-size: 22px;

	text-align: left;

	color: #293039;

	margin-bottom: 15px;


}

#sidebar p {

	margin:0;

	padding: 0;

}

#sidebar img {

	padding: 0;

	margin: 0;

}

#sidebar ul {

	margin:12px;

	padding:0;

	list-style-type: none;

}

#sidebar ul li {

	margin: 0;

	padding: 0;

	line-height: 150%;

	list-style-type: none;

}

#sidebar ul li a{

	margin: 0;

	padding: 0;

	line-height: 130%;

	list-style-type: none;
	color: #293039;
}

#sidebar ul li a:hover{

	margin: 0;

	padding: 0;

	line-height: 150%;

	list-style-type: none;
	color: #293039;
	text-decoration: underline;
}

#sidebar ul ul {

	margin: 2px 0 15px 0px;

	padding: 0;

}

#sidebar ul ul li {

	list-style-type: none;

	list-style-position: inside;

	margin: 0;

	padding: 0;

}

#sidebar ul ul ul {

	margin: 0;

	padding: 0;

}

#sidebar ul ul ul li {

	padding: 0 0 0 10px;

	list-style-type: square;

	color: #898989;

}

/* comments */

#commentssection {

	clear: both;

	padding: 0px 12px;

	margin: 0 10px 0 0;

}

#commentssection h3 {

	font-family: palatino linotype, georgia, arial, times;

	font-size: 14px;

	font-weight: bold;

	font-style: normal;

	color: #000;

}

#commentform {

	margin: 0px 12px 10px 12px;

	padding:5px;

	border-top: 1px dotted #A2A2A2;

}

#commentform p {

	color: #000;

}

#commentform a {

	color: #000;

	text-decoration: underline;

	line-height: 14px;

}

#commentform h3 {

	font-family: palatino linotype, georgia, arial, times;

	font-size: 14px;

	font-weight: bold;

	color: #000;

}

#commentbox {

	width:75%;

	min-width:400px;

	margin:5px 5px 0 0;

}

#author, #email, #url, #commentbox, #submit {

	background: #fff;

	font-family: verdana, arial, times;

	font-size: 11px;

	margin:10px 5px 0 0;

	padding: 3px;

	border: 1px solid #B2B2B2;

}

#submit {

	font-family: verdana, arial, times;

	font-size: 10px;

	padding: 2px;

	margin: 10px 0px;

	border: none;

	background-color: #000;

	color: #fff;

}

ol.commentlist {

	list-style-type: none;

}

ol.commentlist li {

	margin:10px 0;

	padding:5px 0 5px 5px;

	overflow: hidden;

}

ol.commentlist li.alt {

	background: none;

	font-family: verdana, tahoma;

	font-size: 10px;

	font-weight: bold;

}

ol.commentlist li p {

	margin: 6px 0 6px 0;

	padding: 0 12px 0 0;

	line-height: 150%;

	font-family: verdana, tahoma;

	font-size: 12px;

	font-weight: normal;

	font-style: normal;

}

ol.commentlist a {

	color:#000;

}

cite {

	font-family: verdana, tahoma;

	font-size: 10px;

	font-weight: bold;

	font-style: normal;

}

cite a {

	color: #000;

	text-decoration: underline;

}

/* search */



#searchform {

	padding: 6px 0 6px 0px;

	margin: 0;

	font-family: verdana, arial, times;

}

#searchform input#s {

	font-family: verdana, arial, times;

	font-size: 10px;

	padding: 2px;

	margin: 0px 1px 10px 0px;

	border: 1px solid #B7B7B7;

}

#searchform input#searchsubmit {

	font-family: verdana, arial, times;

	font-size: 10px;

	padding: 2px;

	margin: 0px 0px 10px 2px;

	border: none;

	background-color: #000;

	color: #fff;

}

/* footer */



#footer {

	background: #fff url("images/footer-bg.jpg") repeat-x;

	clear: both;

	width: 100%;
	height: 88px;

	margin-top:5px;

	font-family: verdana, arial, tahoma;

	font-size: 10px;

}

#footer p {
width: 960px;
	padding: 65px 6px 6px 6px;

	margin: 0px auto 0px auto;

	color: #eee;

}

#footer a {

	color: #eee;

	text-decoration: underline;

}

#footer a:hover {

	color: #eee;

	text-decoration: underline;

}

#border {
width: 943px;
height: 394px;
border: 6px solid #adb4bc;
margin-bottom: 20px;
}

.pageimage {
width: 945px;
height: 394px;
margin-left: -1px;

}

.wp-caption {
	text-align: left;
	margin-bottom: 1.5em;
	float: left;
	
}
.wp-caption img {
	border: 1px solid #333;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.wp-caption p.wp-caption-text {
	margin: 5px 0px 0px 0px;
	font-size: 10px;
}

#contact {
float: left;
width: 250px;
margin-top: 10px;
}

#address {
float: right;
width: 310px;
margin-top: 30px;
}

#pullout {
background: #e7f1fc;
width: 650px;
height: auto;
margin: 2px 0 20px 0;
padding: 16px;
}
