/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #6A8FAA;
}
a:hover {
	color: #6A8FAA;
}
body {
	background: #fff url(img/body_bg_title.jpg) repeat;
	color: #222;
	font: normal 62.5% "Arial",sans-serif;
	margin: 0;
	
}
input {
	color: #555;
	font: normal 1.1em "Arial",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 4px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Arial",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Arial",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #222;
	font-size:20px;
	padding-top: 6px;
}
/* misc */
.clearer {
	clear: both;
}

#postnavigation{
	height: 20px;
	margin-bottom: 10px;
	text-align: center;
	color: Gray;
}

/* structure */
.container-background
{
	background: url(img/head_bg_tile_horizontal.jpg) repeat-x;
}
.container {
	width:955px;
	/*padding: 12px 12px 0 52px;*/
	margin:0 auto 0 auto;
	
}

.header {
	/*height: 200px;*/
	width:753px;
	/*float:left;*/
}
.headerwrap
{
	height:75px;
}
.headerimg
{
	background-image: url(img/logo_2010_header.png);
	width:140px;
	height:88px;
	position:absolute;
	top:10px;
}

/* title */
.title {
	float: left;	
	color: #FFF;
	background: url(img/body_wrap_dropshadow.png) repeat-y;	
	height:60px;
	width:753px;
	display:inline;
	
}
.titleimg
{
	/*background:#fff url(img/heading_netthreat_blog.jpg) no-repeat;*/
	height:40px;
	width:441px;
	margin: 30px 0px 10px 20px;
}
.title h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
}
.title a {
	text-decoration: none;
	color: #FFF;
}

/* navigation */
.navigation {
	float: left;
	height: 92px;
	margin-left: 24px;
	padding: 0 16px;
	display:inline;
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 1.2em "Arial",sans-serif;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}

/* main */
.main {
	/*background: #FFF url(img/body_bg_title.jpg) repeat;*/
	/*float:left;*/
	/*padding: 12px 12px 0 52px;*/
}

/* main left */
.left-area
{
	float:left;
	width:753px;
}
.sidenav {
	float: right;
	width: 190px;
	top:0px;
}
* html .sidenav
{
	width:185px;
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav img {
	border: none;
}
.sidenav ul 
{
	text-transform: capitalize;
	margin: 0;
	padding: 0;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	/* display: block; */
	font-size: 1em;
	padding: 3px 6px 3px 3px;
	text-decoration: none;
	
}
.sidenav li a:hover {
	color: #111;
	background: url(img/nav_li.gif) no-repeat;
}

#blogroll 
{
	font-size: 0.8em;
}
.open
{
	font-size: 1em;
}

.symlogo
{
	background-image: url(img/logo_symantec.png);
	background-position:top right;
	background-repeat:no-repeat;
	height:34px;
	width:185px;
	margin:20px 0px 50px 0px;
}


/*----------------------------
				Recent posts
----------------------------*/

ul.recentPosts li{
	padding-bottom: 10px;
}

ul.recentPosts li a{
	font-weight: bold;
}

ul.recentPosts li span{
	display: block;
	text-indent: 10px;
	text-transform: none;
}

/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle{
	font-weight: bold;
}
/* Navigation */

.navigation
{
	width:753px;
	height:88px;
}
.nav-top
{
	height:40px;
	width:753px;
	background:url(img/navigation_top.png) no-repeat;
}
.nav-left
{
	float:left;
	height:42px;
	width:2px;
	background:url(img/navigation_left_vertical_tile.png) repeat-y;
}
.nav-right
{
	float:left;
	height:42px;
	width:54px;
	background:url(img/navigation_rightend.png) repeat-y;
}
.nav-body
{
	float:left;
	height:42px;
	width:697px;
	background-color:#222;
}


/* content */
.content {
	float: left;
	margin-right: 15px;
	width: 753px;
	background: url(img/body_wrap_dropshadow.png) repeat-y;	
	display: inline;

}
.contentarea
{
	/*width:545px;*/
	/*float:left;*/
}
.contentareapad
{
	padding:7px;
}
.contentpostarea
{
	width:526px;
	padding:5px 0px 5px 0px;
	margin-left:15px;
}
.content .postheader {
	text-decoration: none;
	color: #222;
}
.content .descr {
	color: #222;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.postcontent {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
.postcontent p {
	font-size: inherit;
	padding-bottom: 1.2em;
}
#ctl00_cphBody_divText {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
#ctl00_cphBody_divText p {
	font-size: inherit;
	padding-bottom: 1.2em;
}
.postfooter {
	padding:5px 3px 5px 20px;
	/*border:1px solid #e3e4e4;*/
	background-color:#F2F6F7;
	font-size:0.9em;
	color:#505050;
}
.postfooter img
{
	border: none;
}
.postfooterimg
{
	background-image: url(img/blog_divider_hori.jpg);
	height:10px;
	width:541px;
	margin: 20px 0px 0px 0px;
}

/*----------------------------
					 Widgets
----------------------------*/

div#widgetzone{
	padding: 0;
	background: none;
	width:100%;
}

div#widgetzone .clear{
	clear: left;
}

div.widget{
	background: white;
	margin-bottom: 10px;
	width: 100%;
	z-index: 1;
	min-width: 1px;
	clear: both;
}

div.widget .content{
	line-height: 16px;
	color: #666666;
	width: 100%;
	float: none;
	margin: 0;
}

div.widget h4{
	font-size: 1.2em;
	border-bottom: 1px dashed #DDD;
	color: #E73;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 5px;	
	z-index: 0;
	letter-spacing: 1px;
}

div.widget a.edit{
	font-size: 10px;
	font-weight: normal;
	float: right;
	z-index: 1;
}

div.widget a.delete{
	font-weight: bold;
	color: #999999;
	float: right;
	margin-left: 5px;
	z-index: 1;
	text-decoration: none;
}

div.widget a.delete:hover{
	color: black;
}

#widgetzone .widget .content ul {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: capitalize;
}

#widgetzone .widget .content ul li {
	list-style: none !important;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}

#widgetzone div.search{
	background: none;
	border: none;
	padding-left: 20px;
}


/* search form */
#searchbox input 
{
	border: 1px solid #dedede;
	padding: 5px 5px;
	font-size: 12px;
	background-color:#f2f2f2;
}
#searchbutton {
	/*border: 1px solid #AAA;*/
	margin-left: 5px;
	padding: 5px 5px;
}
#searchcomments
{
	margin-right: 3px;
}

/* footer */
.footer {
	background: #0094D6 url(img/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* related posts */
#relatedPosts a {
	display: block;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

/* comments */
.comment 
{
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.comment .date {
	text-align: left;
	margin: 0;
	padding: 3px 0px;
}
.comment .author {
	margin: 0;
	text-align: left;
	padding-top: 3px;
	margin: 5px 0px 3px 0px;
	clear: both;
}

.self {
	background-color:#F5F5F5;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 5px 5px 5px;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	min-height: 85px;
	margin: 5px 0 0 5px;
}
.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
}

.commentForm input {
	width: 345px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: none;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

#commentPreview{
	display:none;
	clear:both;
}

/* Archive */
#archive p
{
	font-size: 1.2em;
}
#archive img
{
	border: none;
	padding-right: 5px;
}
#archive h2 {
	font-size: 1.2em;
	margin-bottom: 4px;
}
#archive span 
{
	display: block;
	margin-bottom: 3px;
	font-size: 1.1em;
}

#archive span a 
{
	margin-left: 4px;
}

/*----------------------------
				 Tag cloud
----------------------------*/

#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud li {
	display: inline;
	border-bottom: none;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
	padding: 3px 1px 3px 1px;
}

#tagcloud li a:hover {
	color: #111;
	background: none;
}

#tagcloud a.biggest {
	font-size: 20px;
}

#tagcloud a.big {
	font-size: 17px;
}

#tagcloud a.medium {
	font-size: 13px;
}

#tagcloud a.small {
	font-size: 12px;
}

#tagcloud a.smallest {
	font-size: 10px;
}

/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
	border: none;
	margin: 0 auto;
	font-size: 1.2em;
	width: 80%;
}

.calendar .weekend {
	background-color: #F1F1F1;
}

.calendar .other {
	color: silver;
}

.calendar a.exist {
	display: block;
	font-weight: bold;
	background-color: #F1F1F1;
}

.calendar td {
	vertical-align: top;
	background: white;
}

/*----------------------------
					Star rater
----------------------------*/

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
	margin: 0px;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/*----------------------------
				Contact page
----------------------------*/

#contact{
	padding: 10px;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/* code styles for CodeFormatter Extension*/
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }

/*----------------------------
				Search page
----------------------------*/

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

/*----------------------------
			Syntax highlighter
----------------------------*/

.code
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
  line-height: normal;
}

.code p{
	padding: 5px;
}

.code .rem { color: #008000; }

.code .kwrd { color: #0000ff; }

.code .str { color: #006080; }

.code .op { color: #0000c0; }

.code .preproc { color: #0000ff; }

.code .asp { background-color: #ffff00; }

.code .html { color: #800000; }

.code .attr { color: #ff0000; }

.code .alt {	background-color: #f4f4f4; }

.code .lnum { color: #606060;}

/*----------------------------
					XFN tags
----------------------------*/

div.post .postcontent a[rel] {
	padding-right:11px;
	background-repeat: no-repeat;
	background-position: right center;
}
div.post .postcontent a[rel="me"] {	
	background-image:url('../../pics/xfn/me.gif');
}

/*-------- [ These should cascade to pick the correct icon for the contact ]--*/

/*-------- [ Normal contacts ]--*/
div.post .postcontent a[rel~="contact"] ,
div.post .postcontent a[rel~="acquaintance"],
div.post .postcontent a[rel~="friend"] {
	background-image:url('../../pics/xfn/contact.gif');
}
/*-------- [ Normal contacts youve met ]--*/
div.post .postcontent a[rel~="contact"][rel~="met"] ,
div.post .postcontent a[rel~="acquaintance"][rel~="met"] ,
div.post .postcontent a[rel~="friend"][rel~="met"] {
	background-image:url('../../pics/xfn/contactMet.gif');
}

/*-------- [ Colleague and co worker icon more important than contact ]--*/
div.post .postcontent a[rel~="colleague"] ,
div.post .postcontent a[rel~="co-worker"] {
	background-image:url('../../pics/xfn/colleague.gif');
}
/*-------- [ Colleague and co worker icon when met ]--*/
div.post .postcontent a[rel~="colleague"][rel~="met"] ,
div.post .postcontent a[rel~="co-worker"][rel~="met"] {
	background-image:url('../../pics/xfn/colleagueMet.gif');
}

/*-------- [ Sweethearts are more important than work!!! ]--*/
div.post .postcontent a[rel~="muse"] ,
div.post .postcontent a[rel~="crush"] ,  
div.post .postcontent a[rel~="date"] ,
a[rel~="sweetheart"] {
	background-image:url('../../pics/xfn/sweet.gif');
}
/*-------- [ ...and if youve met them thats even better ]--*/
div.post .postcontent a[rel~="muse"][rel~="met"] ,
div.post .postcontent a[rel~="crush"][rel~="met"] ,  
div.post .postcontent a[rel~="date"][rel~="met"] ,
div.post .postcontent a[rel~="sweetheart"][rel~="met"] {
	background-image:url('../../pics/xfn/sweetMet.gif');
}
/* ---- Social Links ----*/
.socialcontainer
{
	margin-bottom:20px;
}
.socialnav
{
    list-style-type: none;
    font-weight: bold;
    color: #fff;
    /*line-height: 2em;*/
    margin: 0px 0px 40px 0px;
    padding: 0;
    width:190px; 

}
* html .socialnav
{
    width:185px;
}
.socialnav li
{
	border:0;
	height:24px;
}
.socialnav li a
{
	text-decoration:none;
	border:0;
	color:#fff;
	margin:0;
	padding-left:25px;
	padding-right:0px;
}
* html .socialnav li
{
	width:160px;
}
.socialnav li a:hover
{
	color:#222;	
}
li.navrss a
{
    background: url(img/icn_rss.png)  0px 0px no-repeat; 
}
li.navrss a:hover
{
    background: url(img/icn_rss.png)  0px 0px no-repeat; 
}
li.navfb a
{
    background: url(img/icn_fb.png)  0px 0px no-repeat; 
}
li.navfb a:hover
{
    background: url(img/icn_fb.png)  0px 0px no-repeat; 
}
li.navtwit a
{
    background: url(img/icn_twit.png)  0px 0px no-repeat; 
}
li.navtwit a:hover
{
    background: url(img/icn_twit.png)  0px 0px no-repeat; 
}
li.navyt a
{
    background: url(img/icn_ut.png)  0px 0px no-repeat; 
}
li.navyt a:hover
{
    background: url(img/icn_ut.png)  0px 0px no-repeat; 
}

.buttonnav
{
    list-style-type: none;
    font-weight: bold;
    color: #fff;
    margin: 10px 0 20px 0;
    padding: 0;
    border:0;
}
.buttonnav li
{
	border:0;
	height:90px;
}
.buttonnav li a
{
	text-decoration:none;
	border:0;
	height:85px;
	width:185px;
	display:block;
	margin:0;
	padding:0;
}
li.netthreat a
{
    background: url(img/cta_net_threat_static.png)  0px 0px no-repeat; 
}
li.netthreat a:hover
{
    background: url(img/cta_net_threat_hover.png)  0px 0px no-repeat; 
}
li.famsafe a
{
    background: url(img/cta_family_safety_static.png)  0px 0px no-repeat; 
}
li.famsafe a:hover
{
    background: url(img/cta_family_safety_hover.png)  0px 0px no-repeat; 
}
li.soccer a
{
    background: url(img/cta_soccer_me_static.png)  0px 0px no-repeat; 
}
li.soccer a:hover
{
    background: url(img/cta_soccer_me_hover.png)  0px 0px no-repeat; 
}
li.fanzone a
{
    background: url(img/cta_fan_zone_static.png)  0px 0px no-repeat; 
}
li.fanzone a:hover
{
    background: url(img/cta_fan_zone_hover.png)  0px 0px no-repeat; 
}

/***** Navigation ******/
.navoff
{
	color:#969696;
	text-decoration:none;
}
.navoff:hover
{
	color:#969696;
	text-decoration:underline;
}
.navon
{
	color:#fff;
	text-decoration:none;
}
.navon:hover
{
	color:#fff;
	text-decoration:underline;
}
.divnavholder
{
	margin: 0px 0px 2px 0px;
	height:37px;
	font-size:12px;
	color:#969696;
	padding-left:10px;
	padding-right:50px;
	vertical-align:top;
	border-left:1px dotted #969696;
	float:left;	
	display:inline;
}
.sidetitle
{
	font-size:14px;
	color:#222;
	font-weight:bold;
}
.sidesep
{
	width:165px;
	height:2px;
	border-top:1px dotted #d9d9d9;
	margin:8px 0px 8px 0px;
}

/*--- Footer ----*/
.footerbody
{
	background: #222 url(img/footer_bg_header.jpg) repeat-x;
	float:left;
	width:749px;
	margin-left:2px;
	display:inline;
}
.footerbottom
{
	width:753px;
	height:32px;
	background-image: url(img/footer_bg_footer.jpg);
}
.footernavarea
{
	float:left;
	margin-top:18px;
	margin-left:5px;
	display:inline;
}
.footernav
{
    list-style-type: none;
    font-weight: normal;
    color: #969696;
    /*line-height: 2em;*/
    margin: 0px 0px 0px 0px;
    padding: 0; 
}
* html .footernav
{ 
    width:150px;
}
.footernav li
{
	border:0;
	height:24px;
	list-style-type:none;
}
.footernav li a
{
	text-decoration:none;
	border:0;
	color:#969696;
}
.footernav li a:hover
{
	color:#969696;	
	text-decoration:underline;
}

.footerlinksarea
{
	margin-left:75px;
	margin-top:18px;
	float:left;
	display:inline;
}
.footerlinks
{	
    list-style-type: none;
    list-style-image:none;
    font-weight: normal;
    color: #969696;
    /*line-height: 2em;*/
    margin: 0px 0px 0px 0px;
    padding: 0; 
}
* html .footerlinks
{ 
    width:220px;
}
.footerlinks li
{
	border:0;
	height:36px;
	list-style-type:none;
}
.footerlinks li a
{
	text-decoration:none;
	border:0;
	color:#969696;
	padding-left:25px;	
	line-height:24px;
	height:24px;
	display:block;
}
.footerlinks li a:hover
{
	color:#969696;
	text-decoration:underline;
}
li.navrssfoot a
{
    background: url(img/icn_footer_rss.gif)  0px 2px no-repeat; 
}
li.navrssfoot a:hover
{
    background: url(img/icn_footer_rss.gif)  0px 2px no-repeat; 
}
li.navfbfoot a
{
    background: url(img/icn_footer_fb.gif)  0px 2px no-repeat; 
}
li.navfbfoot a:hover
{
    background: url(img/icn_footer_fb.gif)  0px 2px no-repeat; 
}
li.navtwitfoot a
{
    background: url(img/icn_footer_twit.gif)  0px 2px no-repeat; 
}
li.navtwitfoot a:hover
{
    background: url(img/icn_footer_twit.gif)  0px 2px no-repeat; 
}
li.navytfoot a
{
    background: url(img/icn_footer_yt.gif)  0px 2px no-repeat; 
}
li.navytfoot a:hover
{
    background: url(img/icn_footer_yt.gif)  0px 2px no-repeat; 
}
.footerlogo
{
	background-image:url(img/logo_2010_net_threat_footer.gif);
	height:70px;
	width:115px;
	float:right;
	margin:23px 15px 0px 0px;
	display:inline;
}
.footercopyright
{
	float:left;
	text-align:right;
	width:730px;
	color:#969696;
	font-size:12px;
	display:inline;
}
/**** page Content ***/
.pagecontent
{
    padding:12px;
    font-size:12px;
    color:#222;
}
.fanzonearea
{
    padding-top:20px;
}
.fanzonetile
{
    float:left;
    width:229px;
    margin-right:13px;
    margin-bottom:40px;
}
.fanzonetile p
{
    margin:0;
    padding-top:10px;
    font-size:12px;
    font-weight:normal;
    font-family: Arial;
}

/* New home page */
#home_container
{
    /*width:1726px;*/
    /*height:100%;*/
    min-height:710px;
    overflow:hidden;
    background: #222 url(img/stadium.jpg) no-repeat;
    background-position:center top;
}
#home_area
{
    width:960px;
    margin: 0 auto 0 auto;
}
#home_main
{
    clear:both;
    background-image: url(img/yellow.gif);
    height: 255px;
    width:960px;
    position:relative;
}
#home_page_text
{
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    position:absolute;
    top:180px;
    left:50px;
}
#home_tiles
{
    margin-top:5px;
}
.tilenav
{
    list-style-type: none;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 0;
    border:0;
    display:inline;
    float: left;
}
.tilenav li
{
	border:0;
	height:218px;
	float: left;
	margin-right:0px;
	position:relative;
}
.tile_text
{
    position:absolute;
    margin:0;
    padding:0;
    top:45px;
    left:33px;
    color:#fff;
    width:190px;
}
.tile_link
{
    position:absolute;
    margin:0;
    padding:0;
    top:142px;
    left:58px;
    color:#fff;
    width:160px;
}
.tilenav li a
{
	text-decoration:none;
	border:0;
	height:218px;
	display:block;
	margin:0;
	position:relative;
}
li.netthreat_home a
{
    background: url(img/blue_static.gif)  0px 0px no-repeat; 
    width:251px;
}
li.netthreat_home a:hover
{
    background: url(img/blue_hover.gif)  0px 0px no-repeat; 
    width:251px;
}
li.famsafe_home a
{
    background: url(img/red_static.gif)  0px 0px no-repeat; 
    width:235px;
}
li.famsafe_home a:hover
{
    background: url(img/red_hover.gif)  0px 0px no-repeat; 
    width:235px;
}
li.soccer_home a
{
    background: url(img/brown_static.gif)  0px 0px no-repeat; 
    width:236px;
}
li.soccer_home a:hover
{
    background: url(img/brown_hover.gif)  0px 0px no-repeat; 
    width:236px;
}
li.fanzone_home a
{
    background: url(img/green_static.gif)  0px 0px no-repeat; 
    width:238px;
}
li.fanzone_home a:hover
{
    background: url(img/green_hover.gif)  0px 0px no-repeat; 
    width:238px;
}
#home_footer
{
    clear:both;
    margin-top:10px;
}
.homefooternav
{
    list-style-type: none;
    font-weight: bold;
    color: #fff;
    /*line-height: 2em;*/
    padding: 0;
    display:inline;
    float: left; 
    height:24px; 
    margin-top:15px;  
    margin-left:15px;
}
.homefooternav li
{
	border:0;
	height:24px;
	float:left;
	margin-right:20px;
	display:inline;
	
}
.homefooternav li a
{
	text-decoration:none;
	border:0;
	color:#fff;
	margin:0;
	height:24px;
	padding-left:25px;
	padding-top:3px;
	padding-right:0px;
	display:inline-block;
}
.homefooternav li a:hover
{
	color:#222;	
}
li.navfb_home a
{
    background: url(img/fb.gif)  0px 0px no-repeat; 
}
li.navtwit_home a
{
    background: url(img/twit.gif)  0px 0px no-repeat; 
}
li.navyt_home a
{
    background: url(img/yt.gif)  0px 0px no-repeat; 
}
#home_logo
{
    background-image: url(img/logo.gif);
    background-repeat:no-repeat;
    float:left;
    margin-top:10px;
    height:85px;
    width:155px;
}
#home_sym_logo
{
    background-image: url(img/sym_logo.gif);
    background-repeat:no-repeat;
    float:right;
    margin-top:25px;
    height:85px;
    width: 140px;
}
/*# html img*/

li a,.headerimg,.nav-top,.symlogo,.transimg,#home_logo,#home_sym_logo
{
    behavior: url("img/iepngfix.htc");
}


