/*
Theme Name: Vina Sky
Author: Vinatips
Author URI: http://www.vinatips.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: justify;
	font: 13px Arial;
	color: 0000000;
	background: #AAF url(images/bg.png);
}
a {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #0065CC;
}
img {
	border: 0;
}

.headerbreak {
	font-size: 0;
	clear: both;
	border-top:1px solid #94B1DF; 
	}
.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
	}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 935px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 160px;
	background: #003271; 
	border: 4px solid #ECEBEB;
}
	#header ul {
		list-style-type: none;
		float: left;
	}
		#header ul li {
			float: left;
			font-weight: bold;
			font-family: Verdana;
			font-size: 0.9em;
		}
		#header ul li a {
			color: #FFFFFF;
			display: block;
			text-transform: uppercase;
			padding: 8px 15px 9px;
		}
		#header ul li a:hover, #header ul li.here a {
			background: url(images/active.gif) no-repeat bottom center;
			text-decoration: none;
			color: #FFD600;
		}
	#header .rss {
		float: right;
		background: url(images/rss.gif) no-repeat 0 7px;
		padding: 9px 10px 9px 20px;
		font-size: 0.8em;
		font-family: Verdana;
		color: #FFFFFF;
	}
		#header .rss a {
			color: #FFFFFF;
			margin: 0 7px;
		}
	
	#header h1 {
		clear: both;
		float: left;
		padding: 35px 0 0 12px; 
	}
	
		#header h1 a {
			display: block;
			text-indent: -9999px;
			outline: none;
			width: 352px;
			height: 60px; color: #333;
			background: url(images/logo.gif) no-repeat 0 0;
		}
	
	#header .ad {
		float: right;
		padding: 35px 6px 0 0;
	}
/** END header **/

/** BEGIN content **/
#content {
	float: left;
	width: 605px;
	overflow: hidden;
	padding-bottom: 11px;
}
#content .title {
		font-size: 0.9em;
		padding: 15px 5px 10px;
		letter-spacing: 1px;
	}
	.buffer {
		padding: 4px;
		background-color: #ECEBEB;
		margin: 0;
	}
	
	.details1 {
			color: #808080;
			font-size: 0.8em;
			font-family: Verdana;
			font-weight: bold;
			padding: 5px 7px;
			margin-bottom: 5px;
			border-top: 1px solid #CBCBCB;
		}
			.details1 a{
				color: #FFF3217;
				text-decoration: none;
			}

	/* ---- Begin the home content ----*/
	.post {
		float: left;
		width: 590px;
		padding: 11px 10px 0 0;
	}

	.content{
		border: 1px solid #CBCBCB;
		padding: 10px;
		background-color: #FFFFFF;
		height: 200px;
	}
		.content img {
			border: 3px solid #ECEBEB;
			margin: 4px 8px 5px 0;
			float: left;
			width: 80px;
		}
		
		.content h2 {
			margin-bottom: 5px;
			font-size: 1.5em;
			line-height: 1.3em;
		}
		.content h2 a {
			text-decoration: none;
			color: #0065CC;
			font-size: 0.8em;
			
		}
			.content h2 a:hover{
			text-decoration: none;
			color: #CC0000;			
		}
		.content p {
			line-height: 1.5em;
		}
	
		
	.postnav {
		padding: 20px 5px;
		font-size: 0.9em;
		font-weight: bold;
		clear: both;
	}
		.postnav a {
			color: #456069;
		}
	
	/*-----Begin the post content --------*/
	
	.single{
		border: 1px solid #CBCBCB;
		padding: 10px;
		background-color: #FFFFFF;
	}
		.single h2 {
			font-size: 1.5em;
			margin-bottom: 20px;
			line-height: 1.5em;
			color: #0065CC;
		}
		.single img {
			border: 3px solid #ECEBEB;
			margin: 4px 8px 5px 0;
			float: left;
			max-width: 550px;
			width: expression(this.width > 550 ? 550: true);
			
		}
		.single img.centered, .single img .aligncenter {
			display: block;
			padding: 2px;
			margin: 0 auto 20px auto;
			border: 1px solid #ffffff;
			float: none;
			clear: both;
		}
		.single p {
			line-height: 1.8em;
			margin-bottom: 15px;
		}
		.single ul, .single ol {
			list-style-position: inside;
			margin: 0 0 20px 30px;
		}
		.single li {
			line-height: 1.7em;
			padding: 2px 0;			
		}
		.single blockquote {
			padding: 10px 10px 0;
			background-color: #E6EDF4; 
			color: #0065CC;
			border-width: 1px 0;
			border-style: solid;
			border-color: #E0E0E0;
			margin-bottom: 10px;
		}
		.single h3, h4, h5, h6 {
			font-size: 1.4em;
			margin-bottom: 5px;
		}
	.bottom {
		background-color: #ECEBEB;
		padding: 8px 7px;
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #CBCBCB;
		height: 15px;font-size: 0.8em;
	}
		.bottom a {
			color: #456069;
			
			font-family: Verdana;
			font-weight: bold;
		}
		.bottom a:hover {
			text-decoration: none;
		}
		.bleft {
			float: left;
		}
		.bright {
		float: right;
		}
		
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 330px;
	float: right;
	padding: 11px 0 20px;
}
	#sidebar .l {
		float: left;
		width: 160px;
	}
	#sidebar .r {
		float: right;
		width: 160px;
	}
	#sidebar .box {
		background-color: #ECEBEB;
		padding: 4px;
		margin-bottom: 10px;
	}
		#sidebar .box h2 {
			background-color: #FFFFFF;
			font-size: 0.9em;
			font-family: Verdana;
			color: #0065CC;
			padding: 8px;
			border: 1px solid #CBCBCB;
		}
		#sidebar .box ul {
			background-color: #FFFFFF;
			list-style-type: none;
			padding: 4px 8px 8px;
			border-width: 0 1px 1px;
			border-style: solid;
			border-color: #CBCBCB;
		}
			#sidebar .box li {
				font-size: 0.9em;
				font-family: Verdana;
				line-height: 1.4em;
				padding: 3px 0 3px 14px;
				border-bottom: 1px dotted #DDDDDD;
				background: url(images/bullet.gif) no-repeat 0 8px;
			}
			#sidebar .box li a {
				color: #0065CC;
			}
			#sidebar .box li a:hover {
				color: #CC0000;
			}
		#sidebar .box p, #sidebar .box div {
			background-color: #FFF;
			padding: 8px;
			border-width: 0 1px 1px;
			border-style: solid;
			border-color: #CBCBCB;
		}
		#sidebar .box .flickr {
			text-align: center;
		}
			#sidebar .box .flickr img {
				margin: 4px 8px;
			}
		#sidebar .box .video {
			padding: 9px;
		}
		
	#sidebar form {
		width: 310px; height: 23px;
		background: #ECEBEB;
		padding: 4px;
		margin-bottom: 10px;
	}
		#sidebar form input {
			float: left;
			border: 1px solid #DDDDDD;
			width: 218px;
			height: 23px;
			margin: 5px auto;
			font-size: 1.2em;
			font-family: Verdana;			
		}
		#sidebar form button {
			float: right;
			width: 75px;
			height: 23px;
			margin: 5px auto;
			font-size: 0.9em;
			font-family: Verdana;
			font-weight: bold;
			color: #FFF;
			border: 1px solid #DDDDDD;
			background-color: #0065CC;
		}
		
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #0065CC;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 0.9em;
}
	#footer a {
		color: #FFD600;
	}
	#footer p {
		padding: 15px 0;
		text-align: left;
		width: 935px;
		margin: auto auto;
		text-align: center;
	}
/** END footer **/

/** BEGIN miscellaneous **/
	
#comments a {
	text-decoration: none;
}
	#comments h2 {
		font-size: 1.3em;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding: 0 10px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #CCCCCC;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #CCCCCC;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #CCCCCC;
		}
		#comments form button {
			border: 1px solid #A0A0A0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #FF0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/

#comments {
	width: 590px;
	float: left;
	background: #FFF;
	margin: 5px 0 0 0;
	}
#comments ol {
	list-style-type: none;
	clear: both;
	margin: 10px 20px; border-top: 1px solid #E0E0E0; background: #FFF;
} 
	#comments .buffer {
		padding: 20px 15px 0 0; 
	}
	#comments h2 {
		padding-left: 20px !important;
		padding: 20px !important;
	}
	#comments ol li {
		margin: 10px 0; padding: 10px; border: 1px solid #E0E0E0;
	}
	#comments ol li ul li {
		border: 1px solid #E0E0E0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
		border: 3px solid #E0E0E0;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #CCCCCC;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/

