/*
Theme Name: Tarica's Theme
Description: Custom theme for Tarica
Author: Digispace
.
.
*/

@font-face {
  font-family: Bebas;
  src: url(fonts/BEBAS.eot);  /* for IE */
}
@font-face {
  font-family: Bebas;
  src: url(fonts/BEBAS.ttf) format("truetype"); 
}

h3,
.post h2 {
	font-family:Bebas;
	font-size:46px;
	font-weight:400;
	line-height:1em;
	margin: 0 0 15px
}
* {margin: 0; padding: 0}
header, nav, section, article, aside, footer {display: block}
body {
	font: 13px/18px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #000;
        background: url(i/contentbg.jpg) no-repeat center 628px #c7c7c7;
}
a {
	color: #000000;
}
a:hover {
	color: #5b0f24;
}
p {margin: 0 0 18px;}
img {border: 0}
input {vertical-align: middle}
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	border-left: 3px solid #000000;
	background: #Ffffff;
	height: 1%;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.aligncenter {margin: 0 auto}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 3px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 3px 10px}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
table {
	width: 99%;
	margin: 0 0 20px 3px;
	border-collapse: collapse;
}
th, td {
  border: 1px solid #CCC;
	padding: 4px 8px;
}
th {
  text-align: left;
	background: #F3F3F3;
}
pre {
	margin: 0 0 20px;
}

#wrapper {
	width: 1080px;
	margin: 0 auto;
	padding: 0 10px;
}


/* Header
-----------------------------------------------------------------------------*/
#featured_video {
	position:absolute;
	top:242px;
	left:50%;
	margin-left:-455px;
	border:4px solid #fff;
	box-shadow: 0px 0px 7px #b1b0b0;
        -moz-box-shadow: 0px 0px 7px #b1b0b0;
        -webkit-box-shadow: 0px 0px 7px #b1b0b0;
}

header {
	height: 627px;
	margin-bottom: 28px;
	position: relative;
	background: url(i/headerbg.jpg) no-repeat center top #fff;
}

#logo {
	left:55%;
	margin-left:-415px;
	position:absolute;
	top:43px;
}
#headerImg {
	position:absolute;
	left:60%;
	top:154px;
}

nav {
	background-color:#601227;
	height:32px;
	left:0;
	position:relative;
	top:540px;
	width:60%;
}

ul#nav {
	line-height:32px;
	float:right;
}

#nav li {
	float:left;
	font-family:Bebas;
	font-size:24px;
	list-style:none outside none;
	margin-top:-1px;
	text-transform:uppercase;
}
#nav li a {
	float: left;
	margin: 0 10px 0 20px;
	color: #fff;
	text-decoration: none;
}
#nav li a:hover {
	color: #862d45;
}

#nav li.current_page_item > a {
	color: #a7566b;
}
#searchbar {
	background:url(i/searchbarbg.jpg) no-repeat center top #000;
	height:57px;
	left:0;
	position:relative;
	top:540px;
	width:100%;
}
#rsslink {
	position:absolute;
	top:11px;
	left:50%;
	margin-left: -430px;
	filter:alpha(opacity=90);
	opacity: .9;
}
#rsslink:hover {
	filter:alpha(opacity=100);
	opacity: 1;
}

#search {
	left:50%;
	margin-left:-380px;
	position:absolute;
	top:15px;
}
#search input {
	font: 11px Arial, Helvetica, Sans-Serif;
	float: left;
        color: #000;
}
#s {
	width: 275px;
	padding: 4px 6px;
	border: 2px solid #3C3A39;
	margin-right: 10px;
}

#s:focus {
	border-color: #601227;
}
#searchsubmit {
	background-color:#FFFFFF;
	border:2px solid #3C3A39;
	cursor:pointer;
	font-weight:bold !important;
	height:26px;
	padding:0 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#searchsubmit:hover {
	background-color: #ddd;
}


/* Content
-----------------------------------------------------------------------------*/
.nocomments {display:none}

section {
	width: 100%;
	overflow: hidden;
	margin-bottom: 100px;
}
#content {
        background: #fff;
	float:left;
        margin: 0 10px;
        overflow:hidden;
        padding:20px 10px;
        width:475px !important;
        border: 1px solid #908f8f;
        box-shadow: 0px 0px 7px #b1b0b0;
        -moz-box-shadow: 0px 0px 7px #b1b0b0;
        -webkit-box-shadow: 0px 0px 7px #b1b0b0;
}
#content img, #content iframe {
max-width:475px
}

#content h2 a {
  text-decoration: none;
}
#content h2 a:hover {
  text-decoration: underline;
}
#content h2 {
  border-bottom: 1px solid #E5E5E5;
  font: 23px/24px Arial,Helvetica,Sans-Serif;
  margin-bottom: 12px;
  padding: 1px 0 6px;
}

#content .post {
	margin: 0 0 45px;
}
#content .post h2 {
	font-size: 23px;
	margin: 0 0 18px;
}
.pmeta {
	font-size: 12px;
  line-height: 16px;
	margin: -13px 0 15px;
	color: #888;
}
.pmeta span {
  margin: 0 3px;
}
.pmeta a,
.ptags a {
	color: #888;
	text-decoration: underline;
}
.pmeta a:hover,
.ptags a:hover {
	color: #AA0001;
}
.entry {
  text-align: justify;
}
#content .entry h2,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	font: normal 23px/1.4 Arial, Helvetica, Sans-Serif;
	padding: 0 0 4px;
	margin: 25px 0 18px;
	text-align:left;
}
#content .entry h4 {font-size: 17px}
#content .entry h5 {font-size: 16px}
#content .entry h6 {font-size: 15px}
.ptags {
	font-size: 12px;
  	line-height: 16px;
	color: #999;
	padding: 3px 5px;
	overflow: hidden;
	height: 1%;
}
.comments {
	float: right;
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/smalldot.gif) repeat-x;
}

.post ol {
	margin: -4px 0 18px 35px;
}
.post ul {
	margin: -4px 0 18px 18px;
}
.post li {
	padding: 3px 0 4px;
  border-bottom: 1px solid #EEE;
}
.post ul li {
	list-style: none;
	background: url(i/arrow.gif) 0 11px no-repeat;
	padding: 3px 0 4px 12px;
}
.post li ul {
	margin: 4px 0 -5px;
  border-top: 1px solid #EEE;
}
.post li ol {
	margin: 4px 0 -5px 18px;
  border-top: 1px solid #EEE;
}

div.pagetitle {
	font: normal 46px "Bebas";
	padding: 3px 0 4px;
	margin-bottom: 30px;
	border: 1px solid #E5E5E5;
	text-shadow: 1px 1px 0 #FFF;
  text-align: center;
	background: #F4F4F4;
}

.commentlist {
	margin: 18px 0 0;
}
.commentlist li {
	list-style: none;
}
.commentlist li .commentdiv {
	margin: 0 0 25px;
	height: 1%;
}
li.bypostauthor .commentdiv {
	padding: 3px 3px 7px;
	border: 1px solid #AAA;
}
.commentlist ul.children {
	margin: 13px 0 0 18px;
}
.comment-author {
	background: #F2F2F2;
	border: 1px solid #E9E9E9;
	padding: 4px 4px 3px 4px;
	min-height: 39px;
	height: auto !important;
	height: 39px;
}
.fn {
	font-style: normal;
	font-weight: bold;
}
.avatar {
	border: 1px solid #DDD;
	padding: 2px;
	float: left;
	background: #FFF;
	margin: 0 5px 0 0;
}
.commentmetadata {
	font-size: 11px;
	color: #888;
	padding: 3px 0 0;
}
.commentmetadata a {
	color: #888;
  text-decoration: none;
}
.commentmetadata a:hover {
	color: #AA0001;
  text-decoration: underline;
}
.ctext {
	padding: 10px 7px 0;
}
.reply {
	width: 100%;
	overflow: hidden;
	text-transform: lowercase;
	margin: -3px 0 0 7px;
}
.reply a {
	background: #F4F4F4;
	float: left;
	color: #AA0001;
	text-decoration: none;
	padding: 0 6px 2px;
	border: 1px solid #CCC;
	font-size: 13px;
	line-height: 16px;
}
.reply a:hover {
	background: #E60000;
	color: #FFF;
	border: 1px solid #E60000;
}
#cancel-comment-reply {
	float: right;
	position: relative;
	top: -43px;
}
#cancel-comment-reply small {
	font-size: 13px;
}

#respond h3 {
  margin-top: 35px;
}

#commentform {
	padding: 0 0 20px;
}
#commentform p {
	margin: 0 0 7px;
	white-space: nowrap;
}
#author, #email, #url, #comment, #submit {
	font: 13px "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	padding: 3px 5px;
	width: 200px;
	border: 1px solid #CCC;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #submit:focus {
	border-color: #999;
}
#comment {
	width: 97%;
	height: 150px;
}
#submit {
	width: 128px;
	height: 26px;
	padding: 0;
	background: #E60000;
	cursor: pointer;
	border: none;
	color: #FFF;
  font-weight: bold;
}
#submit:hover {
	background: #AA0001;
}

.navigation {
  background: url(i/smalldot.gif) repeat-x;
	padding: 15px 0 0;
}
.navigation a {
	display: inline-block;
	width: 20px;
	margin: 0 2px 0 0;
  border: 1px solid #C01D36;
	color: #C01D36;
  text-decoration: none;
  text-align: center;
}
.navigation a:hover {
  border: 1px solid #4A4A4A;
	color: #4A4A4A;
	background: #EEE;
}
.navigation span {
	display: inline-block;
	width: 20px;
	margin: 0 2px 0 0;
  text-align: center;
}
.navigation span.pages {
  margin-right: 10px;
	width: auto;
}
.navigation span.current {
  border: 1px solid #4A4A4A;
	background: #888;
	color: #FFF;
}
.navigation.first {
	background: none;
	padding: 0;
}
.navigation.com a {
	margin: 0 -2px 0 0;
}
.navigation.com span.dots {
	margin: 0 -4px 0 0;
}
.navigation.com span.current {
	margin: 0 -2px 0 0;
}


/* Sidebars
-----------------------------------------------------------------------------*/

.execphpwidget {
	max-width:240px
}

.vodpod_footer {
	display:none
}
div.vodpod_videos_widget div.vodpod_video {
  height: 174px !important;
  width: 230px !important;
  -moz-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  border: 4px solid #FFF !important;
  margin: 14px 0 !important;
}
div.vodpod_videos_widget div.vodpod_video a.vodpod_video_thumbnail {
  height: 174px !important;
  width: 230px !important;
}
div.vodpod_videos_widget div.vodpod_video a.vodpod_video_thumbnail img {
  height: 174px !important;
  width: 230px !important;
}
div.vodpod_videos_widget div.vodpod_video .vodpod_video_placeholder1 {
  width: 228px !important;
}
.readmore {
	text-align:right;
}
.readmore a {
	background:url(i/arrow.png) no-repeat right center;
	color:#000;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:18px;
	font-weight:700;
	padding-right:25px;
	text-decoration:none;
	text-transform:uppercase;
}
.readmore a:hover {
	opacity:0.60;
	filter:alpha(opacity=60)
}

aside {
	float: right;
	width: 427px;
	font-size: 12px;
	line-height: 15px;
	padding: 8px 0 0;
}
#sidebar1 {
	float: left;
	/*width: auto;*/
	width: 275px;
}

#sidebar1 h3 {
	text-align:left;
}
#sidebar2 {
	float: left;
	width: 275px;
}

.section {
        background: #fff;
	margin: 0 0 10px;
        padding: 15px;
        border: 1px solid #908f8f;
        box-shadow: 0px 0px 7px #b1b0b0;
        -moz-box-shadow: 0px 0px 7px #b1b0b0;
        -webkit-box-shadow: 0px 0px 7px #b1b0b0;
}
aside ul {
	margin: 0 0 15px;
}
aside li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 3px 4px 4px 12px;
	margin: 0;
	background: url(i/arrow.gif) 3px 9px no-repeat;
}
aside li ul {
  margin: 0 0 2px;
}
aside li li {
  padding: 3px 0 0 12px;
	border: none;
}
aside a {
	color: #808080;
  text-decoration: none;
}
aside a:hover {
  text-decoration: underline;
}
aside h3 {
	font: 17px/1 "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 6px;
	margin: 0 0 10px;
	border-bottom: 1px solid #E5E5E5;
	text-shadow: 1px 2px 1px #DDD;
}

#tagCloud a,
.widget_tag_cloud a {
	margin: 0 4px 0 0;
  line-height: 24px;
}

#wp-calendar {
  width: 100%;
	margin: 0 0 12px;
}
#wp-calendar td {
  text-align: center;
}

div.widget_ns_mailchimp label {
	display:none
}
div.widget_ns_mailchimp .error {
	color:red;
	max-width:230px;
}
div.widget_ns_mailchimp form {
	max-width:230px
}

#getintouch {
	text-align:center;
}
#getintouch img {
	margin:7px 1px 0;
}
#getintouch p {
	background-color:#000;
	width:115%;
	padding:6px 0 4px;
	text-align:center;
	margin:10px -20px;
}
#getintouch p a {
	color:#e0e0e0;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:20px;
	font-weight:700;
	text-decoration:none;
}
span.at {
	font-size: 0.8em;
	position: relative;
	top: -0.2em;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	padding: 7px 10px;
	font-size: 12px;
	font-weight:700;
        height: 245px;
	line-height: 1.2em;
	color: #a37979;
	border-top:1px solid #bfbebe;
	background: #5c1528 url(i/footer_logo.png) no-repeat center 20px;
	box-shadow: 0px 0px 7px #666;
        -moz-box-shadow: 0px 0px 7px #666;
        -webkit-box-shadow: 0px 0px 7px #666;
	text-align:center;
}
#footer_wrapper {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:1024px;
}
#footer .section {
	background: none transparent;
	border:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
div.floatleft {
	float:left;
	clear:left;
}
div.floatright {
	position:absolute;
	right:0;
}

#footer a {
	color: #a37979;
	text-decoration:none;
	font-weight:700;
}
#footer h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	color:#fff;
	margin:0 0 10px;
}
#footer ul {
	list-style:none;
}
#footer .menu ul {
	margin-left:-5px;
}
#footer .menu li {
	float:left;
	padding:0 5px;
	height:1em;
	line-height:1em;
}
#footer .menu li + li {
	border-left:1px solid #a37979;
}

#footer a:hover {
	color:#cab5b3;
}

#sidebar1 .section ul, #sidebar2 .section ul{list-style-type:none}
#sidebar1 .section ul li, #sidebar2 .section ul li{margin-bottom:5px}

ul#nav ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	margin: 0;
	position: relative;
	top: 0.11em;
	left: 0;
	width: 88px;
	z-index: 99999;
}
ul#nav ul ul {
	left: 100%;
	top: 0;
}

ul#nav ul a {
	background: #601227;
	border-bottom: 2px dotted #ddd;
	color: #ffffff;
	height: 30px;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 142px;
}

ul#nav li:hover > ul {
	display: block;
}