/*   
Theme Name: Manifesto Jamaica
Theme URI: http://manifestojamaica.com
Description: This Theme was developed for Manifesto Jamaica
Author: Leian Ivey
Author URI: http://leianivey.com
Version: 1.2
*/

@media screen {

/*------------------------------------*\
    RESET
\*------------------------------------*/
/*
A more considered reset; more of a restart...
*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,
a,abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strong,sub,sup,tt,var,
b,u,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0;
}
*{
	transition: all .2s;
	-moz-transition: all .2s; /* Firefox 4 */
	-webkit-transition: all .2s; /* Safari and Chrome */
	-o-transition: all .2s; /* Opera */
}
article,aside,details,figcaption,figure,footer,
header,hgroup,menu,nav,section{
	display:block;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	margin: 0 0 5px;
}
h3 a {
	color:#fff;
	}
table{
	border-collapse:collapse;
	border-spacing:0;
}
strong,b,mark{
	font-weight:bold;
	font-style:inherit;
}
em,i,cite,q,address,dfn,var{
	font-style:italic;
	font-weight:inherit;
}
abbr[title],dfn[title]{
	cursor:help;
	border-bottom:1px dotted;
}
ins{
	border-bottom:1px solid;
}
a,u,ins{
	text-decoration:none;
}
del,s{
	text-decoration:line-through;
}
a {
	color:#8dc642;
	font-weight:800;
}
pre,code,samp,kbd{
	font-family:monospace;
}
small{
	font-size:0.75em;
}
img{
	border:none;
	font-style:italic;
}
input,
select,
textarea{
	font:inherit;
}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

body { 
	font-size:12px;
	font-family:Helvetica,Sans-Serif;
	background-image: url('images/bg.png');
	background-color:#111;
	margin-top:10px;
	width:100%;
	background-repeat:no-repeat;
	background-position:top center;
	background-size: 100%;
 }
 header {
 	display:block;
 }

 /* STRUCTURE */

 .page-wrap {
 	width:100%;
 	margin:0 auto;
 	display:block;
 }

 /* HEADER */

#logo {
	display: block;
    float: left;
    height: 80px;
    padding: 10px;
    width: 415px;
    z-index:10;
}
	li.socialNews{
		display:inline-block;
		float: right;
		font-size: 11px;
	}
	.socialNews a{
		border:none;
	}
	ul.socialNews {
		float:right;
		width:250px;
	}
#umbrellas {
	text-align:left;
	color:#111;
	font-size:16px;
	right:10px;
	position:absolute;
	top:20px;
}
	#umbrellas ul, #umbrellas li {
		display:inline-block;
		padding:2px;
	}
	#umbrellas a {
		color:#111;
		text-transform:uppercase;
		font-size:14px;
		font-weight:bold;
		background:#fff;
		content: 
	}
	#umbrellas a:after{
		content: " //";
	}

.head-space {
	width:1060px;
	margin:-220px auto 80px;
	position:relative;
	height:215px;
}
.live-video {
	position:absolute;
	top:-20px;
	right:-10px;
}
	.live-video h3 {
		background:#161616;
		margin:-3px 0 0;
		padding:3px;
		text-transform:uppercase;
		font-size:9px;
		font-weight:800;
		color:#fff;
		text-align:center;
	}
 /* NAVIGATION */

 nav{
  list-style:none;
  margin-left:0;
  background-image:url('images/menuswatch.png');
  background-repeat:no-repeat;
  background-position:center left;
  padding: 0 0 0 95px;
  height:25px;
  display:block;
  clear:both;
  margin:10px 0 5px -10px;
  float:left;
  width:985px;
  z-index:1000;
}
nav ul {
	background:#161616;
	height:25px;
	width:985px;
}
nav li{
  display:inline;
}
nav a:hover {
	background-color: #db0613;
}
nav a{
	display:inline-block;
	color:#fff;
	padding:6px;
	margin: auto 0;
	font-size:11px;
	font-weight:800;
	text-transform:uppercase;
}
.menu a {
}
#menu-sections-menu a:hover {
	color:#8dc642;
}
.socialNews a:hover {
	background-color:#8dc642;
}
 /* SECTION */

section {
	padding: 10px;
	clear:both;
	margin:0 auto;
	background-color:#fff;
	width:1060px;
}
.topSpacing {
	margin:10px 0;
}
.btmSpacing {
	margin: 0 0 10px;
}
.clearLeft {
	clear:left;
}
header {
	padding: 10px;
	clear:both;
	margin:0 auto;
	background-color:#fff;
	width:1060px;
	position:relative;
}
footer {
	padding: 10px;
	clear:both;
	margin:10px auto;
	background-color:#fff;
	width:1060px;
	position:relative;
}
#mainContent{
	display: block;
	float:left;
}
.tile {
	width:350px;
	display:block;
	position:relative;
	background:#f6f6f6;
}
	.tile li {
		list-style:none;
	}
.tower {
}
.tower2 {
}
.bridge {
	width:705px;
}
	.info h3{
		padding:5px 5px 5px 20px;
		background-image:url('images/info.png');
		background-repeat:repeat-y;
		background-position:center left;
		background-color:#161616;
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		position:absolute;
		bottom:0;
		display:block;
		width:325px;
	}
	.subscribe h3{
		padding:5px 5px 5px 20px;
		background-image:url('images/form.png');
		background-repeat:repeat-y;
		background-position:center left;
		background-color:#161616;
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		position:relative;
		top:0;
		display:block;
		width:325px;
		margin: 0 0 3px;
	}
	.popular h3 {
		padding:5px 5px 5px 20px;
		background-image:url('images/info.png');
		background-repeat:repeat-y;
		background-position:center left;
		background-color:#161616;
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		position:relative;
		top:0;
		display:block;
		width:325px;
		margin: 0 0 3px;
	}
		.popular h3 a{
			color:#fff;
		}
	.exclusive h3{
		padding:5px 5px 5px 20px;
		background-image:url('images/info.png');
		background-repeat:repeat-y;
		background-position:center left;
		background-color:#161616;
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		position:absolute;
		bottom:0;
		display:block;
		width:680px;
		z-index:100;
	}
	.latestpost h3{
		padding:5px 5px 5px 20px;
		background-image:url('images/info.png');
		background-repeat:repeat-y;
		background-position:center left;
		background-color:#161616;
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		position:absolute;
		top:0;
		display:block;
		width:680px;
	}
	.music h3{
		padding:5px 5px 5px 20px;
		background-image:url('images/media.png');
		background-repeat:repeat-y;
		background-position:center left;
		background-color:#161616;
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		position:absolute;
		bottom:0;
		display:block;
		width:325px;
	}
	.events h3{
		padding:5px 5px 5px 20px;
		background-image:url('images/events.png');
		background-repeat:repeat-y;
		background-position:center left;
		background-color:#161616;
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		position:absolute;
		top:0;
		display:block;
		width:325px;
	}
	.video h3{
		padding:5px 5px 5px 20px;
		background-image:url('images/media.png');
		background-repeat:repeat-y;
		background-position:center left;
		background-color:#161616;
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		position:absolute;
		top:0;
		display:block;
		width:680px;
		z-index:1000;
	}
	.movid h3{
		padding:5px 5px 5px 20px;
		background-image:url('images/media.png');
		background-repeat:repeat-y;
		background-position:center left;
		background-color:#161616;
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		position:absolute;
		top:0;
		display:block;
		width:325px;
		z-index:1000;
	}
.post-title h2 {
	color:#111;
	font-size:12px;
	width:340px;
	padding:2px 5px 5px;
	text-transform:uppercase;
}
.post-title h2 a {
	color:#111;
}
#featured, #subscribe {
	display:inline-block;
	margin: 0 5px 0 0;
	width:350px;
	float:left;
	min-height:250px;
}

#subscribe p {
	padding:10px;
	font-weight:600;
	margin:0 auto 10px;
	font-size:11px;
}
	#subscribe form {
		padding:0 10px 0;
	}
	#subscribe label {
		display:block;
		font-weight:800;
		font-size:12px;
		padding:2px;
		text-transform:uppercase;
	}
	#subscribe input {
		padding:3px;
	}
	input.submit {
		background:#eac912; /* YELLOW */
		border:0;
		padding:5px;
		color:#111;
		position:absolute;
		bottom:0;
		right:0;
		width:70px;
		display:block;
		text-transform:uppercase;
		font-weight:800;
	}
#mostpopular {
	float:right;
}
	#mostpopular h2 {
		margin-bottom:3px;
	}
	#mostpopular h2 a {
		color:#111;
		margin-bottom:3px;
	}
	#mostpopular p {
		font-size:12px;
	}
#exclusive {
	float:left;
	margin-top:35px;
}
#latestpost {
	float:left;
}
#latestpost p {
	font-size:12px;
	margin-bottom:5px;
}
h2.latesttitle {
	background:#16acd2; /* BLUE */
	color:#111;
	height:auto;
	padding:5px;
	width:auto;
	display:inline-block;
	margin-bottom:5px;
}
.offsetpost {
	width:400px;
	padding:10px 10px 10px 5px;
	margin-top:5px;
	border-right:1px solid #eee;
	float:left;
}
.offsetpost li {
	list-style:none;
	margin-bottom:15px;
}
.offsetpost .post li h2 a {
	color:#16acd2;
	background:#fff;
	padding:3px;
	text-transform:uppercase;
	font-size:11px;
}
.twitter {
	background-color: #FFFFFF;
	background-image:url('images/tweet.png');
	background-position:5% 5%;
	background-repeat:no-repeat;
    float: left;
    height: 175px;
    margin: 15px 10px 10px;
    padding: 10px;
    width: 249px;
    font-weight:800;
    color:#111;
    font-size:11px;
}
	.twitter h2 {
		text-align:right;
		font-weight:800;
		text-transform:uppercase;
		font-size:11px;
		color:#16acd2;
		margin-bottom:20px;
		margin-top:5px;
	}
	.twitter li {
		margin: 10px;
	}
	.twitter a {
		color:#999;
	}
#music {
	float:right;
	margin-bottom:35px;
}
.play h2{
	padding: 0 0 0 15px;
	background-image:url('images/play.png');
	background-repeat:no-repeat;
	background-position:center left;
}
#events {
	float:right;
}
#events-list {
	margin-top:10px;
}
#events-list li {
	margin: 5px 0;
	list-style:none;
}
#events-list a {
	color:#111;
	font-weight:800;
	text-transform:uppercase;
}
#events-list a:hover {
	color:#14af60;
}

#socialdiv {
	background: none repeat scroll 0 0 #F6F6F6;
    clear: both;
    font-weight: 800;
    height: 30px;
    margin: -10px 0 10px;
    width: 705px;
}	
	#counter {
		padding:10px;
	}
#socialdiv p{
	display:inline-block;
	text-transform:uppercase;
	color:#666;
	font-size:12px;
	padding: 0 20px;
}
a.rss {
	color:#b30d0d;
}
a.tweet {
	color:#4ebfdb;
}
a.facebook {
	color:#2267b5;
}
#videos {
	float:left;
	margin-right:5px;
}
#morevid {
	float:right;
}
/*img.attachment-large {
	max-height:245px;
	max-width:705px;
}*/
.post {
	float:left;
	width:705px;
}
	h2.content {
		padding:5px 5px 5px 20px;
		background-image:url('images/info.png');
		background-repeat:repeat-y;
		background-position:center left;
		background-color:#161616;
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		display:block;
		width:680px;
		z-index:1000;
		margin-bottom:10px;
	}
.entry {
	
}
.entry p {
	font-size:12px;
	margin-bottom:5px;
	line-height:1.5;
	font-weight:100;
}
.entry a {
	font-weight:800;
}
.commentsection {
	width:685px;
	padding:10px;
}
aside {
	float:right;
	width:325px;
}
aside #tubepress h2 {
	display: none;
}
aside ul {
	margin: 0 0 5px;
}
aside ul li {
	margin:2px 0;
	list-style:none;
}
aside h2 {
	font-size: 1.2em;
}
a.more {
	text-transform:uppercase;
	font-size:10px;
	background:#db0613;
	color:#fff;
	font-weight:800;
	padding:3px;
	margin-left:10px;
	margin-top:5px;
}
.crop{
	overflow:hidden; /* this is important */
	position:relative; /* this is important too */
	width:705px;
	height:245px;
	}
.crop img{
	position:absolute;
	top:-100px;
	left:0px;
	z-index:10;
	}
.widget_tubepress {
	margin-top:25px;
}
.meta {
	float:right;
	font-size:10px;
	color:#fff;
}
	.meta a{
		color:#fff;
	}

/* FOOTER */

#footerad {
	margin:10px 0;
	clear:both;
	min-height:300px;
	display:block;
	background-color:#fff;
	float:left;
}
footer {
	clear:both;
}
.copyright {
	font-size:10px;
	font-weight:800;
	float:left;
	text-transform:uppercase;
}
	.copyright p {
		font-size:10px;
		font-weight:800;
	}
	.copyright a {
		color:#999;
	}
	.copyright a:hover {
		color:#111;
	}

/* COMMENT SECTION */
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }

} /* END screen media */

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */