/*
Theme Name:     Twenty Eleven Child biq
Theme URI:      http://new-site.biq-uk.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Andrea Cristofaro
Author URI:     http://www.andreacristofaro.com/
Template:       twentyeleven
Version:        1.2
*/

@import url("../twentyeleven/style.css");

@import url(http://fonts.googleapis.com/css?family=Maven+Pro);

/* =Structure
----------------------------------------------- */

#access div {
	margin: 0 6px;
}
#page {
	margin: 0 auto;
	max-width: 1000px;
}
#content {
	margin: 0 34% 0 3%;
	width: 63%;
}

/* Singular */

.singular #content,
.left-sidebar.singular #content {
	margin: 0 3%;
	position: relative;
	width: auto;
}
.singular .entry-header {
	margin: 30px auto 0;
	width: 100%;
}
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 100%;
}

/* Attachments */
/* Showcase */
/* error404 */




/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #6d6d6d;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #fff;
}
strong {
	color: black;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-family: 'Maven Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Text elements */

li {
	margin: 0 0 0;
}

ul.bullet-points {
/*	list-style: circle; */
	list-style-type: none;
	margin: 0 0 1.625em 0;
}
ul.bullet-points li a {
	background: #562381;
	list-style-type: none;
	display: block;
	color: #ffffff;
	margin: 0 0 2px;
	padding: 10px 10px 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul {
	list-style-image: url('/wp-content/themes/twentyeleven-biq/imgs/bullet-point.png');
}

/* Forms */


/* Links */

a {
	color: #7439a6;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}
.entry-title, .entry-title a {
	color: #562381;
}
.entry-title, .entry-title a:hover  {
	text-decoration: none;
	color: #8e5db7;
}
#preview-container h2:hover {	

}

.h4 a {
	color: #fff;
	text-decoration: bold;
}

/* Assistive text */

/* Assistive text */


/* =Header
----------------------------------------------- */

#logo {
	display: block;
	width: 185px;
	height: 82px;
	float: left;
	margin: 0 0 0 3%;
}
#site-info {
	clear: both;
	height: 30px;
}
.site-info-box {
	padding: 0 5px 0 35px;
	height: 27px;
	background-color: #562381;
	color: white;
	margin: 0 5px 0 0;
	float: right;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.phone {
	background-image: url(imgs/phone.png);
	background-repeat: no-repeat;
	background-position: 5px;
}
.email {
	background-image: url(imgs/email.png);
	background-repeat: no-repeat;
	background-position: 5px;
}
#branding {
	border-top: none;
	padding-bottom: 0;
	padding-top: 40px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
}
#branding img {
	height: auto;
	margin-bottom: 0;
	width: auto;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	clear: none;
	display: block;
	float: right;
	margin:  0 3% 6px 0;
	width: auto;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 26px 0 0 -0.8125em;
	padding-left: 0;
	z-index:10000;
}
#access li {
	float: left;
	position: relative;
	background: none;
	margin-right: 5px;
	border-bottom: none;
	margin-bottom: 0;
}
#access a {
	color: #562381;
	display: block;
	line-height: 2.333em;
	padding: 0 1.2125em;
	text-decoration: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #562381;
	color: #fff;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#access li:active > a {
	background: #9764c2;
}

#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 1em 0 0;
}
#banner-home {
	margin: 0 3%;
	padding: 0;
	line-height: 0;
}
.singular .hentry,
.singular.page .hentry,
.home.page .hentry {
	background: #efefef;
	padding: 0 3%;
	overflow: hidden;
	clear: both;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.single.singular .entry-title,
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #562381;
	margin: 0 0 .4em;
	font-weight: normal;
}
.single.singular .entry-title,
.entry-content h1,
.comment-content h1 {
	font-size: 48px;
	line-height: 52px;
}
.entry-content h2,
.comment-content h2 {
	font-size: 24px;
	line-height: 30px;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

#preview-container {
	margin: 0 3%;
}
.preview-home {
	border-top: #ccc thin solid;
	overflow: hidden;
	width: 46%;
	float: left;
	margin: 0 2%;
}
.preview p {
	font-size: 13px;
}
.date-container-home {
	font-size: 13px;
	margin: 0 0 10px;
}
.collapseomatic {
	color: #7439A6;
}
.home-tn,
.post-thumbnail {
	width: 120px;
	height: 120px; 
	float: left;
	border: #CCC 1px solid;
	padding: 6px;
	background: #ededed;
	background: -moz-linear-gradient(#ededed, #f4f4f4);
	background: -o-linear-gradient(#ededed, #f4f4f4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#f4f4f4)); 
	background: -webkit-linear-gradient(#ededed, #f4f4f4);
	margin: 0 20px 20px 0;
	text-align: center;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.post-thumbnail img {
	line-height: 0;
}
.more-articles {
	text-align: center;
	padding: 20px 10px 30px;
	width: 200px;
	margin: 0 auto;
}
.more-articles a {
	display: block;
	background: #ddd;	
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 0 4px;
}
.more-articles a:hover {
	background: #562381;
	text-decoration: none;
	color: white;
}
/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: none;
	padding: 0;
	border-radius: 6px;
}

/* Password Protected Posts */
/* Author Info */
/* Comments link */

.entry-header .comments-link a {
	background: #eee url(imgs/comment-bubble.png) no-repeat;
	line-height: 32px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #562381;
	color: #fff;
	color: rgba(255,255,255,0.8);
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/

/* Singular content styles for Posts and Pages */

.singular .entry-title {
	color: #000;
	font-size: 30px;
	font-weight: normal;
	line-height: 38px;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 3%;
}

/* partners and associate list */

/* column */

#primary .one_half {
	width: 46%;
	margin-right: 8%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 0;
	position: absolute;
	right: auto;
	top: 20px;
}

/* =Aside
----------------------------------------------- */
/* =Link
----------------------------------------------- */
/* =Gallery
----------------------------------------------- */
/* =Status
----------------------------------------------- */
/* =Quote
----------------------------------------------- */
/* =Image
----------------------------------------------- */



/* =error404
----------------------------------------------- */



/* =Showcase
----------------------------------------------- */

/* Intro */
/* Featured post */
/* Small featured post */

/* Large featured post */
/* Featured Slider */
/* Recent Posts */
/*section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #699E50;
	border-color: #699E50;
}*/

/* =Attachments
----------------------------------------------- */
/* =Navigation
----------------------------------------------- */



#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-next,
.nav-previous {
	padding: 0 20px;

	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);

	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.7);
	box-shadow: 0 1px 1px rgba(0,0,0,0.7);

	-moz-border-radius: 3px;
	border-radius: 3px;

	background: #562381; 
	background: -moz-linear-gradient(#663a8b, #562381);
	background: -o-linear-gradient(#663a8b, #562381);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#663a8b), to(#562381));
	background: -webkit-linear-gradient(#663a8b, #562381);

	/*border-bottom: #760411 thin solid;
	background: #bd091d; 
	background: -moz-linear-gradient(#d5616e, #bd091d);
	background: -o-linear-gradient(#d5616e, #bd091d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d5616e), to(#bd091d));
	background: -webkit-linear-gradient(#d5616e, #bd091d);*/
}
/*.nav-previous {
	float: left;
	-moz-border-radius: 14px 4px 4px 14px;
	border-radius: 14px 4px 4px 14px;
}
.nav-next {
	float: right;
	text-align: right;
	-moz-border-radius: 4px 14px 14px 4px;
	border-radius: 4px 14px 14px 4px;
}*/
.nav-next a,
.nav-previous a {
	color: #fff;
}
.nav-next a:hover,
.nav-previous a:hover {
	color: #a788c1;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: none;
	position: relative;
	top: 1em;
	text-align: right;
	z-index: 1;
	margin: 0 auto;
	width: 100%;
}
#nav-single .nav-previous {
	float: left;
	width: auto;
}
#nav-single .nav-next {
	float: right;
	width: auto;
	padding-left: 20px;
}
.nav-spacing-prev {
	padding-left: 1em;
	padding-right: .5em;
}
.nav-spacing-next {
	padding-left: .5em;
	padding-right: 1em;
}





/* =Widgets
----------------------------------------------- */



/* Search Widget */


/* =Comments
----------------------------------------------- */

.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #000;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}

/* Comment Form */

#respond {
	background: #ddd;
	border: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto 1.625em;
	padding: 10px 3% 0;
	position: relative;
	width: 94%;
	overflow: hidden;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 88px;
}
#respond textarea {
	resize: vertical;
	width: 97%;
}
#respond input#submit {
	background: #562381; 
	background: -moz-linear-gradient(#663a8b, #562381);
	background: -o-linear-gradient(#663a8b, #562381);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#663a8b), to(#562381));
	background: -webkit-linear-gradient(#663a8b, #562381);

	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 20px;
	position: relative;
	left: 0;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #8744bf;
	color: #fff;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #ccc;
	display: inline-block;
	font-size: 18px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 51px;
	z-index: 1;
}

/* Post Author threaded comments */


/* =Footer
----------------------------------------------- */

#supplementary {
	padding: 1.625em 3%;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 6.7%;
	width: 45.1%;
}
/* Three Footer Widget Areas */
/* Site Generator Line */


/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	

}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	

}
@media (max-width: 480px) {
	#primary .one_half {
		float: none;
		margin-bottom: 20px;
		margin-right: 4%;
		position: relative;
		clear: both;
	}
}

/* =Print
----------------------------------------------- */
/* =IE7
----------------------------------------------- */