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


html,body{
height:100%;
background-image:url(../images/background-body-home.jpg);
background-repeat:no-repeat;
background-position:top center;
background-color:#f2f2f2;
margin:0;
padding:0;
font-size:14px;
font-family:Georgia, Helvetica, sans-serif;
color:#444;
}

img{
	border:0;
	background:none;
}
.removelinkstyle{
	border:0;
	background-color:transparent;
	padding:0;
	margin:0;
}



hr{
	border:1px dotted #444 ;
}

a{
font-family:Georgia, Helvetica, sans-serif;
font-weight:normal;
text-decoration:none;
color:#fff;
background-color:#a91614;
display:inline ;
padding:0 2px 0 2px;
}

.highlight{
	font-family:Georgia, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	color:#FFF;
	background-color:#333;
	display:inline ;
	padding:0 2px 0 2px;
}

a:hover{
font-family:Georgia, Helvetica, sans-serif;
font-weight:normal;
text-decoration:none;
color:#FFFFFF;
background-color:#444;
}

p{
font-size:14px;
font-family:Georgia, Helvetica, sans-serif;
color:#444;
}

ul li{
	list-style-type:none;
	list-style-image:none;
	margin-top:5px;
}


.postspan{
	color:#FFF;
	background-color:#333;
	display:inline ;
}

h1{
	margin-top:10px;
	float:left;
	display:inline ;
	background-color:#a91614;
	padding:2px 5px 2px 15px;
	margin-left:-15px;
	color:#FFF;
	font-size:22px;
	font-weight:100;
	font-family:Georgia, Helvetica, sans-serif;
}

h2{
	margin-top:20px;
	font-family:Georgia, Helvetica, Arial, sans-serif;
	font-size:25px;
	color:#333;
	font-weight:bold;
}

h3{
	margin-top:20px;
	font-family:Georgia, Helvetica, Arial, sans-serif;
	font-size:19px;
	color:#333;
	font-weight:normal;
	font-style:oblique;
}



div#box_all {
position:relative;
min-height:100%;
height: auto !important;
padding: 0;
width:930px;
margin:0 auto;
}



div#box_maincontent{
	border-top:dotted 2px #333;
	float:left;
	width:580px;
	margin:20px 50px 10px 0;
}

div#box_leftcontent{
	float:left;
	width:300px;
	margin:20px 0 10px 0;
}

div#box_tweeting{
	float:left;
	border-top:dotted 2px #333;
	height:auto;
	width:300px;
}

div#box_logins{
	float:left;
	border-top:dotted 2px #333;
	height:auto;
	width:300px;
}

div#box_nlsignup{
	float:left;
	border-top:dotted 2px #333;
	height:auto;
	width:300px;
}

div#box_menu{
	float:left;
	width:700px;
	height:50px;
	padding:190px 0 0 230px;
	margin-right:-10px;
}

#box_menu ul {
	float:right; 
padding:0; 
margin:0;
list-style-type:none;
display:inline;
background-color:transparent;
}

#box_menu ul li {
	display:inline;
background-color:transparent;
}
 
#box_menu ul li a, #box_menu ul li a:visited{
	background-color:#f2f2f2;
	text-transform:uppercase;
text-decoration:none; 
font-weight:100;
height:30px; 
color:#444; 
font-family:Helvetica, sans-serif;
font-size:20px;
margin: 1px 7px 1px 5px;
}
 
#box_menu ul li:hover a {
color:#222; 
border-bottom:2px groove #222;
background-color:#f2f2f2;
}

#box_menu ul li a:active {
color:#222; 
border-bottom:2px groove #222;
background-color:#f2f2f2;
}

#box_menu ul li:before{ content: "/ "; color:#a91614; font-family:Helvetica, Arial, sans-serif; font-size:22px;}
#box_menu ul li:first-child:before{ content: none;}

div#push{clear:both;}

div#box_footer{
	float:left;
	width:930px;
	height:30px;
	border-top:dotted 2px #333;
}


.tweet, .query {
	float:left;
	width:290px;
	background-image:url(../images/twitterbox/tbox_mid.jpg);
	background-repeat:repeat-y;
	padding:5px;
  font-family: Georgia, serif;
  font-size: 18px;
  color: #333; }
  .tweet .tweet_list, .query .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
    .tweet .tweet_list li, .query .tweet_list li {
      overflow: auto;
      padding: .5em; }
      .tweet .tweet_list li a, .query .tweet_list li a {
        color: #fff; }
    .tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
       }
    .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }
		
		.beforetweet{
			float:left;
			background-image:url(../images/twitterbox/tbox_top.jpg);
			width:300px;
			height:19px;
			margin-bottom:-5px;
			background-repeat:no-repeat;
			}
		.aftertweet{
			float:left;
			background-image:url(../images/twitterbox/tbox_bottom.jpg);
			width:300px;
			height:74px;
			margin-top:-5px;
			background-repeat:no-repeat;
			}



div#box_mailer_and_newsletter {
height:100%;
min-height:100%;
padding: 200px 0 0 300px;
width:600px;
margin:0 auto;
}



