/*
	Hi-Tec(r)
	Screen Stylesheet
*/
	* { margin: 0; padding: 0; border: 0; font-size: 1em; }
	html { font-size: 62.5% }
	body { font-size: 1em; background: #000 url(../images/background.jpg) center 133px no-repeat; }
		body.flash { background: #000; }
	
	.inner { margin: 0 auto; width: 964px; padding: 0 15px; }
	.clear { clear: both; overflow: hidden; height: 0; visibility: hidden; }
	.rss { float: right; }
	
	a {
		color: #FFF;
		text-decoration: none;
		}
	a:hover {
		color: #24bec9;
		}
	
/*	Form HTML */	
	input {
		font-size: 0.9em;
		padding: 0.2em;
		margin: 0 0 0.2em 0;
	}	
	.button {
		color: #23BEC9;
		background: #000;
		border: 1px solid #23BEC9;
	}
		
/*	Base HTML */
	#content h1 {
		font: bold 2.2em/1em Arial, Helvetica, sans-serif;
		color: #FFF;
		text-transform: uppercase;
		}
	#content h2 {
		font: bold 1.5em/1em Arial, Helvetica, sans-serif;
		color: #24bec9;
		text-transform: uppercase;
		margin: 3px 0 0;
		}
	#content h3 {
		font: bold 1.4em/0.8em Arial, Helvetica, sans-serif;
		color: #FFF;
		text-transform: uppercase;
		margin: 3px 0 0;
		}
	#content p, #content ul, #content table {
		font: normal 1.4em/1.3em Arial, Helvetica, sans-serif;
		color: #b9b9b9;
		margin: 1em 0 0;
		}
	#content table {
		margin-left: auto;
		margin-right: auto;
		}
	#content th, #content td {
		font-weight: normal;
		padding: 2px 5px;
		}
		
	ul.feeds li {
		list-style: none outside;
		display: block;
		font-size: 1.3em;
		color: #24bec9;
		padding: 0.5em 0;
		border-top: 1px solid #333;
		width: 100%;
		}
		ul.feeds li a {
			display: block;
			font-size: 0.8em;
			}
			ul.feeds li a.button {
				float: right;
				background: #000;
				border: 1px solid #333;
				padding: 4px;
				margin: 0 0 4px 5px;
				font-size: 12px;
				width: 10%;
				text-align: center;

				}
				ul.feeds li a.accept {
					color: #6f9826;
					}
				ul.feeds li a.reject {
					color: #ff6666;
					}
	
/*	Top */
	#top {
		height: 47px;
		width: 100%;
		background: url(../images/bg_top.gif) 0 0 repeat-x;
		}
		#top a {
			width: 57px;
			height: 47px;
			background: url(../images/map.gif) 0 0 no-repeat;
			display: block;
			overflow: hidden;
			text-indent: -999em;
			}
			
/*	Login */
	#login {
		background: url(../images/bg_content.gif) 0 0 repeat-x;
		padding: 15px;
		width: 400px;
		margin: 5em auto;
		}
		#login h1 {
			font: bold 2.2em/1em Arial, Helvetica, sans-serif;
			color: #FFF;
			text-transform: uppercase;
			}
		#login ol, #login fieldset {
			width: 100%;
			overflow: hidden;
			}
		#login ol li {
			list-style: none outside;
			display: block;
			padding: 0.5em 0;
			float: left;
			margin-right: 5px;
			}
			#login ol li label {
				font: normal 1.3em/1em Arial, Helvetica, sans-serif;
				color: #FFF;
				text-transform: uppercase;
				}
			#login ol li input {
				display: block;
				padding: 3px;
				background: #000;
				color: #24bec9;
				font: 1.3em/1em Arial, Helvetica, sans-serif;
				height: 1.3em;
				margin-top: 3px;
				border: 1px solid #444;
				}
			#login button, #logout_button {
				background: #24bec9;
				color: #FFF;
				border: 1px outset #24bec9;
				padding: 3px;
				font: 1.3em/1em Arial, Helvetica, sans-serif;
				text-decoration: uppercase;
				cursor: pointer;
				float: right;
				}
				#logout_button {
					float: none;
					font-size: 1em;
					}
			#login .message {
				font: normal 1.3em/1em Arial, Helvetica, sans-serif;
				color: #24bec9;
				margin: 0 0 10px;
				}
	
/*	Header */
	#header {
		background: #000 url(../images/bg_header.gif) left bottom repeat-x;
		width: 100%;
		overflow: hidden;
		position: relative;
		padding: 23px 0 16px;
		border-top: 1px solid #626262;
		}
		#header img {
			float: right;
			padding:0 13px 10px;
			}			
		#header h1 {
			float: left;
			}
			#header h1 img {
				float: left;
				}
		#header span {
			height: 28px;
			width: 811px;
			background: url(../images/bg_header_highlight.gif) 0 0 no-repeat;
			position: absolute;
			top: 0;
			left: 50%;
			margin-left: -406px;
			}
/*	Content */
	#content {
		padding: 16px 13px 0;
		width: 968px;
		margin: 0 auto;
		overflow: hidden;
		background: url(../images/bg_content_bg.gif) top right no-repeat;
		}
		#left {
			background: url(../images/bg_content.gif) 0 0 repeat-x;
			width: 640px;
			float: left;
			padding: 36px 22px 0;
			}
		#right {
			background: url(../images/bg_content_right_bg.gif) top right no-repeat;
			float: right;
			width: 224px;
			padding: 36px 22px 0;
			}
			#right h2 {
				font-size: 2.1em;
				}
			#right ul {
				font-size: 1.4em;
				color: #FFF;
				font-weight: bold;
				text-transform: uppercase;
				margin: 1em 0;
				}
				#right ul li {
					display: block;
					list-style: none outside;
					background: url(../images/bullet.gif) left center no-repeat;
					padding: 0.2em 0 0.2em 16px;
					}
					
/*	Post */
	.post {
		padding: 0 0 22px;
		margin: 0 0 0;
		}
		.post img {
			margin: 0 0.3em -0.3em 0;
		}
		.currentpost {
			border-color: #24bec9;
			}
					
/*	Share */
	#share {
		width: 100%;
		overflow: visible;
		position: relative;
		}
		#share ul {
			float: left;
			}
			#share ul li {
				list-style: none outside;
				display: block;
				float: left;
				}
				#share ul li a {
					font: 0.645em/1em Arial, Helvetica, sans-serif;
					font-weight: bold;
					text-transform: uppercase;
					padding: 10px 20px 0 0;
					}
		#share #list {
			border: 1px solid #6c6c6c;
			background: #000 url(../images/bg_content.gif) left top repeat-x;
			padding: 10px;			
			font-size: 0.93em;
			position: absolute;
			width: 11em;
			left: 0em;
			}
			#share #list li {
				float: none;
				margin: 0;
				width: 100%;
				overflow: hidden;
				}
				#share #list li a {
					font-size: 1em;
					padding: 5px 0;
					display: block;
					width: 100%;
					margin: 0;
					text-transform: none;
					}					
					#share #list li a img {
						vertical-align: middle;
						padding: 0 5px 0 0;
						}
	  #share #email {
			border: 1px solid #6c6c6c;
			background: #000 url(images/bg_content.gif) left top repeat-x;
			padding: 10px;			
			font-size: 0.93em;
			position: absolute;
			width: 20em;
			left: 13.5em;
			}
			#share #email li {
				float: none;
				margin: 0;
				width: 100%;
				overflow: hidden;
				}
				#share #email li a {
					font-size: 1em;
					padding: 5px 0;
					display: block;
					width: 100%;
					margin: 0;
					text-transform: none;
					}					
					#share #email li a img {
						vertical-align: middle;
						padding: 0 5px 0 0;
						}
/*	Footer */
	#footer p {
		margin: 0 auto 0;
		padding: 0 25px 25px;
		font-size: 1.1em;
		text-transform: uppercase;
		text-align: right;
		width: 944px;
		font-family: Arial, sans-serif;
		color: #808080;
		}

/*	News */
	#news {
		width: 996px;
		margin: 0 auto;
		overflow: hidden;
		}
	.news {
		border-top: 1px solid #808080;
		padding: 25px 25px 25px;
		margin: 5px 0 0;
		width: 448px;
		font-family: Arial,serif;
		float: left;
		}
		.news h1 {
			font-size: 1.5em;
			line-height: 1em;
			color: #FFF;
			text-transform: uppercase;
			font-weight: bold;
			margin: 0 0px 15px;
			}
		.news.page h1 {
			margin: 0 0 15px;
			}
		.news ul {
			width: 100%;
			overflow: hidden;
			margin: 0;
			}
		.news.page ul {
			margin: 0;
			}
			.news ul li {
				float: left;
				display: block;
				list-style: none outside;
				background: url(../images/bullet.gif) 0 2px no-repeat;
				width: 224px;
				margin-right: 0;
				}
				.news ul li p {
					padding: 0 0 5px 20px;
					text-transform: uppercase;
					font-size: 1.2em;
					font-weight: bold;
					line-height: 1.2em;
					}
					.news ul li p a {
						color: #6c6c6c;
						}
				.news ul li p.date {
					color: #23bec9;
					font-size: 1.1em;
					}
/*	Flash */
	#flash {
		width: 996px;
		margin: 0 auto;
		}
		#flash #options {
			width: 996px;
			overflow: hidden;
			padding: 25px 0 0;
			float:left;
			}
			#flash #options li {
				font-size: 1.1em;
				font-family: Arial, Helvetica, sans-serif;
				list-style: none outside;
				display: block;
				float: left;
				color: #6c6c6c;
				}

a.social{
	background:url(../../images/social.gif) top left no-repeat;
	width:16px; height:16px;
	display:block;
	padding:0;
	margin-right:10px;
	overflow:hidden;
	text-indent:-3000px;
}
a.social.twitter{ background-position:0 0; }
a.social.twitter:hover{ background-position:0 -16px; }
a.social.facebook{ background-position:-21px 0; }
a.social.facebook:hover{ background-position:-21px -16px; }
a.social.youtube{ background-position:-43px 0; margin-right:0px; }
a.social.youtube:hover{ background-position:-43px -16px; }

			#flash #options .copyright {
				float: right;
				margin: 0;
				}
				
/*	Pagination */
	#pagination {
		clear: both;
		}
	#pagination ul {
		text-align: center;
		}
		#pagination ul li {
			display: inline;
			list-style: outside none;
			}
			#pagination ul li#current a {
				color: #999;
				}
			#pagination ul li a {
				padding: 5px;
				}
				
/* External link */

  img.external {
    margin: -3px 0 0;
  }
  
  p.digitalagency {
	  padding:10px;
	  margin:0 auto;
	  width:976px;
	  color:#6C6C6C;
	  font-family:Arial,Helvetica,sans-serif;
  }
  p.digitalagency a { color:#6C6C6C; }
