/*

Theme Name: Cipher Media Based on Lucidity

Theme URI: http://www.sandboxdev.com/

Description: Lucidty:adjective - clear, obvious, sensible.  This theme will make working with WordPress even easier with easy to use admin panels and theme files.

Version: 1.1

Author: Jennifer Zelazny/SDAC Inc.

Author URI: http://www.sandboxdev.com/

Tags: white, custom header, fixed width, two columns, widgets



JZ CSS file organization

-----------------

[1] General - All general items, browser specific hacks

[2] Header - All things specific to the header

[4] Main Content - All things specific to the main content

[6] Sidebar - Things which are specific to the sidebar.

[7] Footer - Things which are page and section specific.

[8] Wide Content - Full content no sidebar




Questions/Comments: http://www.sandboxdev.com/forums/

*/



/*---------[1]General---------*/



body {
	background:#fff;
	font:.8em/1.5em Helvetica, 'Lucida Grande', Arial, sans-serif;
	color: #333;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, form, ul, ol, p {
	line-height:normal;
	margin:0;
	padding:0;
}
a {
	font-weight:bold;
	color:#e37925;
	text-decoration:none;
}
a:hover {
	color:#482b49;
	text-decoration:underline;
}
a img {
	border:0;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
blockquote {
	border-left: 5px solid #ddd;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}
blockquote cite {
	display: block;
	margin: 5px 0 0;
}
p img {
	max-width:99%;
}
.alignright {
	float:right;
	margin-left:5px;
}
.alignleft, .alignnone {
	float:left;
	margin-right:5px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clearjz {
	clear:both;
}
img.alignleft, img.alignright, img.alignnone {
	padding:3px;
	border:1px solid #ddd;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.wp-caption, .gallery-caption {
	font-size:.75em;
	font-weight:bold !important;
	margin-bottom:10px;
}
p.wp-caption-text {
	margin:5px 0 0 0 !important;
	padding:0 !important;
}
.wrapper {
	margin:0 auto;
	width:980px;
}
/*---------[2]Header---------*/



#header {
background:height:159px;
	margin:0 auto;
}
#header #logo {
	width:479px;
	float:left;
	display:inline;
	margin-top:30px;
}
#header #logo h1 a {
	background: url('images/logo.png') no-repeat;
	display:block;
	width:479px;
	height:58px;
	text-indent:-9999px;
	overflow:hidden;
}
#header #tagline {
	float:right;
}
#header #icons {
	float:right;
	display:inline;
	margin:10px 0 10px 10px;
}
#header ul {
	list-style:none;
}
#header #icons ul li {
	float:left;
	margin:0 0 0 5px;
}
#nav ul {
	float:left;
	width:740px;
}
#nav ul li {
	list-style:none;
	display:inline;
	line-height:35px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:.9em
}
#nav ul li a {
	color:#fff;
	border-right:1px solid #fff;
	padding:0 7px 0 7px;
	outline:none;
}
#nav ul li a:hover {
	text-decoration:none;
}
#nav form#searchform {
	float:right;
	width:220px;
}
#nav form#searchform div {
	line-height:35px;
	height:35px;
	vertical-align:middle;
}
#nav form#searchform input#s {
	border:1px solid #60051d;
	width:140px;
	padding:3px 3px 4px 3px;
}
#nav form#searchform input#searchsubmit {
	vertical-align:middle;
}
#nav ul li.last a {
	border-right:0;
}
#nav ul li a:hover, #nav ul li.current-menu-item a {
	color:#d491b4 !important;
}
/*---------[3]Main Content---------*/



#content {
	float:left;
	display:inline;
	width:670px;
	margin: 20px 10px 0 10px;
	min-height:640px;
}
#content_wide {
	float:left;
	display:inline;
	width:980px;
	margin: 20px 0 0 0;
	min-height:640px;
}
div.post, div.page {
	clear:both;
	margin-bottom:20px;

}
.post input#s {
	border:1px solid #bbb;
	width:510px;
	padding:2px;
}
.post h2, .page h2 {
	font-size:2.1em;
	margin-bottom:15px;
}
.meta {
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
	padding-bottom:5px;
}
.meta h4 {
	text-transform:uppercase;
	font-size:.85em;
	margin:3px 0 3px 0;
	color:#666;
}
.entry {
	padding:0;
	background:#fff;
}
.entry h3 {
	color:#9c3434;
}
.entry p {
	font-size:1.2em;
	line-height:1.5em;
	margin:0 0;
	padding:0;
    margin-bottom:15px;
}
.entry ul, .entry ol {
	margin:5px 0 5px 25px;
	padding:0;
}
.entry ul li {
	list-style:square;
	margin-bottom:10px;
}
.entry ol li {
	margin-bottom:10px;
}
.entry img {
	padding:0;
	max-width: 575px;
}
.tags h4 {
	text-transform:uppercase;
	font-size:.85em;
	margin:3px 0 3px 0;
	color:#666;
	margin-top:10px;
}
#commentSection h3 {
	margin-top:25px;
}
.commentlist li {
	list-style: none;
	margin: 15px 0 10px;
	padding: 5px 25px 10px 10px;
	background:#fff;
	border:1px solid #ccc;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist li .avatar {
	float: left;
	display:inline;
	background: #fff;
	border: 1px solid #bbb;
	margin-right:10px;
	padding: 2px;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	line-height:1.5em;
	margin: 10px 5px 10px 0;
}
.comment.odd {
	background:#f8f8f8;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform p {
	margin: 5px 0;
	line-height:21px;
}
#commentform input#author, #commentform input#email, #commentform input#url {
	width: 250px;
	border:1px solid #bbb;
	padding: 3px;
}
#commentform textarea {
	width: 98%;
	border:1px solid #bbb;
	padding: 2px;
}
#commentform #submit {
	margin: 0 0 15px auto;
	float: right;
}
.alt {
	margin: 0;
	padding: 10px;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.post.misc {
	padding-bottom:10px;
}
.post.misc h2 {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:5px;
}
.post.misc h3 {
	margin:15px 0 10px 0;
	text-transform:uppercase;
}
.home #content {
	width:980px;
	min-height:480px;
}
.home h2 {
	font-size:2.1em;
	color:#000;
	margin-bottom:10px;
}
.home p {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:15px;
}
#whoWeAre {
	float:left;
	margin:40px 0 40px 0;
}
#whatWeDo {
	float:left;
	margin-bottom:40px;
}
#whatWeDo h2 {
	font-size:1.9em;
}
#whatWeDo .offer {
	float:left;
	display:inline;
	width:300px;
	margin-right:25px;
}
#whatWeDo .offer .intro {
	height:140px;
}
.page-id-298 img {
	margin-bottom:20px;
}
/*---------[4]Sidebar---------*/



#sidebar {
	float:left;
	display:inline;
	width:270px;
	margin:20px 0 10px 10px;
}
#sidebar h2 {
	font-size:1.3em;
	letter-spacing:1px;
	color:#333;
	padding:10px;
}
#sidebar ul {
	margin:0 0 0 0;
	padding:0;
	list-style:none;
}
#sidebar ul ul {
	margin:5px 0 10px 5px;
	padding:0;
}
#sidebar ul ul li {
	background: url('images/bullet-list.png') no-repeat;
	padding-left:15px;
}
#sidebar ul ul ul li {
	list-style:square;
	background:none;
	padding:0;
}
#sidebar ul ul ul {
	margin:5px 0 0 15px;
}
#sidebar li {
	margin-bottom:5px;
}
#sidebar li.widget {
	margin:0 0 20px 0;
	background:#eee;
	-moz-border-radius-bottomleft:12px;
	-webkit-border-bottom-left-radius:12px;
	-moz-border-radius-topright:12px;
	-webkit-border-top-right-radius:12px;
	opacity:0.8;
	filter:alpha(opacity=80)
}
#sidebar li.widget .w {
	padding:10px;
}
#sidebar a {
	color:#79c203;
}
#sidebar .textwidget {
	margin-top:10px;
}
#sidebar .textwidget p {
	margin-bottom:10px;
}
#sidebar ol#topTen {
	margin:10px 0 10px 20px;
}
/*---------[5]Footer---------*/



#footer {
	float:left;
	clear:both;
	width:100%;
	background:#e4862f;
	border-top:10px solid #fff;
	padding:10px 0 10px 0;
}
#footer p {
	color:#fff;
	text-align:center;
	font-size:1em;
}

#footer ul.menu {text-align:center;height:24px;}
#footer ul.menu li {display:inline;}
#footer ul.menu li a {padding:0 3px 0 3px;}

#footer a {
	color:#333;
}
#footer a img {
	vertical-align:top;
	height:16px;
	line-height:16px;
}
#footer .postsGroup {
	float:left;
	display:inline;
	width:300px;
	margin:0 25px 25px 0;
}
#footer .postsGroup h3 {
	color:#333;
	margin-bottom:15px;
}
#footer .postsGroup p {
	text-align:left;
	line-height:normal;
	margin:0 0 3px 0;
	padding:0;
	color:#333;
	white-space: nowrap;
}
#footer .postsGroup p a {
	color:#333;
}
#footer .postsGroup .highlighted {
	margin:5px 0 10px 0;
}
#footer .postsGroup ul {
	list-style:none;
}
#footer .postsGroup ul li {
	font-size:.85em;
	margin:0 0 10px 0;
}
.droid span {
	display:none
}
.droid {
	display: block;
	width:180px;
	height: 70px;
	background: url("images/droid.png") no-repeat 0 0;	    
	margin-bottom:5px;

}
.droid:hover {
	display: block;
	width:182px;
	height: 70px;
	background: url("images/droid.png") no-repeat 0 0;
	background-position:-197px 0;
    margin-bottom:5px;

}
.bb span {
	display:none
}
.bb {
	display: block;
	width:182px;
	height: 55px!important;
	background: url("images/bb.png") no-repeat 0 0;
    margin-bottom:5px;
}
.bb:hover {
	display: block;
	width:182px;
	height: 55px!important;
	background-image: url("images/bb.png");
	background-position:-196px 0;
    margin-bottom:5px;
}
.ovi span {
	display:none
}
.ovi {
	display: block;
	width:182px;
	height: 75px!important;
	background: url("images/ovi.png") no-repeat 0 0;
    margin-bottom:5px;
}
.ovi:hover {
	display: block;
	width:182px;
	height: 75px!important;
	background-image: url("images/ovi.png");
	background-position:-197px 0;
	margin-top:0px;
	    margin-bottom:5px;

}
.apple span {
	display:none
}
.apple {
	display: block;
	width:182px;
	margin-top:2px;
	height: 67px;
	background-image: url("images/apple.png");
	background-position:0 0;
    margin-bottom:7px;
}
.apple:hover {
	display: block;
	width:182px;
	margin-top:2px;
	height: 67px;
	background-image: url("images/apple.png");
	background-position:-197px 0;
	margin-bottom:7px;

}

.winphone span {
	display:none
}
.winphone {
	display: block;
	width:182px;
	margin-top:2px;
	margin-left:2px;
	height: 40px;
	background-image: url("images/wp.png");
	background-position:0 0;
    margin-bottom:5px;
}
.winphone:hover {
	display: block;
	width:182px;
	margin-top:2px;
	margin-left:2px;
	height: 40px;
	background-image: url("images/wp.png");
	background-position:-197px 0;
    margin-bottom:5px;

}





#content_wide .page, #content_wide .entry {
	background:none!important;
	padding:none!important;
	margin:none!important;
	border:none;
	border-top-left-radius: 12px;
	border-top-right-radius: 0;
	clear: both;
	margin-bottom: 20px;
	opacity: 1;
	padding: 0;
}
#research_right {
	float:right;
	width:182px;
}
#research_content img {
	margin:0!important;
	padding:0!important
}
#research_content {
	margin-left:33px;
	float:left;
	width:550px;
}
#research_content h1 {
	padding:25px 0 8px 0
}
#research_content h2 {
	color:#000!important;
	font-size:14px;
	font-weight:bold
}
#research_content iframe {
	max-width:550px
}
#research_left {
	float:left;
	width:180px;
}
#content_wide .entry h2 {
	font-size:18px;
	color:#555;
	margin-bottom:10px
}
.slide {
	width:550px!important;
	padding-left:0!important;
	height:264px!important;
	margin-left:-20px!important
}
.slidedeck_frame, .skin-default {
}
.slidedeck {
	height:264px!important;
	padding:0!important;
	margin:0;
	border:none;
	width:550px;
}
.slidedeck dt {
	display:none!important
}
.slidedeck img {
	width:100%!important;
	height:100%!important
}
dd {
	margin-right: 20px !important;
}
dl.slidedeck dd {
	padding: 0 !important;
}
#header, #header-research {;
	height:159px;
	margin:0 auto;
}
#header #logo, #header-research #logo {
	width:479px;
	float:left;
	display:inline;
	margin-top:30px;
}
#header #logo h1 a, #header-research #logo h1 a {
	background: url('images/logo-app-promo.png') no-repeat;
	display:block;
	width:479px;
	height:120px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:8px;
}
#header #tagline, #header-research #tagline {
	float:right;
}
#header #tagline h2, #header-research #tagline h2 {
	display:none;

}
#header #icons, #header-research #icons {
	float:right;
	display:inline;
	margin:10px 0 10px 10px;
}
#header ul, #header-research ul {
	list-style:none;
}
#header #icons ul li, #header-research #icons ul li {
	float:left;
	margin:0 0 0 5px;
}
#nav {
	background-color: #472b46;
	height:35px;
	border-top:10px solid #fff;
	z-index:3;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
}

.app_features {
	margin-top:30px
}
.download_app {
	margin-top:25px
}


#fb_like_app {background: url('images/fbapp.png') no-repeat;
	display:block;
	width:179px;
	height:150px;
}

#like-holder {padding-top:110px; padding-left:15px;}


.twit_follow span {
	display:none
}
.twit_follow {
	display: block;
	width:179px;

	height: 150px;
	background-image: url("images/twitfollow.png");
	background-position:0 0;
}



.twit_follow span {
	display:none
}
.twit_follow {
	display: block;
	width:179px;

	height: 150px;
	background-image: url("images/twitfollow.png");
	background-position:0 0;
}

.banner_ad_link span {
	display:none
}
.banner_ad_link {
	display: block;
	width:380px;
	height: 90px;
	background-image: url("images/mobile-banner.png");
	background-position:0 0;
	margin-top:8px;
}
.banner_ad_link:hover {
	display: block;
	width:380px;
	height: 90px;
	background-image: url("images/mobile-banner.png");
	background-position:-385px 0;
	margin-top:8px;


}
