/*
Theme Name: BCBG
Author: Ali Nassiri for Digital Park
*/


/* =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;
}

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* =Layout
-------------------------------------------------------------- */

body {
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, Verdana, Sans-Serif;
	color: #000;
}

p {
	font-size: 12px;
	margin-bottom: 10px;
}

h1 {
	font-family: 'Stardos Stencil', cursive;
	font-size: 36px;
	line-height: 38px;
	margin-bottom: 20px;
}

h1 a{
	text-decoration: none;
}

h2 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

a {
	color: #000;
}

a:hover {
	color: #000;
}

#wrapper {
	float: left;
	width:100%;
}

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

#header {
	width: 960px;
	padding: 10px;
	margin: 0 auto;
	margin-top: 30px;
}

#logo{
	float: left;
	position: absolute;
	clear: both;
	width: 240px;
}

#first-nav{
	float: left;
	clear: both;
	margin-left: 240px;
	margin-bottom: 10px;
}

#first-nav li a{
	float: left;
	color: #000;
	text-decoration: underline;
	-webkit-transition: all  0.15s ease;  
	-moz-transition: all  0.15s ease;   
	-o-transition: all  0.15s ease;  
	transition: all  0.15s ease;
	border-left: 0px solid #000;
	opacity: 0.2;
}

#first-nav li a:hover{
	opacity: 1;
}

#first-nav .current_page_item a {
	opacity: 1;
}

#first-nav  li.current_page_ancestor a{
	opacity: 1;
}

#first-nav h1{
	margin-bottom: 0px;
}

#first-nav p{
	float: left;
	clear: both;
	opacity: 0.2;
	margin-top: 10px;
	margin-bottom: 5px;
}


/* =Main
-------------------------------------------------------------- */

#main {
	width: 960px;
	padding: 0px 10px 0px 10px;
	margin: 0 auto;
}

#container {
	float: left;
	width: 700px;
	padding: 20px 20px 0px 0px;
	border-top: 1px solid #ccc;
}
	

#content {
	float: left;
	width: 480px;
	margin-left: 240px;
	padding-bottom: 20px;
}

#second-nav {
	float: left;
	position: fixed;
	width: 220px;
}

#second-nav h2{
	line-height: 20px;
}
	
#second-nav li a{
	float: left;
	clear: both;
	color: #000;
	text-decoration: none;
	-webkit-transition: all  0.15s ease;  
	-moz-transition: all  0.15s ease;   
	-o-transition: all  0.15s ease;  
	transition: all  0.15s ease;
	opacity:0.2;
	margin-bottom: 10px;
	padding-right: 30px;
	border-left: 0px solid #000;
}

#second-nav li a:hover{
	opacity: 1;
	padding-left: 10px;
	border-left: 3px solid #000;
}

#second-nav li.current_page_item a {
	opacity: 1;
	padding-left: 10px;
	border-left: 3px solid #000;
	}
	
#second-nav li.current_page_ancestor a{
	opacity: 1;
	padding-left: 10px;
	border-left: 3px solid #000;
}
	
#third-nav li{
	float: left;
	margin-bottom: 20px;
}

#third-nav li a{
	float: left;
	text-decoration: none;
	color: #000;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #000;
}

#third-nav li a:hover{
	color: #000;
}

#third-nav .current_page_item a {
	color: #000;
	text-decoration: underline;
}

.entry-content p {
	margin-bottom: 15px;
	letter-spacing: 0.01em;
	color: #666;
}

.entry-meta {
	margin-bottom: 15px;
}

.entry-content ul{
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 15px;
	}
	
.entry-content ul li{
	list-style: inside;
	list-style-image: url('images/arrow.png');
	list-style-position: outside;
	margin-bottom: 10px;
	color: #666;
	}
	

/* =Sidebar
-------------------------------------------------------------- */

#primary {
	float: right;
	width: 180px;
	padding: 20px 20px 20px 0px;
	border-top: 1px solid #ccc;
}

#primary a{
	color: #000;
}

#primary a:hover{
	color: #000;
}

#searchform {
	margin-bottom: 20px;
}

.widget-container {
	margin-bottom: 10px;
}

/* =Comments
-------------------------------------------------------------- */

#respond {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.vcard {
	display: none;
}

.comment-body {
	margin-top: 20px;
	padding-left: 10px;
	border-left: 1px solid #000;
}

.form-allowed-tags {
	display: none;
}


#comment {
	float: left;
	width: 480px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 10px;
}

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

#footer {
	width: 960px;
	padding: 10px 10px 10px 0px;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: left;
	border-top: 1px solid #ccc;
}

#footer-nav li a{
	float: left;
	color: #000;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #000;
	opacity: 0.6;
}

#footer-nav li a:hover{
	opacity: 1;
}

#footer-nav li:last-child a{
	border-right: none
}

/* =Edit
-------------------------------------------------------------- */

.edit-link {
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0px;
}


.edit-link a {
	float: left;
	clear: both;
	background-color: #000;
	color: #fff;
	padding: 5px 15px;
	text-decoration: none;
	font-size: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	opacity: 0.2;
}

.edit-link a:hover {
	opacity: 1;
}

/* =Search
-------------------------------------------------------------- */

#search{
	list-style: none;
	margin-bottom: 30px;
	}
	
#s{
	width: 180px;
	background-color: #fff;
	background-image:url('images/loupe.jpg');
	background-position: right;
	background-repeat: no-repeat;
	border: none;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	}
	
#searchsubmit{
	margin-top: -30px;
	}
	
.screen-reader-text{
	display: none;
	}
	
.addthis_toolbox {
	padding-top: 20px;
	border-top: 1px solid #ccc;;
	}



/* =iPhone [portrait + landscape]
-------------------------------------------------------------- */
@media only screen and (max-device-width: 480px) {

}

/* iPad [portrait + landscape] */
@media only screen and (width: 768px) and (max-device-width: 1024px) {

}
