/*  
Theme Name: Travel San Juan
Theme URI: http://www.travelsanjuan.com
Description: Created for the Travel San Juan site
Version: wordpress 2[1].1.3
Author: Blizzard Internet Marketing
Author URI: http://blizzardinternet.com/
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #FFF;
	text-align: center;
	margin: 0 0 0px 0;
	padding: 0; 
	}

#page {
	background: #73a0c5 url(images/blueback.gif);
	background-color: white;
/*	border: 1px solid #959596;*/
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 770px;
	}

#header {
	background: url('images/headerimage.jpg') no-repeat bottom center;
	margin: 0 auto; 
	padding: 0px;
	height: auto !important;
        height: 86px;
        min-height: 86px;
	width: 770px;
	}
	
.headerlink {
	display:block;
	height:100px;
	width:100px;
	margin:0;
	padding:0;
	}


#content {
	font-size: 1.2em;
	padding-top: 5px;
	padding: 0 0 0px 0px;
	margin: 0px 0 0 30px;
	width: 770px;
	background-repeat: no-repeat;
	
}
	

.postmetadata {
	text-align: center;
	font-size: 0.8em;
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}
	
.postmetadata {

}
	
.alt {
	margin: 0;
	padding: 10px;	
/*	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	}

	
#footer {
	padding: 0px;
	margin: 5px, 0, 0, 20px auto;
	width: 770px;
	clear: both;
	background: #fff url('images/footerimage.jpg') no-repeat top; 
	border: none;
	font-size: 11px;
	
	}
	
#footer p {
	margin: 0;
	padding: 3px 0;
	text-align: center;
	}

	
/* Begin Sidebar */
#sidebar {

	width: 190px;
	float: left;
	}

#sidebar form {
	margin: 0;
	}	
	
#sidebar ol, #sidebar ul, #sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	margin: 1px 0 1px 0px;
	padding: 0 0 0 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px 0px;
	}
	

/*Font Style */

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	}


h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.4em;
	color: #CCCCCC;
	}
	
h2 {
	font-size: 1.6em;
	margin: 0px 0 0;
        padding-top: 16px;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
	}
	
#sidebar h2 {
	font-size: 1.2em;
	margin: 5px 0 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 20px auto 10px ;
	}
	
h3 {
	font-size: 1.3em;
	margin: 0;
	}


/*Comments*/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;

	}


#commentform #submit {
	margin: 0;

	}
	
.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}
	
.commentlist {
	padding: 0;
	text-align: justify;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
	
/*Links*/
a {
	color: #9CF89D;
	text-decoration: none;
	}

a:hover {
	color: #9CF89D;
	text-decoration: underline;
	}
	
a:visited {
	color: #9CF89D;
	}
	
/* Begin Images */
p img {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	}

a img {
	border: none;
	}
	
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.nextandback {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}

textarea, #comment {
width:300px;
}

#thePosts {
width:490px;
float:left;
}
#content a {
color:#9CF89D;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

