

.googleVideo_holder, .yourTubeVideo_holder, .personalPlayerVideo_holder, .quickTimeVideo_holder{
text-align:center;
/*
border: 1px solid #a9a9a9;
padding: 10px 10px 10px 10px;
background:rgb(200,200,200);
*/
}

/*
.googleVideo, .yourTubeVideo, .personalPlayerVideo, .quickTimeVideo{
border: 2px solid #a9a9a9;
background:rgb(255,255,255);
padding: 0px 0px 0px 0px;
}

*/

.googleVideo_link, .yourTubeVideo_link, .personalPlayerVideo_link, .quickTimeVideo_link{
font-size:.4em;
width:100%;
text-align:right;

}





A.menu:link        {font-family: verdana, tahoma, sans-serif; font-weight: bold; font-size: 13px; text-decoration: none; color: #FFA800}
A.menu:visited     {font-family: verdana, tahoma, sans-serif; font-weight: bold;font-size: 13px; text-decoration: none; color: #FFA800}
A.menu:hover       {font-family: verdana, tahoma, sans-serif; font-weight: bold;font-size: 13px; text-decoration: underline; color: #FF0000}

A.smalllink:link        {font-family: verdana, tahoma, sans-serif; font-weight: bold; font-size: 9px; text-decoration: none; color: #FFA800}
A.smalllink:visited     {font-family: verdana, tahoma, sans-serif; font-weight: bold;font-size: 9px; text-decoration: none; color: #FFA800}
A.smalllink:hover       {font-family: verdana, tahoma, sans-serif; font-weight: bold;font-size: 9px; text-decoration: underline; color: #FF0000}


p {
   padding-top: 0px;
   padding-bottom: 2px;
   margin-top: 0px;
   margin-bottom: 4px;
  }

/* Begin Typography & Colors */

.tile_body li, .tile_body ul
{
list-style-type : none;
margin : 2px;
margin-left : 0px;
padding-left : 0px;
}





.tile_header h2
{
font-size: 1.2em;
margin: 0 0 0;
}



.tile_body h3
{
font-size: 1.1em;
}


.copyright{
font-family: verdana, tahoma, sans-serif;
font-weight: bold;
font-size: 9px;
text-decoration: none;
color: #ADADAD
}

#page {
	background-color: white;
	text-align: left;
	}

#content, #content.table {
   font-size : 13px;
   font-family : Arial, Verdana, Helvetica, sans-serif, "MS sans serif";
   color: #000000;
    padding-left: 10px;
   padding-right: 10px;
   padding-top: 0px;
   padding-bottom: 0px;
	}

table {
   font-size : 12px;
   font-family : Arial, Verdana, Helvetica, sans-serif, "MS sans serif";
   color: #000000;
   padding-top: 0px;
   padding-bottom: 0px;
    padding-left: 0px;
   padding-right: 0px;
	}

/*
.content li, .content ul
{
list-style-type : disc;
margin : 2px;
margin-left : 16px;
padding-left : 16px;


}
*/


.entry ul
{
list-style-image: url('http://www.tourcms.com/images/tourcms_bullet.gif');
list-style-type: circle;
line-height:18px;

}


.excerpt {
font-style: italic;
}

.entry
{
 line-height:1.4em;
}


a:link        {color: #FFA800; text-decoration: none; font-weight: bold;}
a:visited     {color: #FFA800; text-decoration: none; font-weight: bold;}
a:hover       {color: #FF0000; text-decoration: underline; font-weight: bold;}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	fong-family: 'verdana, tahoma, sans-serif';
	font-weight: bold;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.5em;
	}

h1.pagetitle {
	font-size: 1.5em;
	}

h3 {
	font-size: 1.3em;

	}



img.wp-smiley{
padding: 0;
border: 0;
margin: 0;
vertical-align: middle;
background: none;
}




small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike,  {
	color: #777;
	}


.error {color: red}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/*	Begin Headers */
h1 {
padding: 0;
margin: 10px 0 0;

	}

h2 {
	margin: 10px 0 0;
}


h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 30px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* 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;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
		padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;

	background-color:#E3E3E3;
	padding: 10px;
	line-height:1.4em;
	}

.alt2 {
	margin: 0;
	background-color:#F4F4F4;
	padding: 10px;
	line-height:1.4em;

	}

.author_comment {
	margin: 0;
	background-color:#D1EFC3;
	padding: 10px
	}



.commentlist {
	padding-right: 5px;
	padding-left: 5px;
	margin: 0;
/*	text-align: justify; */


	}

.commentlist ol {
	margin: 0px ;

	}


.commentlist li {
	margin: 0px 0 3px;
	list-style: none;

	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-size : 11px;
	}


div.comment-meta{clear:right;float:right;font-size:0.9em;padding: 0px;text-align:right;width:66%;}


#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
    font-weight: bold
	}
/* End Various Tags & Classes*/
