/*
Theme Name: VoodooSalami
Theme URI: http://voodoosalami.co.uk
Author: Barry Cooper, Brookingham Limited
Author URI: http://www.barryjcooper.com http://www.brookingham.com
Template: twentythirteen
Version: 1.0.0
*/

/*
@import url('../twentythirteen/style.css');
*/
@import url('../../../../styles/styles.css');

/* overrides to the defaults imposed by twentythirteen/style */
/** the following are all sound styles as taken directly from the main site style sheet **/
html,
button,
input,
select,
textarea {
        font-family: Chunkfive, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Chunkfive, sans-serif;
	line-height: 1.3;
}

h1 {
    font-size: 2.5em;
    color: #cc3300;    
    position:relative;
    text-align:center;	
}

h2 {
	color: #cc3300;
	font-size: 1.4em;
	text-align:left;
}

sup {
	color: #cc3300;
	font-size: 0.75em;
}

ul {
   	color:#cc3300;
   	list-style:none;
   	position:relative;
   	border: 0;
 	height:33px;
   	margin-top:2px;
   	margin-bottom:2px;
   	text-align: center;
}
    	
li {
	display: inline-block;
    font-size:1.5em;
    border: 1px solid #cc3300;
    border-radius: 5px;
    margin-right:5px;
}
	
a {
	display: inline-block;
	text-decoration: none;
	background-color: #cc3300;
	color: #cc9900;
	width: 90px;
	padding-top:5px;
	padding-bottom: 1px;
    padding-left:2px;
    padding-right:2px;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 * 
 */

/** 3.1 Absolute main page style class **/
.voodoosalami {
	width: 100%;
}

.site-main {
	position: relative;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

/** this style has been verified as working **/
.entry-title a {
   	background-color: rgb(204,153,0);
   	background-color: rgba(204,153,0,0.25);
   	border: 2px solid #cc3300;
   	border-radius: 10px;
	color: #cc3300;
	width: 100%;
}

/** this style has been verified as working **/
.entry-title a:hover {
	color: #000000;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
   	background-color: rgb(204,153,0);
   	background-color: rgba(204,153,0,0);
	color: #cc3300;
	width: 100%;
}

.entry-meta a:hover {
	color: #bc360a;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.main .sidebar-container {
	height: 0;
	position: absolute;
	right: 5px;
	top: 10px;
	width: 200px; /** taken down from 100% **/
	z-index: 1;
}

.main .sidebar-inner {
	margin: 0 auto;
	/* max-width: 1040px; */
}

.main .widget-area {
	float: right;
	width: 200px;
}



/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
/**   	background-color: rgb(204,153,0); **/
/**   	background-color: rgba(204,153,0,0.25); **/
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	/** font: 300 italic 20px Chunkfive, sans-serif; **/
	color: #cc3300;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.widget li {
	padding: 0;
	border: 0;
	font-size: 0.85em;
	color: #cc3300;
	margin-left: 0px;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

/**
.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}
**/

.widget a {
   	background-color: rgb(204,153,0);
   	background-color: rgba(204,153,0,0);
	color: black;
	width: 100%;
}

.widget a:hover {
	color: #cc3300;
}
