/*   
Theme Name: TravelEzine.EU
Theme URI: http://www.travelezine.eu
Description: 
Author: P-C
Author URI: http://www.wearingmedia.com
Version: 1.0
License: All Rights Reserved
*/




/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 Georgia, Arial, Helvetica, sans-serif;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font-size:2em;
}
 
h2 {
padding:0 0;
letter-spacing:-1px;
font-size:1.5em;
line-height: 35px;
}
 
h3 {
font-size:1.4em;
font-weight:bold;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 0 0;
}
 
ul, ol {
padding:0 0 0 0;
}
 
blockquote {
margin:1.25em;
padding:0 0 0 0;
}
 
small {
font-size:0.9em;
}
 
img {
	border:1px solid #ff0000;
	margin-left: 0;
	margin-right: 0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Georgia, Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:0 0 0 0; }
.img-right     { float:right;margin:0 0 0 0; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }



body {
	background: url("images/bg.jpg") repeat-x #fff;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.5em;
	color: #000;
}

#container {
	width: 1000px;
	margin: 0 auto;
}


#header {
	width: 100%;
	height: 220px;
	color: #0000ff;
	margin: 0 auto;
	border: 0px;
	text-align: center;
	padding: 10px 15px 0px 15px;
	opacity: 0.9;
	filter: alpha(opacity = 90);	/* For IE. */
}


#sidebar {
	background: url("images/bgsidebar.jpg") repeat-y left #fff;
	border-top: 1px solid #0000ff;
	border-right: 1px solid silver;
	padding: 0px 20px 0px 0px;
	width: 438px;
	min-height: 2000px;
	height: auto !important;
	height: 2000px;
	float: right;
	font-size: 1em;
	line-height: 1.4em;
	}


#footer {
	background: url("images/bgsidebar.jpg") repeat-y left #fff;
	text-align: center;
	width: 468px;
	float: left;
	padding: 0px 0px 10px 5px;
}

#entries {
	background: url("images/bgentries.jpg") repeat-y right #fff;
	padding: 0px 20px 0px 0px;
	border-top: 1px solid #0000ff;
	width: 520px;
	min-height: 2000px;
	height: auto !important;
	height: 2000px;
	float: left;
	border-left: 1px solid silver;
	}


.post {
	padding: 0px 60px 0px 5px;
	margin-bottom: 1em;
}

.post h2 {
	margin-top: 10px;
}



a { color: #6699cc; text-decoration: none; font-weight: bold; }
a:hover { color: #0000ff; text-decoration: none; }

}

a:link h3 {
	color: #951400;
	border: none;
}

a:link img {
	border: none;
}

ul {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0px;
	margin-top: 0px;
}

li.linkcat {
	list-style-type: none;
}

img {
	border: 1px solid #ff0000;
	margin: 0px 5px 5px 5px;
}

.imgleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.frame {
	padding: 2px;
	border: solid 1px #DEE4E5;
}


.title {
	border-bottom: 1px solid silver;
}


h3 {
	margin-bottom: .2em;
	margin-top: 2em;
	letter-spacing: .2em;
	color: #333;
	border-bottom: 1px solid silver;
}


.post h3 {
	border-bottom: none;
	letter-spacing: normal;
	margin-bottom: -.5em;
}


blockquote { 
	color: #000000;
	background-color: #ccccff;
	margin: 0 30px 1.5em 30px;
	padding: 0 0 0 10px;
	border-left: 1px solid #aaa;
	border: 2px dashed #FC8A42;
}






/* Header */


#header a {
	text-decoration: none;
	color: #5555ff;
}


#header a:hover {
	text-decoration: none;
	color: #0000ff;
}


#header h1 {
	font-size: 3em;
}


#header h1 img {
	font-size: 3em;
	border: 0;
}






/* Sidebar */

#sidebar a {
	text-decoration: none;
}


#sidebar h1 {
	color: #0000ff;
}


#sidebar h2 {
	color: #0000ff;
}


#sidebar img {
	border: 0;
}



/* Entries */

#entries ul {
	list-style-type: circle;
	margin-bottom: 10px;
}


#entries a {
	color: #5555ff;
	text-decoration: none;
}


#entries a:hover {
	color: #0000ff;
	text-decoration: none;
}


#entries h1 a {
	color: #5555ff;
	line-height: 1.5em;
	text-decoration: none;
}


#entries h1 a:hover {
	color: #0000ff;
	text-decoration: none;
}


#entries img {
	border: 1px solid;
}




/* Comments*/

.comments_tiny {
	color: #b8b8b8;
}

.alt {
	margin: 0;
	padding-top: 20px;
	background: #f3f3f3;
}

.commentlist {
	margin-top: 0px;
	border: 1px solid silver;
	width: 100%;

}

.commentlist li {
	margin: 5px 0 0 0px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	width: 80%;
}


#commentform p {
	margin: 5px 0;
}

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

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

li.comment {
	font-weight: bold;
	padding: 10px;
	list-style: none;
}

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

#commentform {
	margin-top: 30px;
}

.commentmetadata {
	font-weight: normal;
}

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

.content {
	margin-bottom: 25px;
	padding-left: 5px;
	font-weight: normal;
}

.commentbox {
	background: #f3f3f3;
	border: 2px solid #000;
	width: 100%;
	height: 100px;
}

/* End Comments */



.btnSearch {
	font-size: 1.5em;
	background-color: #ddddff;
	color: #0000ff;
	margin-left: 5px;
}

.searchInput {
	font-size: 2em;
	background-color: #ccccee;
	font-size: 2em;
	color: #0000ff;
	border: 3px solid #000;
}


.searchInput:hover {
	border: 3px solid #0000ff;
}