/*  
Theme Name: IFP
Theme URI: http://innsmouthfreepress.com
Description: Theme for IFP
Version: 1.0
Author: CyChess
Author URI: http://www.innsmouthfreepress.com/

*/

/* BODY AND BASIC HTML TAGS */

body, h1, h2, h3, h4, h5, h6, blockquote, p, form	{
	margin:0;
	}
	
body	{
	margin:0;
	font-family:Arial,Helvetica,Century Gothic, Tahoma,Sans-serif;
	font-size:12px;
	text-align:left;
	vertical-align:top;
	background:#10324e;
	color:#000;
	}

h1	{
	font-family:Georgia,Tahoma,Sans-serif;
	font-size:24px;
	padding: 0 0 10px 0;
	}
h2, h3, h4 {
	color:#eee;
	}

h2	{
	font-size:20px;
	}

h3	{
	font-size:18px;
padding-top: 2%;
	}

h4	{
	font-size:16px;
padding-top: 2%;
	}

p	{
	padding: 10px 0 0 0;
padding-bottom: 1%
	}
	
a:link, a:visited	{
	text-decoration:underline;
	color:#103246;
	}
	
a:hover	{
	text-decoration:none;
	}


.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

/* DIV BOXES */

#wrapper	{
	position:relative;
	top:10px;
	margin-left:auto;
	margin-right:auto;
	width:990px;
	background:url(./images/ifp_header.png) 0 0 no-repeat;
	height:625px;
	}
	
#header	{
	text-align:right;
	top:10px;
	width:980px;
	color:#258;
	}
#header a {
	color:#258;
	}
#logo	{
	position:absolute;
	top:50px;
	left:260px;
	background:url(./images/ifp_logo.png) 0 0 no-repeat;
	width:414px;
	height:153px;
	}
	
/* UPPER NAVIGATION MENU */

#upper_nav {
	position:absolute;
	padding-left:40px;
	left:60px;
	top:0px}

.content_pages {
	position:absolute;
	padding-left:40px;
	left:61px;
	top:20px}

#lower_nav	{
	position:absolute;
	padding-left:40px;
	left:60px;
	top:40px;
	}
	
#top_nav	{
	position:absolute;
	left:200px;
	top:250px;
	width:530px;
	height:58px;
	background:url(./images/menu_dingbats.png) 0 0 no-repeat;
	font-family:verdana,helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	display: block;	
	border-bottom:1px #111 solid;
	border-top:1px #111 solid;
}
	
#top_nav ul.content_pages li{
	background:#adc3c3;
	border-bottom:1px #369 solid;
	border-top:1px #369 solid;
	}

#top_nav ul {
	list-style: none;
	margin:0 auto 0 auto;
	padding:0 auto 0 auto;
}

#top_nav a ,#top_nav a:hover{
	border:none;
	display: block;
	text-decoration: none;
}

#top_nav li {
	float: left;
	list-style:none;
	padding: 1px 6px 1px 6px;
}

#top_nav a,#top_nav a:visited {
	color:#147;
	display:block;
	font-weight:bold;
}

#top_nav a:hover, #top_nav a:active {
	color:#fff;
	text-decoration:none
}	

#top_nav li ul {	 /* this hides the child links */
	height: auto;
	left: -999em;
	position: absolute;
	z-index:9;
}

#top_nav li li {
	width: auto;
	background:none;
}

#top_nav li li a,#top_nav li li a:visited {
   color:#147;
	font-weight:bold;
	font-size:12px;
	height:20px;

}

#top_nav li li a:hover,#top_nav li li a:active {
	color:#fff;
	padding: 2 0 6 10px;
	height:20px;
}	

#top_nav li:hover ul, #top_nav li li:hover ul, #top_nav li li li:hover ul {
	left: -20px;
	top:-18px;
	width:500px;
}


/* MAIN CONTENT COLUMN */

#container	{
	position: absolute;
	left:220px;
	top:400px;
	width:500px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	}


#top_cont	{
	width:500px;
	background:url(./images/mainbartop.png) 0 0 no-repeat;
	height:27px;
	}

#mid_cont {
	width:470px;	
	background:url(./images/mainbarbg.png) 0 0 repeat-y;
        padding:15px;
	}
	
	/* date stamp */

.post-date{
width:64px;
height:58px;
float: left;
display: inline;
margin: 0 10px 0 0;
background: url(./images/date_ed.png) no-repeat;
}

.post-date .month	{
	font-family:Century Gothic, Times, Roman, serif;
	font-size:12px;
	font-weight:bold;
	margin-left:22px;
	margin-top:3px;
	margin-bottom:-2px;
	}
	
.post-date .day	{
	font-family:Century Gothic, Times, Roman, serif;
	font-size:24px;
	font-weight:bold;
	margin-left:19px;
	}

	/* content */
.post {
	}

.post h2	{
	font-family:Century Gothic, Tahoma,Sans-serif;
	font-size:18px;
	}
	
.entry	{
	line-height:18px;
	}

p.postmetadata	{
	border-top:1px solid #147;
	padding:0 0 10px 0;
	margin:10px 0 0 0;
	}

.navigation	{
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	}
	
#mid_cont .divider	{
	background:url(./images/divider.png) no-repeat 45% 0;
	height:20px;
	}	

#bot_cont	{
	width:500px;
	background:url(./images/mainbarbot.png) 0 0 no-repeat;
	height:27px;
	}

/* RIGHT SIDE BAR*/

.sidebar	{
	position:absolute;
	left:750px;
	top:200px;
	width:230px;
	display:inline;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	}

.sidebar #top_side	{
	width:230px;
	background:url(./images/rightbartop.png) 0 0 no-repeat;
	height:27px;
	}

.sidebar #mid_side	{
	width:230px;
	background:url(./images/rightbarbg.png) 0 0 repeat-y;
	}

#mid_side .divider	{
	background:url(./images/divider.png) no-repeat 50% 0;
	height:20px;
	margin:20px 0 0 0;
	}

/* highlights */

#highlights	{
	margin-left:10px;
	background:#adc3c3;
	width:210px;
		filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	}

#highlights #hi-top	{
	width:210px;
	height:38px;
	background:#adc3c3 url(./images/hilite_top.png) 0 0 no-repeat;
	}

#highlights #hi-top	h2	{
	font-size:16px;
	padding:10px 40px 0 60px;
	}

#highlights #hi-mid	{
	width:190px;
	background:#adc3c3 url(./images/hilite_mid.png) 0 0 repeat-y;
	padding-left:20px;
	}

#hi-mid li	{
	padding:0 20px 4px 20px;
	display:inline;
	}

#hi-mid a, #hi-mid a:hover, #hi-mid a:active, #hi-mid a:visited	{
	text-decoration:none;
	}
	
#highlights #hi-bot	{
	width:210px;
	height:13px;
	background:#adc3c3 url(./images/hilite_bot.png) no-repeat;
	}

.sidebar #bot_side	{
	width:230px;
	background:url(./images/rightbarbot.png) 0 0 no-repeat;
	height:27px;
	}

/* listed links*/

.sidebar ul	{
	list-style-type:none;
	margin:0;
	padding:0 30px 0 30px;
	}

.sidebar ul li	{
	padding:10px 0 10px 0;
	}

.sidebar ul li h2	{
	font-family:Century Gothic, Tahoma, Sans-serif;
	font-size:14px;
	}

.sidebar ul ul li	{
	padding:0;
	line-height:24px;
	}

/* calendar */

table#wp-calendar	{
	width:80%;
	}
#wp-calendar a	{
	font-weight:bold;
	}
	
	/* LEFT SIDE BAR */

.toolbar	{
	position:absolute;
	left:20px;
	top:400px;
	width:180px;
	display:inline;
	color:#147;
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	}	
	
.toolbar ul	{
	list-style-type:none;
	margin:0;
	padding:10px;
	}
	
.toolbar form	{
	padding:10px 0 10px 0;
	margin:0;
	}	
	
#top_tool	{
	width:180px;
	background:url(./images/leftbartop.png) 0 0 no-repeat;
	height:27px;
	}

#mid_tool	{
	width:180px;
	background:url(./images/leftbarbg.png) 0 0 repeat-y;
	}	

#mid_tool .divider	{
	background:url(./images/divider.png) no-repeat 50% 0;
	height:20px;
	margin:20px 0 20px 0;
	}

#bot_tool	{
	width:180px;
	background:url(./images/leftbarbot.png) 0 0 no-repeat;
	height:27px;
	}

/* external business */

#paypal	{
	text-align:center;
	margin:10px 0 10px 0;
	}
	
#amazon	{
	color:#fff;
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 10px;
	}

/* FLOATING ELEMENTS */

#rss	{
	position:relative;
	left:168px;
	top:337px;
	padding:0;
	margin:0;
	background:url(./images/rss.png) 0 0 no-repeat;
	height:32px;
	width:32px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;	
	}
	
#rss a:hover	{
	background:white;
	float:left;
	padding:0;
	margin:0;
	}	

/* COMMENTS */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}	
	
.commentlist {  
	background:url(./images/commentbg.png);  
}
      
.commentlist .alt { 
	padding:10px;
	text-align:left;
	background:#688 url(./images/quote.png) no-repeat top right;  
	}  
     
.commentlist li {
	padding:10px;  
	text-align:right;
	background:#799 url(./images/quoteclear.png) no-repeat top left;  
	}  
     
.commentlist cite { 
	padding:3px; 
	background:#8aa; 
	border-right:2px solid #444;
	border-bottom:2px solid #444; 
	}  

/* CONTACT FORM STYLES */

.contactform #c_form_2 {
	position:relative;
}

.contactleft{
	font-weight:bold;
	position:relative;
	left:70px;
	margin-bottom:-10px;
}

.contactright{
	font-weight:bold;
	position:relative;
	left:70px;
}

.contactleft #msg_box {
	left:70px;
}

	/* FOOTER */
	
#footer	{
	text-align:center;
	color:#fff;
}

.righto {float: right;}

.leftto {float: left;}

.aligncenter {

display:block;

margin-left:auto;

margin-right:auto;

text-align:center;

        }


