/*  
Theme Name: RememberXYZ
Theme URI: http://sachistudio.com/
Description: For RememberXYZ website
Version: 1.0
Author: Dean 
Author URI: http://sachistudio.com
*/

/*-----------colors used-----------
#2a1010= dark brown
#7f0a0c= dark red
#881a1c=red
#562829= brown red
*/

* {padding: 0; margin: 0;} 


body {
  margin: 0 ;
  padding: 0;
  font: normal 61.25%/1.4em ;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: left;
  background-color: white;
}

#container {
	margin: 0;
	padding: 0;
	background-color: white;
	}
#banner {
	width: 100%;
	height: 278px;
	background: transparent url(/wp-content/themes/remember/img/bgart-banner-250.jpg) no-repeat scroll 0%;
}




/*---- Tabs-----------------*/
#top {
	position: absolute;
	top: 229px;
	left: 210px;
	}
#top ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	}
#top li {
	float: left;
	padding-right: 40px;
	}	
#top li a {
	display: block;
	height: 37px;
}

#top li a.arttab {
	background: transparent url(/wp-content/themes/remember/img/arttab.png) no-repeat scroll left top;
	width: 131px;
	height: 49px;
	}
	
#top li a.arttab:hover {
	background: transparent url(/wp-content/themes/remember/img/arttabhover.png) no-repeat scroll left top;
	width: 131px;
	height: 49px;
	}


#top li a.blinkstab {
	background: transparent url(/wp-content/themes/remember/img/blinkstab.png) no-repeat scroll left top;
	width: 131px;
	height: 49px;
	}
#top li a.blinkstab:hover {
	background: transparent url(/wp-content/themes/remember/img/blinkstabhover.png) no-repeat scroll left top;
	width: 131px;
	height: 49px;
	}


#top li a.contacttab {
	background: transparent url(/wp-content/themes/remember/img/reachtab.png) no-repeat scroll left top;
	width: 131px;
	height: 49px;
	}

#top li a.contacttab:hover {
	background: transparent url(/wp-content/themes/remember/img/reachtabhover.png) no-repeat scroll left top;
	width: 131px;
	height: 49px;
	}


/*----------Content Area -------------*/
#content-container {
	width: 980px;
	}
#content {
	width: 600px;
	margin-left: 150px;
	
	}
#content p {
	font-family: Arial, "Times New Roman", Times, serif;
	color: #2a1010;
	font-size: 1em;
}

#content h1, h2, h3, h4, h6 {
	color: #881a1c;
	font-family:"Times New Roman", Times, serif;
	padding: 15px 0 15px 0;
	}
#content h1 a:link, h1 a:visited, h1 a:active {
	color: #881a1c;
	text-decoration: none;

}

#content h1 a:hover {
	color: #562829;
	text-decoration: underline;
	}

#content h1, {
	font-size: 1.4em;
	}
#content h2 {
	font-size: 1.3em;
	}
#content h3 {
	font-size: 1.2em;
	}
#content h4 {
	font-size: 1em;
	}
#content h5 {
	font-size: .5em;
        color: black;
	}		

#content ul, #content ol {
	padding: 5px 0 10px 30px;
	color: #2a1010;
	font-size: .9em;
	font-family: "Times New Roman", Times, serif;
	}
#content ul li {
	padding-left: 10px;
	list-style-type: disc;
	}	
#content ol li {
	padding-left: 10px;
	list-style-type: decimal;
	}
	
#content a:link, #content a:active, #content a:visited {
	color: #7f0a0c;
	}
#content a:hover {
	text-decoration: underline;
	color: #2a1010;
	}

/* --- images --- */
img , a img {
  margin:0;
  padding: 0px 5px 15px 5px;
  border: #fff none 2px;
}

img a:hover {
background-color: #fff;
}

/* --- this is for the floating and aligning images --- */

img.floater {
	float: left;
	margin-right: 5px;
}
img.floaterright {
	float: right;
	}
img.floaterleft {
	float: left;
	}
.clearright {
	clear: right;
	}
.clearleft {
	clear: left;
	}
img.clearleft {
	clear: left;
	}	
img.banner {
  margin:0;
  padding: 0;
}


/* ---------------------FOOTER STYLES -----------------------*/

#footer {
	font-family: "Times New Roman", Times, serif;
	clear: both;
	margin: 50px 0 0 0;
}

#footer p {
	font-size: .8em;
	text-align: left;
	color: #CCCCCC;
	margin: 10px 0 0 150px;
}

	
#footer a:link, #footer a:active, #footer a:visited {
	color: #CCCCCC;
}
#footer a:hover {
	text-decoration: underline;
	background-color: #881a1c;
	}	
	

/*-------------ARCHIVES AND COMMENTS SECTION----------------------*/
#archives {
	padding-bottom: 15px;
	line-height: 1em;
	}
	
p.archives {
	font-size: .9em;
	border-bottom: 1px solid #a10404;
	}
#content #archives p {
	font-size: 1.1em;
	padding-bottom: 10px;
	line-height: 140%;	
}

h1.archives {
	font-size: 1.3em;
	}
p.indexpage {
	font-size: 1.1em;
	color: #333;
	padding: 5px 0 25px 0;
	font-family: "Trebuchet MS", Helvetica, Serif;
	}

/*----- Other stuff ------------*/

#content p.editthis {
	color: blue;
	}
#content p.editthis a:link, #content p.editthis a:visited, #content p.editthis a:active {
	color: blue;
	}


#blockquote {
   padding: 3px 0 3px 10px;
   border: 1px solid #A10404;
   font-style: italic;
   font-size: .5em;
}

#blockquote li{
   border: none;
}

#content p.doublespace {
	padding-bottom: 1.0 em;
	}
#content # h3.doublespace {
	font-size: 1.2em;
	padding-bottom: 1.3em;
	}
