/*
Theme Name:     Yashfa Child
Theme URI:      http: //nscadesign.ca/mleblanc
Description:    Child theme for the Yashfa theme 
Author:         Michael LeBlanc
Author URI:     http: //nscadesign.ca/mleblanc
Template:       yashfa
Version:        0.1.0
*/

@import url("../yashfa/style.css");


*** */

	/* all A tags whose HREF attribute ends in .pdf */

	a[href$='.pdf'] { padding-right: 18px; background: url(../../../../images/icons/icon_pdf.gif) no-repeat right center; text-decoration: none; }
	
	a[href$='.odt'] { padding-right: 18px; background: url(../../../../images/icons/icon_odt.gif) no-repeat right center; text-decoration: none; }
		
	a[href$='.PDF'] { padding-right: 18px; background: url(../../../../images/icons/icon_pdf.gif) no-repeat right center; text-decoration: none; }

	/* all A tags whose REL attribute equals pdf */

	a[rel='pdf'] { padding-right: 18px; background: url(../../../../images/icons/icon_pdf.gif) no-repeat right center; text-decoration: none; }

	/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/

	a[rel*='pdf'] { padding-right: 18px; background: url(../../../../images/icons/icon_pdf.gif) no-repeat right center; text-decoration: none; }

	/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */

	a[rel~='pdf'] { padding-right: 18px; background: url(../../../../images/icons/icon_pdf.gif) no-repeat right center; text-decoration: none; }

	/* all A tags whose HREF attribute starts with mailto: */

	a[href ^="mailto:"] { padding-right: 18px; background: url(../../../../images/icons/icon_mailto.gif) no-repeat right center; text-decoration: none; }

	/* all A tags whose CLASS attribute is popup */

	a[class ="popup"] { padding-right: 18px; background: url(../../../../images/icons/icon_popup.gif) no-repeat right center; text-decoration: none; }

	a[href$='.doc'] { padding-right: 18px; background: url(../../../../images/icons/icon_doc.gif) no-repeat right center; text-decoration: none; }

	/*
a[href$='.jpeg'] { background: url(../../../../images/icons/icon_pic.gif) no-repeat right center; text-decoration: none; padding-right: 18px; }

		a[href$='.jpg'] { background: url(../../../../images/icons/icon_pic.gif) no-repeat right center; text-decoration: none; padding-right: 18px; }
*/

	a[href$='.xls'] { padding-right: 18px; background: url(../../../../images/icons/icon_xls.gif) no-repeat right center; text-decoration: none; }

	a[rel ~='external'] { padding-right: 18px; background: url(../../../../images/icons/icon_external.gif) no-repeat right center; text-decoration: none; }

	a[href$='.wmv'] { padding-right: 18px; background: url(../../../../images/icons/icon_film.gif) no-repeat right center; text-decoration: none; }


.floatright
{
	float: right;
	margin: 0 20px 10px 10px;
	border: solid 1px #666;
	padding: 2px;
}

.floatleft
{
	float: left;
	margin: 10px 10px 10px 0;
	border: solid 1px #666;
	padding: 2px;
}

.floatrightnoborder
{
	float: right;
	margin: 0 20px 10px 10px;
	padding: 2px;
}

.floatleftnoborder
{
	float: left;
	margin: 10px 10px 10px 0px;
	padding: 2px;
}

.floatleftsp
{
	margin: 10px 10px 70px 16px;
	padding: 2px;
	float: left;
	border: solid 1px #666;
}

#header {
	margin: 30px 0 0;
	width: 950px;
	height: 170px;
	background: #000 url(images/header.jpg) 0 0 no-repeat;	
	position: relative;
}

#header h1 a {
	color: #fff;
	position: absolute;
	left: 0px;
	top: 58px;
	font-size: 36px;
	letter-spacing: -3px;
	text-transform: uppercase;
}

.description {
	position: absolute;
	top: 35px;
	left: 0;
	border-left: 30px solid #ED3300;
	padding-left: 5px;
	color: #ccc;
	font-size: 18px;
}

	.entry p {
		line-height: 1.5em;
		margin-bottom: 20px;
	}

#footer {
	width: 950px;
	margin: 0 auto;
	font-size: 75%;
	position: relative;
}

.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
}

.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
}

.entry h3 {
	font-size:18px;
	margin:15px 0 6px;
}

.entry ul {
	list-style: square;
	margin-bottom: 20px;
}
.entry ol {
	list-style: decimal;
	margin-bottom: 20px;
}	
.entry li {
	line-height: 1.4em;
	margin-left: 20px;
	margin-bottom: 10px;
}

#sidebar a {
color:#0A73A3;
text-decoration:none;
}

.twitter-item{
padding-left:10px;
padding-top:8px;
font-size: 90%;
}


.delicious-posts { font-family: sans-serif; }
.delicious-posts ul, .delicious-posts li, .delicious-banner { margin: 0; padding: 0}
.delicious-post { border-top: 1px solid #eee; padding: 0.15em; font-size: 90% }
.delicious-odd { background-color: #f8f8f8 }
.delicious-banner a { font-size: 80% }
.delicious-posts a:hover { text-decoration: underline }
.delicious-posts a { text-decoration: none; color: #0A73A3; display: block; padding: 0.3em }
.delicious-post a { color: #0A73A3 }

#search-3 h3.widgettitle {
	border-style: none;
}

div#header {
	margin-top: 0;
}

h2 {
	margin-bottom: 16px;
}

ul {
	margin-bottom: 16px;
}

.post h2 {
	font-family: 'PT Sans Narrow', arial, serif;
}

body {
	font-family: Muli, verdana, sans-serif;
}

#navr2 {
	font-family: arial, sans-serif;
}

#header h1 a {
	font-family: arial, sans-serif;
}

#navr {
	height: 40px;
}

ul.children {
	font-size: 80%;
}

.menu li a {
	line-height: 120%;
}

#navr2 ul.menu.clearfix li.page_item.page-item-750 ul.children a {
	font-size: 120%;
}

.del {
	color:gray;
}

.author-info {
	margin-top: 10px;
	background: #efefef;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 26px;
}

#copyright {
	font-size: 90%;
	margin-bottom: 20px;
}

.grap ul {
	font-size: 90%;
}

#footer {
	font-size: 70%;
	line-height: 140%;
}

#footer img {
	margin-top: 8px;
}

div.tagcloud {
	margin-right: 12px;
	margin-left: 12px;
}

