/*   
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;
	}

#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;
	}

#nav ul {
	list-style:none;
	padding:13px 0 13px 0;
	margin:0 auto;
	text-align:center;
	}

#nav ul li {
	background:url(http://argusventures.com/wp-content/themes/ArgusWPTheme/images/nav-bkgd.jpg) repeat-x;
	display:inline;
	padding:13px 16px;
	margin:0 -1px;
	}
	
#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;
	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;
	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;
	}