/*  
Theme Name: TourDeCafe
Theme URI: http://www.ariasdigital.com/
Description: Created for Tour De Cafe www.tourdecafe.com.au April 2009.
Version: 1.0
Author: Arias Digital
Author URI: http://www.ariasdigital.com/
*/

:link,:visited { text-decoration:none; color:#ffffff;}


/* General */

body {
	margin: 0;
	background: #000;
	background-image:url("../images/background.jpg");
	background-repeat:no-repeat;
	background-position:center top;


}

h1, h2, h3, h4 {
	margin: 0;
	padding-top:20px;
	padding-bottom:10px;
	font-size:14px;
	text-transform:uppercase;
}
	
h5 
{
	margin:0;
	padding-top: 20px;
	font-size: 14px;
	color: #ffffff;
}					
	




img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("../images/header.png") no-repeat;
}


##nav1{
	font-size: 12px;
	height: 27px;
	margin: 0 0 23px;
	text-transform: uppercase;
}
#nav1 li{
	float: left;
	line-height: 27px;
	margin: 0 2px 0 0;
}
#nav1 li a{
	color: #d8d8d8;
	display: block;
	float: left;
	padding: 0 0 0 15px;
	font-weight:bold;
}
#nav1 li a span{
	display: block;
	float: left;
	height: 27px;
	padding: 0 13px 0 0;
}
#nav1 li.current_page_item a{
	background: url(../images/tab-hover.gif) no-repeat left;
}
#nav1 li.current_page_item a span{
	background: url(../images/tab-hover.gif) no-repeat right;
	color: #ffffff;
}
#nav1 li a:hover{
	background: url(../images/tab-hover.gif) no-repeat left;
	color: #ffffff;
	text-decoration: none;
}
#nav1 li a:hover span{
	background: url(../images/tab-hover.gif) no-repeat right;
}
/* Header */

#header {
	width: 1004px;
	height: 130px;
	position: relative;
	overflow:hidden;
	margin-top:2px;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 45px;
		left: 40px;
	}
	
	#header #header-info h1 {
		color: #c8d3e4;
		font: normal 40px Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #c8d3e4;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #c8d3e4;
		font: normal 20px Verdana;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 610px;
		padding-left: 10px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 30px;
		margin-top: -25px;
		width: 580px;
		padding: 10px;
		background: url("../images/background.png");
		border: 1px solid #333;
	}

	#content .post-camera {
		float: left;
		margin-bottom: 30px;
		margin-top: -25px;
		width: 650px;
		padding: 10px;
		background: url("../images/background.png");
		border: 1px solid #333;
	}


	
.post-entry ul p a{
	color:#FF6600;
	}
	
/* .post-entry img{
 border:3px solid #666666;
padding:5px;
background-color:#333; 
}
*/
.wp-caption-text{
font-size:16px;
color:#CCCCCC;
padding:5px;
}
	
	#content .forumpost {
		float: left;
		margin-bottom: 30px;
		width: 780px;
		padding: 10px;
		background: url("../images/background.png");
		border: 1px solid #333;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 520px;
			padding-right: 60px;
			height: 50px;
			
			color: #c8d3e4;
			font: normal 11px Verdana;
		}
		
		#content .post .post-title a {
			color: #c8d3e4;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			background: #333;
			color: #c8d3e4;
			text-align: center;
			text-transform: lowercase;
			height: 45px;
			margin-right: 10px;
			width: 80px;
			font: bold 13px Verdana;
			border: 1px solid #222;
			text-transform:capitalize;
		}
		
		#content .post .post-title .post-date span {
			margin: 3px 0 1px 0;
			display: block;
			font-size: 17px;
		}

		#content .post-camera .post-title h2 {
			padding-bottom: 3px;
			color: #FFF;
			font: normal 18px Verdana;
			text-transform:uppercase;
		}

		
		#content .post .post-title h2 {
			padding-bottom: 3px;
			color: #FFF;
			font: normal 18px Verdana;
			text-transform:uppercase;
		}
		
		#content .post .post-title h2 a {
			color: #98c3fb;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 11px/18px Verdana;
			color: #ffffff;
			padding: 0 5px;
			width: 570px;
			text-align: justify;
		}
		
		#content .post .post-entry a {
			color: #4e97f4;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .picture {
			margin: 0 10px 10px 0;
			float: left;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px Verdana;
			color: #4e97f4;
			float: right;
			margin-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #4e97f4;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 10px 5px 0 5px;
			width: 570px;
			clear: both;
			font: bold 11px Verdana;
			color: #c8d3e4;
		}
		
		#content .post .post-info a {
			color: #c8d3e4;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #c8d3e4;
			font: normal 17px Verdana;
			margin: 20px 5px 10px 5px;

		}
		
		#content .post .comments {
			margin: 0 5px;
			font: normal 11px/18px Verdana;
			color: #ffffff;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #4e97f4;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #333;
		}
		
		#content .post .comments ol li cite {
			color: #4e97f4;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #4e97f4;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #4e97f4;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0 5px;
			font: normal 11px/18px Verdana;
			color: #ffffff;
		}
		
		#content .post #commentform a {
			color: #4e97f4;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 11px/25px Verdana;
		color: #ffffff;
		float: left;
		margin-bottom: 30px;
		width: 600px;
	}
	
	#content .navigation a {
		width: 150px;
		background: url("../images/background.png");
		border: 1px solid #173980;
		text-align: center;
		display: block;
		color: #ffffff;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 360px;
		font: normal 11px/18px Verdana;
		color: #ffffff;
		padding-left: 5px;
		margin-bottom: 5px;
	}

	#sidebar-camera {
		float: left;
		width: 200px;
		font: normal 11px/18px Verdana;
		color: #ffffff;
		padding-left: 5px;
		margin-bottom: 5px;
	}


	
		#sidebar-forum {
		float: right;
		width: 170px;
		font: normal 11px/18px Verdana;
		color: #ffffff;
		padding-left: 14px;
		margin-bottom: 20px;
	}
	
	
	#sidebar a {
		color: #4e97f4;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar #sidebar-left {
		float: left;
		width: 180px;

	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 180px;

	}
	
	#sidebar .sidebar-box {
		/*background: url("images/background.png");*/
	/*	background:#222222;
		/* border: 1px solid #aaaaaa; */
		margin-bottom: 20px;

		
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			padding-left: 2px;
			font: bold 15px/28px Verdana;
			color: #FFF;
			 /* background: #173980 url("images/sidebar_title.png") no-repeat 5px center; */
			
			border-bottom: 1px dotted #EEE;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0px 0px 5px 0px;
			list-style-type: none;
			line-height:16px;
			font-size:12px;
		}
		
		#sidebar ul li {
			color: #c8d3e4;
			padding-left: 15px;
			font: bold 11px/28px Verdana;
			border-top: 1px dotted #333;
			line-height:16px;
			font-size:12px;
			padding: 0px 0px 10px 0px;
		}
		
		#sidebar ul li a {
			color: #c8d3e4;
			text-decoration: none;
			line-height:16px;
			font-size:12px;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		#sidebar ul li ul {
			display: none;
			line-height:16px;
			font-size:12px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0 auto;
			padding: 15px 0;
			width: 145px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 145px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 5px auto;
			width: 130px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
			color: #c8d3e4;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 5px;
		}


/* Footer */

#footer {
	width: 1100px;
	height: 255px;
	background: url("../images/footer.jpg");
	border: 1px solid #2222;
	color: #ffffff;
	font: normal 11px/35px Verdana;
	text-align: center;
	margin:0 auto;


}

#footer a {
	color: #4e97f4;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
##footerbg {
	width:100%;
	height: 255px;

}

#footer p{
padding-top:220px;
text-align:right;
font-size:7px;
padding-right:90px;
margin-bottom:90px;
}

#footer p a{
color:#fff;
}
.recentcomments a{
font-size:9px;
line-height:8px;
}

	#homepost {
		float: left;
		margin-bottom: 30px;
		margin-top: 20px;
		width: 580px;
		padding: 10px;
		background: url("../images/background.png");
		border: 1px solid #333;
	}
	
	#EC_ajaxLoader img{
	border:none;
	
	}
	
#sidebar-left ul a:hover{

color:#ffffff;

}	
#sidebar-title {
		float: right;
		width: 180px;

	}
#info-title {
float: left;
		margin: 10px 2px 20px 2px;
		width: 190px;
		height:250px;
		padding: 2px;
		background: url("../images/background.png");
		border: 1px solid #333;
		color:#fff;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		overflow:auto;

	}
	
	#info-title-box h2{
	font-size:9px;
	color:#dddddd;
	margin:0px 0px 5px 10px;
	}
	
	#info-title p{
	padding:20px;
	line-height:15px;
	}
	
	#info-title .page_item a{
	color:eeeeee;
	list-style:none;
	}
	
	#info-title form p{
	margin:0px;
	padding:0px 0px 0px 10px;
	}
	
#tagline{
		width: 1004px;
		background: url("../images/tourdebeach.png");
		background-position:right;
		background-repeat:no-repeat;
		height:30px;
		float:left;
		
	}
	
#tagline-camera{
		width: 1004px;
		height:30px;
		float:left;
	}

#info-title-box {
float: left;
		margin: -25px 2px 20px 1px;
		width: 192px;
		height:250px;
		padding: 2.2px;
		background: url("../images/background.png");
		border: 1px solid #333;
		color:#fff;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		overflow:auto;

	}
	
		#info-title-box form p{
	margin:0px;
	padding:0px 0px 0px 10px;
	}
#info-title-box h2{
	font-size:9px;
	color:#dddddd;
	}
	
	#info-title-box p{
	padding:20px;
	line-height:15px;
	}
	#info-title-box img{
	margin:1px 1px 1px 9px;
	}
	
	#info-title-box .page_item a{
	color:#eeeeee;
	list-style:none;
	}
	
	#ll{
		font-size:9px;
	color:#dddddd;
	margin: 20px 0px -20px 20px;
	text-transform:uppercase;
	}
	
	#counter{
color:#ffffff;
font: bold 13px Verdana;
}


.post-heading {
	padding-top: 5px;
	text-transform:uppercase; 
	color: #98c3fb; 
	font-size: 18px;
}

.gallery-image
{
	padding: 3px;
	width: 110px;
	float: left;
}



.gallery-image img
{
	border:4px solid #ffffff;
}

.gallery-image img:hover
{
	border:4px solid #aaaaaa;
}

.camera-sponsors-title {

			padding-bottom: 3px;
			color: #FFF;
			font-size:14px;
			font-family: Verdana;
			font-weight:bold;
			text-transform:uppercase;
		}




