@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:70%;
	background-color:#fff;
	background-image:url("/css/custom-theme/images/test3.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	background-attachment:fixed;
	}
h1,h2,h3,h4,h5,h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:0;
	margin:0;
	}
#container {
	width:775px;
	margin:0 auto;
	background-image:url("/css/custom-theme/images/1x1-75-white.png");
	background-repeat:repeat;
	padding:0;
	overflow:hidden;
	}
#header {
	background-image:url("/css/custom-theme/images/argosy_banner.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	height:166px;
}
#header img.home {
	float:left;
	width:36px;
	padding:1em;
	border:none;
}
#header form {
	float:right;
	padding:0.25em;
	padding-right:1.5em;
	padding-top:1.5em;
}
input[type="text"] {
	height:23px;
	line-height:23px;
	width:200px;
}
#header p.quip {
	float:right;
	margin-top:7.25em;
	clear:both;
	font-size:1.1em;
	padding-right:1.5em;
	
}
#nav {
	text-align:center;
	font-size:115%;
	padding:1em;
}
#nav ul {
	display:inline;
	margin:0;
	padding:0;
}
#nav ul li {
	display:inline;
	list-style-type:none;
	padding:0.5em;
}

#nav ul li a {
	color:#000;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#333;
	text-decoration:underline;
}
#right {
	float:right;
	width:280px;
	padding:2px;
}
.box {
	margin-bottom:2px;
	clear:left;
	padding:0.1em;
}
#socialmedia {
	padding:0.25em;
}
#socialmedia img {
	height:30px;
	border:none;
	cursor:pointer;
}
#socialmedia a {
	text-decoration:none;
}
.custom_images {
	text-align:center;
}
#adBox {
	border:1px solid #ccc;
	background-color:#fff;
	text-align:center;
}
#content {
	padding:0.25em;
	width:485px;
	float:left;
}
#footer {
	clear:both;
	text-align:center;
	margin:0 auto;
}
#footer p {
	padding-top:0.5em;
}
#footer ul {
	float:left;
	text-align:left;
	width:28%;
	list-style-type:none;
	margin:0;
	padding-left:3em;
}
#footer li.lh {
	font-weight:bold;
}
#footer li a{
	color:#000;
	text-decoration:underline;
}
#footer li a:hover {
	color:#333;
}
#footer p {
	clear:both;
}
#footer img {
	margin:0 auto;
	text-align:center;
	margin:0;
	padding:0;
	float:left;
}
.vertline {
	display:inline;
	height:30px;
	width:1px;
	border-left:1px solid #ccc;
	font-size:30px;
}

#featured{ 
	position:relative;  
	border:none;
	clear:both;
	text-align:center;
	background-color:#fff;
	border:1px solid #ccc;
}
#featured *{
	border:none;
	background:none;
	margin:0 auto;
	padding:0;
}
#featured ul.ui-tabs-nav{ 
	clear:both;
	display:inline;
	list-style:none; 
	width:100%;
	padding:0;
	margin:0 auto;
	text-align:center;
}
#featured ul.ui-tabs-nav li{ 
	overflow:auto;
	height:auto;
	display:inline;
	padding:0.25em;
	float:none;
}
#featured ul.ui-tabs-nav li a{
	float:none;
}
#featured ul.ui-tabs-nav li img{ 
	margin:0;
	padding:0.25em;
	height:50px;
}
#featured li.ui-tabs-nav-item a img{ 
	display:inline; 
	float:none;
	margin:0;
	padding:0;
	border:3px solid #fff;
}
#featured li.ui-tabs-nav-item a:hover img{ 
	border:3px solid #eee;
}
#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a img{ 
	border:3px solid #ccc; 
}
#featured .ui-tabs-panel{ 
	position:relative;
	border:none;
	margin:0;
	padding:0;
	padding-bottom:0.25em;
	text-align:left;
}
#featured .ui-tabs-panel img{ 
	width:480px; height:333px; 
	margin:0;
	padding:0;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:0px; left:0; 
	height:7em;
	width:100%;
	background: url('/css/custom-theme/images/1x1-75-grey.png'); 
}
#featured .info h2{ 
	font-size:18px;
	color:#000; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	line-height:15px; color:#000;
}
#featured .info a{  
	color:#000; 
}
#featured .info h2 a {
	text-decoration:none;
}
#featured .info a:hover{ 
	text-decoration:underline;
	color:#333;
}
#featured .ui-tabs-hide{ 
	display:none; 
}

#catlist {
	width:100%;
	clear:both;
	overflow:hidden;
	margin-top:0.25em;
}
#catlist ul.catheads {
	margin:0;
	padding:0;
}
#catlist ul.catheads li {
	width:230px;
	list-style-type:none;
	display:inline;
	float:left;
	padding:0.25em;
	font-size:1.25em;
	padding-top:2em;
	font-weight:bold;
}
#catlist ul.catheads li ul {
	width:220px;
	float:left;
	margin:0;
	padding:0;
	height:8em;
	font-size:0.7em;
}
#catlist ul.catheads li ul li {
	padding-top:0.2em;
	font-weight:normal;
}
#catlist ul.catheads img {
	width:100%;
	border:1px solid #fff;
}
#catlist li a {
	color:#000;
	text-decoration:none;
}
#catlist li a:hover {
	color:#333;
	text-decoration:underline;
}

#pollContainer * {
	padding:0;
	margin:0;
}
#pollContainer {
	overflow:hidden;
}
#pollContainer h4 {
	padding-bottom:0.5em;
}
#pollContainer button {
	 padding: .4em 1em;
	 float:right;
	 margin-right:1em;
	 margin-bottom:0.5em;
}
#pollContainer input[type=radio] {
	padding-right:1em;
	margin-left:1em;
}
#results label { width:125px; text-align:right; padding:0.5em; float:left; clear:both; height:1em; top:0; }
.result { background-color:#660000; width:0; float:left; height:21px; margin:2px 2px 2px 0; padding:0;  }

#boxOne {
	overflow:hidden;
}
#boxOne-2 ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#boxOne-2 ul li {
	height:6em;
	margin-bottom:0.5em;
	font-size:0.8em;
}
#boxOne-2 .numComments {
	float:left;
	width:1em;
	height:1em;
	padding:2em;
	background-image:url("/css/custom-theme/images/Chat-64.png");
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:1.3em;
	line-height:0.1em;
	
}
#boxOne-2 li a {
	position:relative;
	top:1.5em
}
#boxOne-2 a:hover {
	color:#333;
}

#boxOne-3 {
	background-image:url("/css/custom-theme/images/quotes.png");
	background-repeat:no-repeat;

}
#boxTwo-1,#boxTwo-2 {
	text-align:center;
}

#boxTwo-2 .tiny {
	font-size:smaller;
}

#boxTwo img {
	border:none;
}

#boxTwo a:hover {
	color:#333;
}

#boxThree {
	text-align:center;
}
#boxThree-1 ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#boxThree-1 img {
	border:0;
}

.tagCloud1 { font-size: 90%; }
.tagCloud2 { font-size:100%; }
.tagCloud3 { font-size:125%; }
.tagCloud4 { font-size:150%; }
.tagCloud5 { font-size:150%; font-weight:bold;}

a.tag {
	color:#000;
	padding:0.25em;
}
a.tag:hover {
	color:#333;
}

.search_box {
	color:#ccc;
}

#article {
	padding:1em;
	font-size:1.1em;
	width:460px;
	}
#article h1 {
	font-size:2em;
	padding-top:0em;
}
#article h2 {
	font-size:1.5em;
	padding-top:0;
}
#article a {
	text-decoration:underline;
	color:#000;
}
#article a:hover {
	color:#333;
}
#article img {
	width:100%;
	border:none;
}
#article .caption {
	float:right;
	padding:5px;
	margin:5px;
	background-color:#fff;
	border:1px solid #eee;
	font-size:75%;
	}
#article .caption img {
	width:225px;
	height:auto;
}

#article .caption p {
	margin:0;
	padding:0;
	text-indent:0;
}
#article .lightbox :hover {
	color:#000;
	text-decoration:none;
}
#article .lightbox {
	color:#000;
	text-decoration:none;
}

#comments {
	overflow:hidden;
	width:465px;
	padding:1em;
	padding-top:0;
	font-size:110%;
	}
#comments .row {
	border:1px solid #ccc;
	padding:0.25em;
	margin:0.25em;
}
#comments .row .comment {
	width:445px;
	margin:2px;
	padding:0.5em;
	word-wrap:break-word;
	}
#comments .date {
	font-size:85%;
	}
#comments .row .name {
	font-weight:bold;
	}
.comment {
	margin-bottom:10px;
	}
#leaveComment {
	overflow:hidden;
	width:465px;
	padding:1em;
	padding-top:0;
	font-size:110%;
	}
#leaveComment .row {
	text-align:left;
	line-height:25px;
	width:100%;
	float:left;
	padding:0.25em;
	margin:0.25em;
	}
#leaveComment label {
	float:left;
	width:100%;
}
#leaveComment input[type="text"] {
	height:23px;
	line-height:23px;
	width:445px;
	clear:both;
	float:left;
}

#leaveComment .rowh {
	display:none;
}

#leaveComment textarea {
	width:445px;
}

#leaveComment button {
	clear:both;
	margin-top:5px;
	border:1px solid;
	padding-left:0.25em;
	}
#commentDisclaimer {
	clear:both;
	width:465px;
	font-size:85%;
	padding-left:0.5em;
	}
.missed { cursor:pointer;}
#dialog label {
	width:100%;
	clear:both;
}

ul#catresults,
ul#searchresults {
	padding-left:0.5em;
	margin-left:0;
	width:470px;
	float:left;
}
ul#searchresults li.result,
ul#catresults li.result {
	background-color:#fff;
}
ul#catresults li {
	display:block;
	width:100%;
}
ul#catresults li.categoryresult span.headline {
	font-weight:bold;
}
ul#catresults li.categoryresult img {
	float:left;
	border:5px solid #fff;
	height:75px;
	margin-right:0.5em;
}
ul#catresults li.categoryresult span.preview {
	margin-bottom:2em;
}
ul#searchresults li.categoryresult,
ul#catresults li.categoryresult{
	list-style-type:none;
	padding-top:1em;
}
ul#searchresults li.categoryresult span.headline,
{
	display:block;
	font-weight:bold;
	width:100%;
	clear:both;
	padding-bottom:0.5em;
}
ul#searchresults li.categoryresult span.byline {
	display:block;
	width:100%;
	clear:both;
}
ul#searchresults li.categoryresult span.preview {
	padding-left:1em;
	display:block;
}
li.categoryresult {
	padding-top:2em;
}
li.categoryresult a {
	color:#000;
}
li.categoryresult a:hover {
	color:#333;
}
span.byline {
	padding-bottom:1em;
}
#page_navigation {
	text-align:center;
	width:100%;
}
#page_navigation .ui-button {
	display:inline;
}
.ui-button .ui-button-text {
	line-height:1.4em;
	display:inline;
}