/*
Theme Name: Things I've Been Thinking
Description: Child Style
Author: Sean
Template: urhotwentyeleven
*/

@import url("../urhotwentyeleven/style.css");


/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.sha#ff99ff/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {text-decoration:none;}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
table {border-spacing:0;}
fieldset,img,abbr,acronym {border:0;} 
ol,ul,.widget-area ul ul {list-style:none;}
caption,th {text-align:left;}
hr {border:0;height:1px;background-color:#000;color:#000;}
a img,:link img,:visited img {border:none;outline: none;}
address {font-style:normal;}

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	} 
h1,h2,h3,h4,h5,h6,label {
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	}
a {
	text-decoration: none;
	}	
p {
	line-height: 22px;
	}	
blockquote {
	line-height: 20px;
	font-style: oblique;
	font-size: 13px;
	border-color: #666;
	color: #666;
	border-left: 5px solid;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	}	
#footer-inner ul li a {
	font-weight: bold;
	text-decoration: none;
	}		
#footer {
	background-color: white;
}
#content .entry-title {font-size: 35px; text-transform:none;}

#content p.caption {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin: 0 0 20px 0;
	font-size: 14px;
	color: #666;
	}

h1.page-title { color: #999; text-transform: uppercase; font-size: 16px; background-color: #FFFBCC; padding: 2px; }
.page-title span { font-family: helvetica, arial, sans-serif; font-style: italic;}

.entry-title a:active, .entry-title a:hover {color: white;}

.entry-meta {
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	padding-left: 5px;
	}
	
.entry-meta a:hover, .entry-utility a:hover { color: #FFF; background-color: #ff99ff;}
.entry-meta a, .entry-utility a {color:#ff99ff; text-decoration: none;}

.entry-content {
	line-height: 1.5;
	color: #444;
	font-size: 16px;
	font-family: Georgia, serif;
}

.entry-utility { 
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 0 4px 5px;
	}


#main .widget-area ul { padding: 0 20px 0 20px;}

.textwidget img { text-align: center; border: 1px solid #999; background-color: #CCC; padding: 4px; margin: 0 0 10px 45px;}
.widget-title{ font-size: 14px; text-transform: uppercase; margin: 50px 0 10px 0;}
.widget-area a:link, .widget-area a:visited { color: #ff99ff;}
.widget-area a:hover { color: #FFF; text-decoration: none;}

#nav-below {font-size: 20px; margin: 0; line-height: 25px;}
.navigation a:active, .navigation a:hover { color: white;}

ul.xoxo li { margin: 0 0 20px 0;}

#wrapper { padding: 0; background: transparent;}

#main .widget-area ul {border-color: #ff99ff;}

#site-info a { padding-left: 18px; }

#colophon { border-top: 10px solid #ff99ff;}

h3#comments-title { padding:4px; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; margin: 30px 0 25px 0;}

body {
    color: #333;
    background: #FFF url(background.png) fixed;
	}
a:link, a:visited, a {
    color: #ff99ff; 
	}
a:hover {
	background-color: #ff99ff;
	color: #fff;
	}
p {
	margin: 0 0 10px 0;
	}
span img {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	background: #EAEAEA;
	border-color: #CCCCCC;
	}

.meta-prep, .meta-prep-author {display: none;}

#urho-logo, #sidebar-copy {
	border-left-color: #ff99ff;
}

#sidebar-copy {
	padding-left:20px;
}

#site-generator {
	padding-right: 20px;
}
