/*  
Theme Name: RVTT
Theme URI: http://wwww.jumpropestudios.com/rvtt/
Description: Royal Vacations Travel and Tours - Destination Philippines!
Version: 1.0.1
Author: Joiz
Author URI: http://www.joiz.org

	RVTT v1.0.1
	 http://www.jumpropestudios.com/rvtt/

	This theme was designed and built by Joiz,
	whose blog you will find at http://www.joiz.org

	The CSS, XHTML and design is released under Attribution-ShareAlike 2.5
	http://creativecommons.org/licenses/by-sa/2.5/

	Please do not remove credits on the footer

*/

body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
	margin: 0;
	padding: 0;
	}

a, a:visited {
	color:#055FC7;
	text-decoration: none;
	}

a:hover {
	color: #999;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
hr {
	visibility: hidden;
	}
	
/* 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 Images */
p img {
	padding: 0;
	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 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;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

#page {
	margin: 0px auto;
	width: 770px;
	}

#header {
	background: url('images/rvtt-header-1.jpg') no-repeat top;
	}
#header h1, #header h1 a, #header h1 a:visited {
	margin: 0;
	padding: 85px 5px 0px 5px;
	text-align: right;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	}
#header h1 a:hover {
	text-decoration: none;
	color: #000;
	}
#header .headerlogo {
	display: block;
	width: 325px;
	height: 112px;
	float: left;
	}
#header .headerlinks {
	clear: both;
	padding: 0px 10px 0px 15px;
	margin: 0px 0px 20px 0px;
	color: #ccc;
	font-weight: bold;
	}
#header .headerlinks a, #header .headerlinks a:visited {
	text-decoration: none;
	color: #044ea4;
	}
#header .headerlinks a:hover {
	text-decoration: none;
	color: #666;
	}

.withsidebar, .narrowcolumn {
	width: 480px;
	padding: 0px 10px 0px 15px;
	float: left;
	}
.withoutsidebar, .widecolumn {
	width: 759px;
	padding: 0px 15px 0px 5px;
	float: left;
	}

.post {
	padding: 5px 0px 5px 0px;
	margin-bottom: 10px;
	}
#introduction {
	margin-bottom: 10px;
	}
#introduction h2 {
	margin-bottom: 8px;
	}
.postmetadata {
	display: block;
	clear: both;
	margin: 0;
	}
.datetime {
	float:left;
	height:50px;
	width:50px;
	background-image:url(images/date.png);
	font-size:10px;
	font-weight:700;
	text-align:center;
	color:#000;
	line-height:20px;
	margin:0 10px 0 0;
	}
.datetime span {
	display:block;
	line-height:30px;
	color:#fff;
	font-size:15px;
	}
.post h2 {
	font-size:23px;
	font-weight: 500;
	color: #a63a00;
	margin: 0;
	padding: 0;
	}
.post h2 a, .post h2 a:visited {
	color: #0950a2;
	}
.post h2 a:hover {
	color: #a63a00;
	text-decoration: none;
	}
.postin, .postmetadata {
	line-height:25px;
	height:25px;
	margin:0 0 10px;
	font-weight: bold;
}
.postin a:hover, .postmetadata a:hover {
	text-decoration: none;
	}
.postin span {
line-height:25px;
height:25px;
display:block;
float:left;
}
.posttime {
	background: url(images/time.png) no-repeat left;
	padding-left: 20px;
	padding-right: 10px;
	}
.postauthor {
	background: url(images/vcard.png) no-repeat left;
	padding-left: 20px;
	padding-right: 10px;
	}
.postcat {
	background: url(images/folder.png) no-repeat left;
	padding-left: 20px;
	padding-right: 10px;
	}
.postedit {
	background: url(images/page_white_edit.png) no-repeat left;
	padding-left: 20px;
	padding-right: 10px;
	}
.post .entry {
	font-size: 11px;
	text-align: justify;
	line-height: 1.3em;
	}
.bot {
	text-align: right;
	}
.postcomments {
	background: url(images/comment.png) no-repeat left;
	padding-left: 18px;
	}
.posttrackback {
	background: url(images/trackback.png) no-repeat left;
	padding-left: 18px;
	margin-left: 10px;
	}
#content #introduction .ads {
	display: block;
	width: 426px;
	height: 60px;
	text-align: center;
	margin: 8px 5px 0px 5px;
	}
#content .entry .ads {
	float: left;
	display: block;
	width: 200px;
	height: 200px;
	margin: 0px 5px 0px 0px;
	}

#sidebar {
	margin-left: 510px;
	width: 250px;
	background: url(images/250x-bg.jpg) repeat-y center;
	font-weight: bold;
	}
#wholeside {
	width: 250px;
	}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#sidebar ul ul {
	background: url(images/250x-bot.jpg) bottom no-repeat;
	padding-bottom: 20px;
	padding-left: 30px;
	}
#sidebar ul li {	
	background: url(images/250x-top.jpg) top no-repeat;
	padding-top: 20px;
	}
#sidebar h2 {
	font-size: 1.2em;
	color: #555;
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 0px 20px;
	}
#sidebar ul li li {
	background: none;
	padding: 0px;
	}
#sidebar .pages {
/*	background: #ad3333 url(images/250x-top-red.jpg) top no-repeat; /* red */
/*	background: #3365ae url(images/250x-top-blue.jpg) top no-repeat; /* blue */
	color: #ad3333;
	font-size: 11px;
	}
#sidebar .pages ul {
/*	background: url(images/250x-bot-red.jpg) bottom no-repeat; /* red */
/*	background: url(images/250x-bot-blue.jpg) bottom no-repeat; /* blue */
	padding: 0px 15px 15px 10px;
	}
#sidebar .pages a, #sidebar .pages a:visited {
	color: #ad3333;
	font-weight: bold;
	}
#sidebar .pages a:hover {
	color: #3365ae;
	text-decoration: none;
	}
#sidebar .pages li {
	margin-bottom: 5px;
	padding-left: 10px;
	}
#sidebar .ads {
	width: 250px;
	text-align: center;
	background: #fcdd81 url(images/250x-top-yellow.jpg) top no-repeat;
	}
.ads-bot {
	background: url(images/250x-bot-yellow.jpg) bottom no-repeat;
	display: block;
	width: 250px;
	height: 14px;
	}

.tile_sem_subscribe_me li a {
	display: block;
	padding: 2px;
	}
/*search form sidebar */
#search-form {
	text-align: center;
	height: 25px;
	background: url(images/side-search-bg.jpg) no-repeat !important;
	padding: 10px 0px 10px 0px !important;
	}
#search-form form {
	padding: 0;
	margin: 0;
	}
#search-form #s {
	height: 10px;
	font-size: 10px;
	padding: 2px;
	width: 170px;
	}
#search-form #searchsubmit {
	background: url(images/go-button.jpg) no-repeat;
	border: none;
	width: 30px;
	height: 16px;
	}
.loggedin li {
	margin: 0px 0px 2px 0px;
	}
.loggedin a {
	padding: 1px 0px 1px 20px;
	display: block;
	height: 16px;
	}
.loggedin .writepost a, .loggedin .writepost a:visited {
	background: url(images/page_white_edit.png) no-repeat left;
	}
.loggedin .profile a, .loggedin .profile a:visited {
	background: url(images/vcard.png) no-repeat left;
	}
.loggedin .manlinks a, .loggedin .manlinks a:visited {
	background: url(images/link_go.png) no-repeat left;
	}
.loggedin .themes a, .loggedin .themes a:visited {
	background: url(images/layout.png) no-repeat left;
	}
.loggedin .login a, .loggedin .login a:visited {
	background: url(images/key.png) no-repeat left;
	}
	
#admin #user_login {
	margin: 5px 0px 2px 5px;
	padding-left: 20px;
	background: url(images/user.png) no-repeat left;
	height: 16px;
	font-size: 11px;
	width: 150px;
	border: 1px inset #999;
	}
#admin #user_pass {
	margin-left: 5px;
	padding-left: 20px;
	background: url(images/key.png) no-repeat left;
	height: 16px;
	font-size: 11px;
	width: 150px;
	border: 1px inset #999;
	}
#admin #rememberme {
	margin-left: 5px;
	}
#admin #submit {
	margin-left: 10px;
	font-size: 11px;
	}
#footer {
	clear: both;
	text-align: center;
	padding-bottom: 15px;
	}
.footerlinks {
	background: url(images/footerlinks.jpg) repeat-y top;
	width: 769px;
	font-size: 10px;
	font-weight: bold;
	}
.footerlinks a, .footerlinks a:visited, .credits, .footerlinks, .credits a, .credits a:visited {
	color: #999;
	} 
span.footertop {
	background: url(images/footertop.jpg) no-repeat top;
	display: block;
	height: 10px;
	}
span.footerbottom {
	background: url(images/footerbottom.jpg) no-repeat bottom;
	display: block;
	height: 10px;
	}
.credits {
	margin-top: 3px;
	text-align: right;
	font-size: 9px;
	}
.lightgray, .lightgray a, .lightgray a:visited {
	color: #bbb;
	}
.lightgray a:hover {
	color: #999;
	text-decoration: none;
	}
	
/* comments */
.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li {
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid #cecece;
	}
.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;
	}
#commentform #author, #commentform #email, #commentform #url {
	width: 200px;
	}
#commentform textarea {
	width: 450px;
	}
.commentedit {
	background: url(images/comment_edit.png) no-repeat left;
	padding-left: 12px;
	}
.commentmetadata a, .commentmetadata a:visited {
	font-weight: normal;
	font-size: 9px;
	color: #999;
	}
h3#comments, h3#respond {
	font-size: 14px;
	}
#sidebar .linkcat ul li { 
        margin: 5px 0 0 0; 
        }
#sidebar .categories ul li { 
        margin: 5px 0 0 0; 
        }
