/*
  ------------------------------ SITEWIDE ------------------------------
 */
 
 
/*
	Main content for a blog page
 */
#DIGLLOYD_MAIN {
	background-color: #222;
	padding-left: .9em;
	padding-right: .9em;
	border: .2307em solid #303030;
	color: #BBB;
}

/*
	Right column for a  blog page
 */
#DIGLLOYD_RIGHT_COL {
	text-align: center;
}



/*
 Fixes left/right scrolling problem where black background goes white
 */
.body-background-fix {
	background-color: #101010;
	color: #E0E0E0;
}

/* ------------------------------ HTML ELEMENTS ------------------------------ */

/* YUI whacks this so that white instead of body background color will appear...seems to fix it */
html {
	background-color: inherit;
}

body {
	background-color: #101010;
	color: #E0E0E0;
}

h1 {
	margin-top: 16px;
	margin-bottom: 8px;
	font-size: 182%;
}

h2 {
	margin-top: 12px;
	margin-bottom: 4px;
	font-size: 153.9%;
}

h3 {
	margin-top: 10px;
	margin-bottom: 4px;
	font-size: 123.1%;
}

h4 {
	font-size: 100%;
	font-variant: small-caps;
}

ol {
	margin-left: 3.0em;
	margin-right: 3.0em;
	padding-bottom: 0.3846em;
	padding-right: 0.7692em;
	margin-bottom: 8px;
}

ol li {
	list-style: disc;
	list-style: square;
	margin-bottom: 2px;
	list-style: decimal;
}

ul {
	margin-left: 3.0em;
	margin-right: 3.0em;
	padding-bottom: 0.3846em;
	padding-right: 0.7692em;
	margin-bottom: 8px;
}

ul li {
	list-style: disc;
	list-style: square;
	margin-bottom: 2px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
	color: #6b6;
}

a:link {
	color: #9AD;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #9AC;
}

a:hover {
	color: #DDF;
	text-decoration: underline;
}

a:active {
	color: #FF80FF;
	text-decoration: underline;
}



/* ------------------------------ MINOR TEXT VARIATIONS ------------------------------ */
.text-center {
	text-align: center;
}

.footnote {
	font-size: 77%;
}


/* ------------------------------ SIDEABARS, WARNINGS, ETC ------------------------------ */

.warning {
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 93%;
	line-height: 125%;
	
	padding: 6px;
	margin-left: 1.5385em;
	margin-right: 1.5385em;
	margin-top: 8px;
	margin-bottom: 8px;
	
	background-color: #602020;
	border: 2px solid #444;
	
}

.warning:hover {
	background-color: #801010;
}

.sidebar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9231em;
	line-height: 140%;
	
	padding: 6px;
	
	background-color: #225;
	border: 2px solid #808080;
	margin-left: 1.5385em;
	margin-right: 1.5385em;
	margin-bottom: 0.6154em;
}

.sidebar:hover {
	background-color: #004;
}

.cmdline-test-results {
	font-family: "Courier", "Courier New", monospace;
	font-size: 0.9231em;
	line-height: 0.9231em;
	padding-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	background-color: #446;
	border: 1px solid #808080;
}

.quote-box {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 125%;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	background-color: #333;
	border: 1px solid #808080;
	margin-top: 4px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 4px;
}

.quote {
	font-style: italic;
}


/* ------------------------------ NAVIGATION ------------------------------ */

.navigate {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-stretch: condensed;
	color: #888;
}

.navigate-header {
	font-size: 138.5%;
	text-align: left;
}

.navigate-footer {
	font-size: 100%;
	padding-bottom: 6px;
	margin-bottom: 14px;
}

.navigate-review {
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 108%;
	text-align: center;
}

.permalink {
	font: 40% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


/*
  ------------------------------ IMAGES ------------------------------
 */

img {
	border: 2px solid #444;
}

.img-no-border {
	border: 0px solid #FFF;
}


.img-div {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #AAA;
	border: 1px solid gray;
}

.large-image-display {
	background-color: #000000;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	line-height: 140%;
	color: #888;
	margin-bottom: 32px;
}

.single-image-with-label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 0.9231em;
	line-height: 140%;
	color: #AAA;
	margin-bottom: 8px;
}

/* the label underneath an image, used in a span tag */
.image-technical {
	font-size: 9px;
}




/* ------------------------------ ARTICLE SIDEBAR LINKS ------------------------------ */

/*
	A div group of reviews (images to click on)
 */
.review-group {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 12px;
	font-variant: small-caps;
}

.review-title {
	font-size: 200%;
	text-align: center;
	margin-bottom: .3em;
	color: #080;
}

.review-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	margin-bottom: .615em;
	color: #999;
}
.review-link img {
	margin-bottom: 2px;
}
.review-link:hover {
	font-size: 108%;
	color: #AAf;
	outline-color: #FFF;
}


/* ------------------------------ Ads ------------------------------ */

.ad-group {
}

/* get-one is to be put on 'a' tags as a class */
.get-one {
	font-family: "Comic Sans MS", cursive;
	color: #DED;
}

a.get-one:link {
	color: #4B4;
}
a.get-one:visited {
	color: #4C4;
}

a.get-one:hover {
	color: #4E4;
	text-decoration: underline;
}

a.get-one:active {
	color: #4F4;
	text-decoration: underline;
}




