/*************************************************
*
*	Coded by @toxinide 
*
*	MCubed Software & Design
*	(http://mcubedsw.com/design)
*
*************************************************/

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #484848 ;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#container {
	width: 820px;
	min-width: 820px;
	margin: 0 auto;
}

#topbar {
	margin-top: 20px;
	width: 970px;    
}

#logo {
	background: url(/images/logo.png) no-repeat;
	float: left;
	margin-left: 30px;
	width: 129px;
	height: 63px;
}

#signin {
	float: right;
	margin-right: 130px;    
}

/************/
#titlebar_edge {
	background: url(/images/titlebar_rounded.png);
	background-repeat: no-repeat;
	height: 25px;
}

#titlebar {
	height: 55px;
}

#titlebar #title {
	font-style: normal;
	font-weight: normal;
	height: 30px;
	color: #999;
	padding-top: 7px;
	padding-left: 20px;
	float: left;
	width: 480px;
	font: 27px Georgia, "Times New Roman", Times, serif;
}

#titlebar #user {
	float: left;
	margin-left: 30px;
}

#titlebar #uname {
	float: left;
	padding-left: 10px;
	padding-top: 7px;
	color: #000;
	font-weight: bold;
}

#titlebar #log_time {
	font-weight: normal;
	font-size: 11px;
	color: #999;
}

#titlebar #feed {
	float: right;
	padding-right: 15px;
	margin-top: 7px;
}

/* Main area of site*/
#mainarea {
	background-color: #fff;
	margin-left: 20px;
  
}

#mainarea #sidebar {
	background-color: #fff;
	width: 280px;
	float: right;
	
	margin-right: 10px;
	margin-top: 10px;	
}

#mainarea #recent_photos {
	padding-top: 10px;
	padding-left: 20px;
	height: 200px;
}

#mainarea #recent_photos .p{
	background: url(/images/recent.png) no-repeat;
	height: 100px;
	text-indent: -9999em;		
}

#mainarea #popular_today {
	padding-left: 20px;
	height: 200px;
}

#mainarea #popular_today .p{
	background: url(/images/popular.png) no-repeat;
	height: 100px;
	text-indent: -9999em;		
}
#mainarea #content {
	margin-bottom: 10px;
    margin-left: 10px;   
    height: 400px;
}
#content {
	margin-bottom: 10px;
    margin-left: 10px;   
    height: 400px;
    
}

#content #image{
	float: left;
	text-align: center;
	margin: 0px;
	width: 480px;    
}

#content #image img {
	text-align: center;
}

.divider {
	background: url(/images/divider.png) no-repeat;
	margin-left: 8px;
	margin-bottom: 10px;
	width: 800px;
	height: 5px;
	
}

.divider_short {
	background: url(/images/divider_short.png) no-repeat;
	margin-left: 8px;
	/*margin-bottom: 10px;*/
	width: 480px;
	height: 5px;
}
#sidebar {
	float: right;
}

#sidebar #details {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#sidebar #slideshow {
	padding-top: 10px;
	
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#sidebar #share p{
	padding-bottom: 5px;
}

#sidebar #share {
	padding-top: 10px;
	
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;	
}

#sidebar #share p {
	background: url(/images/share_it.png) no-repeat;
	text-indent: -9999em;
}

#sidebar #share img {
	padding-left: 5px;
}

#sidebar #embed p {
	padding-bottom: 5px;
	
}

#sidebar #embed .p {
	background: url(/images/embed_this.png) no-repeat;
	text-indent: -9999em;
}

#sidebar #embed {
	padding-top: 10px;
	
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;	
}

#sidebar #embed .url {
	font-size: 10px;
	border: 1px solid #ccc;
	
	padding: 5px 0 0 5px;
}

#sidebar #embed .small_text {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}

#comments {
	float: left;
	width: 480px;
	margin-left: 10px;
	margin-bottom: 15px;    
	padding-bottom: 3px;
}

#comments .p {
	height: 20px;
	background: url(/images/got_comments.png) no-repeat;
	margin-bottom: 15px;    
	text-indent: -9999em;
}

#comments .comment_single {
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #ccc
}

#comments .comment_single img{
	
	float: left;
}

#comments .comment_single p {
	margin-left: 5px;
	float: left;
	font-size: 12px;
}


#tags {
	float: right;
	width: 280px;	
}

#tags #tags_container {
	padding-top: 5px;
}

#tags #tags_container p {
	font-size: 12px;
}

#tags .p {
	height: 25px;
	background: url(/images/tags.png) no-repeat;
	text-indent: -9999em;
}


/* Join the discussion */
#join {
	width: 480px;
}

#join .p {
	float: left;
	background: url(/images/join.png) no-repeat;
	width: 215px; 
	text-indent: -99999em;
	margin-left: 50px;
}

/* Bottom Rounded edge*/
#bttm_edge {
	display: block;
	background: url(/images/container_bttm_edge.png) no-repeat;
	height: 11px;
}

#footer {
	padding: 20px;
	font-size: 12px;
	color: #fff;
}

#footer .copyright {
	float: left;
	margin-left: 50px;    
}

#footer .contacts {
	float: right;
	margin-right: 50px;
}

.sIFR-hasFlash #title h1 {
  font-size: 19pt;
  line-height: 1em;
}

.sIFR-hasFlash #details .normal {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11pt;
  line-height: 22px;
}

.normal {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11pt;
  line-height: 22px;
}

.sIFR-hasFlash #details .bold {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13pt;
  line-height: 1em;
}

.commentForm {
	padding-top: 14px;
	padding-left: 10px;
	font-size: 12px;
}

.disc {
	font-size: 11px;
}

a.taglink:link {
	line-height: 27px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	text-decoration: none;
	color: white;
	background-color: #4a8cae;
}

a.taglink:active {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	text-decoration: none;
	color: white;
	background-color: #4a8cae;
}

a.taglink:visited {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	text-decoration: none;
	color: white;
	background-color: #4a8cae;
}

a.taglink:hover {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	text-decoration: none;
	color: white;
	background-color: #3b728d;
}

.nocomm {
	font-size: 12px;
}

.loggedin {
	font-size: 12px;
}

.slide {
	padding: 1px;
	border-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
}

.userpicprf {
	padding-bottom: 3px;
	visibility: visible;
}

.photostream {
	margin-top: -80px;
    margin-left: auto;
}

a.imglink:link {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #c3bbc3;
}


