/* @override 
	http://wearesocial.net/wp-content/themes/submarine-1.1/style.css
	http://wearesocial.dev/wp-content/themes/submarine-1.1/style.css
	http://wearesocial.net/de/wp-content/themes/submarine-1.1/style.css
*/

/*
Theme Name: Submarine
Theme URI: http://www.wearesocial.net/
Description: The first theme for we are social.
Version: 1.1
Author: Peter Parkes
Author URI: http://hiddenchemistry.com/
*/

/* @group Typography */

body, #header a, h2, .attribution, h1, #about_author p, #about_author h3, .impressum, .post .impressum h2

{
	color: #333;
	font-family: Tahoma, Verdana, sans-serif;
	border-style: none;
}

/* @end */

/* @group Structure */

#page
{
	font-size: 80%;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 2em;
	padding-right: 2em;
}

/* @end */

/* @group Header */

#header
{
	padding-top: 2em;
	padding-bottom: 2em;
	border-bottom: 1px dotted #666;
	margin-bottom: 1em;
}

#header a, #header span
{
	text-transform: lowercase;
	letter-spacing: -0.03em;
	font-size: 250%;
	font-weight: bold;
	float: left;
	text-decoration: none;
}

#header a#h1
{
	background-image: url(images/We%20Are%20Social.png);
	background-repeat: no-repeat;
	width: 211px;
	height: 29px;
	float: left;
	text-indent: -10000em;
	margin-top: 6px;
}

#header ul
{
    font-size: 45%;
    padding-left: 1.5em;
    padding-top: 1.6em;
	float: right;
}

#header ul li
{
	color: #fff;
	float: left;
	margin-right: 0.8em;
	color: #888;
}

#header ul li.language_selector
{
	margin-right: 0;
}

#header ul li span
{
	margin-left: 0.3em;
}


#header ul li a, #header ul li span
{
	float: none;
	display: block;
	padding: 0.2em 0.4em;
	color: #888;
	font-weight: normal;
	font-style: normal;
	border-style: none;
	letter-spacing: normal;
}

#header ul li.current_page_item a, #header ul li.language_selector span
{
	background-color: #f00;
	color: #fff;
}

#header ul li a:hover
{
	background-color: #f00;
	color: #fff;
}

li.language_selector a {
	text-indent: -1000em;
	width: 16px;
	background-position: 0.4em 0.5em;
	background-repeat: no-repeat;
}

/* @end */

/* @group Links */

a
{
	color: #f00;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.subscribe_rss
{
	background: url(images/vaga/badge_rss.png) no-repeat left center;
	padding-left: 20px;
}

.subscribe_email
{
	background: url(images/vaga/mail.png) no-repeat left center;
	padding-left: 20px;
}

.subscribe_twitter, .twitter_button
{
	background: url(images/icons/twitter.gif) no-repeat left center;
	padding-left: 20px;
}

.subscribe_facebook
{
	background: url(images/icons/facebook.gif) no-repeat left center;
	padding-left: 20px;
}

.subscribe_friendfeed
{
	background: url(images/icons/friendfeed.png) no-repeat left center;
	padding-left: 20px;
}

.subscribe_linkedin
{
	background: url(images/icons/linkedin.gif) no-repeat left center;
	padding-left: 20px;
}


/* @end */

/* @group Post */

.portrait
{
	float: left;
	margin-right: 10px;
	padding-top: 6px;
}

.entry
{
	border-top: 1px dotted #666;
	padding-top: 1.5em;
	margin-bottom: 0;
	clear: both;
}

.post .entry
{
	border-top: none;
	padding-top: 1em;
	margin-bottom: 0;
}

.post strong
{
	font-weight: bold;
}

.post em
{
	font-style: italic;
}

.post blockquote
{
	padding-left: 25px;
	padding-right: 25px;
	font-family: Georgia;
	background: url(images/dingbats/georgia_quotation_mark.png) no-repeat;
}

.post ul, .post ol
{
	margin-bottom: 1em;
}

.post ul li, .post ol li
{
	margin-left: 1.5em;
}

.post ul li
{
	list-style-type: square;
}

.post ol li
{
	list-style-type: decimal;
}

.post h1, .post h2
{
	font: 190% Georgia;
}

.attribution, .post h1, .post h2
{
	clear: left;
}

.post_title.post.single
{
	margin-bottom: 1em;
}

.post_title_text
{
	float: left;
	width: 450px;
}

.entry p
{
	text-align: justify;
}

.entry p, p.tags
{
	margin-bottom: 1em;
	line-height: 130%;
}

p.tags
{
	clear: both;
}

.post p img
{
	vertical-align: middle;
}

.post
{
	margin: 0;
}

.post.single, #blog_listing .post
{
	width: 500px;
	float: left;
	margin-bottom: 2em;
}

hr {
    clear: both;
    color: #fff;
    background-color: #fff;
    border: 1px dotted #666;
    border-style: none none dotted;
    margin: 0 0 1em 0;
    padding: 1em 0 0 0;
    height: 1px;
}

/* tables in post */
#blog_listing .entry table {
	border-top: 1px solid #999;
	border-bottom: none;
	border-right: none;
	border-left: none;
	margin-bottom: 1em;
}
#blog_listing .entry table th, #blog_listing .entry table td {
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #999;
	padding: 2px;
}
#blog_listing .entry table th {
	font-weight: bold;
}

/* end tables in post */

.homepage {
    font-size: 114%;
}

.mappage p.contactdetails {
    font-size: 107%;
}

.excerpt
{
	border-bottom: 1px dotted #666;
	padding-bottom: 1em;
	font: 140% Georgia;
}

.excerpt p
{
	margin-bottom: 0.6em;
}

.excerpt h2 {
    font-weight: bold;
    font-size: 105%;
    margin-bottom: 0.1em;
}

.excerpt.solo
{
	border-bottom: none;
}

.attribution, #footer p
{
	margin-bottom: 1.5em;
	color: #666;
	font-size: 90%;
}

.attribution
{
	margin-top: 0.1em;
}

.attribution img
{
	vertical-align: middle;
}

#footer p a
{
	color: #444;
	border-bottom-style: none;
}

.post_body
{
	clear: both;
}

.post_title .attribution
{
	margin-bottom: 0;
}

.feedflare {
    display: none;
}

.share
{
	padding-bottom: 0.5em;
	/*font-size: 0.8em;*/
}

.share_button
{
	background: url(images/icons/bookmarkanim.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	display: block;
}

.twitter_button
{
	float: right;
	display:  block;
	padding-right: 1em;
}
.fb_iframe_widget iframe {
    margin-top: -2px;
}
.delicious_button, .fb_edge_widget_with_comment
{
	float: left;
	display: block;
	padding-right: 1em;
}
.delicious_button b {
    font-size: 11px;
    vertical-align: top;
}


.blog_reactions
{
	float: left;
	display: block;
}

.comments_link
{
	float: left;
	display: block;
	padding-right: 1em;
}

.impressum
{
	border-top: 1px dotted #666;
	margin-top: 1.8em;
	font-size: 55%;
}

.impressum h2
{
	font-size: 110%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

.post_column_1 p {
    font-size: 0.9em;
    text-align: left;
}

/* @end */

/* @group Listing */

#blog_listing
{
	width: 500px;
	float: left;
}

#blog_listing .entry
{
	border-top-style: none;
	padding-top: 0;
}

#blog_listing .post
{
	border-top: 1px dotted #666;
	margin-top: 0;
	margin-bottom: 2em;
	padding-top: 1em;
}

#blog_listing .post.first
{
	border-top: 0;
}

.alignleft, .alignright
{
	padding-bottom: 1em;
	padding-top: 1em;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

img.alignleft
{
	padding-right: 10px;
	padding-bottom: 10px;
}

img.alignright
{
	padding-left: 10px;
	padding-bottom: 10px;
}


/* @end */

/* @group Sidebars */

#sidebar
{
	float: none;
}

#left_sidebar, #right_sidebar
{
	float: left;
	width: 210px;
	margin-top: 1em;
	margin-left: 20px;
	margin-bottom: 2em;
}

h5
{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 0.1em;
	margin-bottom: 0.3em;
}

.widget
{
	padding: 2px 10px 10px;
	margin-bottom: 20px;
	clear: both;
}

.widget ul
{
	padding-left: 1.8em;
}

.widget ul li
{
	list-style-type: square;
}

.widget.subscribe-widget ul
{
	padding-left: 0;
}

.widget.subscribe-widget ul li
{
	list-style-type: none;
	margin-bottom: 4px;
}

.widget.facebook-widget
{
	padding-top: 20px;
}

.widget_flickrRSS a
{
	margin-top: 10px;
	margin-right: 10px;
	display: block;
	float: left;
}

.widget#facebook_link p
{
	margin-top: 15px;
}

.widget#facebook_link a
{
	background-color: #3b5998;
	color: #fff;
	padding: 5px;
}

#disqus.disqus_widget_render #dsq-combo-recent ul li.dsq-clearfix a img.dsq-combo-avatar
{
	width: 14px;
	height: 14px;
	margin-right: 4px;
}

/* @group Postrank */

.postrank-widget-diy h2, .postrank-widget-diy .postrank-options, #prwidget-0-search
{
	display: none;
}

.widget .postrank-widget-diy ul
{
	padding-left: 0;
}


.widget .postrank-widget-diy ul li
{
	list-style-type: none;
	padding-bottom: 3px;
}

.postrank-widget-diy a.postrank-value
{
	font-size: 80%;
	padding: 2px;
	color: #fff;
	font-weight: bold;
}

/* @end */

/* @group Search Form */

.hidden
{
	display: none;
}

#s
{
	width: 100px;
}

#searchsubmit
{
	width: auto;
}



/* @end */


/* @end */

/* @group Twitter */

p.twitter-message
{
	margin-bottom: 10px;
	clear: both;
    overflow: hidden;
}

p.twitter-message a img
{
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 4px;
}

p.twitter-message b
{
	font-weight: normal;
	font-style: normal;
}

p#twitter_portraits
{
	margin-bottom: 10px;
}

p#twitter_portraits a
{
	margin-right: 3px;
	display: block;
	float: left;
	margin-bottom: 3px;
}

p#twitter_portraits a img
{
	width: 18px;
	height: 18px;
}

#flickrrss {
    height: 867px;
}

/* @end */

/* @group Comments */

#tweetbacks
{
	margin-top: 2em;
	margin-bottom: 2em;
}

#tweetbacks b
{
	padding-left: 20px;
	background: url(images/icons/twitter.gif) no-repeat left center;
}

/* @group IntenseDebate */

#idc-container-parent
{
	border-top: 1px dotted #666;
	margin-top: 2em;
}

#idc-container-parent .idc-head
{
	margin-top: 0;
}

#idc-container-parent #idc-container h3
{
	font-size: 120%;
	font-family: Georgia;
}

.idc-footer
{
	display: none;
}

/* @end */

/* @group Disqus */

#disqus_thread
{
	padding-top: 1em;
}

#dsq-content h3#dsq-add-new-comment
{
	float: left;
}

#dsq-content div.dsq-by
{
	float: right;
	padding-right: 6px;
}

#disqus_thread #dsq-content #dsq-pagination
{
	margin-bottom: 0;
}

#dsq-auth
{
	clear: both;
	margin-right: -6px;
}

#disqus_thread #dsq-content #dsq-auth .dsq-auth-header
{
	margin-bottom: 0;
}

#dsq-content h3#dsq-add-new-comment, #dsq-content div.dsq-by
{
	margin-top: 0;
	margin-bottom: 10px;
}

#dsq-post-bottom
{
	margin-bottom: 30px;
}

#disqus_thread #dsq-login
{
	clear: both;
	padding-bottom: 6px;
}

div#dsq-authenticated.dsq-authenticated
{
	float: left;
}

a#dsq-login-toggle
{
	float: left;
	clear: left;
}

p#dsq-login-message.dsq-login-message
{
	clear: left;
}

a.dsq-brlink
{
	clear: both;
	display: block;
	margin-top: 6px;
}

#disqus_thread .dsq-authenticated
{
	float: right;
	margin-right: 6px;
}


/* @end */


/* @group Columns */

.left_column {
    width: 465px !important;
    max-width: 465px;
    margin-top: 0.6em;
    float: left;
}
.right_column {
    width: 465px !important;
    max-width: 465px;
    margin-top: 0.6em;
    float: right;
}


/* @end */

/* @group Maps */

#mapnav {
    font-size: 111%;
}

#mapnav li {
	color: #fff;
	float: left;
	margin-right: 0.4em;
	color: #888;
}

#mapnav li a, #mapnav li a.not_selected, #mapnav li span {
	float: none;
	display: block;
	padding: 0.2em 0.4em;
	color: #888;
	background-color: #FFF;
	font-weight: normal;
	font-style: normal;
	border-style: none;
	letter-spacing: normal;
	text-decoration: none;
}

#mapnav li a:hover, #mapnav li a.selected {
	background-color: #f00;
	color: #fff;
}

#map, #map_iframe 
{
	width: 960px;
	height: 400px;
	margin-bottom: 0.5em;
}

#map_controls, .map_controls 
{
    margin-bottom: 2em;
}

#contact_gallery, .contact_gallery
{
	margin: 1em 0 0.6em 0;
}

.excerpt #contact_gallery
{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#contact_gallery a, .contact_gallery a
{
	margin-right: 2px;
	margin-left: 3px;
}

/* @end */

/* @group Footer */

#footer
{
	border-top: 1px dotted #666;
	padding-top: 2.5em;
	padding-bottom: 1em;
}

#footer p
{
	margin-bottom: 0;
	line-height: 140%;
	text-align: center;
	margin-top: 0.3em;
	font-size: 85%;
}

/* @end */

/* @group Clients */

.tablewrapper {
    padding-bottom: 1.2em;
    border-bottom: 1px dotted #666666;
}

#clientlogos.GB {
    height: 380px;
}

#clientlogos.FR {
    height: 228px;
}

#clientlogos td, #industrylogos td {
    padding: 8px 16px;
}

#clientlogos td.firstcell, #industrylogos td.firstcell{
    padding-left: 0;
}

#clientlogos td.lastcell {
    padding-right: 0;
}

h2#caseheader {
    margin: 1.2em 0;
}

#casestudies td { 
    padding: 0 0 16px 0; 
    vertical-align: top;
}

#casestudies p {
    font-size: 70%;
    color: #333;
	font-family: Tahoma, Verdana, sans-serif;
}

div#awards {
    position: relative;
    margin-right: -40px;
}

#awards p {
    font-size: 54%;
    color: #333;
	font-family: Tahoma, Verdana, sans-serif;
}

.awardimage {
    float: left;
    height: 66px !important;
    margin: 0 !important;
    width: 124px;
    padding: 6px 0 16px 0;
}

.awardtext {
    float: left;
    height: 77px;
    margin: 0 !important;
    width: 340px;
    padding: 0 32px 16px 0;
}

#casestudies .mid, #awards .mid {
    padding-right: 32px;
}

#awards p {
    text-align: left;
}

#industrylogos {
    clear: both;
}

/* @end */

/* @group Clearfix */

.fixclear:after
{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fixclear
{
	display: inline-block;
}

/* Hide from IE Mac \*/

.fixclear
{
	display: block;
}

/* End hide from IE Mac */

* html .fixclear
{
	height: 1px;
}

/* @end */

