/*
Theme Name: USCams.com
Theme URI: http://www.uscams.com
Description: USCams theme made by <a href="http://www.tanadult.com/" target="_blank">TanAdult</a>.
Version: 1.0
Author: TanAdult
Author URI: http://www.tanadult.com/
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #170201 url(images/header_bg.jpg) top center no-repeat;
	margin: 0;
	color: #073756;
}
.wrapper {
	margin: 0 auto;
	width: 900px;
}
a {
	color: #073756
}
a:hover {
	color: #000;
	text-decoration: none;
}
:focus {
	outline: none;
}
#header {
	display: block;
	position: relative;
	height: 150px;
}
	#header .title {
		position: absolute;
		top: 55px;
	}
	#header .title a {
		display: block;
		width: 290px;
		height: 110px;
		text-indent: -9999px;
	}
	#header .desc {
		width: 330px;
		height: 50px;
		position: absolute;
		top: 110px;
		left: 344px;
		color: #fff;
		font-size: 12px;
	}
	#header .rss {
		position: absolute;
		top: 105px;
		right: 0;
	}
	#header .rss a {
		text-transform: uppercase;
		text-decoration: none;
		background: url(images/rss.png) 0px 0px no-repeat;
		height: 30px;
		padding: 10px 0 0 35px;
		display: block;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
	}
	#header .rss a:hover {
		color: #FFCC00
	}
#search {
	display: block;
	background:url(images/content_top.jpg) 0px 0px no-repeat;
	height: 46px;
	padding: 12px 0 0 630px;
}
	#searchfield {
		border: 0;
		background: url(images/search_field.gif) 0px 0px no-repeat;
		width: 178px;
		height: 32px;
		padding: 0 10px;
		color: #69c2fa;
	}
	#searchbutton {
		background: url(images/search_button.gif) 0px 0px no-repeat;
		width: 36px;
		height: 32px;
		border: 0;
		text-indent: -9999px;
	}
#container {
	display: block;
	background: url(images/content_bg.gif) left repeat-y;
}
	.content {
		width: 590px;
		float: left;
		margin: 0 0 0 20px;
		padding: 0 10px 0 0;
		position: relative;
		line-height: 18px;
		text-align: justify
	}
	.content .corner {
		position: absolute;
		top: 0;
		right: 0;
		width: 69px;
		height: 25px;
		background: url(images/content_corner.png) 0px 0px no-repeat;
		z-index: 2;
	}
	.post {
		position: relative;
		background: url(images/post_bg.gif) bottom repeat-x;
		padding: 15px 10px 15px 10px;
		margin-bottom: 10px;
	}
    .post img{
        float:left;
        margin-right: 8px;
        border:0px;
    }
    .post a:link, .post a:visited, .post a:active, .post a:hover {
        color: #f20700;
        font-family: Tahoma, Arial, Helvetica, sans-serif
    }
	.post h1, .review h1 {
		font-size: 18px;
		margin: 0;
		color: #f20700;
		font-family: Tahoma, Arial, Helvetica, sans-serif
	}
	.post h1 a, .review h1 a {
		text-decoration: none;
		color: #f20700;
	}
	.post h1 a:hover, .review h1 a:hover {
		color: #000;
	}
		.date {
			position: absolute;
			top: 10px;
			left: -60px;
			background: url(images/date_bg.gif) 0px 0px no-repeat;
			width: 50px;
			height: 33px;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			padding: 15px 0 0 0;
			color: #eb9898;
		}
		.date span {
			font-size: 18px;
			font-weight: normal;
			color: #fff
		}
		.rev {
			left: -61px;
			color: #fff;
		}
	.sidebar {
		width: 240px;
		float: left;
		padding: 0 10px;
	}
		.sidebar h3 {
			display: block;
			background: url(images/widget_title.gif) 0px 0px no-repeat;
			height: 31px;
			color: #073756;
			text-transform: uppercase;
			font-weight: bold;
			padding: 13px 10px 0 10px;
			margin: 4px 0;
		}
		.sidebar ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		.sidebar ul li {
			background: #a6ddff url(images/bullet_widget.gif) 5px 7px no-repeat;
			padding: 5px 5px 5px 23px;
			margin-bottom: 2px;
		}
		.sidebar ul li a {
			color: #073756;
			text-decoration: none;
		}
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
	.footlinks {
		clear: both;
		background: #0c6197 url(images/content_foot.gif) 0px 0px no-repeat;
		padding: 30px 0 0 0;
	}
	.linkslist {
		display: block;
		padding: 0 0 40px 0;
		background: #0c6197 url(images/foot_links_bg.jpg) bottom no-repeat;
		overflow: hidden;
	}
	.linkslist ul {
		list-style: none;
		padding: 0 30px;
		margin: 0;
	}
	.linkslist ul li {
		float: left;
		width: 25%;
	}
	.linkslist ul li a {
		background: url(images/bullet_footer_links.gif) 0px 2px no-repeat;
		padding: 0 0 0 15px;
		color: #69c2fa;
		text-decoration: none;
	}
	.linkslist ul li a:hover {
		text-decoration: underline;
	}
.review {
	background: #ddaac2;
	color: #680e0d;
}	
.review .box {
	background: #ffe4f1;
	padding: 10px;
	position: relative;
}
.review a.button {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 566px;
	background: url(images/review_button.gif) 0px 0px no-repeat;
	height: 38px;
	color: #fff;
	text-shadow: 1px 1px #ae0d0a;
	font-size: 23px;
	padding: 18px 0 0 0;
	text-decoration: none;
	font-weight: bold;
}
.review a:hover.button {
	color: #6c0a08;
	text-shadow: 1px 1px #e73b34;
}
#footer {
	display: block;
	width: 100%;
	background: url(images/footer.jpg) bottom no-repeat;
	height: 200px;
}
	.foot {
		width: 840px;
		margin: 0 auto;
		padding: 30px;
		color: #79594c;
		font-size: 11px;
		position: relative;
	}
	.foot a {
		color: #79594c;
	}
	.foot .logo {
		position: absolute;
		background: url(images/foot_logo.png) 0px 0px no-repeat;
		width: 240px;
		height: 140px;
		top: -40px;
		right: 20px;
	}
.navigation {
	clear: both;
	padding: 0 10px 10px 10px;
}
.navigation a {
	float: left;
	padding: 7px 13px;
	background: #69c2fa;
	text-decoration: none;
	font-weight: bold;
	margin-right: 2px;
}
.navigation a:hover {
	background: #0c6197;
	color: #fff;
}

.comments-template{
	margin: 0;
	padding: 10px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.reclame{
    width: 500px;
    margin-top:15px;
    position: relative;
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 16px;
    text-align:center;
}
