/*
Theme Name:     SimplePress child
Theme URI:      http://www.reddingmuseum.nl
Description:    Child theme for the SimplePress theme 
Author:         Hans Ringelberg
Author URI:     http://www.artianonline.nl
Template:       SimplePress
Version:        0.1.0
*/

@import url("../SimplePress/style.css");
/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/


#logo { border: none; margin: 10px auto 20px auto; clear: both; }
#sidebar { float: left; width: 250px; padding-left: 30px; padding-top: 10px;}
h2 {margin-bottom: 24px; }
a  { text-decoration: none; color: #000; text-weight:bold;}
a:hover { text-decoration: underline; color: #000; }
	
/*------------------------------------------------*/
/*---------------[NAVIGATION MENU]----------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*---------------[DEFAULT DROPDOWN SETTINGS]------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*----------------[FEATURED SLIDER]---------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*------------------[BASIC STYLES]----------------*/
/*------------------------------------------------*/

hr {margin-top: 24px; margin-bottom: 24px; width: 100%; background-image: url(images/help1.png);
	background-repeat: no-repeat;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-color: #666;
	border-top-width: 0px;
	border-top-color: #FFF;
clear: both;}
				
/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

#comment-wrap { padding: 30px 0 0 0; float: left; width: 100%;}
	
/*------------------------------------------------*/
/*-------------------[GALLERY]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

h1, h2, h3, #quote div span, #blurbs div span.titles, h5, .hover span, .fn { font-family: "Arial Narrow", Arial, sans-serif;}
img.alignleft { display:inline; float:left; margin-right: 30px; }
img.alignright { display:inline; float:right; margin-left: 30px; }