/* M A I N  L A Y O U T */
#outer-wrapper
{
	width: 804px;
	margin: 0px 0px 0px 175px; /*text-align: center;*/
	background-image: url('/App_Themes/codefury/images/outer-wrapper-background.png');
	background-repeat: repeat-y;
}

#wrapper
{
	width: 750px;
	margin: 0 auto 0 auto;
	background: white;
}

#header
{
	width: 750px;
	margin: 0px 0px 0px 0px;
	height: 151px;
	background: #FF7400;
	text-align: left;
	vertical-align: bottom;
}

#header-text
{
	padding: 85px 0px 0px 10px;
	vertical-align: bottom;
}

#menu-wrapper
{
}

#body-wrapper
{
	background: white;
	background-image: url('/App_Themes/codefury/images/body-background.gif');
	background-repeat: repeat-x;
	padding-top: 40px;
	padding: 40px 2px 0px 2px;
	text-align: center;
}

#main-panel
{
	width: 720px;
	float: right;
	text-align: left;
	margin: 0px 15px 2px auto;
	/*border: solid 1px black;*/
}

#side-panel
{
	/*	margin-left: 556px; */ /*	margin: 0 0 0 556px; */
	width: 150px;
	float: left;
	margin-left: -175px;
	text-align: left;
	/*border: solid 1px black;*/
}

#body-close
{
	clear: both;
}

#footer
{
	background-image: url('/App_Themes/codefury/images/footer-background.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0px 0px;
	margin: 0px 0px;
	height: 64px;
	text-align: center;
	clear: both;
	font-size: .8em;
}


/* L O G I N   L A Y O U T */
#login-wrapper
{
	padding-bottom: 50px;
	margin-top: 25px;
	margin-bottom: 100px;
}


/* B L O G   L A Y O U T */
#post-wrapper
{
	margin-bottom: 15px;
}

#post-header
{
	margin-top: 2px;
	margin-bottom: 0px;
	border-bottom: solid 1px silver;
}

#post-body
{
	padding-left: 14px;
}

/* B L O G  E D I T O R  L A Y O U T */
#blog-upload
{
	margin-top: 24px;
}


/* C O M M E N T S  L A Y O U T */
#comments
{
	margin-bottom: 15px;
}

#comments-header
{
	background-repeat: no-repeat;
	height: 48px;
}

.comment-wrapper
{
	margin-right: 10px;
	margin-bottom: 7px;
	border-top: solid 1px black;
}

.comment-avatar
{
	width: 100px;
	float: left;
	text-align: center;
	padding-top: 8px;
}

.comment-body
{
	margin-left: 102px;
}

.comment-info
{
	float: right;
	text-align: right;
}

.comment-title
{
	
}

.comment-footer
{
	clear: both;
}

#newcomment-info
{
	background-image: url('/app_themes/codefury/images/warning_24.png');
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-left: 30px;
	padding-top: 2px;
	height: 24px;
	
}

/* S I D E B A R   L A Y O U T */
.sidebaritem-wrapper
{
	margin: 0px 0px 10px 0px;
}

.sidebaritem-header
{
	color: Red;
}

.sidebaritem-body
{	
}

.sidebaritem-wrapper
{
	margin: 0px 0px 10px 0px;
}

/* B L O G  I M A G E */
.image-wrapper
{
	position: relative;
}

.image-wrapper img
{
	position: relative;
	z-index: 1;
}

.image-downloadinfo
{
	background-image: url('/images/grey_trans_bg.png');
	background-repeat: repeat;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	display: none;
	position: absolute;
	z-index: 3;
	height: 24px;
	top: 0px;
	left: 0px;
	padding: 4px 0px 2px 0px;
}

.image-downloadinfo a
{
	background-image: url('/images/red_dl_16.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	color: yellow;
	text-decoration: none;
	height: 30px;
}

/* S L I D E S H O W */

.slideshow-wrapper
{
	background: white;
	border: solid 1px #AFAFAF;
	padding: 2px 5px 2px 5px;
}

.slideshow-title
{
	font-weight: bold;
	font-size: 1em;
	font-family: Verdana;
}

.slideshow-instructions
{
	font-family: Verdana;
	font-size: .7em;
}

.slideshow-slides
{
	margin: 10px 10px 10px 10px;
	clear: both;
}

.slide
{
	float: left;
	margin: 0px 0px 10px 5px;
	width: 64px;
	height: 64px;
}

.slide img
{
	width: 64px;
	height: 64px;
	border: solid 0px white;
}

.clear
{
	clear: both;
}
