/* Columns */

.column {
	float:left;
	margin-right: 0%;
	margin-left: 1%;
	/* Min-height: */  
         min-height: 30px;  
         height: auto !important;   
         height: 30px;  
	list-style-type: none;
	width:50%;
	margin-top: 10px;
}

cite {
	background:transparent url("images/tip.gif") no-repeat scroll 20px 0;
	font-style:normal;
	margin:0;
	padding:7px 0 0 15px;
	position:relative;
	top:6px;
}
#counter {
	font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: right;
	font-size:1.3em;
	color:#FFFFFF;
	float:right;
	padding: 0px 20px;
}

#info_outer {
	padding-top:41px;
	position:relative;


}


#info {
	background-color:#FEFFDF;
	border:1px solid #FFFF00;
	margin-bottom:10px;
	padding:20px;
	vertical-align:middle;
}

.entry {
	border-bottom:1px dashed #D2DADA;
	margin:5px;
	padding:0.2em 0.3em 0.3em;
	clear:right;
	font-size:0.8em;

	min-height:55px;
}

#last-twitt .entry {
	border-bottom:1px dashed #D2DADA;
	margin:5px;
	padding:0.2em 0.3em 0.5em;
	clear:right;
	min-height:60px;
	font-size:1.0em;
}

.follower {
	padding:0.05em;
	min-height:60px;
	float:left;
}
.date {
	clear:both;
	text-align:right;
	width:100%;
	color:#999999;
	font-size:1.1em;
	font-family:georgia;
	font-style:italic;
}

.title {
	float:left;
	width:80px;

}

#events .entry {
	background-color: transparent;
	border-bottom:1px dashed #D2DADA;
	margin:5px;
	padding:0.2em 0.3em 0.5em;
	clear:right;
	min-height:50px;
}



.round-left {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;

}

.submit {
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topright:3px;
	background-color:#EEEEEE;
	background-position:center top;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	padding:0.4em 0.9em;
}

.submit:hover {
}


.round-right {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
}




/*  Widgets */


/* Box */

.box-head {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background-color: #F002233;

}

.box-photo {
	height: 80%;
	background-color: #FFFFFF;
	position:relative;
	border-bottom:1px dashed #D2DADA;
	font-size:8pt;

}
.box-photo img {
	width: 98%;
	margin-top: 1%;
	margin-left: 1%;
	
}

.box-sponsor .entry .description {
	margin:0px;
}

.box-head  h1{
	margin-left:22px;
	font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	color:#000000;

}
.box-head  h2 a {
	margin-left:22px;
	font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 0.7em;
	color:#FFFFFF;
	text-shadow: -1px -1px #DDDDDD, 1px 1px #333333;

}

.box-head a.remove  {
    float: right;
    display: inline;
    background: url(images/buttons.gif) no-repeat -24px 0;
    width: 14px;
    height: 14px;
    margin: 8px 4px 8px 0;
    text-indent: -9999em;
    outline: none;

}

.box-head a.edit  {
    float: right;
    display: inline;
    background: url(images/buttons.gif) no-repeat;
    width: 24px;
    height: 14px;
    text-indent: -9999em;
    margin: 8px 4px 8px 4px;
    outline: none;
}

.box-head a.collapse  {
    float: left;
    display: inline;
    background: url(images/buttons.gif) no-repeat -52px 0;
    width: 14px;
    height: 14px;
    text-indent: -9999em;
    margin: 6px 0 8px 6px;
    outline: none;
}
.box-body {
	color:#555555;
}

.box-foot {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(images/tip.gif) no-repeat 75% 0%;
	font-style: normal;
}


.box {
	background-color:#FFFFFF;
	border: 0px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

.box h1 {
	float:left;
	line-height: 9pt;
}

.box ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px;
	padding:5px;
}

.box li {
	padding:0.7em 0 0.6em;
	position:relative;
	border-bottom:1px dashed #D2DADA;
	font-size:8pt;
	list-style: none;
}

}


.box .thumbnail img {
}

.box .description {
	display:block;
	width:100%;
	font-size: 1.4em;
	margin-top:8px;
}

.box #last-twitt .description {
	display:block;
	width:100%;
	font-size: 1.0em;
	margin-top:8px;
}

.box .content {
font-size: 10pt;

}

.box .thumbnail {
	display:block;
	float:left;
	margin:5px;
}

.box .status {
	display:block;
	margin-top: 2px;
	padding:3px 3px 2px 2px;
	font-style: italic;
	text-align:right;
}

.box .actions {
	float:right;
}

/* Actions */
.reply {
	background:url("images/icon_reply.gif") no-repeat right top;
	padding:0px 8px;
}

.verified {
	background: no-repeat url(images/verified.png) right 2px;

}

.protected {
	background: no-repeat url(images/protected.png) bottom right;

}

 

 


