body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:#DDEEF6 url(images/bg.gif) repeat-x scroll 0 0;
color:#DDEEF6;
font-family:,Arial,Sans-serif;
font-size: 13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:16px;
margin:0;
padding:0;
}

a:link, a:visited {
color:#2277BB;
text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a.add_image
{
	color: #AADDFF;
}

a.add_image:hover
{
	color: white;
	text-decoration: none;
}

.container {
margin:0 auto;
width:780px;
}

.header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background:#5599BB no-repeat scroll 0 0;
position:relative;
}

.pics_header {
background-color:#00131E;
color:#337799;
font-size:11px;
height:30px;
letter-spacing:0.15em;
line-height:2.8;
padding:0;
text-align:center;
width:100%;
}

.pics {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
background:#002233 none repeat scroll 0 0;
overflow:hidden;
padding:20px 25px;
position:relative;
text-align:center;
}



.rounded_square {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background-color:#DDEEF6;
border:1px none transparent;
color:#778899;
font-size:13px;
margin-left:0px;
margin-top:10px;
padding: 10px;
text-align:left;
width:210px;
}

.twitter_input {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border:1px solid #AACCEE;
	display:block;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}

.upload-button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-x-system-font:none;
background:#99CC22 repeat-x scroll 0 0;
border:1px solid #DDFF66;
color:#333333;
display:block;
font-family:Helvetica,Arial,Sans-serif;
font-size:18px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:8px 10px;
text-align:center;
text-decoration:none;
text-shadow:0 1px 0 #DDFF66;
cursor: pointer;
}

.twitter_textbox
{
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border:1px solid #AACCEE;
	display:block;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}

a img {
	border: 0px;
}


/*Recent images & most popular*/
.rightPane{
	width: 250px;
	float: right;
	position:relative;
	left: 6px;
}

.rightPaneBucket{
	width: 226px;
	float: left;		
	min-height: 230px;
	padding: 10px;		
	margin-bottom: 8px;
	
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	background-color:#DDEEF6;
	border:1px none transparent;
	color:#778899;
	font-size:13px;
}

.rightPaneSquare{
	width: 246px;
	float: left;	
	margin-top: 8px;
	
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	background-color:#DDEEF6;
	border:1px none transparent;
	color:#778899;
	font-size:13px;	
}

.rightPaneSquare img{
	position:relative;
	left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.recentCont{
	margin-top: 20px;
	height: 50px;
	width: 248px;
	
	float: left;
}

.recentCont img{
	display: inline-block;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 4px;
}

.recentCont h2{
	display: inline-block;
	color: #E13800;
	font-size: 12px;
	vertical-align: top;
	margin: 0px 0px 6px 0px;
	height: 14px;
	width: 194px;
	overflow: hidden;
}

/*.recentCont h2 a{
	color: #E13800;
}*/

.recentCont p{
	display: inline-block;
	
	vertical-align: top;
	margin: 0px;
	font-size: 11px;
	
	width: 194px;
	height: 30px;
	
	overflow: hidden;
}

.seeMore{
	float: right;
	color: #E13800;
	font-weight: bold;
	font-size: 16px;
	margin: 20px;
}


