/*   
Theme Name: Argus (WordPress Template)
Theme URI: http://www.argusventures.com
Description: Custom WordPress theme for Argus
Author: Jonathan Myers
Author URI: http://www.argusventures.com
Version: 1.5
.
License Statement.
.
*/

@charset "utf-8";
* {margin:0; padding:0;}

img {border:none;}

body {width:800px; margin:0 auto; color:#333;}

h1,h2,h3,h4,h5,h6 {color:#6798ca;}

#header {
	width:800px;
	background:url(http://argusventures.com/wp-content/uploads/2009/09/slogan.png) no-repeat right 70px;
	z-index:100;
	position:relative;
	margin-bottom:35px;

	}

#header img {
	margin-top:20px;
	}

#nav {
	position:absolute;
	top:100px;
	z-index:10;
	width:800px;
	height:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-variant:small-caps;
	font-weight:bold;
	background-color:#999;
	text-align:center;
	}

#nav ul {
	list-style:none;
	/*padding:13px 0 13px 0;*/
	padding:0;
	margin:0 auto;
	/*mr added this width*/
	width:900px;
	border:0px solid blue;
	}

#nav ul li {
	background:url(http://argusventures.com/wp-content/themes/ArgusWPTheme/images/nav-bkgd.jpg) repeat-x;
	/*display:inline;*/
	float:left;
	padding:13px 12px;
	/*margin:0 -1px;*/
	margin-right:3px;
	margin-top:0px;
	}
/*#nav ul li:first-child {
	padding:13px 14px;
	}
#nav ul li:last-child {
	padding:13px 14px;
	}*/
#nav ul li:hover {
	background:url(http://argusventures.com/wp-content/themes/ArgusWPTheme/images/nav-bkgd-over.jpg) repeat-x;
	}
		
#nav ul li a:link, #nav ul li a:visited{
	color:#666;
	text-decoration:none;
	}

#nav ul li.current a {
	color:#333;
	}
	
#nav ul li.current{
	background:url(http://argusventures.com/wp-content/themes/ArgusWPTheme/images/nav-bkgd-current.jpg) repeat-x;
	}

#pagebody {
	width:800px;
	min-height:500px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
	}

.main {
	width:520px;
	float:left;
	border:1px solid #999;
	min-height:576px;
	padding:15px;
	margin:0 0 10px 10px;
	}

.entry {
	padding:15px 0;
	}

.entry img {
	margin-right:20px;
	}

.blogentrynavigation .alignleft {
	float:left;
 	}
 
.blogentrynavigation .alignright {
 	float:right;
 	}
	
.blogtime {
	color:#999;
	}

hr.mainblogentry {
	border:1px dashed #999;
	margin-bottom:12px;
	}

.rightcol {
	width:210px;
	float:right;
	/*border:1px solid #999;*/
	border:0px solid orange;
	margin:0 10px 10px 0;
	}
	
.sideblogentry {
	margin:10px 0; 
	border-bottom:thin solid #999;
	}

.rightcol ul {
	list-style:none;
	margin:15px 10px;
	padding:0 5px;
	}
	
ul.sideblogentry:hover {
	width:180px;
	margin:15px 15px 15px 0;
	padding:0 15px;
	background-color:#e6e6e6;
	}

.rightcol li.title {
	float:left;	
	}

.rightcol li.date {
	float:right;
	}

.rightcolfacebook {
	width:212px;
	float:right;
	margin-right:10px;
	margin-bottom:20px;
	/*height:365px;*/

	}

#pagebody h1 {
	font-size:18px;
	color:#fff;
	background-color:#999;
	width:535px;
	margin:-15px 0 0 -15px;
	padding:5px 0 5px 15px;
	}

.main p {
	margin:10px 0;
	}
	
.rightcol h2 {
	font-size:18px;
	color:#fff;
	background-color:#999;
	padding:5px 0 5px 10px;
	margin-top:0;
	}

a, .entry h3 a {
	text-decoration:none;
	color:#6798ca;
	}

a:hover {
	text-decoration:underline;
	}

.entry a {
	text-decoration:none;
	color:#F69049;
	}

.entry a:hover {
	text-decoration:underline;
	}	
	
#footer {
	clear:both;
	width:768px;
	height:29px;
	background:url(http://argusventures.com/wp-content/themes/ArgusWPTheme/images/nav-bkgd.jpg) repeat-x;
	font-size:13px;
	text-align:center;
	margin:10px 0;
	padding-top:11px;
	border-left:16px solid #999;
	border-right:16px solid #999;
	}

#footer a {
	font-size:.9em;
	color:#6798ca;
	}

#footer a:hover {
	text-decoration:underline;
	}
	
#footer a.current {
	text-decoration:underline;
	color:#000;
	}
	
.ficons {
	position:relative;
	top:2px;
	display:inline;
	}

.ficons img {
	padding-left:3px;
	padding-right:3px;
	}
		
/* Comment Styles */

ol.comment-display {
	list-style:none;
	border-top:1px solid #999;
	margin:10px 0 50px 0;
	font-size:.9em;
	color:#666666;
	}

ol.comment-display a {
	color: #6798ca;
	}

ol.comment-display li {
	border-bottom:1px solid #999;
	padding:10px 0;
	}

ol.comment-display li.alt {
	background-color: #ededed;
	}
	
.comment-body {
	width:355px;
	padding:0 15px;
	float:left;
	}
	
.comment-author cite {
	color:#999999;
	}
	
.comment-author {
	width:125px;
	float:right;
	margin-top:0;
	padding:16px 0 0;
	}
	img.centered
{
display: block;
margin-left: auto;
margin-right: auto;
}

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

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

.alignright
{
float: right;
}

.alignleft
{
float: left;
}
.clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
        }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*===== South Madison Map Project Styles =========*/
#headerSouthMadison {
	width:800px;
	background-image:url(images/header-for-argus-site.jpg);
	background-repeat:no-repeat;
	height:140px;
	}
	
#pagebody .southMadisonContainer {
	border-bottom:2px solid #f57a0d;
	padding-bottom:30px;
}
#pagebody .southMadisonContainer h1{
	background-color:#FFF;
	margin:20px 0px 0px 0px;
	color:#478a80;
	border-bottom:2px solid #f57a0d;
	width:auto;
	padding-left:0px;

}
#pagebody .southMadisonContainer h2{
	margin:14px 0px 0px 0px;
	color:#478a80;
	font-size:16px;
	font-weight:bold;
	width:auto;
}
#pagebody .southMadisonContainer p {
	text-indent:20px;
}
#pagebody .southMadisonContainer ul {
	Margin: 0px 40px 0px 40px;

}
.wp-caption-dd {
	font-size: 12px;
	line-height:1.2em;
	padding-bottom:20px;
	text-indent:0px;
}
