/**
 * Theme Name: RWM2009
 * Description: Custom theme for Rocket Works Media LLC.
 * Version: 0.1
 * Author: Gary Hughes
 * Author URI: http://AshlynRileigh.com
 * Template: hybrid
 */
 
/* Reset */
@import url('../hybrid/library/css/reset.css');

/* Base */
@import url('../hybrid/library/css/20px.css');
 
/* Misc */
@import url('../hybrid/library/css/drop-downs.css');
@import url('../hybrid/library/css/plugins.css');
@import url('../hybrid/library/css/tabs.css');
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Body */
body {
	font: normal normal normal 15px/21px Arial, Helvetica, sans-serif;
	color: #999;
	background:url(images/bg-body.jpg) center top no-repeat #000 fixed;
	}
p:last-of-type {
	margin-bottom:0;
}

/* Body container */
#body-container {
	}

/* Links */
a {
	color: #0078F0;
	text-decoration: underline;
	}
a:visited {
	color: #0078F0;
	}
a:hover, a:active {
	color: #ffa600;
	}

/* Headers */
h2, h3, h4, h5, h6 {
	color: #ffa600;
	font-weight: bold;
	margin:20px 0 0 0;
	}
h2:first-of-type, h3:first-of-type, h4:first-of-type, h5:first-of-type, h6:first-of-type {
	margin:0;
}
h2 {
	font-size: 22px;
	}
h3 {
	font-size: 18px;
	font-weight:normal;
	}
h4 {
	font-size: 16px;
	}
h5 {
	font-size: 14px;
	}
h6 {
	font-size: 12px;
	}
h1, h2.page-title, h2.entry-title {
	font-style:normal;
	font-weight:bold;
	color:#ffa600;
	border-bottom:1px #0078F0 solid;
	padding-bottom:5px;
	margin:0 0 20px 0;
	font-size:24px;
}
.entry-title a {
	color: #ffa600;
	text-decoration:none;
	}
h1 a {
	font-style:normal;
}
.home .entry-title {
	display:none;
}


/* Elements */
strong {
	font-weight:bold;
	color:#fff;
}

/* Lists */
ul {
	list-style: square;
	}

/* Blockquotes */
blockquote {
border-left:10px solid #0078F0;
color:#D7A954;
font-family:times New Roman;
font-size:17px;
font-style:italic;
padding-left:20px;
margin:10px 40px 20px 40px;
}
blockquote strong {
	color:#ccc;
}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
	}

/* Notes */
.note {
	padding: 10px;
	color:#fff;
	background:url(images/bg-white-opacity20.png);
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 30px 0;
	font-size: .9em;
	font-style: italic;
	color: #666;
	display:none;
	}
.breadcrumb a {
	color: #111;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #d54e21;
	text-decoration: underline;
	}

/* Images */
.post img {
	max-width: 568px;
	padding: 5px;
	border: 1px solid #0078f0;
	background:#202020;
	}
.single .post img {
	padding:0;
	border:none;
}
.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	}

/* Header */
#header {
	}
#logo {
	margin:10px 0 -85px 0;
	float:left;
	position:relative;
	z-index:1000;
}

/* Navigation */
.menu {
	margin:0;
	padding:0;
	clear:both;
	}
.menu li {
	list-style:none;
	float:left;
	height:105px;
	line-height:105px;
	overflow:hidden;
	margin:0;
	padding:0;
	}
.menu a {
	display:block;
	width:150px;
	padding-top:200px;
}
li.menu-left {
	background:url(images/btn-nav-bg.png) left -1px repeat-x;
	width:250px;
	margin:0;
}
li.menu-right {
	background:url(images/btn-nav-bg.png) right -1px repeat-x;
	width:110px;
	margin:0;
}
li.home {
	background:url(images/btn-nav-home.png) 0 0 no-repeat;
	width:150px;
}
li.home:hover {
	background:url(images/btn-nav-home.png) 0 -210px no-repeat;
}
body.home li.home {
	background:url(images/btn-nav-home.png) 0 -105px no-repeat !important;
}
body.home li.home a {
	cursor:default !important;
}
li.services {
	background:url(images/btn-nav-services.png) 0 0 no-repeat;
	width:150px;
}
li.services:hover {
	background:url(images/btn-nav-services.png) 0 -210px no-repeat;
}
body.page-4 li.services {
	background:url(images/btn-nav-services.png) 0 -105px no-repeat !important;
}
body.page-4 li.services a {
	cursor:default !important;
}
li.portfolio {
	background:url(images/btn-nav-portfolio.png) 0 0 no-repeat;
	width:150px;
}
li.portfolio:hover {
	background:url(images/btn-nav-portfolio.png) 0 -210px no-repeat;
}
body.category-portfolio li.portfolio {
	background:url(images/btn-nav-portfolio.png) 0 -105px no-repeat !important;
}
body.category-portfolio li.portfolio a {
	cursor:default !important;
}
li.contact {
	background:url(images/btn-nav-contact.png) 0 0 no-repeat;
	width:150px;
}
li.contact:hover {
	background:url(images/btn-nav-contact.png) 0 -210px no-repeat;
}
body.page-8 li.contact {
	background:url(images/btn-nav-contact.png) 0 -105px no-repeat !important;
}
body.page-8 li.contact a {
	cursor:default !important;
}

/* Navigation */
/*#navigation {
	overflow: visible;
	height: 34px;
	margin: 0 0 60px 0;
	z-index: 100;
	}
#page-nav li {
	margin-right: 15px;
	}
#page-nav li li {
	margin-right: 0;
	}
#page-nav li a {
	padding: 8px 15px 8px 15px;
	color: #111;
	background: #fff;
	border: 1px solid #ccc;
	}*/

/* Drop-downs style */
#page-nav li:hover ul, li.sfHover ul {
	top: 32px;
	}
#page-nav li li a {
	border-top: none;
	margin-right: 0;
	}
#page-nav li ul {
	background: #fff;
	border-top: 1px solid #ccc;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#page-nav li li li {
	margin-left: -1px;
	}

/* Blog title */
#site-title {
	font: italic normal normal 35px/35px Georgia, Times, "Times New Roman", serif;
	margin: 0 0 10px 0;
	}
#site-title a {
	color: #000;
	}

/* Blog description */
#site-description {
	margin: 100px 0 -20px 0;
	color: #888;
	font-weight:normal;
	float:right;
	font-size:20px;
	border-bottom:none !important;
	}

/* Container (wraps content, primary, and secondary) */
#container {
	float:none;
	}

/* Main content */
.content {
	width: 650px;
	padding:0 10px 10px 0;
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 960px;
	}

/* Posts */
.post, .page {
	overflow: hidden;
	background:url(images/bg-black-opacity50.png);
	padding:10px;
	}
.single .post, .attachment .post, .page {
	margin: 0 0 10px 0;
	}
.category .post {
	border-bottom:1px #202020 solid;
}
.category .post:last-of-type {
	border-bottom:none;
}

/* Archive information */
.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0;
	}

/* Byline */
.byline {
	margin: 0 0 30px 0;
	font-style: italic;
	color: #666;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
	}
.entry-content:last-of-type {
	margin:0;
}

/* Entry metadata */
.entry-meta {
	font-style: italic;
	color: #666;
	font-size:.8em;
	}
.entry-meta:last-of-type, .post-meta-data:last-of-type {
	margin-bottom:0;
}

/* Page links (multiple-paged posts) */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Navigation links */
.navigation-links {
	margin:10px 0 20px 0;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}
.category .navigation-links .next, .category .navigation-links .previous {
	padding: 3px 10px;
	background: #ffa600 url(images/bg-btn-orange.png) bottom repeat-x;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
.category .navigation-links .next:hover, .category .navigation-links .previous:hover {
	cursor: pointer;
	background: #ffa600 url(images/bg-btn-orange.png) center repeat-x;
}

/* WP Pagenavi plugin */
.wp-pagenavi {
	margin-bottom: 21px;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Widgets */
#primary .widget, #secondary .widget {
	background:url(images/bg-black-opacity50.png);
	padding:10px;
	margin:0 0 10px 0;
}
.widget {
	overflow: hidden;
	margin: 0 0 15px 0;
	color: #777;
	}
.widget a {
	color: #777;
	text-decoration: underline;
	}
.widget a:hover {
	color:#ffa600;
	}

/* Widget titles */
.widget-title {
	font-size: 18px;
	font-weight: bold;
	color: #0078F0;
	}

/* Utility widget areas */
#utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #ccc;
	}

/* Comments template */
#comments-template {
	}
.entry-author {
}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: url(images/bg-black-opacity50.png);
	color:#fff;
	}
#comments li a, #comments li li li a, #comments li li li li li a {
	color:#666;
}
#comments li a:hover, #comments li li a:hover, #comments li li li a:hover, #comments li li li li a:hover, #comments li li li li li a:hover {
	color:#0078f0;
}
#comments li li, #comments li li li li {
	background: url(images/bg-white-opacity20.png);
	color:#fff;
	}
#comments li li a, #comments li li li li a {
	color:#111;
}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	}

/* Comment meta data */
.comment-meta-data {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	border-bottom:1px #666 solid;
	}
#comments li .comment-meta-data, #comments li li li .comment-meta-data, #comments li li li li li .comment-meta-data {
	color:#666;
	border-bottom:1px #666 solid;
}
#comments li li .comment-meta-data, #comments li li li li .comment-meta-data {
	color:#111;
	border-bottom:1px #111 solid;
}
.comment-author {
	font-size: 15px;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 97%;
	background:url(images/bg-white-opacity20.png);
	color:#ffa600;
	border:none;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	}
.text-input:focus, textarea:focus {
	background:#fff;
	color:#0078F0;
}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
textarea {
	width: 98%;
	background:url(images/bg-white-opacity20.png);
	color:#ffa600;
	border:none;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #ffa600 url(images/bg-btn-orange.png) bottom repeat-x;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #ffa600 url(images/bg-btn-orange.png) top repeat-x;
	}

/* Footer container */
#footer-container {
	margin: 0 0 21px 0;
	}

/* Subsidiary */
#subsidiary {
	margin: 0 0 21px 0;
	}

/* Footer */
#footer {
	color: #999;
	font-size:12px;
	}
#footer .copyright {
	display: inline;
	float: left;
	margin-right: 9px;
	}
#footer-navigation {
	list-style:none;
	margin:0;
}
#footer-navigation li {
	float:left;
}
#footer-navigation li a {
	border-left:1px #0078f0 solid;
	margin:0 10px 0 0;
	padding:0 0 0 10px;
}
#footer-navigation li.footer-link-home a {
	border-left:none;
	padding-left:0;
}

#respond {
	padding:10px;
	background:url(images/bg-black-opacity50.png);
}

/* Cforms */
.cform label {
	width:97%; 
	margin:4px 10px 0 0; 
/*	display:-moz-inline-box; /*for mozilla*/
/*	display:inline-block; /*for Opera & IE*/
	display:none;
	text-align:left;
	vertical-align:top;
}
.cform label span {
	display:block; 
}
label.cf-before {
	margin:4px 10px 0 0; 
}
label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}
label.cf-after span {
	width:115px;
	display:block;
}
label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}
.cform input.single, .cform input.upload, .cformselect, .cform .secinput {
	display: block;
	padding: 3px 6px;
	background:url(images/bg-white-opacity20.png);
	color:#ffa600;
	border:none;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	}
.cform input.single, .cform input.upload, .cform .secinput {
	width: 618px;
	}
.cformselect {
	width:630px;
}
.cform textarea {
	width: 618px;
	padding:3px 6px;
	background:url(images/bg-white-opacity20.png);
	color:#ffa600;
	border:none;
	font-size:18px;
	}
.cform input.single:focus, .cform textarea:focus, .cform input.upload:focus, .cformselect:focus, .cform .secinput:focus {
	background:#fff;
	color:#0078F0;
}
.cform label {
	font-size: .9em;
	}
.cform img {
	border:none;
	padding:0;
}
.cform .sendbutton, .cform .resetbutton, .cform .backbutton {
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #ffa600 url(images/bg-btn-orange.png) bottom repeat-x;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	}
.cform .sendbutton:hover, .cform .resetbutton:hover, .cform .backbutton:hover {
	cursor: pointer;
	background: #ffa600 url(images/bg-btn-orange.png) top repeat-x;
	}
.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}
ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}

/* just for text-only fields (no input) */
ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:url(images/li-err-orange-bg.png) repeat!important;
	padding:0 10px;
	margin:5px 0!important;
	border:1px #aa6600 solid;
}
ol.cf-ol li.cf_li_err input {
	width:595px !important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}
/* change formatting of response msgs here            */
/*                                                    */
div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	line-height:1.3em;
	margin:10px auto;
	text-align:center;
	font-size:20px;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#fff url(images/li-err-orange-bg.png) repeat!important;
	border:1px #ffa600 solid;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}

/*													*/
/* subcategory navigation							*/
/*													*/
#utility-before-content {
	text-align:center;
}
#utility-before-content .widget-title {
	display:inline-block;
}
#utility-before-content ul {
	display:inline-block;
	margin:0;
	list-style-type:none;
}
#utility-before-content li {
	display:inline-block;
	margin:0 10px;
	height:25px;
	line-height:25px;
	background:url(images/bg-black-opacity50.png);
	-moz-border-radius:5px;
}
#utility-before-content li a {
	font-size:16px;
	text-decoration:none;
	color:#ccc;
	text-transform:uppercase;
	padding:0 10px 0 23px;
}
#utility-before-content li a:hover {
	color:#ffa600;
}
.category-video #utility-before-content .cat-item-17 a, .category-web-design #utility-before-content .cat-item-18 a {
	color:#444 !important;
	cursor:default !important;
}
#utility-before-content .cat-item-17 a {
	background:url(images/icon-12-v.png) 5px center no-repeat;
}
#utility-before-content .cat-item-18 a {
	background:url(images/icon-12-w.png) 5px center no-repeat;
}

/*													*/
/* formatting for invalid user inputs				*/
/*													*/
.cform .cf_error { 
	color:#ffa600; 
	border:1px solid #ffa600; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}
img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(images/icon-refresh.png) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}
img.captcha-reset:hover {
	background:url(images/icon-refresh-hover.png) no-repeat;
}
.flv-embed-wrapper {
	float:right;
	margin:10px 0 10px 10px;
}
.linklove {
	display:none;
}


.byline, .meta-sep, .comments-closed {
	display:none;
}


/*			*/
/* Misc		*/
/*			*/
.type-large {
	font-size:1.3em;
	line-height:1.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.home .page {
	padding:0 30px 40px 30px;
}
.category-description {
	margin-bottom:10px;
	color:#ccc;
}
#home-teaser-1, #home-teaser-1 object {
	margin:0 !important;
}
#video-teaser-1, #web-teaser-1 {
	float:left;
	margin:0 10px 10px 0;
}
.video-disclaimer {
	font-size:9px;
	margin:0 0 20px 0;
	color:#666;
}
.home .video-disclaimer {
	text-align:center;
}
.alignleft {
	margin:0 10px 10px 0;
}
.alignright {
	margin:0 0 10px 10px;
}
.category-portfolio .category-web-design .post-title, .category-web-design .category-web-design .post-title, .single-category-web-design .single-title {
	padding-right:20px;
	background:url(images/icon-12-w.png) right center no-repeat;
}
.category-portfolio .category-video .post-title, .category-video .category-video .post-title, .single-category-video .single-title {
	padding-right:20px;
	background:url(images/icon-12-v.png) right center no-repeat;
}