@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: "Meta-BoldCaps";
  src: url(/assets/fonts/Meta-BoldCaps.ttf) format("truetype");
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content p a{
	color:#24ADE4;
	background: #3a3a3a;
	text-decoration: none;
}
#content p a:hover{
	color: #fff;
}
.floatfix {
	clear: both;
}
#outline {
	width: 100%;
	background: transparent url(http://cdn.jeffreyryanllc.com/assets/images/navfader.png) repeat-x;

}
#header {
	height: 215px;
	width: 960px;
	margin: 0 auto;
}
#header #logo {
	width: 254px;
	height: 150px;
	background: transparent url(http://cdn.jeffreyryanllc.com/assets/images/logo.png) no-repeat;
	display:block;
	float: left;
	cursor: pointer;
}
#slogan {
	height: 185px;
	background-color: #24ADE4;
	border-bottom:7px solid #3A3A3A;
	display: none;
}
#slogan #headline {
	height: 185px;
	background:#24ADE4;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#slogan #headline #h-content{
	float: right;
	width: 775px;
}
#slogan #headline #h-content #twitter{
	font-size: 40px;
	text-align: right;
	height: 185px;
	display: table-cell;
	vertical-align:middle;
	line-height: 50px;
	width: 100%;
	text-transform: lowercase;
	color: #3a3a3a;
}
#wrapper {
	width: 960px;
	height: 400px;
	margin: 0 auto;
}
p, ol, ul {
	line-height: 150%;
}
#navbar {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	height: 31px;
}
ul.menu {
	float: right;
	margin: 0;
	list-style-type: none;
}
ul.menu li {
	float: left;
}
ul.menu li a {
	text-transform: uppercase;
	float: left;
	display: block;
	height: 28px;
	padding: 3px 15px 0 15px;
	line-height: 24px;
	color: #fff;
	margin-left: 5px;
	text-decoration: none;

}
ul.menu li a:link, ul.menu li a:visited {
	color: #fff;
	background: #3A3A3A;
	text-decoration: none;
}
ul.menu li a:hover {/***background: #303030;***/
	color: #fff;
	background: #4F4F4F;
	text-decoration: none;
}
ul.menu li a:active {
	background: #24ADE4;
	color: #3A3A3A;
}
body#home ul.menu li.home a:link, body#home ul.menu li.home a:visited, body#who-we-are ul.menu li.who-we-are a:link, body#who-we-are ul.menu li.who-we-are a:visited, body#services ul.menu li.services a:link, body#services ul.menu li.services a:visited, body#portfolio ul.menu li.portfolio a:link, body#portfolio ul.menu li.portfolio a:visited, body#blog ul.menu li.blog a:link, body#blog ul.menu li.blog a:visited, body#contact ul.menu li.contact a:link, body#contact ul.menu li.contact a:visited {
	background: #24ADE4;
	color: #3A3A3A;
	text-decoration: none;
}
#wrapper {
	font-size: 1.3em;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 100%;
}
#wrapper #content {
	height: 100%;
	margin-bottom: 20px;
	width: 960px;
	min-height: 600px;
}
#wrapper #content p {
	background-color: #ebebeb;
	padding:1em;
	margin-bottom: 1em;
	line-height:1.5em;
}
#wrapper #content p span {
	color:	#24ADE4;
	text-transform:uppercase;
}
.content_label h2, .port_label h2 {
	color: #fff;
	font-size: 1em;
	text-transform: capitalize;
}
/**********************

*   Blog Entries      *

***********************/

.post {
	margin-top:20px;
	padding:20px;
	clear:both;
	background:#E9E9E9 url(http://cdn.jeffreyryanllc.com/assets/images/post-bg-repeat.png) repeat-x scroll 0 0;
	border: 1px #ccc solid;
}
.postentry ul li {
	clear:both;
	font-size: 13px;
	text-align: right;
	background:#3A3A3A;
	margin-bottom:1px;
	white-space:nowrap;
	height:48px;
}
.port-label {
	color: #3A3A3A;
	float: left;
	text-transform: uppercase;
	background-color:#24ADE4;
	padding:12px;
	width:40px;
	text-align:left;
	line-height:24px;
	border-right:1px solid #FFFFFF;
}
.port-data {
	color: #fff;
	padding:12px;
	text-align:right;
}
.port-data a {
	color: #24ADE4;
}
.posttitle {
	background-color: #24ADE4;
	clear: both;
	color: #3A3A3A;
	padding: 0.5em;
	text-align: center;
	text-transform: uppercase;
}
.postentry p {
	padding-top: 1em;
	padding-bottom: 1em;
}
.postentry ul {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: right;
	width: 360px;
	font-size:.9em;
}
.postentry .portfolio-image {
	width:500px;
	height:250px;
	background:#e3e3e3 url(http://cdn.jeffreyryanllc.com/assets/images/spinner.gif) no-repeat center center;
	border:12px solid #d1d1d1;
	float: right;
}
.postentry .portfolio-image a{
	background: none;
	padding: 0;
}
.portfolio-image img{
	display: block;
}
#bottomfons {
	float: left;
	font-size: 1.3em;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
/**********************

*   Bottom            *

***********************/
#bottomfons {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
}
/**********************

*   Footer            *

***********************/
#footerfons {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #3A3A3A none repeat scroll 0 0;
	font-size: 1em;
	float: left;
	border-top: 2px solid #24ADE4;
}
#footer {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	height: 74px;
	background: #3A3A3A none repeat scroll 0 0;
	color: #fff;
	text-align: center;
}
#footer .validate-xhtml, #footer .validate-css {
	padding-left: 10px;
}
#footer .validate-css {
	border: none;
}
#footer a {
	padding-right: 10px;
	border-right: 1px #FFF solid;
}
#footer .credits {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
}
#footer p {
	font-size: 1em;
	margin: 0;
	padding-top: 1.8em;
}
#footer p a:link, #footer p a:visited {
	color: #24ADE4;
}
#footer p a:hover {
	color: #fff;
}
#footer p a:active {
	color: #fff;
}
.chunk {
	clear:both;
}
.blogtitle {
	background:#ebebeb;
	margin-bottom:.7em;
	height:3em;
	line-height:1em;
}
.blogtitle span {
	float:left;
	line-height:1em;
	padding:1em;
}
.blogdate {
	float:right;
	line-height:1em;
	padding:1em;
	background-color:#3a3a3a;
	color:#FFF;
}
#wrapper #content .blogcontent p {
	font-size:.9em;
	background:none;
	margin:0;
	padding:0;
	margin-bottom:1.5em;
}
#wrapper #content .blogcontent div {
	display:none;
}
#wrapper #content .blogcontent a > #wrapper #content .blogcontent a img {
	background: none;
	padding: none;
}
#wrapper #content .port_label {
	float:left;
	width:15em;
}
#wrapper #content .content_label {
	float:none;
	background:#3A3A3A;
	width:242px;
	line-height: 48px;
	margin: 0 0 20px;
	padding: 0 0 0 1em;
}
#wrapper #content .content_label img{
	float:left;
	padding:0.5em 0.5em 0 0;
	width: 25px;
}
#wrapper #content #taglist {
	float:right;
	border:none;
	font-size:12px;
	margin-bottom:1px;
}
#taglist li {
	float:left;
	text-transform:lowercase;
}
#taglist li a {
	background:none	;
	color:#3a3a3a;
	margin-left:1px;
	padding:11px;
	line-height:36px;
}
#taglist li a:hover {
	background:#24ADE4;
}
#taglist #taglist-label span {
	padding:11px;
	line-height:36px;
	background: none;
	color:#24ADE4;
}
.services li {
	clear:both;
	text-align: right;
	background-color:#3A3A3A;
	margin-bottom:1em;
}
.serv-label {
	color: #3A3A3A;
	text-transform: uppercase;
	background-color:#24ADE4;
	border-bottom:1px solid #fff;
	padding:12px;
	text-align:left;
}
.serv-data {
	color: #fff;
	padding:12px;
	text-align:left;
}
#filter {
	clear:both;
	margin-bottom:1em;
}
#filter-table{
	border:1px solid #ccc;
	margin-top:1px;
}
#filter #filter-label {
	color: #24ADE4;
	text-transform: uppercase;
	background-color:#3a3a3a;
	padding:1em;
}
#filter #filter-data {
	color: #3a3a3a;
	text-transform: uppercase;
	background-color:#e7e7e7;
	padding:1em;
}
#filter #filter-close {
	padding:1em;
	background-color:#e7e7e7;
}
#feedback-btn {
	position:fixed;
	top:277px;
	background:url(http://cdn.jeffreyryanllc.com/assets/images/feedback-btn.gif) no-repeat;
	width:35px;
	height:125px;
	z-index: 15;
}
#feedback-btn:hover {
	background:url(http://cdn.jeffreyryanllc.com/assets/images/feedback-btn-over.gif) no-repeat;
}
#utilnav{
	float: right;
}
#utilnav li{
	float: left;

}
#utilnav li a{
	background: url(http://cdn.jeffreyryanllc.com/assets/images/navfader.png) repeat-x center center;
	line-height:24px;
	width:21px;
	height:28px;
	margin-left:5px;
	padding:3px 15px 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	display:block;

}
#admin, #client {
	cursor: pointer;
}
#admin:hover, #client:hover {
	background: #3a3a3a;
}
#team li{
	float: left;
	margin-right: 10px;
}
#team li a{
	background: none;
	padding: 0;
}
#team li img{
	border: 6px solid #3a3a3a;
}
#contact-form{
	border:1px solid #CCCCCC;
	float:left;
	margin-bottom:2em;
	width:640px;
}
#wrapper #content #contact-form p{
	background: none;
	margin-bottom:0;
}
.postentry ul li {
	clear:both;
	font-size: 13px;
	text-align: right;
	background:#3A3A3A;
	margin-bottom:1px;
	white-space:nowrap;
	height:48px;
}
.port-label {
	color: #3A3A3A;
	float: left;
	text-transform: uppercase;
	background-color:#24ADE4;
	padding:12px;
	width:50px;
	text-align:left;
	line-height:24px;
	border-right:1px solid #FFFFFF;
}
#contact-info{
	float: right;
}
#contact-info .postentry ul {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: right;
	width: 280px;
	font-size:.9em;
}
#contact-info .postentry ul li {
	clear:both;
	font-size: 13px;
	text-align: right;
	background:#3A3A3A;
	margin-bottom:1px;
	white-space:nowrap;
	height:48px;
}
#contact-info .port-data {
	color: #fff;
	padding:12px;
	text-align:right;
}
#contact-info .port-data a {
	color: #24ADE4;
}
.port-data a{
	vertical-align:top;
}
img#download-icon{
	margin-left:0.75em;
	width: 22px;
	height: 22px;
}