@charset "utf-8";

/*   
Theme Name: AgentFoo
Theme URL: http://www.agentfoo.com
Description: Custom theme for AgentFoo.com
Author: Foo
Author URL: http://www.agentfoo.com
Version: 1.0

/* CSS Document */

a, a:visited {
	text-decoration:none;  
	color: #000;
	}
a:hover {
	text-decoration:none;
	color:#a00;
	}	
a:active {
	text-decoration:none;
	color:#FFf;
	}	
body {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	background:#fff url(../../../../images/background.png);
	margin:0;
	border:0;
	}

/* Left Menu Elements start */
#leftmenu {
	position:absolute;
	left:0px;
	text-decoration:none;
	text-align:center;
	line-height:50px;
	font-family: Impact;
	font-size:20px;
	text-decoration:none;
	width:113px;  
	}
#leftmenu li {
	list-style-type:none;
	text-align:center;
	list-style-position: outside	
	}
/* Left Menu Elements end */

/* Right Menu Elements start */
#rightmenu {
	width:275px;	
	position:absolute;
	right:10px;
	top:250px;
	background-color:#FFFFFF;
	border-style:ridge;
	border-color:#000000;
	padding:5px;
	}
#rightmenu ul, .col  ul ol {
	margin: 0;
	padding: 0;
	text-align: left;
	}
#rightmenu ul li {
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	}
.goog {
	border: solid #000;
	border-width: 1px ;
	vertical-align: middle; 
	width:85px; height:18px; 
	padding-left:2px; padding-right:2px;
	background-color:#bbb ; 
	letter-spacing:1px;
	font-size:14px;	  
	}
.btnG   {	  
	border: solid  #000;
	width:22px;
	height:22px;
	border-width: 1px ; 
	vertical-align: middle;
	background:url(images/search.gif) center no-repeat;
	}
/* Right Menu Elements end */

#maindiv {
	margin:auto;
	}
#footerdiv{
	padding-top:15px;
	width:580px;
	height:32px;
	margin:auto;
	text-align:center;
	font-family:Impact;	
    font-size:10px; 
	}
#postcontainerdiv { 
	width:580px; 
	position:relative;
	left:118px;
	top:6px;
	}
.postdiv {
	width:580px;
	margin:auto;
	}
	.toppost { width:520px; padding:28px 50px 10px 32px; background: url(../../../../images/Memo-Body.png) repeat-y;}
		.toppost ul, .toppost ol { text-align:left;}
		.toppost p img { margin: 0px 0px 0px 0px}

/* Post template */
.bottompost {
	width:580px; 
	margin:0; 
	height:66px; 
	background: url(../../../../images/Memo-Footer.png) no-repeat;
	text-align:left;
	padding-left:40px;
	line-height:60%;
	font-size:10px;
	}
.posttopdiv {
	margin:auto;
	width:580px;
	height:71px;
	background: url(../../../../images/Memo-Header.png) no-repeat center;
	}
/* Post template */

/* Blog template */
.bottomblog {
	width:580px; 
	margin:0; 
	height:66px; 
	background: url(../../../../images/Comm-Footer.png) no-repeat;
	text-align:left;
	padding-left:40px;
	line-height:60%;
	font-size:10px;
	}
.blogtopdiv {
	margin:auto;
	width:580px;
	height:71px;
	background: url(../../../../images/Comm-Header.png) no-repeat center;
	}
/* Blog template */

.posttitle {
	position:relative;
	top:24px;
	left:32px;
	width:540px; max-width:540px;
	height:38px; max-height:38px;
	float:left;
	margin-top:35px;
	font-size:18px;
	font-weight:bolder;
	}
	
.postinfo {
	position:relative;
	float: left;
	left:45px;
	top:19px;
	width:427px;
	height:auto;
	font-size:11px;
	}

.postdate {
	position:relative;
	right:25px;
	top:-40px;
	float:right;
	width:110px; 
	height:20px;
	text-align:right;
	}

.blogtitle, .blogtitle a, .blogtitle a:hover { font-size:35px; color: #222; text-decoration:none; }

.blogdesc { font-size:15px;	color: #f00; }

.postmetadata {	font-size: 11px; text-align: center; color: #222;}

cite { font-size:11px; line-height:30px; }
.commentlist { padding:0; margin:0 30px; font-size:14px;}
.alt {margin:0; background:#f6f6f6;}
.commentlist li{ padding:0 10px 10px;}
.commentlist  li ul li, .commentlist  li ol li{ padding:0px; margin:0; font-size:12px;}
#comments { text-align:center; font-size:11px;}
.commentlist blockquote { padding:10px;}
.normbold { font-size:10px;}
.commentlist li p{padding:5px 0}

form { margin:0; padding:0}

a img {border:0;}
blockquote {border-left: #eee solid 3px; margin:10px 20px 20px 20px; padding-left:15px;}
blockquote p { margin:0; padding:0;}
small { font-size:12px; font-weight:bold}

h1 {
	font-size: 19px;
	font-weight: bold;
	}
h2 {
	font-size: 17px;
	font-weight: bold;
	}
h3 {
	font-size: 15px;
	font-weight: bold;
	}

#comment, #author, #email , #url {
	background:#ccc;
	color:#f00;
	border:1px solid #000;
	padding: 2px;
	}
.menucenter ul, .col  ul ol {
	margin: 0;
	padding: 0;
	text-align: left;
	}
.menucenter  ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 5px;
	}
.menucenter  ul p, .menucenter ul select {
	padding: 0 0 0 0;
	}
.menucenter  ul li ul , .menucenter  ul ol {
	padding: 0 0 0 0;
	}
.menucenter  ul ul ul, .menucenter  ul ol {
	padding: 0 0 0 0;
	}
ol li, .menucenter  ul ol li {
	list-style: decimal outside;
	}
.menucenter  ul ul li, .menucenter  ul ol li {
	padding: 0 0 0 0;
	}

.goog {
	border: solid #000;
	border-width: 1px ;
	vertical-align: middle; 
	width:85px; height:18px; 
	padding-left:2px; padding-right:2px;
	background-color:#bbb ; 
	letter-spacing:1px;
	font-size:14px;	  
	}
.btnG   {	  
	border: solid  #000;
	width:22px;
	height:22px;
	border-width: 1px ; 
	vertical-align: middle;
	background:url(images/search.gif) center no-repeat;
	}

#wp-calendar {  margin:auto; display:table; color: #009999; font-size:10px; font-family:Arial, Helvetica, sans-serif}	
#wp-calendar tbody tr td { border:solid 1px #333333; margin:0 ; padding:0 1px; text-align:center; line-height:12px;}
#wp-calendar a:hover { text-decoration:none}	
#wp-calendar caption {width:100%}

.goog:hover { border-color: #f00}
.btnG:hover { border-color: #f00}

a.link:link,a.link:visited {
	font-weight:900;
	font-size:13px;
	color:#a00;
}
a.link:active,a.link:hover {
	font-weight:900;
	font-size:13px;
	text-decoration:underline;
}
.twit {
	padding:2px;
	text-shadow:#990000;
}

p + p { 
	margin-top: 1em; 
}
b,strong {
	font-size: 14px;
}

/* Twitter */

#twitter_update_list {
	font-size:11px;
	color:#008;
}