/*
Theme Name:     Damage Control
Theme URI:      http: //robcottingham.ca/damagecontrol
Description:    Child theme for Inkblot
Author:         Rob Cottingham
Author URI:     http: //robcottingham.ca
Template:       inkblot
Version:        0.1.0
*/

@import url("../inkblot/style.css");

h1, h2, h3, h4, h5, #comments, #webcomic nav a {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif ;
}
body, p, ul, ol, li {
	/*font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif; */
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}

h1 {
	font-size: 1.5em;
}
a {
	color: #900;
}

#webcomic nav {
	background-color: #900;
	padding: 0.5em 0.5em;
}
#webcomic nav a {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #900;
	background-color: white;
	padding: .1em .5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	width:90px;
	margin-right: 1em;

}
#webcomic nav a:hover {
	background-color: #600;
	color: white;
}

#content h1 {
	margin-bottom: 1em;
}
.widgetized {
	font-size:0.8em;
}
.widgetized figure figcaption {
	font-size:1.0em;
	padding:none;
}

#comments {
	font-size:0.9em;
}
#comments article {
	border: none;
	margin-bottom: 0;
}
#comments article.bypostauthor {
	border: none;
	background-color:#ccc;
	padding: 1em;
}

footer {
	font-size: 0.8em;
}

#execphp-3 {
	height:50px;
	clear:both;
}
#main-sharing {
	float: right;
	width: 110px;
	margin: 0 0 40px 10px;
	padding-bottom: 10px;
}
.linkedin-link {
	margin-top: -8px;
}

/* .addthis_button {
        display: block;
        float: left;
        margin: 1em 5px 0 0;
}

.at300b, .twitter-share-button {
	float: left;
	margin-right: -10px;
}
.addthis_follow .at300b {
	margin-right: 2px;
	margin-top: 10px;
}
.addthis_button_tweet, .twitter-share-button {
    margin-top: -2px;
}
.at300b, .twitter-share-button {
	margin-right: 2px;
	margin-top: 10px;
	float: left;
}

.addthis_32x32_style {
	margin-top: 1em;
}
.addthis_button_facebook_like {
	margin-left: -15px;
}

div.atclear {
	clear:none;
}
#facebook-like {
	display: inline;
	margin-right:-10px;
}

#facebook-like iframe {
	margin-top:9px;
}

.IN-widget {
	padding-top:10px;
	float: left;
	margin-left:-8px;
}
.addthis_button_google_plusone {
	padding-bottom:10px;
}

*/