/*   
Theme Name: DAMStyle Child Theme
Theme URI: http://www.bradruggles.com
Description: A child theme for the DAM Style Theme
Author: Brad Ruggles
Author URI: http://www.bradruggles.com
Template: damstyle
Version: 1.0
*/

/************************
Contents		Line #
************************
Global Styles	24
Layout			44
Navigation		68
BF Slider		86
Posts			104
Sidebar			123
************************/

@import "../damstyle/style.css";


/* BEGIN Global Styles */
body {
	background-image: url('images/body_bg2.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
h5 {
	display:block;
	font-size:1.4em;
	position:relative;
	clear:both;
	margin-top:10px;
	border-bottom:1px dashed #ccc;
}
hr {
	color:#ccc!important;
}
/* END Global Styles */


/* BEGIN Layout */
#container {
	background:#e7eaeb url('images/header_bg.png') no-repeat 0 0;
	margin-top: 0px;
	border: 0;
	padding:0 57px 0 56px;
	margin-top:0;
	position: relative;
}
#header {
	padding-top:150px;
}
.blog-title {
	display:block;
	position:absolute;
	left:-999em;
}
.col2 {
	background:#d5d9da;
	padding:10px;
}
/* END Layout */


/* BEGIN Navigation */
ul#navigation {
	position:relative;
	float:left!important;
	margin-left:190px;
}
ul#navigation li {
	border:0!important;
	margin:0!important;
	padding:0 10px!important;
}
ul#navigation li a {
	font-size:18px!important;
	text-transform:lowercase;
}
#navigation li li {
	background:		#fff;
	border-left:	1px solid #86898a!important;
	border-right:	1px solid #86898a!important;
	border-bottom:	1px solid #86898a!important;
	padding: 		.55em 1em!important;
}
/* END Navigation */


/* BEGIN BF Slider */
#slider-slides-container {
	border:1px solid #ccc;
	margin-bottom:30px!important;
	width:845px!important;
}
#slider-slides {
	border:5px solid #fff;
}
#nextBtn-slides {
	left:855px!important;
}
#controls-slides {
	margin:0;
}
/* END BF Slider */


/* BEGIN Posts */
.post .meta {
	border:1px solid #ccc!important;
	border-width:1px 0!important;
}
.post.thumb {
	background:#fff;
	border:1px solid #ccc;
	padding:8px;
	margin:0 5px 5px 0;
	position:relative;
	float:left;
}
.post.thumb a.thumb-link {
	color:#522e57;
}
/* END Posts */


/* BEGIN Sidebar */

#sidebar .twitter {
padding-left: 20px;
background-image: url(http://www.damstyle.com/twitter.gif);
background-repeat: no-repeat;
background-position: 0px 6px;
}

#bf-feeds-4 a {
display: block;
float: left;
padding-left: 20px;
padding-right: 20px;
background-image: url(http://www.damstyle.com/rss.gif);
background-repeat: no-repeat;
background-position: 0px 1px;
}

#sidebar .linkedin {
padding-left: 20px;
background-image: url(http://www.damstyle.com/linkedin.gif);
background-repeat: no-repeat;
background-position: 0px 6px;
}

#sidebar .facebook {
padding-left: 20px;
background-image: url(http://www.damstyle.com/facebook.gif);
background-repeat: no-repeat;
background-position: 0px 6px;
}

#sidebar ul li.widget {
	margin-bottom:20px;
}
#sidebar .widget h2 {
	display:block;
	background:#dbdbdb;
	font-size:1.4em;
	border:1px solid #646360;
	border-width:1px 0;
	color:#646360;
	padding:5px 10px;
}
#sidebar .widget h2.widgettitle {
	line-height:normal!important;
}
#sidebar ul ul li, #sidebar ul ol li  {
	border-bottom:1px solid #ccc;
}
#mce-EMAIL {
	width:150px;
	border:1px solid #aaa;
	padding:3px;
}
#mc-embedded-subscribe {
	background:#888;
	color:#eee;
	border:1px solid #555;
	padding:3px;
}
#wpng-cal-widget-events ul {
	list-style:none;
	margin:0!important;
	padding:0;
	position:relative;
	float:left;
}
#wpng-cal-widget-events ul li {
	padding:0!important;
	margin:0 0 5px 0!important;
	border:0!important;
}
.wpng-widget-date-title {
	display:block;
	color:#600;
	font-weight:bold;
	margin:0 5px 0 0!important;
	position:relative;
	float:left;
	clear:both;
}
/* END Sidebar */