/*
Theme Name: Red Magnet Media Theme
Description: The default WordPress theme for Red Magnet Media.
Version: 1.0
Author: Esky Interactive
Author URI: http://eskyinteractive.com/
Tags: red magnet media, rmm, default
*/



/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */




/* @group Custom fonts */

@font-face {
	font-family: 'QuickSandBook';
	src: url('fonts/Quicksand_Book-webfont.eot');
	src: local('☺'), url('fonts/Quicksand_Book-webfont.woff') format('woff'), url('fonts/Quicksand_Book-webfont.ttf') format('truetype'), url('fonts/Quicksand_Book-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @end */




/* @group Page Wrappers */


html {
	color: #fff;
	background: #161616 url(images/bg-texture-dark-denim.png) center;
	min-width: 992px;
}

body {
	background: url(images/bg-top-bar.png) repeat-x 0 0;
	font: 14px/1.5 "Lucida Grande", arial, sans-serif;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-color: #313131;
	padding-bottom:1em;
}

/* @end */




/* @group Misc spacing */

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 1em;
}

/* @end */




/* @group Misc Defaults */

hr {
	border: 0 #fff solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

img {
	display: block;

}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/* @end */




/* @group Headings */

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.navigation {
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
}

#tagline {
	font-family:"QuickSandBook","Lucida Grande",Helvetica,Arial,sans-serif;
}

h1, .h1 {
	font-size: 26px;
}

h2, .h2 {
	font-size: 22px;
}

h3, .h3 {
	font-size: 16px;
}

h4, .h4 {
	font-size: 14px;
}

h5, .h5 {
	font-size: 12px;
}

h6, .h6 {
	font-size: 10px;
}

/* @end */




/* @group Links */

a {
	color: #f6ff00;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: 1px dotted;
}

/* @end */




/* @group Animations */

/*ul.featured li:hover {
	-webkit-transform: rotate(-4deg) scale(2);
	-webkit-transition: all .4s ease-in-out;
}*/

/* @end */




/* @group Lists */

ol.simple li {
	list-style-type: decimal;
	margin-left: 40px;
}

ul.simple li {
	list-style-type: disc;
	margin-left: 40px;
}

ul.navigation {
	margin: 0;
}

ul.navigation li ul {
	display:none;
}

ul.navigation li {
	float: left;
	border-top: 5px solid #000;
	border-right: 1px solid #333;
}

ul.navigation li.first {
	border-left: 1px solid #333;
}

ul.navigation li.current_page_item,
ul.navigation li:hover {
	border-top-color: #f6ff00;
}

ul.navigation li.current_page_item a {
	font-weight: bold;
	background-color: #313131;
}

ul.navigation a {
	display: block;
	padding: 11px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	text-decoration:none;
}

ul.navigation a:hover {
	text-decoration: none;
}

ul.featured li {
	float: left;
	margin-left: 11px;
	width: 137px;
	padding: 10px;

	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, arial, sans-serif;

	background-color: #fff;

	-moz-box-shadow: 0 0 5px #000; /* FF3.5+ */
	-webkit-box-shadow: 0 0 5px #000; /* Saf3.0+, Chrome */
	box-shadow: 0 0 5px #000; /* Opera 10.5, IE 9.0 */

}
ul.featured a,.photo a {
	color: #971f1f;
	font-size: 11px;
	text-decoration:none;
}
ul.featured a strong {
	text-decoration:underline;
	padding-bottom:5px;
}

ul.featured a:hover strong,.photo a:hover strong {
	text-decoration: underline;
}

ul.featured strong, .photo strong {
	font-size: 14px;
	line-height:10px;
	display: block;
	padding-top: 10px;
}
.photo strong {
	line-height:14px;
}
.widget_categories  ul {
	margin-bottom: 0;
}
.widget_categories  ul li {
	padding: 5px 8px;
	margin: 0 0 4px -4px;
	background-color:#292929;
}

.widget_categories ul li.odd {
	background-color: #313131;
}

.widget_categories ul a {
	color: #F6FF00;
	text-decoration: none;
}

.widget_categories ul li ul.children li {
	margin-left:15px;
	margin-bottom:0;
	padding-bottom:0;
}

.widget_categories ul li ul.children {
	margin-bottom:0;
	margin-top:0;
}


/* @end */


/* post styles */
.post img.alignleft {
	margin: 0 10px 10px 0;
	float:left;
}

.post img.alignright {
	margin: 0 0 10px 10px;
	float:right;
}

.post img {
	max-width:598px;
}

.post {
	overflow:hidden;
	*zoom:1;
}

.post h1,.post h2,.post h3,.post h4,.post h5,.post h6 {
	font-weight:bold;
	margin:0 0 10px 0 !important;
	padding:0 !important;
}
.post h1 {
	font-size:24px;
}
.post h2 {
	font-size:22px;
	padding-top: 15px !important;
}
.post h3 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 22px;
	text-transform: uppercase;
}
.post h4 {
	font-size:16px;
}
.post h5 {
	font-size:14px;
}
.post h6 {
	font-size:12px;
}

.post p {
}

#main ol {
	list-style-type:decimal;
	list-style-position: outside;
	padding-left:20px;
}
#main ul {
	list-style-type:circle;
	list-style-position: outside;
	padding-left:20px;
}

ol.commentlist {
	list-style-type:none !important;
	padding-left:0 !important;
}
ol.commentlist img.avatar {
	float:right;
}
ol.commentlist li.comment {
	padding:10px 10px 0 10px;
	background:#292929;
	margin-bottom:5px;
	overflow:hidden;
}


.blogNavigation {
	clear:both;
	overflow:hidden;
}
.blogNavigation .alignleft {
	float:left;
}
.blogNavigation .alignright {
	float:right;
}


/* @end */


/* @group Layout Components */

#navigation {
	background: url(images/bg-top-bar.png) repeat-x 0 0;
	height: 39px;
}

#navigation ul.navigation {
	float: right;
}

#logo {
	display: block;
	margin: 19px 0 -9px 30px;
	width: 479px;
	height: 84px;
}

#banner {
	padding: 36px 61px 17px 63px;
	margin: 0 -25px 0 -23px;
	background: url(images/bg-header-banner.png) no-repeat 0 0;
}

#banner h1 {
	margin-bottom:6px;
}

#tagline {
	float: left;
	width: 480px;
	margin-right: 10px;
}

#tagline p {
	font-size: 15px;
}

#tagline p a {
	color: #fff;
	text-decoration: underline;
}

#tagline p a:hover {
	color: #f6ff00;
}

#featured {
	width: 340px;
	float: right;
}

.person {
	float:left;
	margin-bottom:2em;
	margin-right:35px;
	overflow:hidden;
	padding-bottom:1em;
	width:280px;
}

.person .photo {
	width:137px;
	padding:10px;
	background:#fff;
	float:left;
	color: #971f1f;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, arial, sans-serif;
	font-size:11px;
}
.person .photo img {
	margin-bottom:0 !important;
}
.person .bio {
	float:left;
	margin-left:10px;
	width:430px;
}

#featured ul.featured {
	margin-top: -47px;
}

#body {
	margin: 0 40px;
}

#body img {
	border: 1px solid #fff;
	margin-bottom: 1em;
}


.section {
	margin-top:28px;
}

#main {
	float: left;
	width: 600px;
}

#main h2 {
	padding-top: 10px;
	font-weight: normal;
	margin-bottom: 0;
}
#main h2 a {
	color:#fff;
	text-decoration:none;
}

#main .meta {
	font-size: 12px;
}

#main .info {
	background-color: #000;
	padding: 15px 13px 10px;
	margin-bottom: 2em;
	border-bottom: 1px dashed #fff;
}

#main .info p {
	font-size: 12px;
	margin-bottom: 5px;
	overflow:hidden;
}
#main .info strong {
	text-transform: uppercase;
	float: left;
	width: 100px;
	margin-right: 10px;
	text-align: right;
}
#main .info span {
	width:464px;
	float:left;
}

#right-col {
	width: 229px;
	border-left: 1px solid #3c3c3c;
	float: left;
	margin-left: 20px;
	padding: 27px 0 0 20px;	

	-moz-box-shadow: -2px 0 0 #2c2c2c; /* FF3.5+ */
	-webkit-box-shadow: -2px 0 0 #2c2c2c; /* Saf3.0+, Chrome */
	box-shadow: -2px 0 0 #2c2c2c; /* Opera 10.5, IE 9.0 */
}

#right-col h3 {
	text-transform: uppercase;
	margin-right: -5px;
}

#right-col h4 {
	margin-bottom: 0;
}

#right-col .module {
	border-bottom: 1px dashed #fff;
	padding-bottom: 10px;
	margin-bottom: 25px;
}


#footer {
	width:950px;
	margin:10px auto 2em;
	font-size:.8em;
	text-align:right;
}
/* @end */

/* twitter widget */

.twtr-ft,.twtr-hd {
	display:none;
}

.twtr-widget .twtr-tweet-wrap {
	padding: 10px 0 !important;
}
.twtr-widget .twtr-tweet {
	border-bottom:1px solid #292929 !important;
}

.twtr-timeline {
	height:350px !important;
}

/* @end */

/* @group Utilities */

.hide-offscreen {
	position: absolute;
	left: -9999em;
	top: -9999em;
}

.hide-textindent{
	text-indent: -9999em;
	display: block;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.lte-ie7 .clearfix {
	zoom: 1;
}

#mc_signup_form {
	padding:0 !important;
	overflow:hidden;
}
#mc_signup_form .mc_input,#mc_signup_form .mc_var_label {
	margin-left:0 !important;

}
.mc_signup_submit {
	text-align:left !important;
	padding:0.5em 0 !important;
	clear:none !important;
	float:right !important;
	width:66px !important;
}
.mc_merge_var {
	float:left;
}
#mc_signup_form .mc_input {
	width:150px !important;
}

input#mc_signup_submit {
	-moz-border-radius:4px 4px 4px 4px;
	background:none repeat scroll 0 0 #A31818;
	border-color:#CCCCCC #666666 #666666 #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	margin-top:10px;
	padding:3px;
}

.facebook,.twitter {
	width:62px;
	height:16px;
	background:url(images/facebook-twitter.png) no-repeat;
	text-indent:-999px;
	overflow:hidden;
	float:right;
	margin-right:10px;
}
.twitter {
	background-position:-70px -1px;
	/* temporary */
	width: 138px;
}
/* @end */

/* Client slideshow */

#client-slideshow a {
	display: block;
	height: 110px;
	width: 110px;
	position: relative;
}
#client-slideshow a img {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.your-subject input, .your-message textarea {
	width:490px !important;
}

blockquote {
  font: 14px/22px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
} 
