/* Load font
In case you want to use webfonts, although the weight looks different in between browsers and OSs

@font-face {
    font-family: 'LeagueGothic';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfont.eot@#iefix') format('embedded-opentype'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#LeagueGothic') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/*RESET*/

/*   html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark  html5doctor.com/html-5-reset-stylesheet/*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

article, aside, figure, footer, header,
hgroup, nav, section { display:block; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

nav ul { list-style:none; }

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}


/* END RESET CSS */

/* Text*/
a { color: #0a95dd; text-decoration: none;}
a:hover { color: #333; text-decoration: underline;}
a:focus{ outline:0px dotted invert; }
hr{ border:0;background:url(../images/hr.jpg);margin:0;padding:0;height:2px; }
h1{ font-size:36px; }
h2{ font-size:30px; }
h3{ font-size:27px; }
h4{ font-size:25px; }
h5{ font-size:22px; }
h6{ font-size:19px; }

em {
	font-style: italic;
	color: #0a95dd;
	font-family: Georgia, serif;
}

strong { font-weight: bold;}

p,dl,hr,ol,ul,pre,table,address,fieldset,code{ margin-bottom: 20px; }

h1,h2,h3,h4,h5,h6{ 
	font-family:  Impact, Arial, sans-serif;
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 30px;
}

/* Title Headings */

.heading {
	text-shadow: 3px 3px 0px rgba(0,0,0,0.15);
}

/* GENERAL STYLES */

/* Text Selection */

::selection {
	background: #0a95dd; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #0a95dd; /* Firefox */
	color: #fff;
}

body {
	background-color: #f9f9f9;
	line-height: 1.5 !important;
	color: #666;
	font:14px Helvetica,Arial,sans-serif;
	border-top: 5px solid #0a95dd;
}

#wraper {
	background-color: #fff;
	width: 980px;
	margin: 0 auto 40px;
	padding-bottom: 60px;
	box-shadow: 0px 20px 20px #eee;
}

/* HEADER */

header {
	height: 125px;
}

header #logo {
	height: 125px;
}

header nav#main {
	height: 125px;
}

header nav#main ul {
	float: right;
	height: 125px;
	line-height: 125px;
}

header nav#main li {
	display: block;
	float: left;
	padding: 0px;
	height: 125px;
	line-height: 125px;
	position: relative;
}

header nav#main li:hover {
	background: #f9f9f9;
	border-top: 5px solid #333;
	margin-top: -5px;
	color: #0a95dd;
}

header nav#main li a {
	font-family:  Impact, sans-serif;
	font-size: 21.5px;
	color: #4c4c4c;
	display: block;
	padding: 0px 20px;
	text-transform: uppercase;
}

header nav#main li a:hover {
	color: #0a95dd;
	text-decoration: none;
}

/* Dropdown */

nav#main li ul {
	display: none;
	background: #fff;
	position: absolute;
	min-width: 250px;
	height: auto;
	border: 1px solid #ddd;
	margin-top: 4px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
	z-index: 1000;
}

nav#main li ul:before {
	content: "";
	min-width: 252px;
	height: 4px;
	position: absolute;
	top: -4px;
	left: -1px;
	background: #333;
}

nav#main li ul:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: -9px;
	left: 10px;
	background: #333;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-top: none;
	border-bottom: 5px solid #333;
}

nav#main li ul li {
	float: none;
	height: 40px;
	line-height: 40px;
}

nav#main li ul li:hover {
	border-top: 0;
	margin-top: 0px;
}

nav#main li ul li a {
	font-family: Georgia, serif;	font-size: 15px;
	font-style: italic;
	text-transform: none;
}

nav#main li ul li a:hover {
	border: none;
	margin: 0;
	text-decoration: underline;
	background: #fff;
}

header #headerDivider {
	height: 1px;
	background: #ddd;
}




/* SLIDER */

#sliderWraper {
	margin: 60px auto;
	height: 350px;
	z-index: 900;
}

#sliderContainer {
	border: 1px solid #ddd;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.12);
	height: 350px;
}

#slider {
	width: 920px;
	margin: 10px auto;
	position: relative;
}

.nivo-controlNav {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.nivo-controlNav a.nivo-control {
	background: url('images/slider-controls.png');
	display: block;
	width: 10px;
	height: 10px;
	float: left;
	text-indent: -9999px;
	margin-right: 5px;
}

.nivo-controlNav a.nivo-control:hover {
	background-position: 0px -10px;
}

.nivo-controlNav a.active {
	background-position: 0px -20px;
}

.nivo-directionNav a.nivo-prevNav {
	background: url('images/slider-left.png');
	display: block;
	left: 10px;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
}

.nivo-directionNav a.nivo-nextNav {
	background: url('images/slider-right.png');
	display: block;
	right: 10px;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
}



/* HOME SLOGAN */

#homeSlogan {
	margin-bottom: 60px;
	min-height: 60px;
	height: auto;
}

#homeSlogan #sloganText p {
	font-family: Georgia, serif;
	font-size: 24px;
	font-style: italic;
	line-height: 1.3;
	color: #4c4c4c;
}

#homeSlogan #sloganButton a {
	float: right;
}



/* HOME SERVICES/SERVICES PAGE */

#homeServices {
	overflow: hidden;
}

#web h2, #graphic h2, #strategy h2,
#illustration h2, #motion h2, #mobile h2 {
	padding-left: 42px;
	height: 32px;
	line-height: 32px;
}

/* Margin for services page */

#services #web,
#services #graphic,
#services #strategy,
#services #illustration,
#services #motion,
#services #mobile {
	margin-bottom: 40px;
}

#web h2 { background: url('images/icon-computer.png') top left no-repeat; }
#graphic h2 { background: url('images/icon-tablet.png') top left no-repeat; }
#strategy h2 { background: url('images/icon-chart.png') top left no-repeat; }
#illustration h2 { background: url('images/icon-brush.png') top left no-repeat; }
#motion h2 { background: url('images/icon-film.png') top left no-repeat; }
#mobile h2 { background: url('images/icon-phone.png') top left no-repeat; }


/* RECENT WORK/PORTFOLIO */

#recentWork {
	margin-top: 100px;
	overflow: hidden;
}

#portfolio, #portfolio ul#filter, #portfolio ul#thumbnails {
	overflow: auto;
}

#recentWork h1 {
	background: url('images/divider.gif') repeat-x center center;
}

#recentWork h1 span {
	background: #fff;
	padding-right: 10px;
}

#portfolio #thumbnails {
	margin: 0;
}

#portfolio #thumbnails > div {
	float: left;
	margin-top: 40px;
	margin-right: 11px;
}

/* case study related work fix */

#relatedWork #portfolio #thumbnails > div {
	margin-top: 0;
}

#recentWork li,
#portfolio li {
	float: left;
	padding-right: 17px;
}

#recentWork li.last,
#portfolio #thumbnails > div.last {
	padding: 0;
}

#recentWork li > a,
#portfolio li > a,
#portfolio div > a {
	font-family: Georgia, serif;
	font-size: 18px;
	color: #333;
}

#recentWork li > a:hover,
#portfolio li > a:hover {
	color: #0a95dd;
}

#recentWork li > span {
	display: block;
	margin-bottom: 40px;
	font-style: italic;
}

#portfolio div > span {
	display: block;
}

/* Margin fix for case study page */

#relatedWork #portfolio #thumbnails,
#relatedWork #portfolio li > span {
	margin-bottom: 0px;
}


#recentWork .imageWraper,
#portfolio .imageWraper {
	margin-bottom: 20px;
	position: relative;
}

#recentWork .imageWraper a,
#portfolio .imageWraper a {
	width: 280px;
	height: 180px;
	display: block;
	padding: 10px;
	border: 1px solid #ddd;
}

#recentWork .imageWraper span,
#portfolio .imageWraper span {
	display: block;
	width: 280px;
	height: 180px;
	background: url('images/magnifier.png') center center no-repeat #0a95dd;
	position: absolute;
	top: 11px;
	left: 11px;
	opacity: 0;
}

#recentWork .imageWraper a:hover,
#portfolio .imageWraper a:hover {
	border-color: #aaa;
}

/* Filter */

#portfolio ul#filter {
	margin-bottom: 0px;
}

#portfolio ul#filter li.current a {
	color: #0a95dd;
}




/* ABOUT + TESTIMONIALS */

#aboutTestimonials {
	margin-top: 40px;
	overflow: hidden;
}

#aboutTestimonials h1 {
	background: url('images/divider.gif') repeat-x center center;
}

#aboutTestimonials h1 span {
	background: #fff;
	padding-right: 10px;
}


/* Testimonials */

.testimonialWraper .testimonial {
	border: 1px solid #ddd;
	padding: 20px;
	position: relative;
	box-shadow: 3px 3px 3px #eee;
}

.testimonialWraper .testimonial:after{
	content: "";
	width: 35px;
	height: 34px;
	background: url('images/bubble-arrow.jpg');
	position: absolute;
	bottom: -34px;
}

.testimonialWraper .testimonial p {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.5;
	position: relative;
	margin: 0;
}

.testimonialWraper .testimonial p:before {
	content: open-quote;
	font-size: 72px;
	color: #0a95dd;
	float: left;
	margin-right: 15px;
	display: block;
	float: left;
	margin-top: -24px;
	height: 30px;
}

.testimonialWraper .testifier {
	margin: 10px 0px 0px 63px;
}

.testimonialWraper .testifier p:first-child {
	font-size: 17px;
	font-family: Georgia, serif;
}

.testimonialWraper .testifier p {
	margin: 0;
	font-size: 12px;
}



/* TWITTER FEED */

#tweet {
	background: url('images/twitter-big.png') top left no-repeat;
	height: 46px;
	margin-bottom: 40px;
	padding-left: 82px;
}

#twitter_update_list {
	margin: 0;
	height: 46px;
	line-height: 46px;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
}

#twitter_update_list li {
	line-height: 22px;
}

#twitter_update_list li > a {
	font-style: normal;
}





/* ALL OTHER PAGES STYLES */

/* Global Styles */

#pageHeader {
	height: 100px;
	line-height: 100px;
	margin-bottom: 40px;
}

#pageHeader #pageTitle {
	height: 100px;
}

#pageHeader #pageTitle h1 {
	line-height: 100px;
	margin: 0;
}

#pageHeader #pageTitle h1 span {
	color: #666;
}

#pageHeader #topSearch input {
	width: 270px;
	padding: 12px 15px;
	border: 1px solid #111;
	border: 1px solid rgba(0,0,0,0.2);
	background: #f9f9f9;
	color: #666;
}


/* CASE STUDY */

#caseStudy {
	overflow: auto;
}

#caseStudy #largeImage img {
	border: 1px solid #ddd;
	padding: 10px;
	width: 600px;
	height: auto
}

#caseStudy #moreShots li {
	float: left;
}

#caseStudy #moreShots img {
	border: 1px solid #ddd;
	padding: 5px;
	margin-right: 14px;
	margin-bottom: 15px;
}

#caseStudy #moreShots a:hover > img {
	border-color: #aaa;
}

#caseStudy #itemDesc {
	margin-top: 15px;
}

#relatedWork {
	margin-top: 60px;
}

#casePagination {
	margin-top: 40px;
	border-top: 1px solid #ddd;
	padding-top: 40px;
}

#casePagination #prev,
#casePagination #next {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
}

#casePagination #prev { float: left;}
#casePagination #next { float: right;}



/* ABOUT US/SERVICES */

#aboutUs #intro p,
#services #intro p {
	font-size: 24px;
	font-family: Georgia, serif;
	font-style: italic;
	margin-bottom: 0;
}



/* 404 */

#pageNotFound section {
	text-align: center;
	margin-top: 20px;
}

#pageNotFound h2 {
	margin-bottom: 0;
}



/* CONTACT */

#contact #contactInfo ul {
	margin-bottom: 0px;
}

#contact #contactInfo li {
	padding-left: 24px;
	margin-bottom: 5px;
}

#contact #contactInfo #address { background: url('images/icon-house.png') center left no-repeat}
#contact #contactInfo #phone { background: url('images/icon-phone2.png') center left no-repeat}
#contact #contactInfo #skype { background: url('images/icon-skype2.png') center left no-repeat}
#contact #contactInfo #vcard { background: url('images/icon-vcard.png') center left no-repeat}

#contact #map iframe {
	padding: 10px;
	border: 1px solid #ddd;
}

#contact input[type=text],
#contact textarea {
	width: 270px;
	padding: 12px 15px;
	border: 1px solid #111;
	border: 1px solid rgba(0,0,0,0.2);
	background: #f9f9f9;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#contact textarea {
	width: 425px;
}


/* Validation styles */

#contactForm input.error,
#contactForm textarea.error {
	background: #F8DBDB;
	border-color: #E77776;
	color: #E77776;
}

#contactForm span.errorAlert {
	display: block;
	margin-top: 10px;
	font-style: italic;
	color: #E46C6E;
}




/* BLOG */

#blog {
	overflow: hidden;
}

.blogPost {
	overflow: auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 60px;
}

.blogPost .post-thumbnail img {
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	width: 598px;
}

.blogPost .post-thumbnail a:hover > img {
	border-color: #aaa;
}

.blogPost article.post .post-meta h1 {
	font-size: 24px;
	margin-bottom: 20px;
}


/* Pagination */

#pagination li,
#pagination #prev,
#pagination #next {
	float: left;
	line-height: 20px;
}

#pagination li a {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 13px;
	border: 1px solid #fff;
}

#pagination li a.current {
	background: #ddd;
	border: 1px solid #ddd;
}

#pagination li a:hover {
	border: 1px solid #ddd;
	text-decoration: none;
	font-size: 13px;
}

#pagination #prev,
#pagination #next {
	margin-left: 20px;
}


/* Single Post */

.singlePost {
	padding-bottom: 30px;
	margin-bottom: 0px;
}

.singlePost .post .post-meta {
	width: 220px;
	float: left;
	margin-right: 20px;
}


/* Comments */

#allComments #commentsHeader {
	overflow: auto;
	height: 100px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}

#allComments #commentsHeader h2 {
	display: inline;
	margin: 0;
	line-height: 100px;
}

#allComments #addComment {
	float: right;
	line-height: 100px;
}

#comments {
	margin-bottom: 0;
	overflow: auto;
}

#comments .comment {
	overflow: auto;
	margin-bottom: 30px;
}

#comments .avatar {
	width: 50px;
	float: left;
	margin-right: 10px;
}

#comments .commentContent {
	margin-left: 60px;
	border-bottom: 1px solid #ddd;
}

#comments .commentContent p {
	margin-bottom: 15px;
}

#comments .commentContent .author {
	font-weight: bold;
}

#comments .commentContent span.date {
	font-size: 12px;
	color: #777;
	font-style: italic;
}

/* Child Comments */

#comments .children {
	margin-left: 60px;
}


/* reply */

#reply {
	margin-top: 30px;
}

#reply fieldset {
	margin-bottom: 0;
}

#reply input[type=text],
#reply textarea {
	width: 270px;
	padding: 12px 15px;
	border: 1px solid #111;
	border: 1px solid rgba(0,0,0,0.2);
	background: #f9f9f9;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#reply textarea {
	width: 600px;
}



/* all other Page */

#page {
	overflow: hidden;
}



/* SIDEBAR */

#sidebar h3 {
	background: url('images/divider.gif') repeat-x center center;
	margin-bottom: 20px;
}

#sidebar h3 span {
	background: #fff;
	padding-right: 10px;
}

#sidebar .widget {
	margin-bottom: 50px;
}

#sidebar .widget:last-child {
	margin-bottom: 0px;
}

#sidebar .widget ul,
#sidebar .widget p {
	margin-left: 10px;
}

/* tabs */

.tabs,
.tabs .selectors,
.tabs .panel ul {
	overflow: hidden;
	margin-left: 0 !important;
}

.tabs .selectors {
	width: 300px;
}

.tabs .selectors li {
	font-family:  Impact, Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	border: 1px solid #ddd;
	border-left: none;
	float: left;
	text-align: center;
	width: 32%;
}

.tabs .selectors li a {
	color: #333;
	display: block;
	padding: 10px;
	cursor: pointer;
}

.tabs .selectors li:first-child {
	border-left: 1px solid #ddd;
}

.tabs .selectors li.active {
	border-top: 3px solid #0a95dd;
	border-bottom: none !important;
}

.tabs .selectors li.twitter a {
	background: url('images/icon-twitter2.png') 6px 12px no-repeat;
	padding-left: 30px;	
}

.tabs #tweet {
	background: none;
	padding: 0;
	height: 300px;
}

.tabs #tweet li {
	background: url("images/icon-twitter2.png") no-repeat 0px 3px;
	padding-left: 30px;
}



/* FOOTER */

#footerWraper {
	background: url('images/dark-pattern.jpg') #333;
	margin: 0 auto;
}

footer {
	background: url('images/foot-arrow.png') top center no-repeat;
	overflow: hidden;
	font-size: 12px;
}

footer > div {
	margin-top: 40px;
}

footer div h4 {
	font-size: 36px;
	color: #eee;
	text-shadow: 2px 2px 0px #000;
	background: url('images/foot-divider.gif') repeat-x center center;
}

footer div h4 span {
	background: url('images/dark-pattern.jpg') #333;
	padding-right: 10px;
}

/* Contact */

#footerContact input[type=text], #footerContact textarea {
	width: 335px;
	padding: 12px 18px;
	border: 1px solid #111;
	border: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.12);
	/* Fallback for web browsers that doesn't support RGBa */
	background: #212326;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.15);
	color: #666;
	box-shadow: inset 0px 4px 6px rgba(0,0,0,0.12);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

/* Popular Posts */

.footPost {
	margin-bottom: 30px;
	line-height: 1.5;
}

.footPost .footDate {
	background: url('images/foot-bubble.png') top left no-repeat;
	width: 65px;
	height: 60px;
	line-height: 1;
	float: left;
	margin-right: 15px;
	text-align: center;
	font-family:  Impact, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #ccc;
	padding-top: 3px;
}

.footPost .footMeta > a {
	font-family: Georgia, serif;
	font-size: 15px;
	color: #ccc;
}

.footPost .footMeta > a:hover {
	color: #0a95dd;
}

/* Archive/Categories */

#footerArchives li, #footerCategories li {
	background: url('images/list-arrow.png') left center no-repeat;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

#footerArchives a, #footerCategories a {
	color: #666;
}

#footerArchives a:hover, #footerCategories a:hover {
	color: #0a95dd;
}

/* Bottom Bar */

#footerBarWraper {
	border-top: 1px solid #111;
	border-top: 1px solid rgba(0,0,0,0.2);
	height: 75px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: #212326;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.15);
	color: #666;
	box-shadow: inset 0px 4px 6px rgba(0,0,0,0.12);
	line-height: 75px;
}

#footerBar {
	overflow: hidden;
}

#footerBar #social ul {
	float: right;
	margin: 0;
	height: 75px;
}

#footerBar #social li {
	float: left;
	margin-right: 10px;
	height: 75px;
	line-height: 75px;
}

#footerBar #social li.twitter a,
#footerBar #social li.facebook a,
#footerBar #social li.vimeo a,
#footerBar #social li.youtube a,
#footerBar #social li.skype a {
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	display: block;
	margin-top: 24px;
}

#footerBar #social li.twitter a { background: url('images/icon-twitter.png') top center no-repeat; }
#footerBar #social li.facebook a { background: url('images/icon-facebook.png') top center no-repeat; }
#footerBar #social li.vimeo a { background: url('images/icon-vimeo.png') top center no-repeat; }
#footerBar #social li.youtube a { background: url('images/icon-youtube.png') top center no-repeat; }
#footerBar #social li.skype a { background: url('images/icon-skype.png') top center no-repeat; }

#footerBar #social li.twitter a:hover { background-position: bottom center; }
#footerBar #social li.facebook a:hover { background-position: bottom center; }
#footerBar #social li.vimeo a:hover { background-position: bottom center; }
#footerBar #social li.youtube a:hover { background-position: bottom center; }
#footerBar #social li.skype a:hover { background-position: bottom center; }



/* OTHERS */

/* BUTTOMS */

.button, input[type=submit] {
	background: #0a95dd;
	color: #fff;
	padding: 0px 15px;
	font-family:  Impact, Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	box-shadow: inset -1px -1px 0px rgba(255,255,255,0.5), 3px 3px 0px rgba(0,0,0,0.12);
	border: none;
	cursor: pointer;
	display: inline-block;
	height: 50px;
	line-height: 50px;
}

.scrollTop {
	box-shadow: none !important;
	position: fixed;
	top: 0px;
	right: 20px;
}

.button:hover, input[type=submit]:hover {
	background: #4c4c4c;
	color: #fff;
	text-decoration: none;
}

a.green, .green { background: #99d340; color: #333 !important; }
a.red, .red { background: #bc0f14; color: #fff !important; }
a.black, .black { background: #333; color: #fff !important; }
a.white, .white { background: #fff; color: #333 !important; border: 1px solid #ddd; }
a.yellow, .yellow { background: #efdd10 ; color: #333 !important; }


/* IMAGES */

.imgLeft,
.imgRight,
.imgCenter {
	border: 1px solid #ddd;
	padding: 10px;
}

.imgLeft { float: left; margin-right: 20px; }
.imgRight { float: right; margin-left: 20px; }
.imgCenter {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}


/* LISTS */

ul li {
	line-height: 30px;
}

ul.arrow li,
ul.checklist li,
ul.doc li {
	height: 30px;
	line-height: 30px;
}

/* Arrow */

ul.arrow li {
	background: url('images/list-arrow.png') left center no-repeat;
	padding-left: 12px;
}

/* Checklist */

ul.check li {
	background: url('images/list-check.png') left center no-repeat;
	padding-left:  16px;
}

/* Document */

ul.doc li {
	background: url('images/list-doc.png') left center no-repeat;
	padding-left: 24px;
}


/* DIVIDERS */

.pageDivider {
	border-bottom: 1px solid #ddd;
	height: 1px;
	width: 100%;
	display: block;
	margin: 0px auto 60px;
	clear: both;
	padding-top: 40px;
}

.divider {
	border-bottom: 1px solid #ddd;
	height: 1px;
	width: 100%;
	display: block;
}


/* QUOTES */

/* Normal */
blockquote {
	background: #f9f9f9;
	padding: 20px 20px 20px 80px;
	position: relative;
	margin-bottom: 40px;
}

blockquote:before {
	color: #0a95dd;
	content: open-quote;
	position: absolute;
	left: 10px;
	top: -15px;
	font-size: 120px;
}

blockquote,
blockquote p {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
}

blockquote p {
	margin: 0px;
}

/* Pull Left */

.quoteLeft {
	background: #f9f9f9;
	padding: 20px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	width: 250px;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
}

.quoteRight {
	background: #f9f9f9;
	padding: 20px;
	position: relative;
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
	width: 250px;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
}


/* PRE/CODE */

code, pre {
	text-align: left;
	border: 1px solid #ddd;
	padding: 10px;
	background: #f9f9f9;
	overflow: auto;
	float: left;
}



/* DROPCAPS */

.dropcap {
	color: #4C4C4C;
    display: block;
    float: left;
    font-size: 40px;
    line-height: 30px;
    margin: 10px 10px 0 0;
}



/* COLLUMSN */

.one_half,
.one_third,
.one_fourth,
.two_third,
.three_fourth {
	float: left;
	margin-right: 4%;
	position: relative;
	overflow: auto;
}

.last,
.last {
	margin-right: 0;
}

.one_half {	width: 48%; }
.one_third { width: 30.66%; }
.one_fourth { width: 22%; }
.two_third { width: 65.34%; }
.three_fourth { width: 74%; }