/*
Theme Name: WORLDbytes
Theme URI: http://www.worldbytes.org
Description: Custom WP Theme for WORLDbytes
Version: 1.0
Author: Kyle Duncan
Author URI: http://www.createdesigns.co.uk
*/

html, body {
	background: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	text-align: justify;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0 0 12px 0;
	text-align: left;
}

h3 {
	border-bottom: 1px dotted #CCC;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 8px 0;
	text-align: left;
	text-transform: uppercase;
}

h4 {
	color: #CCC;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
	padding: 0;
	text-align: left;
}

h5 {
	border-bottom: 1px dotted #CCC;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	text-align: left;
}

p {
	margin: 0;
	padding: 0 0 1em 0;
}

ul {
	margin: 0;
	padding: 0 0 1em 1.4em;
}

a img {
	border: 0;
}

a:link, a:visited {
	color: #66C;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF6;
	text-decoration: underline;
}

#container {
	background: #111;
	margin: auto;
	position: relative;
	width: 1000px;
}

#header {
	background: #111 url(images/banner.jpg) no-repeat;
	height: 140px;
}

#header #logoLink {
	display: block;
	height: 120px;
	left: 7px;
	position: absolute;
	top: 8px;
	width: 162px;
}

#header #logoLink h1, #header #logoLink a {
	display: block;
	height: 100%;
	margin: 0;
	outline: none;
	padding: 0;
	text-indent: -9999px;
	width: 100%;
}

#menu {
	background: #000;
	height: 31px;
	line-height: 31px;
}

#menu ul, #footer ul {
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 7px 0 8px;
}

#menu a:link, #menu a:visited, #footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #FF6;
	text-decoration: none;
}

#strapline {
	background: #333;
	font-size: 11px;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	padding: 0 0 0 8px;
}

#straplineText {
	float: left;
}

#content {
	float: left;
	padding: 0 10px 10px 10px;
	width: 980px;
}

#topHalfWrapper {
	padding: 10px 0 0 0;
}

#leftMenu {
	float: left;
	margin-right: 10px;
	padding: 5px 0 0 0;
	width: 140px;
}

#leftMenu ul {
	border-bottom: 1px dotted #CCC;
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#leftMenu li {
	border-top: 1px dotted #CCC;
	display: block;
	list-style: none;
	margin: 0;
	padding: 10px 5px;
}

#leftMenu a:link, #leftMenu a:visited {
	color: #FFF;
	text-decoration: none;
}

#leftMenu a:hover, #leftMenu a:active {
	color: #FF6;
	text-decoration: none;
}

#leftColumn {
	float: left;
	width: 463px;
}

#fullSizeVideoWrapper {
	border: 5px solid #333;
	height: 360px;
}

#homeBlurb {
	clear: left;
	float: left;
	padding: 10px 0 0 0;
	width: 353px;
}

#homeBookmarks {
	float: right;
	padding: 10px 0 0 0;
	width: 90px;
}

#homeBlurb h5 {
	border: 0;
	margin: 0;
	padding: 0;
}

#homeBookmarks .socialMediaIcon {
	margin: 0 0 0 10px;
}

#socialBookmarks {
	padding-top: 10px;
}

#middleColumn {
	float: left;
	padding: 0 0 5px 10px;
	width: 347px;
}

#middleColumnHome {
	float: left;
	padding: 0 37px 0 36px;
	width: 144px;
}

#middleColumnHome h3 {
	border: 0;
	margin: 0;
	padding: 0;
	text-transform: none;
}

#middleColumnHome .listingBox {
	margin: 9px 0;
}

#videoBlurb img.attachment-thumbnail, #homeBlurb img.attachment-thumbnail {
	display: none;
}

#videoBlurb h2 {
	padding-bottom: 0;
}

#videoBlurb .timestamp {
	font-size: 11px;
}

#tagsWrapper {
	position: relative;
	z-index: 5000;
}

a#showHideTags {
	outline: none;
}

#tagsWrapper div {
	background: #1b1b1b;
	border: 5px solid #FFF;
	display: none;
	padding: 10px;
	position: absolute;
	right: 20px;
	text-align: left;
	top: 0;
	width: 200px;
}

#textContentWrapper {
	float: left;
	padding-left: 10px;
	width: 458px;
}

#textContentWrapperWide {
	float: left;
	padding: 0 20px 0 10px;
	width: 650px;
}

.socialMediaIcon {
	float: left;
	height: 20px;
	margin-right: 10px;
	padding-bottom: 5px;
	width: 20px;
}

.socialMediaIcon a {
	display: block;
	height: 100%;
	outline: none;
	width: 100%;
}

#addthis {
	background: url(images/addthis.gif) no-repeat;
}

#facebook {
	background: url(images/facebook.gif) no-repeat;
}

#rss {
	background: url(images/rss.gif) no-repeat;
}

#photoColumn {
	float: left;
	padding: 0 10px 0 20px;
	width: 182px;
}

.photoWrapper {
	padding: 0 0 10px 0;
}

.photoWrapper img {
	border: 1px solid #FFF;
}

.photoWrapper a.highslide:hover img {
	border-color: #FF6;
}

#rightColumn {
	float: right;
	position: relative;
	width: 150px;
}

#rightColumn ul, #rightColumn li {
	height: 300px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#rightColumn .advert {
	left: 0;
	height: 300px;
	position: absolute;
	top: 0;
	width: 150px;
}

#rightColumn .advert a {
	display: block;
	height: 100%;
	width: 100%;
}

#featuredWrapper, #commentsWrapper, #videoListingsWrapper {
	background: #000;
	float: left;
	padding: 10px;
	width: 810px;
}

#featuredWrapper {
	width: 960px;
}

#featuredWrapper h4 {
	margin: 4px 0 0 0;
}

#latestVideos, #hotTopicVideos {
	clear: left;
	width: 960px;
}

#listingNavigation {
	padding: 0 5px 6px 5px;
}

#listingNavigation.navBottomPadding {
	padding: 0 5px 12px 0;
}

#listingNavigation ul, #listingNavigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#listingNavigation li {
	display: inline;
	padding: 0 4px;
}

#listingNavigation li.page_info {
	padding-right: 30px;
}

#listingNavigation li.active_page a:link, #listingNavigation li.active_page a:visited, #listingNavigation li.active_page a:hover, #listingNavigation li.active_page a:active {
	color: #FFF;
	text-decoration: none;
}

#listingNavigation li.inactive_link {
	color: #666;
}

.listingBox {
	display: inline;
	float: left;
	height: 168px;
	width: 144px;
	margin: 9px;
}

#featuredWrapper .listingBox {
	margin: 9px 8px;
}

.timestamp {
	color: #666;
	font-size: 10px;
	line-height: 15px;
}

#allComments {
	border-top: 1px dotted #CCC;
}

.comment {
	padding: 10px 0 0 0;
}

.commentAuthor {
	color: #999;
}

.commentMetaData small {
	color: #999;
	font-size: 10px;
}

.bottomBorder {
	border-bottom: 1px dotted #CCC;
}

#footer {
	background: #66C;
	clear: both;
	text-align: center;
}

#footer p {
	font-size: 10px;
	line-height: 1em;
}

#footer ul {
	padding: 6px 0;
}

#footer li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 15px;
}

#footer a:hover, #footer a:active {
	color: #FF6;
	text-decoration: underline;
}

.clearFix {
	clear: both;
	font-size: 0;
}

a.greyLink:link, a.greyLink:visited {
	color: #CCC;
	text-decoration: none;
}

a.greyLink:hover, a.greyLink:active {
	color: #FF6;
	text-decoration: underline;
}

.hidden, .ajax-loader {
	display: none;
}

.floatRight {
	float: right;
	font-size: 11px;
	padding-right: 15px;
}

.green {
	color: #99CC33;
}

.yellowBold {
	color: #FF6;
	font-weight: bold;
}

.noBottomPadding {
	padding-bottom: 4px;
}

.topMargin {
	margin-top: 160px;
}

table#contentTable td {
	padding-bottom: 8px;
	vertical-align: top;
}

table#contentTable td.left {
	padding-right: 10px;
}

table#contentTable td img {
	border: 1px solid #FFF;
	float: left;
	margin: 3px 0 6px 0;
}

table#connectionsTable td {
	padding: 0 0 1em 0;
	text-align: center;
	vertical-align: middle;
	width: 216px;
}

table#connectionsTable td img {
	
}

/* Forms */

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
	text-align: left;
}

label, small {
	font-size: 11px;
	vertical-align: top;
}

input {
	background: #222;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 11px;
	height: 15px;
	margin: 0;
	padding: 2px 3px;
}

textarea {
	background: #222;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	height: 150px;
	margin: 0;
	padding: 0 0 0 3px;
	width: 398px;
}

input.submitButton {
	background: #66C;
	border: 0;
	color: #000;
	cursor: pointer;
	font-weight: bold;
	height: 21px;
	margin: 0;
	padding: 0 4px;
	width: auto !important;
}

input.submitButton:hover  {
	background: #FF6;
}

#strapline #searchBox {
	float: right;
	padding-top: 5px;
}

#strapline #searchBox form {
	margin: 0;
	position: relative;
	width: 211px;
}

#strapline #searchBox input {
	width: 133px;
}

#strapline #searchBox input#searchsubmit {
	padding: 0;
	position: absolute;
	right: 10px;
	top: 0;
	width: 55px !important;
}

#joinMailingList {
	text-align: left;
}

#joinMailingList p {
	display: block;
	height: 27px;
	line-height: 1em;
	padding: 0;
}

#joinMailingList p#subscribeTitle {
	height: 20px;
	padding: 6px 0 0 0;
}

#joinMailingList input {
	width: 142px;
}

label.error {
	background: #222;
	border: 1px solid #F33;
	color: #F33;
	display: block;
	height: 19px;
	font-size: 11px;
	line-height: 19px;
	padding: 0 3px;
	width: 125px;
}

#searchform label.error {
	font-weight: normal;
	left: -179px;
	position: absolute;
	top: 0;
	width: 166px;
}

#joinMailingList label.error {
	margin: -21px 0 0 -138px;
}

#commentform {
	padding: 10px 0 0 0;
	position: relative;
}

#commentform.noTopPadding {
	padding-top: 0;
}

#commentform label.error {
	left: 408px;
	position: absolute;
}

#commentform p#authorLine label.error {
	top: 10px;
}

#commentform p#emailLine label.error {
	top: 43px;
}

#commentform p#commentLine label.error {
	top: 109px;
}

#commentform.noTopPadding p#authorLine label.error {
	top: 0px;
}

#commentform.noTopPadding p#emailLine label.error {
	top: 33px;
}

#commentform.noTopPadding p#commentLine label.error {
	top: 99px;
}

#showCommentForm {
	padding: 10px 0;
}

#showCommentForm a {
	outline: 0;
}

.wpcf7-form {
	padding-bottom: 1em;
}

.wpcf7-form textarea {
	float: left;
	margin-right: 2px;
	width: 298px;
}

.wpcf7-form p {
	font-size: 11px;
	padding: 1em 0 0 0;
	position: relative;
}

.wpcf7-form label.error {
	left: -138px;
	position: absolute;
	top: 11px;
}

span.wpcf7-list-item {
	padding-right: 10px;
}

span.wpcf7-list-item input {
	background: none;
	border: 0;
	height: 12px;
	margin: 0 2px 0 0;
	padding: 0;
}

/* Highslide */

.highslide {
	cursor: url(images/highslide/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}

.highslide-active-anchor img {
	visibility: hidden;
}

a.highslide-loading, a.highslide-loading:visited, a.highslide-loading:hover, a.highslide-loading:active {
	display: block;
	color: #000;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	padding-left: 22px;
	background-image: url(images/highslide/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

a.highslide-full-expand {
	background: url(images/highslide/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}