/*
Theme Name: RZN8 Media
Theme URI: http://wordpress.org/
Description: RZN8 Medias 2011 Theme
Author: The RZN8 Media Team
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/*
LAYOUT: Portfolio Display Cat / Home
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container.home {
height:350px;
margin:0 auto;
overflow:hidden;
position:relative;
top:-15px;
width:980px;
}
#container.page {
height:350px;
margin:0 auto;
/*overflow:hidden;*/
position:relative;
top:-15px;
width:980px;
}
#container.page .page{
padding-left:100px;
padding-top:20px;
width:800px;
}
li h2{

color:#EF4136;
}
#content {
color:#333333;
float:left;
font-size:16px;
line-height:24px;
margin:0;
width:980px;
}
#content.single{
margin-top:115px;
}
#content.single.large{
margin-top:80px;
}
#content.double{
margin-top:70px;
}
#content.double.large{
margin-top:10px;
}
#content.triple{
margin-top:15px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
background:none repeat scroll 0 0 #444444;
bottom:0;
position:fixed;
width:100%;
clear:both;
}
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container.piece {
height:350px;
margin:0 auto;
position:relative;
top:-15px;
width:980px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit],
#footer,
#portnav
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
span{
float:left;
font-size:10px;
line-height:22px;
padding-left:5px;

}
span.dark{
color:#222222;
margin-top:10px;
}
span.light{
color:#cdcdcd;
}
span.upper{
text-transform:uppercase;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#portnav .menu-header,
#wrapper {
	margin: 0 auto;
	width: 980px;
}
#wrapper {
	margin-top: 20px;
	background:#fff;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: right;
	width: 220px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #f1f1f1;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a:link {
	color:#EF4136;
}
a:visited {
	color:#EF4136;
}
a:active,
a:hover {
	color: #efefef;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Header
-------------------------------------------------------------- */
#header-wrap{
background: transparent url("images/header-bg.jpg") repeat-x top left;
height:74px;
}
#header {
margin:0 auto;
padding:0;
width:980px;
}

/* =Logo
-------------------------------------------------------------- */
#brand {
height:74px;
width:250px;
float:left;
}
#brand .logo{
margin:25px;
}
.snipe{
float:right;
height:40px;
padding:10px;
position:relative;
right:20px;
top:5px;
width:180px;
background: transparent url("images/fish.png") no-repeat top left;
}
/* =Menu
-------------------------------------------------------------- */

#access {
height:25px;
margin:0 auto;
width:100%;
background:none repeat scroll 0 0 #121212;
}
#access .menu-header{
font-size:13px;
width:980px;
}
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul{
float:right;
list-style:none outside none;
margin:0 40px 0 0;
}
div.menu ul {
list-style:none outside none;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	color:#EF4136;
display:block;
font-size:11px;
line-height:25px;
padding:0 10px;
text-decoration:none;
text-transform:uppercase;
}
#access ul ul {
	display:none;
	position:absolute;
	top:25px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #EF4136;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}
/* =Portfolio
-------------------------------------------------------------- */
#loader{
position:absolute;
text-align:center;
top:260px;
width:100%;
z-index:1000;
}
#loader img.anim{
}
#portnav {
background:none repeat scroll 0 0 #121212;
height:25px;
margin:0 auto;
position:relative;
top:-25px;
width:100%;
}
#portnav .menu-header{
font-size:13px;
width:980px;
}
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#portnav .menu-header ul{
float:right;
list-style:none outside none;
margin:0 40px 0 0;
}
div.menu ul {
list-style:none outside none;
}
#portnav .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#portnav a {
color:#EF4136;
display:block;
font-size:11px;
line-height:25px;
padding:0 10px;
text-decoration:none;
text-transform:uppercase;
}
#portnav ul ul {
	display:none;
	position:absolute;
	top:25px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#portnav ul ul li {
	min-width: 180px;	
}
#portnav ul ul ul {
	left:100%;
	top:0;
}
#portnav ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#portnav li:hover > a,
#portnav ul ul :hover > a {
	color:#fff;
	background:#333;
}
#portnav ul li:hover > ul {
	display:block;
}
#portnav ul li.current_page_item > a,
#portnav ul li.current-menu-ancestor > a,
#portnav ul li.current-menu-item > a,
#portnav ul li.current-menu-parent > a {
	color: #EF4136;
}

* html #portnav ul li.current_page_item a,
* html #portnav ul li.current-menu-ancestor a,
* html #portnav ul li.current-menu-item a,
* html #portnav ul li.current-menu-parent a,
* html #portnav ul li a:hover {
	color:#fff;
}

/* =Content
-------------------------------------------------------------- */

#main {
background:url("images/main-bg.jpg") repeat-x scroll left top #333333;
height:355px;
width:100%;
}
#main.no-bar{
background:#f5f5f5;
padding:0 0 20px 0;
width:100%;
height:auto;
margin-bottom:25px;
}
#main.no-bar .page{
overflow:default;
height:auto;
}
#main.no-bar .hentry{
margin-top:20px;

}

#lowerthird{
background:url("images/lower-grad-bg.png") repeat-x scroll left top transparent;
margin:-25px 0 0;
padding:20px;
}
#databar{margin:0 auto;width:980px; background: transparent url("images/databar.png") no-repeat top left;height:100px;}
#databar .thumb{background:transparent url("images/databar-dark-bg.png")  top left; margin:0 0 0 12px;float:left;}
#databar .piece-info{
background:url("images/databar-left-grad.png") no-repeat scroll left top transparent;
border-right:1px solid #999999;
color:#CDCDCD;
float:left;
height:100px;
margin:0;
overflow:hidden;
padding:0 10px 0 30px;
width:400px;
}
#databar h1{
clear:none;
color:#FFFFFF;
float:left;
font-size:14px;
margin-top:10px;
}

#databar p{
clear:left;
color:#F1F1F1;
line-height:14px;
margin:0;
}
#databar .fb-like{
background:url("images/fb_like.png") no-repeat scroll left top transparent;
clear:none;
float:right;
height:70px;
margin:12px 0 5px;
padding:2px 0 0 30px;
width:300px;
}

.strip-grad{
background:url("images/strip-grad.png") repeat-x scroll left top transparent;
height:15px;
position:relative;
top:0;
width:100%;
z-index:1000;
}
.strip-grad.btm{
background:url("images/strip-grad-btm.png") repeat-x scroll left top transparent;
top:-25px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
.entry-content ul{

}
.entry-content ul.col{
border-right:1px dotted #E1E1E1;
float:left;
margin-right:10px;
padding-right:10px;
width:200px;

}
.entry-content ul.col.noborder{
border:none;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #F2F7FC;
}

.hentry {
	/*margin: 0 0 48px 0;*/
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color:#000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #FF4B33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.entry-content div.cont-left{
float:left;
margin:0 15px 0 0;
width:347px;
}
.entry-content div.cont-left img.bezel{
background:none repeat scroll 0 0 #EFEFEF;
border:1px solid #E5E5E5;
padding:10px;
}
.entry-content div.cont-right{
float:left;
width:435px;
float:left;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}



/* Asides
-------------------------------------------------------------- */


/* Gallery listing
-------------------------------------------------------------- */
.pThumbWrap{
float:left;
height:100px;
margin:5px 0 0 0;
width:195px;
}
.pThumbWrap.large{
height:160px;
}
.pThumbWrap .drawer{
background:url("images/thumb-slide.png") no-repeat scroll right top transparent;
width:180px;
float:left;
margin:0;
padding:0;
}
.pThumbWrap.large .drawer{ 
background:url("images/thumb-slide.png") no-repeat scroll right 30px transparent;
}
.thumb{
background:url("images/thumb-bg.png") repeat scroll left top transparent;
float:left;
height:90px;
padding:5px;
width:145px;
margin:3px;
}
.thumb.large{
background:url("images/thumb-bg.png") repeat scroll left top transparent;
float:left;
height:150px;
padding:5px;
width:145px;
}


/* Sidebar-Rep
-------------------------------------------------------------- */
#rep{
background:url("images/repbar-bg.png") no-repeat scroll left top transparent;
height:141px;
margin:10px auto;
width:980px;
}
#rep .testimonial{
background:url("images/testi-bg.png") no-repeat scroll left top transparent;
clear:both;
color:#909090;
float:left;
height:117px;
margin:12px 0 12px 12px;
width:550px;
}
#rep .testimonial .keepWide{
float:left;
width:550px;
}
#rep span.qBy{
color:#EFEFEF;
float:none;
margin-left:12px;
}
#rep .testimonial blockquote{
margin-left:20px;
padding:5px 12px 5px 0;
}
#rep .testimonial blockquote p{
color:#888888;
line-height:14px;
margin:0;
}
#rep h3{
color:#EF4136;
margin:5px 0 0 12px;
}

/* Portfolio pages
-------------------------------------------------------------- */
.piece-img{
float:left;
height:295px;
text-align:center;
width:980px;
line-height:295px;
}
.piece-img img {
vertical-align:middle;
}
.scrollable {

	/* required settings */
height:295px;
overflow:hidden;
position:relative;
width:980px;
}
.scrollable .items {
	/* this cannot be too large */
height:295px;
position:absolute;
width:20000em;
}
.next.browse.right{
float:right;
position:absolute;
right:-70px;
top:130px;
z-index:200;
background: transparent url("images/next-arrow.png") no-repeat top left;
height:144px;
width:259px;
cursor:pointer;
}
.next.browse.right.disabled, .prev.browse.left.disabled{
display:none;
}
.prev.browse.left{
background:url("images/prev-arrow.png") no-repeat scroll left top transparent;
cursor:pointer;
float:left;
height:144px;
left:-70px;
position:absolute;
top:130px;
width:259px;
z-index:200;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
background:url("images/piece-nav.png") no-repeat scroll left top transparent;
color:#888888;
font-size:12px;
height:32px;
line-height:18px;
overflow:hidden;
padding:5px 6px
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
	line-height:29px;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
background:url("images/prev-bg.png") no-repeat scroll left top transparent;
color:#EF4136;
float:left;
font-size:11px;
height:29px;
padding-left:8px;
text-transform:uppercase;
}
.nav-next {
background:url("images/prev-bg.png") no-repeat scroll left top transparent;
float:right;
height:29px;
padding-left:8px;
text-transform:uppercase;
font-size:11px;
color:#EF4136;
}
.next-right {
background:url("images/prev-rght-bg.png") no-repeat scroll left top transparent;
float:right;
height:29px;
width:6px;
}
.prev-right {
background:url("images/prev-rght-bg.png") no-repeat scroll left top transparent;
float:left;
height:29px;
width:6px;
}
#nav-above {
	margin: 10px 20px 5px;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Forms
-------------------------------------------------------------- */
#rep .form{
background:url("images/form-bg.png") no-repeat scroll right top transparent;
float:left;
left:0;
margin:12px 0 0;
padding-left:12px;
position:relative;
width:312px;
z-index:201;
height:117px;
overflow:hidden;
}
#rep .more-reveal,#rep .less-reveal{
background:url("images/reveal-bg.png") no-repeat scroll left top transparent;
float:left;
height:117px;
margin:12px 0 0 12px;
position:relative;
right:-13px;
width:50px;
z-index:200;
left:auto;
}
#rep .less-reveal{
left:-24px;
background-position:right;
}
.gfield{float:left; clear:both;}
.gform_body{
float:left;
height:85px;
margin-top:5px;
overflow:hidden;
width:300px;
}
/*#field_1_5{
left:310px;
position:absolute;
top:0;
width:150px;
display:none;
}
#field_1_3{
left:470px;
position:absolute;
top:0;
width:150px;
display:none;
}
#field_1_6{
left:470px;
position:absolute;
top:40px;
width:150px;
display:none;
}
#field_1_6 textarea{
background:none repeat scroll 0 0 #333333;
border:1px solid #111111;
color:#CDCDCD;
font-size:12px;
height:60px;
margin:0 0 5px;
width:280px;

}*/

.gform_footer.top_label{
clear:both !important;
margin:0 !important;
float:left !important;
padding-left:205px !important;
}
.gform_footer.top_label a{
display:none;
}
.gform_body ul{
list-style-type:none;
margin:0;
}
.gform_body input.medium{
background:none repeat scroll 0 0 #333333;
border:1px solid #111111;
color:#666;
font-size:18px;
height:20px;
line-height:20px;
margin:0 0 5px;
width:280px;
}
.gform_body .ginput_left, .gform_body .ginput_right{
padding-left:0;

}
.gform_body .ginput_left input, .gform_body .ginput_right input{
background:none repeat scroll 0 0 #333333;
border:1px solid #111111;
color:#666;
font-size:18px;
height:20px;
line-height:20px;
margin:0 5px 5px 0;
width:135px;
}
.entry-content .gform_body input.medium, .entry-content .gform_body .ginput_left input, .entry-content .gform_body .ginput_right input{
background-color:#fff;
color:#afafaf;
border-color:#afafaf;
padding-left:5px;
}
.entry-content .gform_wrapper .top_label input.medium, .entry-content .gform_wrapper .top_label select.medium{
width:auto;
}
.entry-content select.medium{
margin-bottom:20px;
}
.entry-content .gform_wrapper{
background:none repeat scroll 0 0 #EFEFEF;
border-left:1px dotted #AFAFAF;
float:left;
padding:0 20px 20px;
width:450px;
}
.entry-content .gform_heading{
margin:0 !important;
}
.entry-content .gform_wrapper select{
margin-top:5px;
}
.entry-content .gfield.gsection{
width:450px;
margin:0;
padding:0;
}
.entry-content .gform_wrapper .gform_footer{margin:0;padding:0; float:right;}
.entry-content .gform_footer.top_label {
clear:both;
float:right;
margin:-20px 0 0;
padding:0;
}
.entry-content .gform_wrapper .gform_body{
float:left;
height:auto;
width:450px;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
clear:both;
margin:0 auto;
width:960px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}




/* =Footer
-------------------------------------------------------------- */

#footer {
margin:0;
}
#footer p {
margin-bottom:0;
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

#ravenlogin{}
#ravenlogin fieldset{}
#ravenlogin legend{}

.login-form .gfield{width:100%;}
.login-form .gform_body{

}
.login-form .paddit{
padding-left:20px;
}
.login-form .gfield_required{
    float: right;
    line-height: 10px;
    margin-left: 0 !important;
    }
