/*  
This design is by Samantha Warren and based on Kubrick v1.5 by Michael Heilemann

*/



/* Begin Typography & Colors */

body {
	font-size: 62.5%; /
	font-family: georgia, "times new roman", sans-serif;
	color: #333;
	text-align: center;
	background: #2b292a url('images/back.jpg') repeat-x;
}
	
#mylink{
	position: relative;
	top: 190px;
	left:410px;
	font-family:georgia, "times new roman", sans-serif;
	color:#000;
	font-size:11pt;
	font-weight:normal;
	width:390px;

}

#mylink a{
	margin-right:13px;
	text-decoration:none;
	color:#333;
}

#mylink a:hover{
	text-decoration:none;
	color:#cb6385;
}

#mylink a.active{
	text-decoration:none;
	color:#cb6385;
}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	background: #fff url('images/header.jpg') no-repeat bottom center;
	}

#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 232px; 
	width: 800px; 
	} 

#content {
	font-size: 1.3em;
	margin-left:0px;
	margin-right:40px !important;margin-right:0px;
}

.widecolumn .entry p {
	font-size: 1.0em;
	color:#555;
}

.widecolumn .entry {
	clear:both;
	margin-top:30px;
}
		
.widecolumn .post h2 {
		font-size: 1.0em;
		color:#555;
		margin-bottom:10px;
		float:left;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
}
	
.entry{
	color:#555;
	border-top: 1px solid #ccc;
	margin:3px 20px 0px 0px;
}
.narrowcolumn{
		border-right: 1px solid #ccc;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size:12px;
}

#footer {
	background: #fff url('images/footer.jpg') no-repeat top; 
	border: none;
}

#footer a{
	color:#666;
	text-decoration:none;
}
	
#footer a:hover{
		color:#cb6385;
		text-decoration:none;
}

small {
	font-family:georgia, "times new roman", sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family:georgia, "times new roman", sans-serif;
	font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 2em;
	color:#999;
}

h2.pagetitle {
	font-size: 1.6em;
}

#sidebar h2 {
	font-family: georgia, "times new roman", sans-serif;
	font-size: 14px;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #ac578a;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em georgia, "times new roman";
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	text-decoration:none;
	color:#ac578a;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
		}

#commentform p {
	font-family:georgia, "times new roman";
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 11px georgia, "times new roman", sans-serif;
	margin: 30px 0px 0px 0px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em georgia, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'georgia',
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 800px;

	}

#header {
	background-color: #fff;
	margin: 0 0 0 0px; 
	padding: 0; 
	height: 231px; 
	width: 800px;
	}

#headerimg {
	margin: 0;
	height: 232px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 00px 45px;
	margin: 0px 0 0 20px;
	width: 480px;
	}

.widecolumn {
	padding: 0px 0px 20px 160px;
	margin: 0px 0px 0px 50px;
	width: 500px;
	}

.post {
	margin: -25px 0px 0px 0px;
	text-align: left;
}
.post img{
	margin: 6px 6px 6px 6px;
	border: 1px solid #ccc;
	padding: 8px 8px 8px 8px;
}
.post h2 a{
	color:#2b2929;
	text-decoration:none;
	font-size:30px;
	line-height:32px;
}
.post h2 a:hover{
	color:#666;
	text-decoration:none;
}

.post h3{
clear:left;
}
.post h3 a{
	color:#2b2929;
	text-decoration:none;
	font-size:30px;
	clear:left;
}
.post h3 a:hover{
	color:#666;
	text-decoration:none;
}
	.post a{
	color: #c26b9f;
	text-decoration: none;
	}
	
	.post a:hover {
		color: #cb6385;
		text-decoration: underline;
}

.entry a {
	color: #c26b9f;
	text-decoration: underline;	
}

.widecolumn .post {
	margin-top:50px;
	clear:both;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
  
	}

.widecolumn .postmetadata {
	margin: 40px 0;
	}

.postmetadata {
	margin-bottom:80px;
	border-top: 1px solid #ccc;
	width:460px;
	
}


.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.widecolumn .navigation {
	margin-top:-40px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	height: 63px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 32px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;

}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
/*	margin-bottom:20px;*/
	}
	.alignright a{
	color:#cb6385;
	text-decoration:none;
	}

	.alignright a:hover{
	color:#ccc;
	text-decoration:none;
	}

.alignleft {
	float: left;
	}
	
.alignleft a{
	color:#cb6385;
	text-decoration:none;
}

.alignleft a:hover{
	color:#ccc;
	text-decoration:none;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
/*	list-style: none;*/
	padding-left: 20px;
	text-indent: 3px;
	list-style-image: url('images/diamond.gif');
	} 

html>body .entry li {
	margin: 4px 0 8px 20px;
	}

.entry ul li:before, #sidebar ul ul  {

}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .gdata li {
	display: inline;

	}

#sidebar ul, #sidebar ul ol {

	padding: 0;
	}

#sidebar ul{

	list-style:none;
	margin-left:0px;

	}
	#sidebar  li{

		list-style:none;
		/*image: url('http://www.badassideas.com/blog/wp-content/themes/default/images/carrot.jpg');*/
		margin-bottom: 15px;
		margin-left:0px;

}

/*#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px
		margin-left:25px;
	}
*/
/*#sidebar ul ul, #sidebar ul ol {
	margin: 8px 0 0 0px;
	}*/

/*#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}*/

ol li, #sidebar ul ol li {
	list-style-image: url('images/diamond.gif');
	line-height: 14px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 6px 0 0;
	margin-left: 15px;
		list-style-image: url('images/diamond.gif');
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {

	padding: 2px 0px 20px 15px; 
	text-align: left;
	position:absolute;
	top:245px;
	font-family: georgia, "times new roman", sans-serif;
	padding-bottom:20px;
	width:217px;

	}

/*#sidebar*/ #searchform #s {
	width: 130px;
	padding: 2px;
	font-size:1.1em;
	color:#666;
	margin:2px 0px 0px 0px;
	border-style:solid;
	border-color:#cccccc;
	border-width:.5px;
	background-color:#f9f9f9;
	font-family: georgia, "times new roman", sans-serif;
	margin-left:10px;

	}

/*#sidebar*/ #searchsubmit {
	padding: 2px;
	font-size:1.1em;
	color:#999;
	font-family: georgia, "times new roman", sans-serif;
	border:none;
	background-color:#fff;
	margin-left:10px;

	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #ccc;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #ccc;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}
	.commentlist a {
		color:#666;
		}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentmetadata a:hover;{
	color:#cb6385;;
	text-decoration:underline;
		}
.commentmetadata a{
	color:#666;
	text-decoration:none;
	}
	
	
/* End Comments */

/* Begin Sidebar */
#sidebar{	
	padding: 27px 0 20px 0px;
	margin-left: 540px;
	width: 220px;
	}

#sidebar a{	

	text-decoration:none;
	color:#666;
		}
#sidebar a:hover{
	color:#cb6385;	
	text-decoration:none;
}
		
/*#sidebar form {
	margin-left: 5px;
	}*/
/* End g */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 30px 30px 30px 0px;
	padding:1px 0px 0px 38px;
	font-style:normal;
	background: transparent url('http://www.badassideas.com/portfolio/images/quote.gif') no-repeat 0 0;
	line-height:20px;
	font-size:16px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

	div.hr {display: none}
	/*/*/a{}
	div.hr {
	display: block;
	height: 3px;
	border-bottom:2px dotted #fff;
	background-position: left center;
	margin: 1em 0 1.5em 0;
	}
	hr {display:none}/* */

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;

	}
/* End Various Tags & Classes*/

/*My Sidebar extrafeatures*/

.miniabout{

	border-bottom: 1px solid #ccc;
	padding:20px 5px 10px 0px;
	border-top:1px solid #ccc;


}
.miniabout p{
	font-color:#ccc;
	font-size:11px;
	line-height:14px;
	margin-top:0px;
}


#bydate {
	border-bottom: 1px solid #ccc;
	width:220px;
	margin-bottom:20px;
	padding-bottom:20px;
	padding-left:20px;
}

#linkcat-16 {

	width:220px;
	margin-bottom:20px;
	padding-bottom:20px;
}
#bytype {
	/*height:60px;*/
	border-bottom: 1px solid #ccc;
	width:220px;
	margin-bottom:20px;
	padding-bottom:20px;
		padding-left:20px;
}
#featured {
	/*height:60px;*/
	border-bottom: 1px solid #ccc;
	width:220px;
	margin-bottom:20px;
/*	padding-bottom:20px;*/
	padding-left:20px;
}
#featured h2{
	margin-top:10px;

}
#iread {
		width:220px;
		margin-bottom:20px;
		padding-bottom:20px;
		padding-left:20px;
}
#rss{
	height:30px;
	border-bottom: 1px solid #ccc;
	width:228px;
	font-size:14px;
	margin-bottom:15px;
	}	
 #rss a{
	font-color:#cb6385;
	font-size:14px;
	text-decoration:none;
	margin-top:10px;
}
#rss a:hover{
font-color:#ccc;
	text-decoration:none;

}
#feed{
	padding:8px 0px 0px 0px;
	float:left;
	display:inline;
}
#rss a img{
	margin: 5px 10px 0px 35px !important;margin: 5px 20px 0px 20px;
	display:inline;
	float:left;
}

 #flickr{
	height:170px;
	border-bottom: 1px solid #ccc;
	width:210px;
	padding-left:20px;	
}
 

 #flickr img {
 float:left;
	margin-bottom:20px;
	margin-top:5px;
 	padding:4px;
 	width:160px;
 	height:120px;
	border: 1px solid #ccc;
 }
 #badge{
	height:155px;
	border-bottom: 1px solid #ccc;
	width:210px;
	padding-left:20px;	
}


 #badge img {
 float:left;
	margin-bottom:5px;
	margin-top:5px;
 	padding:4px;
 	width:160px;
 	height:120px;
	border: 1px solid #ccc;
 }

 #network a{
	font-color:#cb6385;
	font-size:14px;
	text-decoration:none;
	margin-top:10px;
}
#network a:hover{
font-color:#ccc;
	text-decoration:none;

}
#network a img{
	margin: 10px 10px 10px 10px;
 	float:left;
}
#network{
	height:40px;
	border-bottom: 1px solid #ccc;
	width:230px;
	font-size:14px;
	margin-bottom:15px;
	}

	
#rules a:hover {
	background:transparent url(http://www.badassideas.com/blog/wp-content/themes/default/images/9rules.jpg) no-repeat scroll -160px 0px;
}
#rules, #rules a{
	display:block;
	height:120px;
	text-indent:-9000px;
	width:160px;
	background:transparent url(http://www.badassideas.com/blog/wp-content/themes/default/images/9rules.jpg) no-repeat scroll 0px 0px;
	}
	
	#rules a:hover{text-decoration:none;
	}