/*
Theme Name: Semiomantics XO
Theme URI: http://semiomantics.com
Description: A flexible WordPress theme for multiple use adapted by Yorgo Nestoridis</a>.
Version: 2.9.x
Author: Yorgo Nestoridis
Author URI: http://yorgonestoridis.com/
Tags: Semiomantics XO

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Basic Tag Elements */

a {               
	text-decoration: none;
	font-weight: none;
	outline: none;
	color: #eaeaea;  /*changes color of category list to the left*/
	}
	
	a:hover {
	color: #fbc979;
  text-decoration: 0;
	}
	
img { 
	border: 0;
	}

body {
	background: #000000 url(images/bg1.jpg) repeat-x;    /*color background to coordinate with top pic*/
 	margin: 0px auto /*gives distance background to screen border*/;
	font-size: 14px; 
	padding: 0; 
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #ffffff;
	}

textarea {
	width: 97%;
	}

/* Header Elements */

#header{
	background: #0 /*url(images/xy.gif)*/;
	float: left;
	width: 100%;
	margin-bottom:50px;
	}

#headerad {
	width: 468px;
	}	

#login {
	height: 16px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	padding: 7px 10px 9px;
	background: url(images/login.png) repeat-x;
	}
	
	#login a {
		color: #fff;
		}
	
	#login ul {
		padding: 0;
		margin: 0;
		}
	
	#login ul li {
		display: inline;
		}
	
.dot:before {
	content: url(images/whitedot.png) " ";
	}

#title {
  font-family: Helvetica, Tahoma, Arial,sans-serif;
	font-size: 26px;
	margin: 0px 0 0;
	margin-left: 5px;
	padding: 0;
	line-height: 20px;
	text-transform: uppercase;
	background:#FFFFFF;
	}
	
	#title a {
		color: #fbc979;
		}		
	
	#title a:hover {
		color: none;
		text-decoration: none;
		}
		
#description {       /*Cape Town*/
font-family: Helvetica, Verdana,  Arial, sans-serif;
font-size: 0px;
color: #fbc979;
margin: 10px 0 0;
margin-left: 10px;
padding: 0;
}
	
#navigation {
	clear: left;
	background: #222222 /*url(images/nav.png) repeat*/;
	float: left;
	width: 100%;
 	z-index: 50;
 	position: relative;
	margin-top: 2px;
	}

#navigation ul * {
	margin:0; 
	padding:0
	}

	#navigation ul {
		padding: 0;
		margin: 0;
		}
	
	#navigation ul li {
		position:relative;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		list-style-type: none;
		float: left;
		font-size: 12px;
		line-height: 24px;
		padding: 0;
		margin: 0;
		position: relative;
		}
	
	#navigation ul a {
		display: block;
		font-weight: bold;
		color: #000;
		border-right: 1px solid #000;
		padding: 0 15px;
		}
		
		#navigation ul a:hover {
			color: #000;
			background: #000;
			text-decoration: none;
			}
#navigation ul li:hover ul { display: block; z-index: 1000;}	
#navigation ul li:hover ul ul { display: none; }	
#navigation ul ul { position:absolute; top:24px; left:0; background:#000; display:none; list-style:none;}
#navigation ul ul li {position:relative; border:1px solid #FFFFFF; width:159px; margin:0; }
#navigation ul ul li a {display:block; padding:0 7px 0 12px; color: #000; background-color:#000; border-right: 0; font-size: 12px; }
#navigation ul ul li a:hover {background-color:#000}
#navigation ul ul li:hover ul { display: block; }
#navigation ul ul ul { left:159px; top:-1px; display: none; }
								
#sub-navigation {  
	clear: both;
	border-bottom: 1px solid #fbc979; /*Line under About*/
  border-top: 1px solid #fbc979;   /*Line above ABOUT*/
	float: left;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
 	z-index: 100;
 	position: relative;
 	background: #232323;
	}
	
	#sub-navigation ul {
		padding: 0 0 0 0px;
		margin: 0;
		}
	
	#sub-navigation li {
		list-style-type: none;
		float: left;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 12px;
		padding: 0 10px 0 0;
		text-transform: uppercase;
		margin: 0;
		line-height: 22px;
		background: #232323 /*url(images/blackdot.png) right 5px no-repeat*/;
		position: relative;
		}
	
	#sub-navigation a {
		color: #FFFFFF;     /*text*/
		padding: 0 5px;
		}
		
		#sub-navigation a:hover {
			text-decoration: none;
			}
			
#sub-navigation ul li:hover ul { display: block; }	
#sub-navigation ul li:hover ul ul { display: none; }	
#sub-navigation ul ul { position:absolute; top:22px; left:0; background:#fff; display:none; list-style:none; margin:0;padding:0; border-top: 1px solid #fbc979 /*upper line */;}
#sub-navigation ul ul li {position:relative; border:1px solid #fbc979 /* u box*/; border-top: 0;width:169px /*width first box down*/; margin:0; padding: 0; background: none;}
#sub-navigation ul ul li a {display:block; padding:0 7px 0 12px; color: #fff; background-color:#232323 /*bg first dropdown box*/; border-right: 0; font-size: 12px; }
#sub-navigation ul ul li a:hover {background-color:#fbc979; color: #232323 /*hover of first box*/}
#sub-navigation ul ul li:hover ul { display: block; }
#sub-navigation ul ul ul { left:159px; top:-1px; display: none; }	


#sub-navigation li.nodot {  /*Subscribe and Date*/
	background: #232323;
	color: #ffffff;
	}
	
#sub-navigation li.right-d {
	float: right;
	padding-left: 7px;
	}

/* Main Elements */
	
#mainwrapper {
  font-family: Helvetica,Tahoma, Arial, sans-serif;
  color: #ffffff;  /*changes color of posts in main part*/
	float: left;
	width: 100%;
	padding: 2px 0 10px 0;
	margin-top: 1px;
	border-top: 1px solid #222;
	/*border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;*/
	border-bottom: 1px solid #222222;
	background: #232323;
	}

#sidebar {  
  font-family: Helvetica,Tahoma, Arial, sans-serif;
  color: #ffffff;  /*changes Cat. TITLES in left sidebar*/
  font-size: 10px;
  border-right: 1px solid  #535353;    /*vertical line*/
	float: left;
	margin: 0 10px;
	padding: 5px 0 0;
	}

#secondsidebar {  
	font-family: Helvetica,Tahoma, Arial, sans-serif;
	color: #ffffff;  /*changes Cat. TITLES in right sidebar*/
  font-size: 10px;
  float: left;
	border-left: 1px solid  #535353;    /*vertical line*/
	margin: 0 10px;
	padding: 5px 0 0;
	}
	
.side {
	line-height: 18px;
	font-size: 10px;
	margin-bottom: 0;
	}	
	
.side-widget {
	float: left;
	margin: 0 0 10px;
	padding: 0 10px 15px;
	background: #232323 /*url(images/bg-hatch.gif)*/;
	}
	
	.side-widget ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		}

	.side-widget ul li {
		padding: 0;
		margin: 0;
		font-size: 11px;   /*font size in left sidebar */
		}
		
	.side-widget ul li {
		padding-left: 15px;
		margin: 2px 0;
		}
	
	.side-widget h2 {
		font-size: 14px;
		border-bottom: 1px solid #535353;    /*hor. lines in side bars*/
		padding: 10px 0 5px;
		margin-top: 0;
		text-align: center;
		text-transform: uppercase;
		}
		
	.side-widget .storycontent {
		border-bottom: 1px solid #535353;
		}
		
	.side-widget .noline {
		border-bottom: 0;
		}		

.posts {
	border-bottom: 0px solid #ccc;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	}
	
	.posts h2 {
		margin: 10px 0 0;
		}
	
	.posts img {
		margin: 10px 10px 10px 0;
		float: left;
		}
		
.readmore {
	color: #fbc979;  /*little arrows*/
	}
		
#footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
	margin-top: 1px;
	border-top: 1px solid #fbc979;
	/*border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF; */
	background: #232323;
	}

/* Left = MAIN Content Elements */

#leftcontent {
  font-family: Helvetica, Arial, Tahoma, sans-serif; /*frontpage font*/
  font-size: 12px;
	float: left;
	margin: 0 10px;
	padding: 0;
	}

	#leftcontent h5 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		color: #535353;    /*Latest Story at the top*/
		margin-bottom: 5px;
		font-size: 12px;
		}

	#leftcontent h1 {
		margin: 0;
		padding: 0;
		font-size: 18px;
		line-height: 22px;
		}

#leftcontent h1.catheader {
	margin-top: 3px;
	color: #fbc979;
	font-weight: normal;
	}
	
	#leftcontent .post h1, 
	#leftcontent .ind-post h1, 
	#leftcontent .twopost h1, 
	#leftcontent .threepost h1 {
		margin-top: 5px;
		font-size: 18px;
		font-family: Garamond, Times New Roman, serif;
		text-transform: uppercase;
		font-weight: normal;
		line-height: 26px;
		color: #fbc979; /*color of post title on article page: */;
		}

 	#leftcontent .ind-post h1 {      /*title main post on frontpage*/
		font-size: 20px;
		line-height: 28px;
		}
		
	#leftcontent .twopost h1 {      /*titles 2 sub-posts on frontpage*/
		font-size: 14px;
		line-height: 18px;
		}
	
	#leftcontent .threepost h1 {
		font-size: 18px;
		line-height: 22px;
		}
	
	#leftcontent .postmetadata {
		clear: both;
		line-height: 14px;
		}

 #leftcontent .post .entry {
	  font-family: Helvetica, Tahoma, Arial, sans-serif; /*font of single post*/
		font-size: 12px;
		line-height: 16px;
		}
		
	#leftcontent .post .entry a {
	  font-family: Helvetica, Tahoma, Arial, sans-serif; /*font of single post*/
	  color: #fbc979;
		font-size: 12px;
		line-height: 16px;
		}
		
	#leftcontent .date {
		margin-bottom: 5px;
		font-style: italic;
		color: #888;    /*Date of Post top*/
		}
		
	#leftcontent .meta {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #535353;            /*By Bianca Gubalke at the top*/
		}	
		
	#leftcontent .catdesc {
		background: #fbc979;
		border: 0px double #FFFFFF;
		padding: 0 10px;
		color: #666;
		font-size: 13px;           /*NO IDEA!*/
		line-height: 15px;
		margin-bottom: 10px;
		}
		
/* This is your subtitle style */

#leftcontent p.sub {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0 0;
	}

/* This is your blockquote style */
	
#leftcontent blockquote {
	width: 250px;
	font-size: 24px;
	line-height: 26px;
	float: right;
	margin: 0 0 0 30px;
	padding: 0;
	font-style: italic;
	}
	
	#leftcontent blockquote p {
		padding: 0;
		margin: 0;
		}

.more-link {
	font-size: 11px;
	text-align: right;
	color: #666666;
	}

.tags a {
	color: #e9d387;
	}
	
.ind-post, .post {
	float: left;
	border-bottom: 1px solid #535353;  /*hor. line*/
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

	.ind-post img {
		margin: 0px 10px 5px 0;		
		}

#twocol {
	float: left;
	margin-bottom: 3px;
	padding: 10px 0 0;
	background: /*url(images/line.png) repeat-y 50% 0*/;
	}

	#twocol img {
		margin: 0px 8px 5px 0;
		}
		
	#twocol hr.two {
		height: 0;
		border: 0;
		clear: both;
		border-bottom: 0;
		}
	
.mainhr {
	float: left;
	background: #000000;
	clear: both;
	width: 100%;
	height: 1px;
	border: 0;
}	
	
.twopost {
	width: 46%;
	float: left;
	}	

	.twopost2, .twopost4 {
		margin-left: 7.5%;
		}
		
	.twopost3, .twopost4 {
		border-top: 0px solid #FFFFFF;
		padding-top:5px;
		}
		
	.twopost1, .twopost3 {
		clear: left;
		}		
		
#threecol {
	float: left;
	background: url(images/line.png) repeat-y 31.5% 0;
	margin-top: 3px;
	}

#threecol2 {
	float: left;
	padding: 0;
	background: url(images/line.png) repeat-y 67% 0;
}

	#threecol img {
		margin: 0px 5px 5px 0;
		}

.threepost {
	width: 29%;
	float: left;
	border-top: 1px solid #FFFFFF;
	padding-top: 10px;
	}

	.threepost2, .threepost5 {
		padding: 10px 0 0;
		margin: 0 6%;
		}
		
	.threepost1, .threepost2, .threepost3 {
		border-top: 0;
		}
		
	.threepost1, .threepost4 {
		clear: left;
		}
			
/* Other Elements */
   .red {      /* Footer Text*/
	color: #535353;
	font-weight: normal;
	}

  .red a {      /*Footer Links*/
	color: #fbc979;
	font-weight: normal;
	}

.entry a {   /*Links SHOP HERE*/
	color: #fbc979;   /* changes colors of links and tags*/
	}     

#tagcloud {
	width: 400px;
	text-align: center;
	margin: auto;
	padding: 20px;
	}	
	
#tagcloud a {
	color: #e9d387;
	}

/* Comment Elements */

h3#comments {
	text-transform: none;
	padding-bottom: 5px;
	}

#postcomments {
	padding-top: 20px;
	}
			
			
	 h4#comments, #respond h3 { color:#222; font:normal 160% Helvetica, Arial, Tahoma, sans-serif; margin:0 0 .1em; padding:0 0 .1em; }

	 #respond p { font-size:11px; margin:0 0 1em; }	

	 ol.commentlist { list-style:none; margin:0; padding:0; }

	 ol.commentlist li { border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0 0 10px; padding:5px 7px 5px 64px; position:relative; }

	 ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }

	 ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; font-family: helvetica,arial,sans-serif; }

	 ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 11px; }

	 ol.commentlist li div.vcard cite.fn a.url, .cancel-comment-reply a { color:#666666; text-decoration:none; }

	 ol.commentlist li div.vcard cite.fn a.url:hover, .cancel-comment-reply a:hover { color:#000; }

	 ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #FFFFFF; padding: 5px; left:7px; position:absolute; top:7px; }

	 ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; font-family: helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }

	 ol.commentlist li div.comment-meta a { color:#205B87; text-decoration:none; } /*blue 205B87*/

	 ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; margin:5px 0 12px; }

	 ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; list-style:square; margin:0 0 12px; padding:0; }

	 ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }

	 ol.commentlist li div.reply:hover { background:#666666; border:1px solid #666666; }

	 ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }

	 ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }

	 ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }

	 ol.commentlist ul.children li.odd { background:#fff; }

	 ol.commentlist ul.children li.even { background:#f6f6f6; }

	 ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
			
.commentnumber {
		position: absolute;
		left: 7px;
		bottom: 3px;
		font-size: 14px;
		color: #ccc;
		}

/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin: 5px auto;
}

.alignleft, div.alignleft {
   float: left;
   margin: 5px 15px 5px 0;
}

.alignright, div.alignright {
   float: right;
   margin: 5px 0 5px 15px;
}

.alignnone {
	margin: 5px 0;
	}

.wp-caption {
   border: 0px solid #FFFFFF;
   text-align: center;
   background-color: #FFFFFF;
   padding-top: 4px;
   margin: 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.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;
}

#today {
	color: #666666;
	}

#wp-calendar {
	margin: auto;
	}