body {
    margin: 0px 0px 0px 0px;
    padding: 0px;
	/*background: url(http://www.webphactory.net/images/page_bg.png) repeat-x #B7CBE6;*/
    text-align: center;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    color: #F3F4F2;
	background: #f2f3e5;
	}

pre {
    background-color: white;
    border: 1px solid gray;
    padding: 3px;
}
/*B7CBE6*/
#page {
    width: 968px;
    background: url(http://www.webphactory.net/images/body_bottom.jpg) bottom left repeat-y;
    color: #4C4C4C;
    margin-top: 0px;
	margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	}

#banner {
	background: url("http://www.webphactory.net/images/banner_logo.jpg") top center no-repeat #d7d7d7;
	height: 200px;
	width: 968px;
	}

#top_container {
	width: 968px;
	background: #656F7C;
  	height: 45px;
	}

#login {
	float: right;
	text-align: center;
	height: 90%;
    margin-right: 20px;
    margin-top: 5px;
    background: url(http://www.webphactory.net/images/login_bg.png);
	}
	
#login span { font-size: 12px; }

#login a { color: #4C4C4C; }

p.login {
	font-weight: bold;
	clear: both;
	margin-bottom: 3px;
	}

.left {
	width: 70px;
	float: left;
	}

.right {
	float: left;
	}

#login_button {
	margin: 5px 0px 0px 155px;
	}
	
#banner a span { display: none; }

#banner a.homelink {
    display: inline;
    height: 45px;
    width: 250px;
	}

#navigation {
	float: left;
	height: 45px;
	}

#navigation ul {
    height: 45px;
	display: inline;
    list-style: none;
	}

#navigation li {
    float: left;
	height: 45px;
	padding: 0 5px 0 5px;
	border-right: 3px solid #AFB1AD;
	}
	
#secondaryNav li {
    display: inline;
    float: right;
    margin-right: 12px;
	}

#secondaryNav {
    font-size: 11px;
    padding-bottom: 0px;
    padding-top: 5px;
    margin-right: 2px;
	}

#secondaryNav ul {
    float: right;
    display: inline;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    margin-top: 5px;
	}
	
#secondaryNav li { float: left; }

#secondaryNav li.title { padding-right: 5px; line-height: 14px;}

#secondaryNav li a {
    font-size: 12px;
    margin-right: 10px;
    line-height: 14px;
    color: #4C4C4C;
	}

#secondaryNav li.current a {
    font-weight: bold; text-decoration: none; 
	}

#navigation li a {
    display: block;
    text-decoration: none;
    color: #EBEDE4;
	font-size: 18px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 45px;
	}

#navigation li:hover {
	background: #9DA4AD;
	}
	
#navigation li a:hover {
    text-decoration: none;
	}

#secondaryNav li a:hover {
    text-decoration: underline;
	}

#navigation li.current {
    background: #9DA4AD;
	}

#navigation li.current a {
    color: #4C4C4C;
	}

#navigation li.current a:hover {
		text-decoration: underline;
	}

#secondaryNav li.current a:hover { text-decoration: none; }

/* Networking Link Logos */
#twitter_feed {
	background-image: url("http://www.webphactory.net/images/t_small-a.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	}
#networking {
	z-index:2;
	font-size: small;
	}

#networking ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
	}

#networking ul {
	font-size: 10px;
	}
	
#networking img {
	margin: 0px;
	padding-top: 5px;
}

#networking .facebook {
	background-image: url("http://www.webphactory.net/images/connect/facebook.jpg");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	}

#networking .bshop {
	background-image: url("http://bshop.webphactory.net/images/favicon.ico");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	}
	
#networking .bound {
	background-image: url("http://www.webphactory.net/images/connect/bound.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	}
	
#networking .blogger {
	background-image: url("http://www.webphactory.net/images/connect/blogger.jpg");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	}

#networking .picasa {
	background-image: url("http://www.webphactory.net/images/connect/picasa.jpg");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	}
	
#networking .youtube {
	background-image: url("http://www.webphactory.net/images/connect/youtube.jpg");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	}
	
#networking .email {
	background-image: url("http://www.webphactory.net/images/connect/email.jpg");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	}

#networking .rss {
	background-image: url("http://www.webphactory.net/images/connect/rss.jpg");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	}
	
	/* Body */
#spacer {
	clear: both;
	display: none;
	height: 10px;
	}
	
#body {
    margin-left: 15px;
    margin-right: 20px;
	}

#content {
    margin-left: 15px;
    margin-right: 20px;   
	}

#main_container {
	background: #d2dbe6;
	overflow: auto;
	}
	
#main_content {
    /*clear: right;*/
    display: inline;
    margin-left: 15px;
    margin-right: 15px;
	margin-bottom: 7px;
    width: 710px;
    float: left;
}

#phorum_content {
    margin-left: 15px;
    margin-right: 20px;
}

#body_right {
    margin-top: 17px;
    float: right;
    width: 200px;
    margin-right: 15px;
    background: #EEEEEE;
	border: 1px solid gray;
    margin-bottom: 30px;
	}

#body_content_right {
	font-size: 11px;
	padding: 10px;
	}

#body_content_img {
	text-align: center;
	}

#body_content_img  img{
	border: 2px solid gray;
	}
	
#body_right h3{
    margin: 0;
    padding-top: 10px;
    border-bottom: 0;
	}

#body_right h4, p {
    margin: 0;
    padding-top: 0px;
    border-bottom: 0;
	}

#footer {
    width: 968px;
    color: #4C4C4C;
    background: url("http://www.webphactory.net/images/footer_bottom.jpg") top center repeat-y #d7d7d7; 
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: center;
    font-size: 10px;
    padding-top: 7px;
	border-top: 1px solid gray;
	}
	
#footer_image {
    width: 968px;
    background: url("http://www.webphactory.net/images/foot_bottom.jpg") top center no-repeat #d7d7d7; 
    color: #B7CBE6;
    font-size: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    height: 17px;
	} 

	/* Blog */

.blog_entry {
    margin-top: 17px;
    width: 100%;
    background: #EEEEEE;
    margin-bottom: 30px;
	border: 1px solid gray;
	overflow: auto;
	}

.blog_entry_odd {
    margin-top: 17px;
    width: 100%;
    background: #E5E2E2;
    margin-bottom: 30px;
	overflow: auto;
	}
	
.blog_entry_private {
    margin-top: 17px;
    width: 100%;
    background: #CBB5B5;
    margin-bottom: 30px;
	overflow: auto;
	}

.blog_entry_content {
    clear: both;
	font-size: 12px;
	border-top: 1.5px solid #AFB1AD;
	border-bottom: 2px solid #AFB1AD;
	padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
	margin: 0px;
	overflow: auto;
	}

.blog_entry_content_odd {
    clear: both;
	font-size: 12px;
	border-top: 1.5px solid #AFB1AD;
	border-bottom: 2px solid #AFB1AD;
	padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
	margin: 0px;
	overflow: auto;
	}
	
.blog_entry_content_private {
    clear: both;
	font-size: 12px;
	border-top: 1.5px solid #AFB1AD;
	border-bottom: 2px solid #AFB1AD;
	padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
	overflow: auto;
	}

.blog_entry_navigation {
	clear: both;
	display: block;
	text-align: center;
	padding: 10px;
	margin: 0px;
	overflow: auto;
	border-bottom: 1.5px solid #AFB1AD;
	}

.blog_entry_comments {
	border-bottom: 2px solid #AFB1AD;
	padding: 10px;
	height: 100%;
	}

.blog_entry_comment {
	background-color: #E3E3E3;
	border-bottom: 1.5px solid #AFB1AD;
	padding: 3px;
	margin-bottom: 7px;
	}

.blog_entry_comment  p{
	border: 1px solid #FFFFFF;
	padding: 5px;
	}
	
.blog_entry_comments_title {
	font-size: 18px;
	border-bottom: 2px solid #AFB1AD;
	padding: 10px;
	display: block;
	}

.blog_entry_comments_line {
	display: block;
	background-color: #E3E3E3;
	border-bottom: 15px;
	width: 100%;
	height: 100%;
}
	
.blog_entry_comments_left {
	display: inline;
	width: 100px;
	padding: 0px;
	margin: 0px;
	}
	
.blog_entry_comments_right {
	display: inline;
	width: 300px;
	}

.blog_entry_comments_right input, textarea {
	display: inline;
	width: 95%;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.blog_reply {
  	margin-left: 20px;
    width: 500px;
    background: #F0EEEE;
    margin-bottom: 10px;
	}

.blog_reply_content {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
	}

.blog_comments {
	font-size: 11px;
	padding-top: 5px;
	padding-left: 16px;
	}

.blog_header_left {
	clear: both;
	font-size: 24px;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 7px;
	vertical-align: middle;
	float: left;
	width: 155px;
	}

.blog_header_right {
	border-left: 3px solid #AFB1AD;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 7px;
	float: left;
	width: 360px;
	}

.blog_header_right a{
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	}
	
.blog_header_right a:hover{
	text-decoration: underline;
	}
	
.blog_posted {
    font-style: italic;
    padding-bottom: 3px;
    margin-top: -5px;
	}

.blog_body {
	margin-left: 5px;
	}

	/* Misc */
.floatright { float: right; }

.floatleft { float: left; }

a:link, a:visited { color: #4C4C4C; }

a:hover { color: #222; }

h1, h2, h3, h4, h5 { 
    border-bottom: 1px solid #AFB1AD;
    padding-bottom: 3px;
    margin-top: 1em;
	}

h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 10px; }
h5 { font-size: 8px; }

img {
	border-style: none;
	margin: 0px 0px 0px 0px;
	}

img:hover {
	opacity: 0.95;
	}