/*  
Theme Name: Elements Mod
Theme URI: http://thangsombatproductions.com
Description: Video theme powered by WordPress
Version: 1.0
*/

body {
	background:#000;
	color:#444;
	font:12px arial,helvetica,verdana,sans-serif;
	line-height:1.2em;
}

h1, h2, h3, h4, h5, h6 {
	color: #aaa;
	margin: 0 0 7px 0;
	font-weight: normal;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:14px;
}

p {
	margin: 0 0 10px;
}

strong {
	color:#fff;
}

a:link, a:visited {
	color:#aaa;
}

a:hover {
	color:#fff;
}

.innerwrapper {
	width:980px;
	margin:0 auto;
}

/* =----------------------------------- masthead */
#header {
	border-bottom:1px solid #222;
	height:64px;
}

#logo {
	float:left;
	height:64px;
	line-height:64px;
}

#topmenu {
	float:right;
	text-transform:lowercase;
	text-align:right;
	font-size:13px;
}

#topmenu ul {
	float:right;
	margin:17px 0 0 0;
}

#topmenu li {
	margin:0 0 0 4px;
	float: left;
	width:70px;
}

#topmenu li a {
	display: block;
	height: 32px;
	line-height: 32px;
	float:right;
	width:70px;
}

/* =----------------------------------- search field */
#searchwrap {
	background:none;
	height:64px;
	float:right;
}

#searchwrap #s{
	color:#aaa;
	background:#000;
	font-size:13px;
	border:1px solid #222;
	padding:4px;
	width:190px;
	margin: 19px 0 0 25px;
}

/* =----------------------------------- search results page */
.searchitem {
	float:left;
	width:300px;
	margin:0 25px 0 0;
}

.searchitem p {
	font-size:12px;
	line-height:16px;
}

/* =----------------------------------- list categories */
#catlist {
	font-size:12px;
	height:28px;
}

#catlist .menu li {
	xbackground:url(images/lm.gif) left top no-repeat;
	height:28px;
	float:left;
	border:1px solid #222;
}

#catlist .menu li a {
	padding:0 10px;
	height:28px;
	line-height:28px;
	display:block;
	float:left;
	padding:0 26px 0 10px;
	background: url(images/icn-toggle-categories.png) no-repeat right center;
	width:264px;
}

#catlist .menu li a:hover {
	color:#fff;
}

#catlist .submenu {
	border-width:0 0 1px;
	background:#000;
	position:relative;
	width:298px;
	padding: 3px 0;
	clear:both;
	display:none;
	z-index:2;
}

#catlist .submenu li {
	background:#000;
	display:block;
	float:none;
	margin:0 -6px 0 0;
	border:0;
	height:auto;
	line-height:normal;
	border-bottom:solid 1px #222;
}

#catlist .submenu li a {
	font-weight: bold;
	background:none;
	display:block;
	float:none;
	padding:6px 11px;
	margin:0;
	border:0;
	height:auto;
	line-height:normal;
}

/* =----------------------------------- video showcase detail */
#showcase {
	width:100%;
	padding:50px 0 0 0;
	float:left;
}

#page {
	width:100%;
	padding:20px 0 0 0;
	float:left;
}

#video {
	width:640px;
	text-align:center;
	float:left;
	margin:0 30px 0 0;
}

#videolist {
	width:300px;
	float:right;
	margin-right:10px;
}

.videoitem {
	width:295px;
	height:60px;
	margin:10px 0 3px 5px;
	overflow: hidden;
}

.altvideowrap {
	padding:5px 0;
	border-top: 1px solid #222;
}

.altvideoitem {
	width:280px;
	height:60px;
	overflow: hidden;
	padding: 0 10px 0 10px;
	margin: 10px 0 0 0;
}

.videoitem a img,
.altvideoitem a img {
	display:block;
	width:85px;
	height:48px;
	float:left;
	margin:1px 8px 0 0;
	border:1px solid #333;
}

.videoitem a:hover img,
.altvideoitem a:hover img {
	border:1px solid #fff;
}

/* =----------------------------------- inner intro blurb */
#copy {
	width: 100%;
	border-top:1px solid #222;
	float:left;
	margin-top:50px;
}

#insidecopy {
	padding:30px 0;
}

#insidecopy p {
	font-size:14px;
	line-height:21px;
}

#copywrap {
	width:630px;
	float:left;
}

.copycontent {
	width:630px;
	float:left;
	margin:0 0 20px 0;
	overflow: hidden;
}

.copycontent.searchresults {
	width: 980px;
}

#sidebar {
	width:300px;
	float:left;
	margin:5px 0 20px 36px;
	font-size:12px;
}

.sideblock {
	width:300px;
	float:left;
	margin:0 0 20px 10px;
}

#altsidebar {
	width:300px;
	float:left;
	margin:5px 0 20px 36px;
	font-size:12px;
}

.altsideblock {
	width:300px;
	float:left;
	margin:0 0 20px 0;
}

#sidebar h3,
#altsidebar h3 {
	margin:0 0 7px 0;
}

#sidebar p,
#altsidebar p {
	font-size:12px;
	line-height: 18px;
}

/* =----------------------------------- general images */
p img {
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* =----------------------------------- general lists */
.copycontent ul {
	margin: 10px 10px 10px 30px;
	list-style: disc;
}

.copycontent ol {
	list-style: default;
	margin: 10px 10px 10px 30px;
}

.copycontent li {
	margin: 7px 0 10px 0;
	line-height: 16px;
}

/* =----------------------------------- blockquote */
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 2px solid #222;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

/* =----------------------------------- navigation */
.navigation {
	display: block;
	text-align: center;
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
}

/* =----------------------------------- footer */
#footer {
	border-top:1px solid #222;
	width:100%;
	float:left;
	padding:20px 0 100px;
}

/* =----------------------------------- comment form */
.wpcf7-form {
	padding-top: 30px;
}
.wpcf7-form label {
	float: left;
	display: block;
	width: 70px;
	text-align: right;
	padding-right: 7px;
}
.wpcf7-form #contact-name,
.wpcf7-form #contact-email,
.wpcf7-form #contact-subject {
	width: 300px;
}
.wpcf7-form #contact-name,
.wpcf7-form #contact-email,
.wpcf7-form #contact-subject,
.wpcf7-form #contact-message {
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	line-height: 16px;
	color:#aaa;
	border:1px solid #222;
	padding: 4px;
	background:#000;
}
.wpcf7-form #contact-message {
	margin-left: 77px;
	width: 300px;
	height: 250px;
	overflow: auto;
}
.wpcf7-form #contact-send {
	margin-left: 80px;
}

/* =----------------------------------- clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}