@charset "UTF-8";
body  {
	background: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family:"Georgia";
	color: #000000;
}

#container {
	width: 1000px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
} 

#mainwrapper {
	width: 1000px; 
	margin: 0 auto;
}

/* ---------fonts----------*/

h1 {
	font: normal 26pt "Georgia";
	color: #F15A24;
	letter-spacing: 1px;
	height: auto;
	float:left;
	overflow: hidden;
	width: 300px;
}


h1 a {
	text-decoration:none;
	color:#F15A24;
}

h1 a:hover {
	text-decoration: none;
	color: #fff;
	background-color:#F15A24;
}

h2 {
	font: normal medium "Georgia";
	color: #F15A24;

	
}

h2 a {
	color: #F15A24;
	text-decoration:none;
}

h2 a:hover {
	text-decoration: none;
	color: #fff;
	background-color:#F15A24;
}


h3 {
	font-family: "Arial Narrow";
	font-size: 10pt;
	text-transform: uppercase;
	color: #4D4D4D;
	text-align: left;
	margin-bottom:5px;
	width: auto;
}


h3.author {
	font-family: "Arial";
	font-size: 8pt;
	font-weight:100;
	color: #666;
	text-align: left;
	margin-bottom:12px;
	width: auto;
	text-transform:uppercase;
	letter-spacing: 1px;

}

h3.author a {
	color: #666;
}

h3.author a:hover{
	color:#000;
}

span.date-p {
	display: inline;
	font-family: "Arial";
	color: #999999;
	font-size: x-small;
	text-align: left;
	line-height: 10px;
	text-transform: none;
	font-weight:100;
	padding-left:5px;
	letter-spacing: 0px;	
}


p {
	font-family: "Georgia";
	font-size: small;
	text-align: left;
}


p.large {
	font: normal 14pt "Georgia";
	color: #000000;
	letter-spacing: 1pt;
	padding: 0px;
	text-transform:none;
	line-height:16pt;
	
}

p.small-p {
	font: normal 11pt "Georgia";
	color: #444;
	float: left;
	margin-top:0px;
}

a {
	color:#F15A24;
}

img {
	border:none;
}

/*----------header----------*/


#header { 
	background: #FFFFFF; 
	height: 130px;
	width: 988px;
	padding-left: 10px;

}

#logo {
	float: left;
	width: 1000px;
	height: 100px;
	margin-top:30px;
}
	
#logo a img {
	border:none;
	float:left;
	

}
	
#logo a {
	display: block;
	border: none;
}



/* sidebar 
--------------------------------------------- */


#sidebar {
	float: right; 
	width: 200px;
	margin-right:10px;

}

#sidebar1 {
	float: right; 
	width: 200px;
	margin-top: 0px;
	margin-bottom: 10px;		
}
	
ul.mainNav {
	margin: 0px 0 0 0;
	padding: 0px;
}
	
	

#mainnav li {
	float: right; 
	font-family: "Arial";
	font-size: 12pt;
	line-height: 16pt;
	font-weight: 200;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 2pt;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	list-style-type: none;
	display:block;
	width: 188px;
	height: 22px;
	margin-top:5px;
	border:2px solid #F15A24;
	
}

li.smaller {
	font-size:9pt;
	letter-spacing: 1pt;
}


ul.mainNav a {
	text-decoration: none;
	color: #000000;
}

ul.mainNav a:hover {
	text-decoration: none;
	color: #fff;
	background-color:#F15A24;
}
	
/* RSS feeds */



/*side bar 2 - the effect*/

#sidebar2  {
	float: right;
	margin:12px 0 5px 5px;
	background-image: url(/images/effect_index.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:203px;
	height:387px;
}
	
	
	
/*side bar google ads*/
	
#sidebar3 {
	float: right;
	width: 200px;
	height: 200px;
	margin-bottom: 10px;
	border:#ccc solid 1px;
	text-align:middle;
	margin-left:5px;
	margin-top:8px;

	
}

#sidebar5 {
	float: left;
	width: 180px;
	height: 600px;
	margin: 0px 10px 10px 11px;
	padding:5px 0 0 10px;
	border:#ccc solid 1px;
	text-align:left;

}


/*side bar call to writers and declaration*/

#sidebar6 {
	float: right;
	width: 198px;
	margin: 0px 0px 10px 0px;
	border:2px solid #bbb;
	padding:5px 0px 5px 0px;
	
}

#sidebar6 img {
	padding-right:10px;
	border:none;
}

/*sidebar facebook twitter notable links*/

#sidebar7 {
	float: right;
	width: 195px;
	border:#ccc solid 1px;
	margin: 0px 1px 0px 0px;
	padding:5px 0px 3px 5px;
}

#sidebar7 img  {
	padding: 3px 0px 0 5px;
	text-decoration:none;
	border:none;
}

#sidebar7 a {
	text-decoration:none;
}

/*sidebar authors list index*/
#sidebar7a {
	float: right;
	width: 195px;
	border:#ccc solid 1px;
	margin: 0px 1px 10px 0px;
	padding:5px 0px 3px 5px;
        
}


#shell_sidebar2 {
	width: 198px;
	padding: 0px 0px 0px 3px;
	margin:0 0 0px 0;

}


/* commented/posts - sidebar2 */

#sidebar4 {
	float: left;
	width: 190px;
	text-align:left;
	margin-bottom:12px;
}

#shell_sidebar {
	width: 188px;
	padding: 0 5px 5px 5px;
	border: thin solid #ccc;
}

ul.commented {
	margin: 5px 0px 0px 0px;
	text-align: left;
	list-style-type:none;
	list-style-position:outside;

	
	
}

ul.commented li {
	font-family: "Arial";
	margin: 0 0px 0px -45px;
	font-size: small;
	line-height: 11pt;
	color: #4D4D4D;
	padding: 0 5px 5px 5px;
}

ul.commented li a {
	text-decoration: underline;
	color:#F15A24;
	}

	ul.commented2 {
		margin: 0px 0px 0px 0px;
		text-align: left;
		list-style-type:none;
		list-style-position:outside;



	}

	ul.commented2 li {
		font-family: "Arial";
		margin: 0 0px 0px -45px;
		font-size: small;
		line-height: 11pt;
		color: #4D4D4D;
		padding: 0 5px 5px 5px;
	}

	ul.commented2 li a {
		text-decoration: underline;
		color:#F15A24;
		}






/* Index Page 
--------------------------------------------- */


/*Feature Story*/

#Fstory {
	margin: 5px 0px 12px 12px; 
	padding:5px 5px 5px 0;
	width:740px;
	float: left;
	border: 2px solid #ccc;
        
}


.feature_photo img {
	float: right;

}

.feature_content {
	float: left;
	width: 325px;

	margin: 0px 10px 10px 20px;
}

.feature_content p{
	font: normal 13pt "Georgia";
	color: #444;
	letter-spacing: 1pt;
	padding: 0px;
	text-transform:none;
	line-height:16pt;
	width:305px;
	
}

.more {
	font-family: "Trebuchet MS";
	color: #FF3333;
	font-size: small;
	padding-top: 10px;
	font-weight:lighter;
	text-transform: lowercase;
	text-decoration:none;
}

.more a:hover{
	color: #FF3333;
}
	


/* Sub Content 
--------------------------------------------- */


#subcontent {
	width: 760px;
	height: 350px;
	float: left;
	margin: 0px 0px 10px 12px;	
}

#substory_shell {
	width:130px;
	height: 350px;
	float:left;
	margin-right:22px;
        
}

.SSphoto  {
	width: 130px;
	height:130px;
	margin-left:5px;
	background:#eee;
	
}

#substory1 {
	width: 130px;
	height: 300px;
	padding: 5px 10px 10px 0px;
	border: thin solid #ccc;
	margin-top:0px;

}

#text {
	margin-left: 10px;
	padding-top:0px;
	
}



.tiny {
	font-size:10pt;
	letter-spacing: -.8pt;
}

#subcontent a {
	text-decoration:none;
}

#subcontent a:hover {
	text-decoration: none;
	color: #fff;
	background-color:#F15A24;
}





/*bottom
--------------------------------------------- */

#bottom {
	float:left;
	width: 760px;
	height: 250px;
	margin: 10px 10px 10px 12px;
}


/*google ads*/

#google1 {
	padding-top:7px;
	float: left;
	width:277px;
	height:251px;
	margin-right:10px;	
	padding-left:15px;
}


/*recent*/

#shell {
	width:195px;
	height: 238px;
	float:left;
	margin-right:32px;
	margin-top:-15px;
	
}


#recent_comments {
	float:left;
	width: 195px;
	height: 222px;
	border: thin solid #ccc;
	padding: 0px 10px 10px 10px;
	
	
}


#latest_posts {
	float:left;
	width: 195px;
	height: 222px;
	border: thin solid #ccc;
	padding: 0px 15px 10px 10px;
}

	
ul.list {
	display: block;
	line-height:8pt;
	list-style-type:none;

}

ul.list li {
	margin: 5px 0px 0px -37px;
	
}

ul.list2 {
	display: block;
	line-height:11pt;
	list-style-type:none;
	font-family: "Arial";
	font-size:8pt;
	color: #4D4D4D;

}

ul.list2 li {
	margin: 3px 0px 0px -37px;
	padding-top:0px;
}


ul.list2 li.comment {
	display: block;
	font-size: 9pt;
	text-align: left;
	line-height: 10pt;
	list-style-type: none;
	color: #4D4D4D;
}

ul.list2 a:hover {
	text-decoration: none;
	color: #fff;
	background-color:#F15A24;
}

ul.list li.post {
	font-family: "Arial";
	color: #4D4D4D;
	font-size: 8pt;
	letter-spacing: 0pt;
	text-align: left;
	text-transform:uppercase;
	line-height: 9pt;
	list-style-type: none;
	padding-bottom:0px;	

}

.date-c {

	margin-top:5px;
	text-transform:none;
	color:#999999;
}

ul.list a {
	color: #4D4D4D;
}

ul.list a:hover {
	text-decoration: none;
	color: #fff;
	background-color:#F15A24;
}

	

/* category page
--------------------------------------------- */






/*contents------------*/

#main {
	float:left;
	width: 540px;
	padding: 0px 0px 20px 10px;
	margin: 0px 0px 12px 0px;
	border-left: thin solid #ddd;
}

#contents {
	float: left;
	width: 540px;
}

h1.cat-title {
	font-family: "Arial";
	color: #F15A24;
	font-weight: 100;
	border: none;
	font-size: 8pt;
	letter-spacing: 4pt;
	text-transform:uppercase;
	padding: 0px 0 0 3px;
	border-bottom: 1px solid #ccc;
	width: 530px;
	height:15px;
	margin-bottom:20px;
	
}


ul.content {
	padding-bottom:10px;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
}
	
ul.content li.group {
	width: 510px;
	margin-left:-40px;
	margin-bottom:10px;
}
		
		
ul.content li.group img {
	width: 130px;
	height: 130px;
	float:left;

	}


ul.content li p  {	
	float: left;
	font-size:10pt;
	color: #000000;
	padding: 0px 0px 0px 40px;
	margin: -60px 20px 10px 110px;
	
	
}

ul.content  {
	font:Arial x-small #ccc;
}


h2.title2  {
	font: normal 12pt "Georgia";
	color: #F15A24;
	letter-spacing: 1pt;
	float: left;
	line-height: 14pt;
	margin: 20px 10px 0px 10px;
	padding:0px 0px 0px 10px;
	width:275px;
	height:auto;

}


h2.title2 a {
	text-decoration:none;
	color: #F15A24;
}	

h2.title2 a:hover {
	text-decoration:none;
	color: #fff;
}

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#author-description {
	width:500px;
	height:auto;
	margin-bottom: 10px;
	padding-bottom:10px;
	
}
	ul.author {
		width: 500px;
		margin: 0px 0px 0px -44px;
		text-align: left;
		list-style-type:none;
		list-style-position:inside;
	}

	ul.author li {
		font-family: "Georgia";
		margin: 0;
		font-size: small;
		line-height: 14pt;
		color: #000;
		width: 400px;
		padding: 5px;
		list-style-type:none;
		}

ul.author li.authorname {
	font: normal 22pt "Georgia";
	color: #666;
	letter-spacing: 1pt;
	float: left;
	line-height: 24pt;
	
}

h5.author-posts {
	font: normal 8pt "Arial";
	color: #000000;
	float: left;
	text-transform:uppercase;
	letter-spacing: 1pt;
	
	
}



/* page..................subpages */

#page_content {
	width:525px;
	margin:0px;
}


/* article..................subpages */

#article {
	width: 540px;

}

p.article {
	width: 540px;
	line-height: 14pt;
	color:#000;
	font-size:12pt;
	margin-bottom:20px;
}

#top {
	width: 550px;
}



#title h2.title {
	font: normal 20pt "Georgia";
	color: #F15A24;
	letter-spacing: 1pt;
	float: left;
	line-height: 24px;
	margin-bottom:9px;
	padding-bottom:-5px;
	width:540px;
}


#title {
	margin-bottom:40px;
}	

#title img {
	padding: 5px 10px 0 0;
}


/* tags */

p.tags {
	margin: 20px 0 15px 0;
	padding: 6px 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #eee;
	font-family: "Arial";
	font-size:x-small;
	color: #aaa;
	}
p.tags strong {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	}
p.tags a {
	color: #aaa;
	}
p.tags a:hover {
	color: #333;
	}


/* Captions */
.alignleft, div.alignleft {
	display: block;
	float:left;

}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 3px 0 0 10px;
	margin: 0px 10px 5px 0px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	color:#888;
	font-family:"Arial";
	text-align:left !important;
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px 0px;
	margin: 0;
}

/* End captions */


/* comments -------------------------- */

#comments {
	width:540px;
	margin:0;
	float:left;
	padding: 10px 0 0 0;
}

#comments-shell {
	border: solid 1px #ccc;
	padding:10px;
}
	
		
#comments h1.responses  {
	font-family: "Arial";
	color: #888;
	font-weight: 100;
	border: none;
	font-size: 10pt;
	letter-spacing: 1pt;
	text-transform:none;
	margin-top: 5px;
	margin-bottom: 20px;
	


}
		
#comments ol {
	margin: 40px 0px 20px -40px;
	list-style-type:none;
}

#comments ol li {
	padding-bottom:10px;
}

#comments ol li.authorcomment{
	font-family: "Arial";
	margin: 0 0px 20px 0px;
	font-size: 8pt;
	padding:0px 0 0px 0px;
	display:block;

}

#comments ol li a {
	color:#F15A24;
}

#comments ol li strong {
	font-size: 8pt;
	font-family: "Arial";
	

		}
#comments ol li span.date {
	letter-spacing: none;
	font-size: 8pt;
	font-family: "Arial";
	color:#666;
		
}


#comments ol li span.text {
	margin: 0px 0 25px 0px;
	font-family: Georgia, serif;
	font-size: 12pt;
	line-height: 10pt;


}


#comment_form {
	margin: 10px 0;
	font-family: "Arial";
}
	
#comment_form fieldset {
	margin: 0 0 15px 0;
	border: none;
}

#comment_form fieldset label {
	float:left;
	width: 160px;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: 600;
	margin-top: 5px;
	font-family: "Arial";
}

#comment_form fieldset div.alt {
	margin-left: 160px;	
}


#comment_form fieldset div.alt label {
	float: none;
	margin-left: 0px;
	font-weight: normal;
}
		
#comment_form fieldset div.alt label,  form.form fieldset div.alt label span.date {
	letter-spacing: none;
	font-size: 8pt;
	font-family: "Arial";
}
		
#comment_form fieldset div.alt input,  form.form fieldset div.alt input {
	margin-right: 0px;
}
	
#comment_form fieldset input.input-text,  form.form fieldset input.input-text {
	font-size: 9pt;
	width: 400px;
	float:right;
}
	
#comment_form fieldset textarea,  form.form fieldset textarea {
		font-size: 9pt !important;
		width: 320px;
		margin-top:0px;
		margin-right:15px;
		float: right;
		font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif !important;
		}
	h3.comm-message {
		background: #c33 !important;
		color: #fff !important;
		padding: 10px !important;
		margin-bottom: 10px;
		}




/* footer 
--------------------------------------------- */

#footer {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 15px 0px; 
	height: 14px;	
	background:#999999;
} 

#footer p {
	font-family: "Arial";
	color: #fff;
	font-size:x-small;
	margin-top:5px;
	
}
#footer .social {
	width:60px;
}

#footer img {
	padding:0 5 px 0 10px;
	width:18px;
	height:18px;
}


}
#footer #first {
	float:left;
	margin-top:0px;
	width:400px;
}

#footer ul {
	display:inline;
	margin-left:-30px;
	margin-top: 10px;
	
}
	
#footer ul li {
	display:inline;
	margin: 10px 0 5px 0;
	padding-left: 5px;
	font-size: small;
	font-family: "Arial";
	color: #fff;		
}	

#footer #end {
	float:right;
	margin-right:12px;
	margin-top:-17px;
}

#footer a {	
	text-decoration: underline;
	color: #fff;
	}
#footer a:hover {
	color: #F15A24;
	}
 


/* Miscellaneous classes for reuse */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}


/* self-clear floats */

.clear {
	clear: both;
}










