/*  
Theme Name: Memoir Original
Theme URI: http://www.webstockbox.com
Description: Memoir, another great  theme for wordpress
Version: 1.0
Author: Tom Luadmee
Author URI: http://www.webstockbox.com/
*/

body, h1, h2, h3, h4, h5 , h6, blockqoute, p, dd, dl, hr, form{ 
	margin:0;
	padding:0;
}

body {
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	vertical-align: top;
	background-color: #CCCCCC;
	/*background: url(images/background.gif);*/
}

#wrapper {
	padding: 0;
	margin: 0;
	width: 900px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	clear: both;
	background: #FFFFFF;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

#header {
	background-color: #000000;
	margin: 0;
	padding: 0;
	float: left;
	height: 100px;
	width: 900px;
	background-image: url(images/headerBG.gif);
}

#header1{
	width: 410px;
	height: 78px;
	float: left;
	padding: 22px 10px 0 30px;
	color: #FFFFFF;
}
	
#header1 h1{
	padding: 0;
	margin: 0;
}
	
#searchbox{
	width: 440px;
	float: left;
	text-align: right;
	padding: 40px 10px 0 0;
	height: 60px;
	}
	
#searchform{
	background: #000000;
	padding:20px;
	float: left;
	text-align:center;
}

.search_box{
 	font:12px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #4B4B4B;
 	color: #000;
 	margin: 0 1px 0 0;
	background: #fff;
 	padding: 3px;
}

.search_button{
	font:12px Verdana, Arial, Helvetica, sans-serif;
 	border: 1px solid #4B4B4B;
 	color: #CCCCCC;
 	margin:0;
 	background:#000000;
 	padding: 2px;
 }
 
 .header_link a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color:#CCCCCC;
	text-decoration:none;
	font-weight: normal;
	padding: 0;
}

.header_link a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 30px;
	color:#CCCCCC;
	text-decoration:none;
	padding: 0;
}

#nav {
	background-image: url(images/navBG.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 35px;
	width: 100%;
}

#navbar{
	width: 890px;
	margin: 0 auto 0 auto;
	padding : 0 10px 0 5px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;

}

#navbar ul {
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#navbar li {
	margin: 0;
	padding: 0  23px 0 23px;
	float: left;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	list-style-type: none;
	background-image: url(images/navBG_line.gif);
	background-position: right top;
	background-repeat: no-repeat;
	vertical-align: top;
}

#navbar li a:link, #navbar li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size:  16px;
	vertical-align:top;
	text-decoration: none;
}

#navbar li a:hover, #navbar li a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  16px;
	color: #CCCCCC;
	width: 87px;
	text-decoration: none;
}

#img_box{
	width: 900px;
	height: 220px;
	padding: 0;
	margin: 0;
	float: left;
	clear:both;
	overflow: hidden;
}
	
#container {
	padding: 19px 20px 20px 30px;
	margin: 0;
	float: left;
	width: 610px;
	border-top: #EAE5E5;
}

#sidebar {
	padding: 0;
	margin: 0;
	float: right;
	width: 219px;
	background: url(images/body_bg.gif);
	border-left: 1px solid #EAE5E5;
}

.subnav {
	background-image: url(images/subnav_bg.gif);
	background-repeat: repeat;
	clear: both;
	float: left;
	height: 6px;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background: #000000;
	clear: both;
	float: left;
	height: 120px;
	width: 900px;
}

#footer a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer_div1{
	width: 490px;
	float: left;
	padding: 15px 20px 0 40px;
}
	
#footer_div2{
	width: 320px;
	float: right;
	padding: 15px 30px 0 0;
	text-align: center;

}



/* hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh  */

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

.entry{
	line-height: 18px;
}

.entry a:link{
	text-decoration: underline;
	color: #0000FF;
}

.entry a:visited{
	text-decoration: underline;
	color: #0000CC;
}

.entry a:hover{
	text-decoration: underline;
	color: #000000;
}


p{
	padding:10px 0 0 0;
}

.postmetadata{
	width:  626px;
	border-bottom:1px dotted #CCCCCC;
	padding: 30px 0 30px 0;
}

.postmetadata a:link{
	text-decoration: none;
	color: #0000FF;
}
	
.postmetadata a:visited{
	text-decoration: none;
	color: #0000FF;
}

.postmetadata a:hover{
	text-decoration: none;
	color: #000000;
}
	
.dateauthor{
	font-size: 10px;
	color: #999999;
}

.ipost_tag{
	width: 450px;
	float: left;
}
	
.ipost_comment{
	width: 150px;
	text-align: right;
	float: right;
}

.navigation{
	padding:5px 0 5px 0;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
}

.navigation a:link, .navigation a:visited{
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration: none;
	font-weight: normal;
}

.navigation a:hover{
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}

#nav_left {
 	width: 300px;
 	float: left;
  }
  
 #nav_right {
 	width: 269px;
 	text-align: right;
	float: right;
 }

ul{
	margin: 10px 10px 10px 20px;
	padding:0;
}

li{
	padding: 0;
	margin:0;
}


#sidebar a:link, a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	text-decoration: none;
}

#sidebar a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration: none;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 15px 0;
}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding: 7px 0 7px 15px;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #EAE5E5;
	border-bottom: 1px solid #EAE5E5;
	margin: 0 0 7px 0;
	background:  #F1F1F1;
	list-style-type: none;
}

#sidebar ul ul li{
	list-style-type: square;
	color: #666666;
	line-height: 24px;
	list-style-position:inside;
	padding: 0 3px 0 15px;
}


.title_link a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.title_link a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.title_link a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.smallfont{
	font-size: 10px;
	color: #CCCCCC;
	padding: 0;
	margin: 0;
}

/* Blockqoute and Image */

blockquote {
	margin : 15px 0 0 10px;
	padding-left : 20px;
	padding-bottom:10px;
	padding-right: 5px;
	border-left : 5px solid #CCCCCC;
	background: #FBF1F1;

}

blockquote cite {
	margin : 3px 0 0 0;
	display : block;
}

img {
	border : 0;
}

a img {
	border : 0;
}

p img {
	padding : 0;
	max-width : 100%;
}

img.right {
	padding : 4px;
	margin : 0 0 2px 7px;
	display : inline;
}

img.left {
	padding : 4px;
	margin : 0 7px 2px 0;
	display : inline;
}

.right {
	float : right;
}

.left {
	float : left;
}

img.centered {
	display : block;
	margin-left : auto;
	margin-right : auto;
}

.caption {
	margin : 5px;
	padding : 5px;
	border : 1px solid #e5e5ff;
	background : #e5f2ff;
	font-size : 90%;
	color : black;
}

/* ###### calendar  ###### */
table#wp-calendar{
	width: 100%;
}

table#wp-calendar a:link{
	text-decoration:underline;
}
/* ###### End calendar  ###### */


/* ##### Pagination ##### */

.pagination{
	padding: 12px 2px 2px 2px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.pagination a:link, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #CCCCCC;
	text-decoration: none; 
	color: #2e6ab1;
	font-weight: normal;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #2b66a5;
	color: #000;
	background-color: #E9F8E5;
	font-weight: normal;
	text-decoration: none;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 5px;
	padding-right: 0;
}

/* ##### End Pagination ##### */

/* Comment Template*/
	
.comments-template{
	margin: 25px 0 0 0;
	padding: 0 0 0 0;
}

.comments-template a:link{
	color: #0000FF;
	text-decoration: none;
}

.comments-template a:visited{
	color:#000099;
	text-decoration: none;
}

.comments-template a:hover{
	color:#000000;
	text-decoration: none;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 10px 0;
	line-height: 18px;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
	color: #A00000;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
}

	
	
	/*  End Comment Template*/
	
