/*
Theme Name: Paragon Guys Theme
Theme URI: http://paragon.com/
Description: Custom theme designed and built for Paragon by AM Design.
Version: 1.0
Author: AM Design
Author URI: http://amdesign.com/
Tags: custom, red, two column, dark

	Paragon Guys Theme v1.0
	http://paragon.com/blog/

	Custom theme designed and built for Paragon by AM Design.
*/
@import url("reset.css");
body {
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	background: #272627 url(images/blog_html_bg_2000.jpg) top center no-repeat;
	line-height:22px;
	color:#999999;
	font-family:Verdana, Geneva, sans-serif;
	}
p {
	margin: 0 0 12px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 22px;
	padding: 0 0 1px 0;
	}
h1 {}
h2 {
	color:#fff;
	font-size:30px;
	margin:0 0 0 0;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
	line-height:35px;
	}
h3 {
	color:#fff;
	font-size:34px;
	margin:0 0 14px 0;
	font-weight:lighter;
	color:#fff;
	}
h4 {
	color:#fff;
	font-size:20px;
	margin:0 0 6px 0;
	font-weight:normal;
	}
h5 {
	color: #CF022C;
	font-size: 18px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 15px;
}



a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
	}
a:hover, a:active {
	text-decoration: none;
	}
	
ul {
	}
li {
		
	}

hr {
	display: none;
}

/* 
--------------------------------------------------------------------------
Main CSS
--------------------------------------------------------------------------
*/
#wrapper {
	width:960px;
	margin: 0 auto;
	text-align:left;
	}
#header {
	height:233px;
	border-bottom:1px solid #2d2d2d;
	margin: 0 0 40px 0
	}
#logo {
	padding: 0 0 24px 0;	
	}





/* 
--------------------------------------------------------------------------
Global Nav CSS
--------------------------------------------------------------------------
*/

#glbnav {
	height:32px;
	float:left
	}
#glbnav a {
	height:32px;
	float:left;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	}
#nav0 {
	background: url(images/blog_nav.gif);
	width:247px;
	}
a#nav0:hover {
	background-position: 0 -32px
	}
#nav1 {
	background: url(images/blog_nav.gif) -247px 0;
	width:200px;
	}
a#nav1:hover {
	background-position: -247px -32px
	}
#nav2 {
	background: url(images/blog_nav.gif) -447px 0;
	width:217px;
	}
a#nav2:hover {
	background-position: -447px -32px
	}

#social {
	float:right;
	width:130px;
	height:29px;
	}
#social a {
	margin: 0 0 0 7px;
	}

/* 
--------------------------------------------------------------------------
Content CSS
--------------------------------------------------------------------------
*/
#content {
	width:600px;
	float:left;
	}



.blog_listing {
	padding: 0 0 40px 0;
	overflow: hidden;
	}

.blog_listing h2 a, .blog_listing h2 a:visited, .blog_listing h2 a:active {
	color: #fff;
	text-decoration: none;
}

.blog_listing h2 a:hover, .blog_listing h2 a:visited:hover {
	color: #fff;
	text-decoration: underline;
}
	
	
	

.blog_listing .date {
	color:#cf022c;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
	}
.blog_listing .date span {
	color:#666666;
	}

.blog_listing .date {
	float:left;
	font-size:18px;
	}
.blog_listing .category_list {
	float:left;
	clear:left;
	width: 550px;
	}

.category_list a, .category_list a:visited, .category_list a:active {
	color: #999;
	text-decoration: none;
}

.category_list a:hover, .category_list a:visited:hover {
	color: #ccc !important;
	text-decoration: underline !important;
}



.blog_listing .bauthor {
	padding: 0 0 0 30px;
	}
.blog_listing .comments {
	color:#fff;
	width:38px;
	height:38px;
	float:right;
	background: url(images/blog_comment_bg.gif) 0 0 no-repeat;
	text-align:center;
	padding: 8px 0 0 2px;
	overflow:hidden;
	font-weight:bold;
	}
.blog_listing .comments a, .blog_listing .comments a:visited, .blog_listing .comments a:active {
	text-decoration: none;
}

.blog_listing .comments a:hover, .blog_listing .comments a:visited:hover {
	text-decoration: none;
	color: #ccc;
}

.blog_listing .btext {
	clear:both;
	padding: 20px 0 0 0;
}

.blog_listing .btext img {
	margin-bottom: 15px;
	display:block;
}

.navigation {
	margin-bottom: 20px;
	width: 600px;
	float: left;
}

.postmetadata {
	margin: 15px;
	padding: 10px 20px;
	border: 1px solid #474647;
	background: #323132;
	font-size: 10px;
	line-height: 20px;
}

#comments {
	line-height: 40px;
}

.comment-body {
	border: 1px solid #474647;
	background: #323132;
	padding: 10px 20px;
	margin: 15px;
}

.comment.alt .comment-body {
	border: 1px solid #3A393A;
	background: #2B2A2B;
	padding: 10px 20px;
	margin: 15px;
}

.comment-author {
	float: left;
	width: 48px;
	padding: 3px;
	border: 1px solid #474647;
	margin-right: 10px;
}

.comment-meta {
	float: left;
	width: 460px;
	border-bottom: 1px solid #474647;
	line-height: 30px;
	font-size: 11px;
}

.comment-body p {
	float: left;
	width: 460px;
	line-height: 18px;
	font-size: 11px;
}

#commentform {
	margin-bottom: 75px;
}

#commentform input {
	width: 200px;
	padding: 8px 10px;
	border: 1px solid #474647;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #444;
}

#commentform #comment {
	width: 578px;
	padding: 10px;
	border: 1px solid #474647;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #444;
}

#commentform #submit {
	border: 1px solid #656365;
	background: #3E3C3F;
	color: #fff;
	padding: 4px 10px;
	width: auto;
}



/* 
--------------------------------------------------------------------------
Sidebar CSS
--------------------------------------------------------------------------
*/
#sidebar {
	width:300px;
	float:right;
	}

#sidebar h3 {
	font-size: 28px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform: uppercase;
	margin: 0;
}

#sidebar ul li  {
	list-style:none;
	zoom:1;
	}
#sidebar ul {
	margin: 0 0 40px 0;
	padding: 0;
	}
#sidebar ul a:link, #sidebar ul a:visited {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	display:block;
	padding: 5px 0 5px 0;
	color:#999999;
	text-decoration:none;
	font-size:14px;
	}
#sidebar ul a:hover, #sidebar ul a:active {
	color:#fff;
	}
.widget_categories h3 {
	background:url("images/sidebar-categories.png") no-repeat scroll left top transparent;
	height:36px;
	text-indent:-10000em;
	width:310px;
	cursor: pointer;
}
.widget_categories h3.open {
	background:url("images/sidebar-categories.png") no-repeat scroll left bottom transparent;	
}

.widget_categories ul {
	display: none;
	padding-left: 12px !important;
}

#text-3 h3 {
	background: url(images/sidebar-paragon_news.png) top left no-repeat;
	height:36px;
	text-indent:-10000em;
	width:310px;
	cursor: pointer;
}

#text-3 h3.open {
	background: url(images/sidebar-paragon_news.png) bottom left no-repeat;	
}

#text-3 ul {
	display: none;
	padding-left: 12px;	
}

/* 
--------------------------------------------------------------------------
Archives CSS
--------------------------------------------------------------------------
*/
#archives_search {
	width: 600px;
	float: left;
	margin-bottom: 30px;
}

#archives_search #s {
	width: 500px;
	padding: 8px 10px;
	border: 1px solid #111111;
	background: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #444;
	float: left;
}

#archives_search #searchsubmit {
	border: 1px solid #111111;
	background: #3E3C3F;
	color: #fff;
	padding: 5px 10px 6px;
	width: 70px;
	float: right;
}



#archives_left {
	width: 290px;
	float: left;
}

#archives_month {
	margin-bottom: 30px;
	width: 290px;
	float: left;
}

#archives_month ul {
	padding: 10px 20px;
}

#archives_category {
	margin-bottom: 30px;
	width: 290px;
	float: left;
}

#archives_category ul {
	padding: 10px 20px;
	font-weight: bold;
	font-size: 16px;
}

#archives_category ul ul {
	padding: 0px;
	margin-top: 5px;
	font-weight: normal;
	font-size: 12px;
}

#archives_tags {
	float: right;
	width: 290px;
	line-height: 24px;
}

#archives_tags ul {
	padding: 10px 20px;
}

#archives_tags a, #archives_tags a:visited, #archives_tags a:active {
	text-decoration: none;
}

#archives_tags a:hover, #archives_tags a:visited:hover {
	text-decoration: underline;
}






/* 
--------------------------------------------------------------------------
Footer CSS
--------------------------------------------------------------------------
*/
#footer {
	clear:both;
	height:160px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	}

#footer .fbox1 {
	float:left;
	width:290px;
	}
#footer .fbox2 {
	float:left;
	width:290px;
	}
#footer #siteby img {
	padding: 5px 0 0 0;
	}



/* 
--------------------------------------------------------------------------
Common CSS
--------------------------------------------------------------------------
*/

img {
	border:0;
	}
.imageLeft {
	float: left;
	margin: 0 30px 15px 0px;
	}
.imageRight {
	float: right;
	margin: 0 0 15px 30px;
	}
.clear {
	clear:both;
	display:block;
	float:none;
	height:0pt;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	width:0pt;
}
.left, .alignleft {
	float:left;
	}
.right, .alignright {
	float:right;
	}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}

.dark_grey {
	color: #666;
}

