 /*
Theme Name: Ubisan Management
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

@import url("../twentyten/style.css");

/* =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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
  
}
}
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
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
	}
	
	
#content {
	margin: -60px 340px 0 30px;
}

#content a	{
	color: #f84608;
	text-decoration:none;
	font-weight:bold;
	}

#content a:hover	{
	color:#9f6855;
	}
		
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 300px;
	margin:-40px 20px 0 -200px;
}

#primary-case,
#secondary {
	float: right;
	overflow: hidden;
	width: 300px;
	margin:-40px 20px 0 -200px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*  homepage */

#left-home	{
	width:290px;
	margin:-30px 20px 0 0;
	float:left;
}

#right-home	{
	width:290px;
	float:left;
	margin:-30px 0 0 0;
}

#home-wide	{
	width:900px;
	float:left;
	margin-top:-50px;
	}
	
#home-narrow	{
	width:600px;
	float:left;
	margin-top:0px;
	}


/*
LAYOUT: Case studies
DESCRIPTION: One centered column with no sidebar
*/

.case-studies #content {
	
	width: 550px;
	margin:-60px 0 0 10px;
	padding-top:30px;
	color:#fff;
}

.quotes	{
	font-size:12px;
	}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 900px;
}

/*
LAYOUT: Full Width, no sidebar, two columns

*/

.two-column #content {
	margin: 0 auto;
	width: 900px;
	margin:-60px 0 0 30px;
}

.two-column #left-split	{
	width:440px;
	float:left;
	margin:0 0 0 0px;
	
	}

.two-column #right-split	{
	width:440px;
	float:right;
	margin:0;
	
	}
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: pragmatica-web,arial, verdana,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 {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	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;
}


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

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



/* =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;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 60px;
}
#right-home li, #left-home li {
/*background-image:url('images/tick.jpg');
background-repeat:no-repeat;
background-position:top left;*/
list-style-type:disc;
padding:0px 10px 10px 0px;
font-size:14px;
line-height:14px;
}
ol, #right-home 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: 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;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	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);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

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


/* =Header
----------------------------------------------- */

#header {
	
/**	background-image:url(images/headers/header-bg.png);
	background-repeat:no-repeat;
**/
	width:980px;
	height:230px;
	padding:0px 0 0px 0;
	position: relative;
	z-index: 2;
	background-color:none;
	margin-top:0px;
}


#header-contact {
border: 1px solid black;
float: right;
width: 280px;
height:80px;
position: absolute;
margin:20px 20px 0 0;
right: 0;
color: white;
font-size: 18px;
padding: 5px 10px;
border: 2px solid #F3F3F3;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
background:url(images/noisy.png) repeat;
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
padding:20px 10px 0 10px;
}

#callback	{
	float:right;
	padding-top:10px;
	
	}
	
#callback a	{
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#d84c11;
	}
	
#callback a:hover	{
	color:#ccc;
	}
	
#header-contact .phone	{
	font-size:22px;
	font-weight:bold;
	color:#d84c11;
	

	}

#header-contact .red	{
	color:#d84c11;
	}	
#header-contact .advice	{
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	margin:0 auto;
	width:150px;
	
	}
.header-image	{
	padding:10px 0 0 20px;
	}

.contact-info	{
	float:right;
	color:#fff;
	font-size:18px;
	padding:9px 30px 0 0;
	}

.contact-info a	{
	color:#fff;
	text-decoration:none;
	}
	
.contact-info a:hover	{
	color:#f84608;
	}

#social	{
	float:right;
	margin:45px -320px 0 0px;
	}
	
#social img	{
margin-right:10px;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	
	display: block;
	float: left;
	margin: 0 20px;
	width: 940px;
	margin-top:0px;
	background:url(images/noisy.png) repeat;
		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);
		-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	
}
#access .menu-header,
div.menu {
	font-size: 16px;
	margin-left: 62px;
	width: 928px;
	float:right;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 3px 10px 0 10px;
	text-decoration: none;
	text-transform:uppercase;
	font-family: facitweb, arial, sans-serif;
	font-weight:bold;
	font-size:20px;
	letter-spacing:2px;
}
#access ul ul {
	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);
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	float: left;
	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;
	line-height: 1em;
	padding: 10px 0 10px 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: transparent;  
	color: #f84608;
}

#access ul ul :hover > a {
	 background: #333;
	color: #f84608;
}
#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: #f84608;
}
* 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;
}

.cmi_menu_item_634, .cmi_menu_item_635, .cmi_menu_item_632, .cmi_menu_item_6316, .cmi_menu_item_1151 {
	background-image:url(images/menu-dash.png);
	background-repeat:no-repeat;
	background-position: right;
	padding:0 30px 0 20px ;
	
	}

cmi_menu_item_1014
	{
	background-image:url(images/menu-dash.png);
	background-repeat:no-repeat;
	background-position: right;
	padding:0 50px 0 40px ;
	border:1px solid #000;
	
	}
.cmi_menu_item_633	{
	
	background-position: right;
	padding:0 0px 0 10px ;
	
	}
/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
	margin-top:0px;
}

#main .one-column	{
	padding:0;
	}
#main-case-study {
	clear: both;
	overflow: hidden;
	padding: 40px 20px 20px 20px;
	background:#000;
	margin:-30px 20px 30px 20px;
		-moz-border-radius: 15px;
border-radius: 15px;
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);
	color:#dddbdb;
	
}
.blog #content	{
	clear: both;
	overflow: hidden;
	padding:30px 0 0 0;
	}

.single	#content	{	
clear: both;
	overflow: hidden;
	padding:30px 0 0 0;
	}
	
.archive	#content	{	
clear: both;
	overflow: hidden;
	padding:30px 0 0 0;
	}
#content {
	margin-bottom: 36px;
}
#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 p {
 	margin-bottom:10px;
 	line-height:20px;
 	}
 	
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin: 0;
}
#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;
	line-height: 1.5em;
	margin: 0 0 6px 0;
  font-family: ff-meta-web-pro,sans-serif;

}



#content h1	{
	font-size:22px;
	font-weight:bold;
	}

#content h2	{
	font-size:20px;
	}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	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;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 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;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
#content .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%;
}
.page-link {
	clear: both;
	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;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#content .entry-meta a,
#content .entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

/* Speech Bubble
--------------------------------------------------------------
p.speech
{
	position: relative;
	width: 268px;
	padding:10px;
	text-align: left;
	line-height: 100px;
	background-color: #fff;
	border: 4px solid #666;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
}

p.speech:before
{
	content: ' ';
	
	width: 0;
	height: 0;
	left: 30px;
	top: 100px;
	border: 25px solid;
	border-color: #666 transparent transparent #666;
}

p.speech:after
{
	content: ' ';
	
	width: 0;
	height: 0;
	left: 38px;
	top: 100px;
	border: 15px solid;
	border-color: #fff transparent transparent #fff;
}

 */
/* =FAQ plugin
-------------------------------------------------------------- */

.faq-catname	{
display:none;
}

/* =Sidebar
-------------------------------------------------------------- */
h3.widget-title a	{
	font-family:helvetica;
	font-weight:bold;
	font-size:22px;
	color:#f84608;
	margin-top:0;
	padding:0;
	
	
	}


h3.widget-title	{

	margin:30px 0 0px 0;
	}


/*
case study headlines
----------------------------------------------*/

#primary-case	{
	margin-top:-15px;
	}
#primary-case h3.widget-title a	{
	font-family:helvetica;
	font-weight:bold;
	font-size:22px;
	color:#f84608;
	margin:0;
	padding:0;
	
	}

#primary-case h3.widget-title	{
padding:0px 0 0px 0px;
	height:52px;
	margin:0 0 -20px 0;
	background:none;
	font-family:helvetica;
	font-weight:bold;
	font-size:22px;
	color:#f84608;
	}

ul#green	{
	color:#009900;
	}
/*
case study font styling
----------------------------------------------*/

#main-case-study #primary-case .testwidget p	{
	color:#fff;
	}
	
#recentpostswithexcerpts-4 li a	{
margin:10px 0 0 0px;
color:#000;
font-weight:bold;
font-size:14px;
}

.sidebar-quote	{
	background-color: #666;
	border: 2px solid #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
	padding:10px;
	width:240px;
	margin-top:20px;
	
}
	
#recentpostswithexcerpts-4 blockquote{

	margin:0 10px 0 0px;
	padding:0;
	
	}

#recentpostswithexcerpts-4 .excerpt_title a	{
font-size:16px;
color:#333;
 font-family: ff-meta-web-pro,sans-serif;
 text-transform:uppercase;
 letter-spacing:-0.01em;

}

a#recentpostswithexcerpts-4 	{
font-size:16px;
color:#fff;
}

#recentpostswithexcerpts-4 .excerpt_title a:hover	{
	color:#996666;
	text-decoration:none;
	}

.continue a	{
	display:none;
	}


	
#recentpostswithexcerpts-4	{

	background-repeat:repeat-y;
	padding-bottom:0px;
	margin-top:30px;
	}
#recentpostswithexcerpts-4 li	{
	list-style-type:none;
	color:#000;
	background-image:url(images/summary-bg.png);
	background-repeat:repeat;
	padding:10px;
	margin:0 0 10px -15px;
	border:2px solid #f84608;
	-moz-border-radius: 15px;
border-radius: 15px;
width:275px;

	}

.recent_with_excerpt li blockquote a	{
	font-size:10px;
	}

#custom_post_widget-3	{
margin-left:-20px;
margin-top:30px;
}

#custom_post_widget-4 h2	{
padding-bottom:10px;
}
/*
frontpage twitter feed
----------------------------------------------*/


.widget_twitter div {
	
	width:300px;
/*	min-height:350px;  */
		background-image:url(images/twitter-bg.png);
	background-repeat:no-repeat;
	-moz-border-radius: 15px;
border-radius: 15px;
}

#tweets	{
background-image:url(images/twitter-head.png);
	background-repeat:no-repeat;
	background-position: top middle;
}	
.follow-button	{
	display:none;
	}
	
.widget_twitter ul li  {
	padding-top:0px;
	
}

.widget_twitter .follow-button,
.widget_twitter .xavisys-link {
	margin:0 10px 10px 25px;
}

.widget_twitter .entry-meta {
	display:block;
	font-size:80%;
}

.widget_twitter .intent-meta a {
	
}
.widget_twitter .intent-meta a.in-reply-to {
	background-position: 0 center;
}
.widget_twitter .intent-meta a:hover.in-reply-to {
	background-position: -16px center;
}
.widget_twitter .intent-meta a.favorite {
	background-position: -32px center;
}
.widget_twitter .intent-meta a:hover.favorite {
	background-position: -48px center;
}
.widget_twitter .intent-meta a.retweet {
	background-position: -80px center;
}
.widget_twitter .intent-meta a:hover.retweet {
	background-position: -96px center;
}

#twitter-2	{
	margin-top:30px;
	}

h3.widget-title	{
	display:none;
	}

#twitter-2 #tweets {
	padding-top:70px;

	}
#twitter-2 li {
list-style-type:none;
color:#fff;
}

#twitter-2 li a	{
	color:#ccc;
	}
/*
twitter service  styling
----------------------------------------------*/

.twitter-service	{
	color:#000;
	background-image:url(images/summary-bg.png);
	background-repeat:repeat;
	padding:10px;
	
	border:2px solid #f84608;
	-moz-border-radius: 15px;
border-radius: 15px;
width:275px;
margin:0 0 50px 0;
}

.twitter-service ul	{
	margin:10px 0 10px 0;
	}

.twitter-service li	{
	margin:0 0 0 20px;
	}
	
.twitter-service-title	{
font-size: 16px;
color: #333;
font-family: ff-meta-web-pro,sans-serif;
text-transform: uppercase;
letter-spacing: -0.01em;
font-weight:bold;	
}
/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}




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

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}



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

#footer {
	margin-bottom: 20px;
	height:180px;
	background-image:url(images/footer.png);
	color:#e5dada;
}
#colophon {
	border-top: 4px solid #f84608;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0px;
}

#footer a {
	color: #f84608;
	text-decoration:none;
	}

#footer a:hover	{
	color:#9f6855;
	}
	
#footer-left	{
	float:left;
	
	width:500px;
	padding:0 0 0 20px;
	}
	
#footer-right	{
	float:right;
	text-align:right;
	width:430px;
	padding:0 20px 0 0;
	}
	

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

/* =goMobi styles
-------------------------------------------------------------- */

.feature-list	{
	width:900px;
	margin:0 0 0 50px;
	}


.minimal-light .slide-wrapper {
background-color: white;
border: 0;

}

.caption-container .caption h2{
	color:#fff;
	font-size:36px;
	}
	
/*---------- contact form 7 styles --------------*/

.wpcf7 input, 
.wpcf7 textarea{
    padding:10px;
    color:#8e8e8e;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height: 20px;
 
    border: solid 1px #9f9f9f; 
     
    box-shadow: inset 2px 2px 8px #bababa;
     
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
     
}
 
.wpcf7 .wpcf7-list-item{
    padding-left: 0;
    margin-left: 0;
    margin-right: 25px;
}
 
.wpcf7 .wpcf7-list-item input{
    border: none;
    padding-left: 0;
    margin-left: 0;
}
 
.wpcf7 select{
    outline: none;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
}
 
.wpcf7 input:hover, 
.wpcf7 input:focus, 
.wpcf7 input:active, 
.wpcf7 textarea:hover, 
.wpcf7 textarea:focus, 
.wpcf7 textarea:active {
    background: #ebf7f5;
    outline: none;
}
 
.wpcf7 input.wpcf7-submit{
 
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    transition: 0;
     
    border: none;
    position: relative;
     
    color: #fff;
     
    font-weight:bold;
    text-transform: uppercase;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
     
    font-size: 14px;
     
    padding-top: 11px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
     
    /* Gradient background */
    background-color: #fffccc;
   
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1b5c', endColorstr='#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d1b5c, endColorstr=#000000)";
     
    /* Drop Shadow */
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
     
}
 
/* On hover */
.wpcf7 input.wpcf7-submit:hover{
     
    cursor: pointer;
    text-decoration: none;
     
    background-color: #ccc;
   
}
 
/* On click */
.wpcf7 input.wpcf7-submit:active{
    top: 1px;
     
    color: #d8c6e2;
     
    background-color: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(#4d1b5c), to(#4d1b5c));    
    background:  -moz-linear-gradient(top, #4d1b5c, #4d1b5c);   
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1b5c', endColorstr='#4d1b5c');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d1b5c, endColorstr=#4d1b5c)"; 
     
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
 
/* CF7 Messages */
.wpcf7 .wpcf7-validation-errors{
    border:none;
    background-color:#f4ae46;
    margin:0;
    padding:20px;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
 
.wpcf7 .wpcf7-mail-sent-ok{
    border:none;
    background-color:#7ad33f;
    margin:0;
    padding:20px;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
 
.wpcf7 .wpcf7-mail-sent-ng{
    border:none;
    background-color:#cf2d38;
    margin:0;
    padding:20px;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
     
    color: white;
}
 
.wpcf7 span.wpcf7-not-valid-tip{
    border:none;
    background-color:#cf2d38;
    padding:10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius:10px;
    width: 180px;
    color: white;
     
    /* Drop shadow */
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
 
.wpcf7-form .fleft{
    float: left;
}
 
.wpcf7-form .mright20{
    margin-right: 20px;
}
 
.wpcf7-form .mright40{
    margin-right: 40px;
}
 
.wpcf7-form .clear{
    clear: both;
}

.wpcf7-form #captcha	{

	}
#captcha-box	{
	height:30px;
	padding:0;
	display:inline;
	
	}

/*---portfolio lightbox tweaks  --*/

#cboxCurrent	{
	display:none;
	}
