@import "base-weblog.css";
/* ^ for local testing */


/* basic elements */
html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	background:#d7d7d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	color: #333;
}

form { margin: 0; padding: 0; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, pre
{
	margin-top: 0px;
	margin-bottom: 0px;
}

ul
{
	margin-top: 0px;
	margin-bottom: 5px;
}

blockquote 
{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 25px;
}

a { text-decoration: none; color: #015c93; }
a:hover { text-decoration: underline; }

#contentarea {
	background-color:white;
	border:1px solid #cecece;
	text-align:left;
	padding:10px;
	min-height:1150px;
}

/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 985px;
	text-align: left;
	background: #ffffff;
}

#container-inner { position: static; width: auto; }

/* BANNER */
#banner { 
	position: relative;
	background: #fff;
	margin: 0 2px 2px 10px;
	}

.banner-ad {
	padding-top: 5px;
	margin-bottom: 7px;
	}

#banner img { 
	display: block;
	padding:8px 0 8px 0;
	}
	
#banner-inner { position: static }

#banner-menu,
#banner-menu-sub {
	font-weight: bold;
	text-transform: uppercase;
	height: 25px;
	padding-top: 5px;
	padding-left: 10px;
	/* background:#f1f1f1; */
	background: #fff url(http://nexus.realtimepublishers.com/images/Nexus4_navbar.png);
	background-repeat:no-repeat;
}

#banner-menu {
	visibility: visible; /* toggle menu */
}

/* Format links */
#banner-menu a, 
#banner-menu-sub a {
	color: #a1a1a1;
	padding:0 10px 0 10px;
	border-right: #ccc 1px dotted;
}

#banner-menu a:hover,
#banner-menu a:hover {
	color: #666;
	text-decoration:none;
}

/* For highlighting */
.banner-menu-at {
	border-left: 5px solid #FFF;
	padding-left: 5px;
}

.banner-search {
	top: 185px;
	margin-right: 20px;
	visibility: visible; /* toggle menu */
}

/* Pagebody */
#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha,
#beta,
#gamma {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
}


#delta {
	display: inline; /* ie win bugfix */
	position: relative;
	width:100%;
	float:left;
	padding:0 0 50px 0;
	margin:0;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	background: #d7d7d7;
}

#delta a {
	text-decoration: none;
}

#delta a:hover {
	text-decoration: underline;
}

#alpha-inner
{
	position:static;
	margin-left: 8px;
}

#beta-inner, #gamma-inner, #delta-inner
{
	position: static;
	padding-left: 2px;
}


/* banner user/photo */

.banner-user
{
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo
{
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img
{
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}

#body-login
{
	padding-left: 40px;
	min-height: 350px;
	padding-top: 20px;
}


/* Left Column Items */

.searchBox	{
	background:#f1f1f1;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0;
	margin:0 0 11px 0;
	border: #c0c0c0 1px solid;
}


.searchBox h1 {
	color:#FFF;
	background-color:#0b80ab;
	font: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding:11px 0 11px 11px;
	margin:0;
}

.searchForm {
	padding:11px;
}

.searchButton {
	width:28px;
}

/* Middle Column Items */

/* Homepage + Category Pages */

.homeBottomItem {
	color:#333;
	font-size: 12px;
	margin-bottom:20px;
	padding: 0px 5px 0px 0px;
	display: block;
	height:170px;
}

.homeBottomItemImg {
	margin:0px 10px 0px 0px;
}

.homeBottomLeft {
	margin:0;
	padding: 5px 10px 0px 5px;
}

.homeBottomRight {
	border: #c0c0c0 thin solid;
	margin: 0px 0px 0px 5px;
	padding: 5px 5px 0px 5px;
}

.homeBottomTitle {
	font-weight: bold;
}


.homeEbookTable {
	padding: 0px 0px 0px 0px;
}

.homeEbookTable td {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom:5px;
}

.homeEbookTableItem p {
	padding: 0px 15px 6px 0px;
	font-size:0.95em;
}

.homeEbookTableItem a {
	color: #e88609;
}

.homeTitle {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom:5px;
	margin-bottom: 10px;
	border-bottom: 1px #ccc solid;
}


.homeTop {
	margin: 0px 0px 10px 0px;
}

#description {
	padding:0 20px 0 0px;
}

#description p, ol {
	padding-bottom:10px;
}

#description .backtotop {
	padding-bottom:25px;
}



/* Book Pages */

.bookBottomItem {
	color:#333;
	font-size: 12px;
	margin-bottom:20px;
	padding: 0px 5px 0px 0px;
	display: block;
	height:170px;
}

.bookBottomItemImg {
	margin:0px 10px 0px 0px;
}

.bookBottomLeft {
	margin:0;
	padding: 5px 10px 0px 5px;
}

.bookBottomRight {
	border: #c0c0c0 thin solid;
	margin: 0px 0px 0px 5px;
	padding: 5px 5px 0px 5px;
}

.bookBottomTitle {
	font-weight: bold;
}


.bookTable {
	padding: 0px 0px 20px 0px;
	border-bottom: #333 1px dotted;
	margin-bottom:20px;
}

.bookChapterTable {
	padding: 0px 0px 20px 0px;
	border-bottom: #333 1px dotted;
	margin-bottom:20px;
}

.bookChapterTable td {
	width:auto;
	padding:0 10px 10px 0;
}
	

.bookPubTitle {
	font-size:16px;
	font-weight:bold;
	padding:0;
}

.bookPubAuthor {
	font-size:1em;
}

.bookPubAuthor a {
	color:#eb8c0c;
}

.bookTable td {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom:5px;
}

.bookTable ul {
	padding:0;
	margin:0;
	list-style:none
}

.bookTable li {
	padding:0 0 12px 0;
}
	
.bookTableItem p {
	padding: 0px 15px 6px 0px;
	font-size:0.95em;
}

.bookTableItem a {
	color: #e88609;
}

.bookSynopsis {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom:5px;
	margin-bottom: 10px;
}

.bookChapterPreview {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding:20px 0 10px 0;
}


.bookTop {
	margin:0;
}

#bookExcerpt {
	padding:10px 0 10px 0;
}

#bookExcerpt h2 {
	font-size:1.1em;
	font-weight:bold;
	padding:0 0 7px 0;
}

#bookExcerpt p {
	padding:3px 0 7px 0;
}

#bookMain {
	padding-bottom:20px;
}

#bookMain p {
	padding: 3px 0 7px 0;
}

/* LOGIN & CONFIRM STYLES */

#main-login {
	width:650px;
	max-width:650px;
	min-width:650px;
	margin:0 auto;
	margin-top:50px;
}

#body-login {
	padding-left:40px;
	min-height:350px;
	padding-top:20px;
}

#body-login > div > h1 {
	font-size:1.25em;
}

#body-login > div > h2 {
	font-size:1em;
}

#confirm-form1 {
	padding:0 0 10px 0;
}

#confirm-form2 {
	padding:10px 0 0 0;
}


#footer-login {
	clear:both;
	font-size:1em;
	text-align:center;
	line-height:30px;
	min-width:650px;
	margin:0 auto;
}

#footer-login a > div > a, #footer > div > p > a {
	color:#666666;
	text-decoration:none;
}

#footer-login a:hover {
	text-decoration:underline;
}

.msg {
	color:#FF0000;
	font-size:1.2em;
	font-weight: bold;
	text-align: center;
	padding: 15px 0 0 0;
}

/* Category Pages */

.categoryTitle {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom:5px;
	margin-bottom: 5px;
	border-bottom: 1px #ccc solid;
}

.categoryTop {
	margin: 0px 0px 10px 0px;
}

.categoryTop p {
	padding:0 0 10px 0;
	line-height:18px;
}


/* Tech Tips Pages */

.tipTitle {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom:5px;
	margin-bottom: 10px;
	border-bottom: 1px #ccc solid;
}


.tipTop {
	margin: 0px 0px 10px 0px;
}

.tipBottomItem {
	color:#333;
	font-size: 12px;
	margin-bottom:13px;
	padding: 3px 5px 10px 0px;
	display: block;
	border-bottom: 1px #ccc solid;
}

.tipBottomItem p {
	padding:3px 0 7px 0;
}

.tipBottomTags {
	padding:10px 0 7px 0;
}

.tipBottomTitle {
	font-weight: bold;
	font-size:1.2em;
}

.tipBottomAuthor {
	font-size:1em;
	font-style:italic;
}

.tipMain {
	margin: 0px 0px 10px 0px;
}

.tipMainAuthor {
	font-size:1em;
	font-style:italic;
}


.tipMain p {
	padding:5px 0 5px 0;
}

.tipCrumbs {
	font-size:0.9em;
}

/* PUT ALL OF THESE IN ALPHABETICAL ORDER WHEN DONE!! */

/* Inside Page */

.insideAuthor {
color: #000000;
font-size: 12px;
padding: 0px 5px 10px 0px;
}

.insideChapter {
color: #000000;
font-size: 14px;
font-weight: bold;
padding: 1px 5px 10px 0px;
}

.insideClickHere {
padding: 5px 5px 0px 0px;
}

.insideCopy {
color: #000000;
font-size: 12px;
margin-top: 5px;
padding: 0px 5px 10px 0px;
}

.insideCopy a {
	font-weight: bold;
	text-decoration: none;
}

.insideCopy a:hover {
	text-decoration: underline;
}

.insideCopy p {
	margin-bottom: 10px;
	}

.insideCover {
float: left;
margin: 0px 10px 2px 0px;
}

.insideTitle {
color: #000000;
font-size: 12px;
font-style: italic;
padding: 0px 5px 10px 0px;
}


/* content */

.content-nav
{
	margin: 10px;
	text-align: center;
}

.date-header { font-size: 11px; font-weight: bold; text-transform:uppercase; }

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry-header { margin: 3px 0 8px 0; font-size: 14px; font-weight: bold; line-height: 18px; }

.entry-body 
{
    float: left;
    width: 100%;
	font-size: 12px;
	line-height: 17px;
}

.entry-body p ,
.entry-more p {
	margin-bottom: 10px;
}

.entry-body h1 { 
    margin: 16px 0 8px 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.entry-body h2 {
	margin: 3px 0 8px 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.entry-body h3 {
	margin-top: 50px;
	margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	}
	
.entry-body h4 {
	margin: 3px 0 8px 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}

.entry-body h5 {
    margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.entry-userpic
{
    width: 100px;
    height: 100px;
    float: right;
}

.entry-userpic img,
.comment-userpic img
{
    margin: 0 auto;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: auto%;
	margin-bottom: 30px;
	line-height: 18px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;	
	
}

.comment-content p { margin-top: 10px; line-height: 20px; }

.trackbacks-header { font-size: 11px; font-weight: bold; }
.trackback-content p {margin-top: 10px; }
.trackbacks-content p {margin-top: 10px; }

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
	font-size: 12px;
	line-height: 18px;
}

.entry-more-link { margin-top: 8px; font-weight: bold; margin: 0;}
.entry-more-link p { padding-top: 10px; margin: 0; }
.entry-more-link a { text-decoration: underline; }

.entry-extended , .entry-header{ }

.entry-extended { margin-top: 8px; line-height: 18px; }

.entry-extended hr { height: 1px; margin: 0; padding: 0; }
.entry-extended a { font-weight: bold; text-decoration: none; }
.entry-extended a:hover { text-decoration: underline; }
.entry-pub p { margin-top: 8px; }

.entry-download a { font-weight: bold; font-size: 11px; text-decoration: none; }
.entry-download a:hover {text-decoration: underline; }

.post-footers { font-size: 11px; }



.entry-footer,

.trackback-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 10px 20px 0px;
}

.comment-footer {font-weight: bold; margin-top: 8px; margin-bottom: 20px; }


.entry-footer a { font-size: 11px; }

.comments-header ,
.comments-open-header ,
.trackbacks-header ,
.have-header {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

.comments-open label { display: block; }

.comment-userpic
{
    float: left;
    width: 100px;
    height: 100px;
}

.comment-content
{
    padding-left: 10px;
	font-size: 12px;
	line-height: 14px;
	border-left: 5px solid #ccc;
	float:none;
	color: #333;
}
.comments-open-moderated { margin-bottom: 8px; }
#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 90%;
	margin-bottom: 5px;
	
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

.comments-open-header
{
    clear: both;
	font-size: 14px;
	font-weight: bold;
	
}

#comment-post
{
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}

/* VIRAL ELEMENTS */

.viral-elements {
		margin-top: 15px;
		margin-bottom: 5px;
		}

.viral-elements a {
		text-align: center;
		font-size: 10px;
        font-weight: bold;
		}
		
.viral-elements a:hover {
		text-decoration:underline;
		}

/* newsletter sign-ups */

.newsletter-signup td {
	font-size:11px;
	vertical-align:top;
	padding-bottom:5px;
}

.newsletter-signup input {
	margin:2px 0px 0px 12px;
}

.newsletter-module {
	padding: 0 0 10px 0px;
}

.newsletter-module ul {
	padding:0 0 10px 0;
	margin:0 0 0 5px;
	list-style:none;
}

#newsletter-checkboxes li {
	padding-bottom:3px;
}

#newsletter-checkboxes label {
	display:block
}

#newsletter-checkboxes input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

#newsletter-submit {
	padding:0 0 0 15px;
}


/* modules */

.module
{
	position: relative;
	width: 100%;	
}

.module ,
.gamma-advertisement {
	margin-bottom: 10px;
}

.module-content { /* this controls the modules. mainly used in the 1st and 3rd column (alpha & gamma) */
	background: url(../images/Nexus4_lBarMid.png);
	background-repeat:repeat-y;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0;
	margin:0 0 11px 0;
}

.module-content ul {
	padding-left: 11px;
}

.module-content-right { /* this controls the right modules in sidebar secondary template */
	background: url(../images/Nexus4_rBarMid.png);
	background-repeat: repeat-y;
	font-size: 11px;
	position: relative;
	line-height: 14px;
	padding:0;
	margin:0 0 11px 0;
}

.module-content-right ul {
	padding-left: 11px;
}

.module-content-right p {
	font-size:11px;
	padding:11px;
}

.module-header  {
	color:#FFF;
	background-image:url(../images/Nexus4_lBarTop.png);
	background-repeat:no-repeat;
	font: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding:11px 0 11px 11px;
	margin:0;
	text-transform:uppercase;
}

.module-header-right  {
	color:#FFF;
	background-image:url(../images/Nexus4_rBarTop.png);
	background-repeat:no-repeat;
	font: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding:11px 0 11px 11px;
	margin:0;
	text-transform:uppercase;
}


.module-header-right a, .module-header a , .module-content a{ color: #000; }
.module-img {margin-left: 10px; margin-top: 5px; margin-bottom: 5px; }


.module-left { /* this controls the modules. mainly used in the 1st column (alpha) */
	padding-bottom: 10px;
}

.module-left-table { padding-left: 5px; }

.module-list,
.archive-list
{
	margin: 0;
	list-style: none;
	vertical-align: middle;
	text-align: left;
	padding:0 11px 11px 11px;
}

.module-list li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 13px;
	margin:11px 0 0 0;
}

.module-list-tags {
	padding:0 0 5px 0;
}

.module-list-tags li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	list-style:none;
	margin:8px 0 0 0;
}


.module-list-item
{
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-image: url(images/bullet-point.gif);
	left: 665px;
	clip: rect(auto,100px,auto,auto);
}

.module-list img { vertical-align: middle}

.module-need-help {
	border-top: 1px solid #ccc;
	padding-top:10px;
	font-weight:bold;
}

.module-list-item
{
	display: block;
	clear: both;
	margin: 0;
}

/* FOOTER */	

#delta-sub {
	float:left; 
	width:33%;
	padding:10px 0 0 0;
}

#delta-sub ul {
	list-style:none;
	padding-left:20px;
}



/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

/* For custom registration page layout */
.layout-three-column-reg #alpha { width: 192px; } /* original 202px */
.layout-three-column-reg #beta { width: 780px; }
.layout-three-column-reg #gamma { width: 0; }

/* For custom 3 column layout */
.layout-three-column #alpha { width: 192px; } /* original 202px */
.layout-three-column #beta { width: 540px; }
.layout-three-column #gamma { width: 242px; }

.layout-three-column #alpha-inner {
	padding-left: 2px;
	padding-right: 2px;
} 

.layout-three-column #beta-inner { padding-right: 13px; padding-left: 13px; }

/* Take care of links */
.layout-three-column #alpha a ,
.layout-three-column #gamma a { color: #015c93 }
.layout-three-column #alpha a:hover ,
.layout-three-column #gamma a:hover { color: #015c93 }

