/*
Theme Name: ScreenRest
Theme URI: http://www.screenrest.com/
Version: 1.0
Description: Site specific.
Author: Derek Pollard
Author URI: http://www.kimotaprime.com/
*/

/* --------------------------------------------------------------- */
/* Standard elements */
/* --------------------------------------------------------------- */

html
{
	min-height			: 100%;
}

body
{
	color				: #000;
	background-color	: #CCC;
	background			: #4091DC url(img/website_gradient.gif) repeat-x;
	font-size			: 0.63em;
	line-height			: 1.5em;
	font-family			: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	margin				: 0;
	padding				: 0;
}

a img
{
	border				: none;
}

h1
{
	font-size			: 160%;
	line-height			: 1.2em;
}

h2
{
	font-size			: 145%;
	line-height			: 1.2em;
}

h3
{
	font-size			: 125%;
	line-height			: 1.2em;
}

h1, h2, h3
{
	font-family			: 'trebuchet ms', verdana, sans-serif;
	color				: #049A04;
	font-weight			: bold;
}

blockquote
{
	display				: block;
	font-weight			: bold;
	font-size			: 0.9em;
	padding-left		: 26px
}

li
{
	margin-top			: 0;
	margin-left			: 0;
	margin-bottom		: 5px;
	padding-left		: 0;
	padding-bottom		: 0;
}

ul
{
	margin-top			: 0;
	margin-bottom		: 0;
	padding-top			: 0;
	padding-bottom		: 0;
}

p, h1, h2, h3
{
	margin				: 0.63em 0 0.4em 0;
	padding				: 0;
}

strong
{
	color				: #111;
}

/* --------------------------------------------------------------- */
/* Misc */
/* --------------------------------------------------------------- */

.clearer
{
	clear				: both;
	margin				: 0;
	padding				: 0;
}
.left
{
	float				: left;
}
.right
{
	float				: right;
}

.center
{
	margin				: 0px auto -1px auto;
}

.centered
{
	text-align			: center;
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left
}


/* --------------------------------------------------------------- */
/* Structure */
/* --------------------------------------------------------------- */

.container
{
	background			: #FFF;
	font-size			: 1.2em;
	margin				: 0 auto;
	padding				: 0 10px 10px;
	width				: 780px;
	border-left			: 1px solid #4091DC;
	border-right		: 1px solid #4091DC;
}

/* --------------------------------------------------------------- */
/* Header */
/* --------------------------------------------------------------- */

.header
{
	background			: #FFF;
	height				: 84px;
	margin				: 0 auto;
	padding				: 5px 10px 10px 10px;
	width				: 780px;
	border-left			: 1px solid #4091DC;
	border-right		: 1px solid #4091DC;
}

/* --------------------------------------------------------------- */
/* Navigation */
/* --------------------------------------------------------------- */

.navigation
{
	border				: 1px solid #CCC;
	background-color	: #FFF;
	height				: 22px;
}

.navigation ul
{
	padding				: 0;
	margin				: 0;
}

.navigation li
{
	margin-bottom		: 0;
	display				: block;
	float				: left;
}

.navigation a
{
	display				: block;
	float				: left;
	text-decoration		: none;
	font-weight			: bold;
	font-size			: 1em;
	line-height			: 22px;
	padding-left		: 15px;
	padding-right		: 15px;
	border-right		: 1px solid #CCC;
	color				: #888;
	background-color	: #E9E9FF;
}

.navigation .current_page_item a,
.navigation .current_page_parent a
{
	background			: #FFF;
	color				: #555;
}

.navigation a:visited
{
	color				: #888;
}

.navigation a:hover
{
	color				: #666;
	background-color	: #BFDEFB;
	text-decoration		: none;
}

.subnavigation
{
	border-top			: 0px;
	background-color	: #FFF;
}

.subnavigation a
{
	background-color	: #FFF;
}

/* --------------------------------------------------------------- */
/* Main */
/* --------------------------------------------------------------- */

.main
{
	margin-top			: 5px;
}

/* --------------------------------------------------------------- */
/* Content */
/* --------------------------------------------------------------- */

.contentholder
{
	float				: left;
	width				: 610px;
}

.contentholder-wide
{
	width				: 780px;
}

.contentheader
{
	width				: 100%;
	color				: #FFF;
	background-color	: #9AC3EA;
}

.contentheader h1
{
	font-weight			: bold;
	text-align			: left;
	padding				: 4px 0 4px 10px;
	margin				: 0;
}

.content
{
	padding				: 1px;
	margin-right		: 5px;
	padding-right		: 5px;
}

.content-wide
{
	padding				: 1px;
	width				: 70%;
	margin				: 0px auto -1px auto;
}

.content .descr
{
	color				: #664;
	font-size			: 0.9em;
	margin-bottom		: 6px;
}

.content img
{
	margin				: 5px;
}

/* --------------------------------------------------------------- */
/* Side bar */
/* --------------------------------------------------------------- */

.sidebar
{
	float				: right;
	width				: 170px;
}

.sidebox
{
	margin-bottom		: 5px;
	border-top			: 1px solid #CCC;
}

.boxout
{
	background-color	: #E9E9FF;
	margin-bottom		: 5px;
	padding				: 5px;
}

.sidebox h3
{
	font-weight			: bold;
	text-align			: left;
	padding				: 4px 0 4px 10px;
	margin				: 0;
}

.productnav
{
	margin-bottom		: 15px;
	border-left			: 1px solid #CCC;
	border-right		: 1px solid #CCC;
	border-bottom		: 1px solid #CCC;
}

.productnav ul
{
	padding				: 0;
	margin				: 0;
}

.productnav li
{
	margin-bottom		: 0;
	display				: block;
}

.productnav a
{
	width				: 143px;
	display				: block;
	text-decoration		: none;
	font-weight			: bold;
	font-size			: 1em;
	line-height			: 24px;
	padding				: 0 15px 0 10px;
	color				: #888;
}

.productnav a:hover
{
	color				: #666;
	background-color	: #BFDEFB;
	text-decoration		: none;
}

.iconbox
{
	width				: 120px;
	margin				: 0px auto -1px auto;
	padding				: 6px;
	text-align			: left;
}

.iconbox2
{
	margin-left			: 15px;
	margin-bottom		: 10px;
	padding				: 6px;
}


.iconentry span
{
	color				: #000;
}

.iconentry img
{
	margin				: 1px;
}

#tag_cloud a
{
	text-align			: center;
	display				: inline;
	text-transform		: capitalize;
	line-height			: 1.5em;
	font-weight			: normal;
	padding				: 2px; 
}

#tag_cloud
{
	text-align			: center;
}


/* --------------------------------------------------------------- */
/* Side navigation */
/* --------------------------------------------------------------- */

#searchform
{
	margin				: 0;
	padding				: 10px;
}

/* --------------------------------------------------------------- */
/* Footer */
/* --------------------------------------------------------------- */

.footer
{
	font-size			: 1em;
	padding-top			: 10px;
	text-align			: center;
}

.footer .copyright
{
	font-size			: 0.8em;
}

/* --------------------------------------------------------------- */
/* Home */
/* --------------------------------------------------------------- */

.headline
{
	margin-bottom		: 5px;
	border				: 1px solid #049A04;
}

.homepage .headline
{
	height				: 260px;
}

.headline .copytext
{
	margin-top			: 5px;
	margin-left			: 20px;
	width				: 430px;
	float				: left;
	display				: inline;
}

.headline p
{
	font-size			: 110%;
	margin-bottom		: 15px;
}

.headline a:link, .headline a:visited
{
	font-weight			: bold;
}

.headline a:hover
{
	text-decoration		: underline;
	font-weight			: bold;
}

.headline .buynow
{
	margin-left			: 60px;
	display				: block;
	float				: left;
	display				: inline;
}

.headline .downloadnow
{
	margin-left			: 40px;
	display				: block;
	float				: left;
	display				: inline;
}

.headline ul
{
	margin-left			: 0px;
	padding-left		: 15px;
	border-left			: 0px;
}

.headline .shinyimage
{
	height				: 186px;
	width				: 270px;
	margin-top			: 30px;
	margin-right		: 0px;
	border				: 0px;
	padding				: 0px;
	padding-right		: 30px;
	float				: right;
    text-decoration		: none;
	background			: #FFF url(/images/double_perspective.png) no-repeat top;
}

.homepage .headline .shinyimage
{
	margin-top			: 30px;
}


/* Niches */

.homepage .nicheitem
{
	border				: 1px solid #049A04;
	padding				: 0px 10px 10px 10px;
	display				: block;
	float				: left;
    text-decoration		: none;
	width				: 168px;
	margin-right		: 6px;
}

.homepage .nicheitem h2
{
	color				: #049A04;
	text-align			: center;
	height				: 45px;
	margin				: 5px 0 5px 0;
}

.homepage .nicheitem h2 a
{
	color				: #049A04;
}

.homepage .nicheitem h2 a:visited
{
	color				: #049A04;
}

.homepage .nicheitem h2 a:hover
{
	color				: #046A04;
}

.homepage .nicheitem img
{
	margin-left			: -2px;
	padding				: 0;
	border				: 2px solid #E9E9FF;
}

.homepage .nicheitem a:hover img
{
	border				: 2px solid #CCC;
}

.homepage .nicheitem p
{
	width				: 150px;
	color				: #000;
}

.homepage .nicheitem ul
{
	margin-left			: 0px;
	padding-left		: 15px;
	border-left			: 0px;
	color				: #000;
}


.homepage .nichebutton
{
	padding-top			: 10px;
	display				: block;
}

.homepage .nicheitem a
{
    text-decoration		: none;
}

.homepage .nicheitem a:hover
{
	color				: #333;
    text-decoration		: none;
}

.homepage .lastitem
{
	margin-left			: 2px;
	margin-right		: 0px;
}

.homepage .homesidebar
{
	float				: right;
	width				: 160px;
	margin-right		: 15px;
	display				: inline;
}


/* --------------------------------------------------------------- */
/* Niche pages */
/* --------------------------------------------------------------- */

.niche-content
{
	line-height			: 20px;
}

.niche-page .headline
{
	height				: 240px;
}

.niche-page .niche-text
{
	width				: 550px;
}

.niche-page .niche-sidebar
{
	float				: right;
	width				: 217px;
}

.niche-page .niche-sideimage img
{
	padding-left		: 20px;
}

.niche-page .niche-sidebox
{
	padding				: 10px;
	border				: 1px solid #CCC;
}

.niche-page .niche-sidebox h3
{
	margin-top			: 0px;
}

.niche-page .niche-sidebox p
{
	margin-bottom		: 0px;
}

.niche-page-eye-strain .niche-sidebox, .niche-page-eye-strain .niche-sideimage img
{
	margin-bottom		: 140px;
}

.niche-page-rsi .niche-sidebox, .niche-page-rsi .niche-sideimage img
{
	margin-bottom		: 230px;
}

.valuebar
{
}

.valuebar .valuesection
{
	height				: 200px;
	padding				: 0 20px 10px 20px;
	width				: 342px;
	float				: left;
	display				: inline;
	margin				: 10px 0 5px 0;
	border				: 1px solid #049A04;
}

.valuebar p
{
	font-size			: 110%;
	margin-bottom		: 15px;
}

.valuebar .button
{
	margin-left			: 90px;
	display				: block;
	float				: left;
	display				: inline;
}

.valuebar ul
{
	margin-left			: 0px;
	padding-left		: 15px;
	border-left			: 0px;
}


/* --------------------------------------------------------------- */
/* Landing headline style */
/* --------------------------------------------------------------- */

.landing-headline-page .headline
{
	padding-bottom		: 30px;
}

.landing-headline-page h1
{
	text-align			: center;
}

.landing-headline-page .button
{
	margin-left			: 150px;
	display				: block;
	float				: left;
	display				: inline;
}

.landing-headline-page ul
{
	margin-left			: 0px;
	padding-left		: 35px;
	border-left			: 0px;
}


/* --------------------------------------------------------------- */
/* Single column */
/* --------------------------------------------------------------- */

.singlecolumn
{
	margin-left			: 150px;
	width				: 480px;
}

/* --------------------------------------------------------------- */
/* Buttons */
/* --------------------------------------------------------------- */

span.button a
{ 
    text-decoration		: none;
    float				: left;
    display				: block;
    overflow			: hidden;
    padding				: 0;
}

span.button a span {
	display				: block;
    white-space			: nowrap;
    padding				: 5px 12px 5px 0;
    cursor				: pointer;
    color				: #FFF;
}

span.button24 a
{ 
    height				: 24px;
    font				: bold 130% Helvetica, Arial, sans-serif;
}

span.button24 a span {
    padding				: 4px 12px 4px 0;
    line-height			: 17px;
}

span.button32 a
{ 
    height				: 32px;
    font				: bold 18px/32px Helvetica, Arial, sans-serif;
}

span.button32 a span {
    padding				: 5px 12px 5px 0;
    line-height			: 23px;
}

span.button a
{
	padding				: 0 0 0 12px;
}

span.button a:hover
{
	padding				: 0 0 0 12px;
	text-decoration		: none;
}


/* Orange */

span.button24 a.orange
{
	color				: #FFFFFF;
	background			: #FFB55D url(/images/buttons/orange_button_left24.png) left top no-repeat;
}

span.button24 a.orange:hover
{
	background			: #FF9E2B url(/images/buttons/orange_button_left24.png) 0 -24px no-repeat;
}

span.button24 a.orange span
{
	background			: #FFB55D url(/images/buttons/orange_button_right24.png) right top no-repeat;
}

span.button24 a.orange:hover span
{
	background			: #FF9E2B url(/images/buttons/orange_button_right24.png) right -24px no-repeat;
}


/* Blue */

span.button24 a.blue
{
	color				: #FFFFFF;
	background			: #55C4F5 url(/images/buttons/blue_button_left24.png) left top no-repeat;
}

span.button24 a.blue:hover
{
	background			: #37ADEF url(/images/buttons/blue_button_left24.png) 0 -24px no-repeat;
}

span.button24 a.blue span
{
	background			: #55C4F5 url(/images/buttons/blue_button_right24.png) right top no-repeat;
}

span.button24 a.blue:hover span
{
	background			: #37ADEF url(/images/buttons/blue_button_right24.png) right -24px no-repeat;
}


span.button32 a.blue
{
	color				: #FFFFFF;
	background			: #55C4F5 url(/images/buttons/blue_button_left32.png) left top no-repeat;
}

span.button32 a.blue:hover
{
	background			: #37ADEF url(/images/buttons/blue_button_left32.png) 0 -32px no-repeat;
}

span.button32 a.blue span
{
	background			: #55C4F5 url(/images/buttons/blue_button_right32.png) right top no-repeat;
}

span.button32 a.blue:hover span
{
	background			: #37ADEF url(/images/buttons/blue_button_right32.png) right -32px no-repeat;
}


/* --------------------------------------------------------------- */
/* Posts */
/* --------------------------------------------------------------- */

.posts
{
}

.post
{
	margin-bottom		: 6px;
	margin-right		: 6px;
	line-height			: 20px;
}
.post .info
{
	padding				: 5px 10px;
	border				: 1px solid #E3E4E4;
	background			: #F5F5F5;
	color				: #555;
	margin				: 2px 0 4px;
}

.post h1 a, .post h1 a:hover, .post h1 a:visited, .post h2 a, .post h2 a:hover, .post h2 a:visited
{
	color				: #049A04;
}

.post h1 a:hover, .post h2 a:hover
{
	color				: #047A04;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption-text
{
	font-family: "Courier New", courier, sans-serif;
}

.social-bookmarks {
	float: left;
	color: #7ba072;
	margin: 0;
	padding: 0;
	list-style: none outside;
}
ul.social-bookmarks  {
	padding: 0;
	margin: 0;
}
.social-bookmarks a {
	color: #7ba072;
	text-decoration: none;
}
.social-bookmarks  li {
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}
.social-bookmarks li img {
	border: 0; 
	vertical-align: middle;
}


/* --------------------------------------------------------------- */
/* FAQs */
/* --------------------------------------------------------------- */

.faqcontent li
{
	margin-bottom		: 5px;
}

/* --------------------------------------------------------------- */
/* Status section */
/* --------------------------------------------------------------- */

.status
{
	text-align			: center;
}

/* --------------------------------------------------------------- */
/* Content specific */
/* --------------------------------------------------------------- */

.boxsection
{
	background-color	: #FFF;
	border				: 4px solid #CCC;
	padding				: 5px;
}

.boxsection p
{
	margin-bottom		: 0.5em;
}

.regkey
{
	border				: 5px solid #E5E5E5;
	background-color	: #E5E5E5;
	color				: #000;
}

.questionsection
{
	padding				: 10px 10px 15px 10px;
	width				: 144px;
}

/* --------------------------------------------------------------- */
/* Features */
/* --------------------------------------------------------------- */

.feature
{
	margin-bottom		: 2em;
}

.feature h2
{
	margin-top			: 0.5em;
	margin-bottom		: 0.5em;
}

.feature img
{
	float				: left;
}

.featuretext
{
	margin-left			: 48px;
}

.featuretext p
{
	margin-left			: 25px;
}

/* --------------------------------------------------------------- */
/* Feedback */
/* --------------------------------------------------------------- */

.shortfeedback
{
	text-align			: center;
}

.shortfeedback .feedback a
{
	text-decoration		: none;
}

.shortfeedback .feedbacktext, .shortfeedback .feedbackname
{
	color				: #4A4AFF;
}

.shortfeedback .feedbacktext, .longfeedback .feedbackname 
{
	font-weight			: bold;
}

.longfeedback .feedback
{
	line-height			: 1.4em;
	padding-bottom		: 20px;
}

.halfcolumn
{
	width				: 260px;
	padding-right		: 30px;
}

.feedbackentry
{
	padding				: 10px;
	width				: 200px;
}

/* --------------------------------------------------------------- */
/* Screenshots */
/* --------------------------------------------------------------- */

.screenshot
{
	margin				: 0px auto 10px auto;
	text-align			: center;
	padding-bottom		: 10px;
}

.screenshot h2
{
	margin-bottom		: 0px;
}

.screenshot img
{
	margin				: 10px;
}

.screenshot p
{
	margin-top			: 0px;
}

/* --------------------------------------------------------------- */
/* Tablular data */
/* --------------------------------------------------------------- */

.tabular, .tabular th, .tabular td
{
	border-collapse		: collapse;
}

.tabular td, .tabular th
{
	padding				: 5px;
	border				: 1px solid #CCC;
}

.tabular th
{
	background-color	: #EDEDED;
}

.tabular td
{
	background-color	: #FDFDFD;
}

.tabular .basic
{
	padding				: 0px;
/*	border				: 0px;
	background-color	: #F2F1E6;*/
}

/* --------------------------------------------------------------- */
/* Lightbox */
/* --------------------------------------------------------------- */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails
{
	font-size			: 1.2em;
	padding				: 1em;
/*	padding-top: 0.4em;*/
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url('/tools/lightbox/overlay.png'); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/tools/lightbox/overlay.png", sizingMethod="scale");
	}

/* --------------------------------------------------------------- */
/* Admin */
/* --------------------------------------------------------------- */

.admin
{
	font-size			: 0.8em;
}

.admin table, .admin td, .admin th
{
	border				: thin solid #888;
	border-collapse		: collapse;
}

.admin td, .admin th
{
	padding				: 5px;
}

.admin th
{
	background-color	: #CCC;
}

.adminlinks li
{
	display				: block;
	float				: left;
	padding				: 5px;	
}
