/*
 Theme Name:     CarterCycles
 Description:    Theme made specifically for CarterCycles.
 Author:         Melissa Carter
 Author URI:     http://www.thecraftyfrugaler.com
 Template:       twentyeleven
 Version:        1.0.0
*/
 
@import url("../twentyeleven/style.css");
@import url(http://fonts.googleapis.com/css?family=Jura);
@import url(http://fonts.googleapis.com/css?family=Merienda+One|Habibi);
@font-face{
font-family:eurostile;
src:url('/www.cartercycles.ca/wp-content/themes/zmelissa/eurostile/euros.ttf') format ("truetype");
}

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

body, input, textarea {
	font-family: eurostile;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}

	
#branding {
	border: none;
	padding-top: 0px;
	margin-top: -30px;
	}
	
#page {
	background: #000;
	max-width: 1500px;
	}
	
#main {
	padding: 20px 0;
	background: #000;
	}
	
#primary {
	background: #000;
	width: 60%;
	margin-left: 5%;
	padding-right: 5%;
	border-right: dashed 2px #565656;
	}
	
#content {
	min-height: 1300px;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

	.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
		width: 100%;
	}

	.singular #primary {
		margin-left: 5%;
	}

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

#secondary {
	margin: 0 5% 0 2%;
	width: 22%;
	}

.textwidget {
	border: solid 2px #565656;
	text-align: center;
	font-size: 14px;
	color: #FFDF1B;
	padding: 10px;
	}

.textwidget a {
	color: #FFDF1B;
	}
	
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: 1px;
}

.singular #content, .left-sidebar.singular #content {
	width: 100%;
	margin: 0 0;
}

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

#access ul {
	font-size: 16px;
	}
	
#access {
	border-top: solid 2px #FFDF1B;
	border-bottom: solid 2px #FFDF1B;
	font-family: eurostile;
	font-weight: bold;
	}
	
#access ul ul a {
	background: #9b9b9b;
	font-size: 14px;
}

#access li:hover > a,
#access a:focus {
	background: #000; /* Show a solid color for older browsers */
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-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;
	color: #FFDF1B;
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #9b9b9b;
}

#branding .with-image #searchform {
	bottom: -34px;
}
	
	
/* =Indexed Layout
------------------------------------------------------- */

.indexed.format-image .entry-header {
	display: none;
	}
	
.indexed.format-image .entry-content {
	padding: 0px;
	}
	
.hentry, .no-results {
	border-bottom: dashed 2px #565656;
	}

.entry-title, .entry-title a {
	color: #FFDF1B;
	font-family: eurostile;
	}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #fff;
}

.indexed.format-image footer.entry-meta {
	background: #000;
	padding: 10px 1px; 
	}
	
.entry-content img,
.comment-content img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

/* Text Styles
------------------------------------------------------- */

.entry-content h1, .comment-content h1 {
	color: #fff;
	font-size: 2em;
	border-bottom: 1px solid #ffdf1b;
}

.entry-content h2, .comment-content h2 {
	color: #fff;
	font-size: 1.5em;
	border-bottom: 1px solid #ffdf1b;
}

.singular .entry-title {
	color: #fff;
}

/* =Random
------------------------------------------------------- */

a {
	color: #9B9B9B;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	color: #FFDF1B;
	text-decoration: none;
}

.entry-meta {
	font-weight: bold;
	color: #9b9b9b;
	}

#site-generator {
	background: #000;
	height: 20px;
	color: #fff;
	border: none;
	}
	
#content .indexed.format-image img {
	min-width: 100%;
	}
	
#supplementary {
	border: none;
	margin-bottom: -40px;
	}	
	

/* =Single Entry
------------------------------------------------------- */

.entry-title, .entry-title a {
	padding-top: 1px;
	text-align: center;
	}

@media all and (max-width: 909px) {

	#primary {
	width: 100%;
	}

	#content {
	padding: 0px 0 0 0;
	border-right: none;
	margin: 0 0 0 2%;
	}

}
	
