/*
	Theme Name: iGreat Blue
	Theme URL: http://newwpthemes.com/wordpress-theme/igreat-black/
	Description: iGreat Blue is elegant and clean design free WordPress theme suitable for any niche. Theme Options at admin panel.
	Author: NewWpThemes.com
	Author URI: http://newwpthemes.com/
	Version: 2.0 
	Tags: Tech, Technology, Ads Ready, Two Columns, Right Sidebar, Fixed Width, Blogging, Theme Options
*/
 
/* LAYOUT */

body {
	background: url(images/background.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #bfcce1;
	}

#wrapper {
	padding:0;
	}

#container {
	}

#contentwrap {
	background: #fff;
	}

a {
	color: #ea5106;
	}

a:hover {
	color: #ff2a00;
	}
/* HEADER */

#header {
        background-color:#0c2a42;
	height: 87px;
	padding-top:20px;
	}

#header h1 {
	margin-bottom: 4px !important;
	padding: 0px;
	font-weight: normal;
	font-family: Verdana, Arial;
	font-size: 36px;
    font-weight: bold;
	}

#header h1 a, #header h1 a:visited {
	color: #fff;
	text-decoration: none;
	}


#header h2 {
	color: #b4b9c2;
	font-size: 12px;
	line-height: 14px; 
	font-family: Arial;
    font-style: italic;
	}
    
.logoimg {
    margin: 0 0 3px 0;
    }
/* NAVIGATION MENUS */

#subscriptioncontainer {
	height: 24px;
	float: right;
	}
	
#subscription {
	height: 22px;
	float: right;
	}

#subscription, #subscription ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#subscription {
	margin-bottom: 1px;
	}
	
#subscription ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#subscription li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#subscription ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#subscription li a, #subscription li a:link {
	color: #566989;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 4px 0 0px 10px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#subscription li a:hover, #subscription li a:active, .current_page_item {
	display: block;
	text-decoration: none;
	color: #566989;
	}
	
#subscription  li.current_page_item a {
	color: #566989;
	}

#subscription li:hover, #subscription li.sfhover { 
	position: static;
	}
    
#pagemenucontainer {
	height: 50px;
    margin-top: 2px;
	}
	
#pagemenu {
	height: 52px;
	}

#pagemenu, #pagemenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#pagemenu {
	margin-bottom: 1px;
	}
	
#pagemenu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#pagemenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
    
	}
	
#pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
    
	}
	
#pagemenu li a, #pagemenu li a:link {
	color: #c2d4f2;
    background: url(images/menusep.png) center right no-repeat;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 18px 15px 20px 10px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, Verdana;
    text-shadow: 0 1px 0 #000;
	}
	
#pagemenu li a:hover, #pagemenu li a:active, .current_page_item {
	
	color: #fff;
	display: block;
	text-decoration: none;
	}
	
#pagemenu  li.current_page_item a {
	color:#fff;
	}

#pagemenu li:hover, #pagemenu li.sfhover { 
	position: static;
	}
	


.navcontainer {
	height: 42px;
	margin-top: 6px;
    border-bottom: 4px solid #ea4d00;
	}
	
#nav {
	height: 42px;
	background: url(images/nav-backgr.png);
	background-repeat: repeat-x;
	}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#nav {
	margin-bottom: 1px;
	padding-left: 10px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link {
	color: #fff;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 15px 12px 15px 12px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
    font-family: Arial, Verdana;
    text-shadow: 0 1px 0 #373434;
	}
	
#nav li a:hover, #nav li a:active, .current-cat {
	background: url(images/nav-backgr-hover.png);
	background-repeat: repeat-x;
	color: #fff;
	display: block;
	text-decoration: none;
	}
	
#nav  li.current-cat a {
	color:#fff;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
/* CONTENT */

#content {
	background-color: #fff;
	padding: 15px 5px 15px 15px;
	}
#content h1 {
font-size:12px;
font-weight:bold;
}

#content h2 {
font-size:12px;
font-weight:bold;
}

#content .title h2{
font-size:20px;
}

#content h3 {
font-size:12px;
font-weight:bold;
}


pre { overflow: auto; 
	width: 470px; 
	}

.post {
	padding-bottom: 30px;
	}

.post h3{
font-weight:bold;
font-size:14px;
}

.post p {
	margin-bottom: 10px;
	}

.title {
	margin: 0 0 8px 0;
	padding: 0px;
	line-height: 22px;
	font-family: Arial, Verdana;
	color: #111;
	}

	
.title a {
	text-decoration: none;
	color: #111;
	}

.title a:hover {
	text-decoration: none;
	color: #ea5106;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Verdana;
	text-decoration: underline;
}

.postdate {
	font-size: 12px;
	padding: 1px 4px;
	font-family: Arial, Verdana;
	}

.postdate span {
    background: #5f7290;
    padding: 3px 6px;
    }
.postdate span a {
    color: #fff;
    text-decoration: none;
    font-style: italic;
    }  
.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Arial, Verdana;
	font-size: 14px;
	}
.entry link{
align:bottom;
}

.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}
	
/* SIDEBAR(S) */

.sidebar {
	margin: 0 10px 10px 0;
	}
	
.sidebar a {
	text-decoration: none;
	color: #373434;
	}

.sidebar a:hover {
	text-decoration: underline;
	color:#ff5400;
	}
	
.sidebaradbox {
	text-align:center;
    margin-top: 5px;
	}
    
.ad125 {
	margin: 10px;
	}

	
#search input, #searchform input{
	border: 1px solid #bfcce1;
	}

#s {
	width: 220px;
	padding: 4px;
	}
	
#topsearch {
	padding:12px 0 0 0;
	text-align: right;
	}
	
#topsearch input {
	border: 2px solid #bfcce1;
	}
	
#topsearch label {
	display: none;
	}
	
#topsearch #s {
	width: 200px;
	padding: 4px;
	}


.sidebar h2 {
	margin: 0 0 0 0;
	padding: 6px 10px;
	background-position: top;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #4f658a;
    text-shadow: 0 1px 0 #333;
	}

.sidebar ul {
	list-style-type: none;
	margin: 15px 0px 0 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 6px;
	background-color: #dee8f9;
	border: 2px solid #6e88a9;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li li {
	padding: 3px 0px 3px 20px;
	margin: 0px;
	background: url(images/bullet.gif) no-repeat top left;
	border: 0;
	}
	
.sidebar ul li ul li {
	background: url(images/bullet.gif) no-repeat top left;
	padding: 2px 0px 2px 20px;
	margin: 2px 0;
	border: 0;
	}




#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #555;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background: #eee;
	}

#wp-calendar td {
	color: #999;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #555;
	}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/* FOOTER */

#footer {
	background: url(images/footer-backgr.png);
	background-repeat: repeat-x;
	padding: 22px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	}

#footer a {
	color: #fff;
	} 

#footer a:hover {
	text-decoration: none;
	} 
	
#footer2 {
	color: #476b94;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	}	
#footer2 a {
	color: #476b94;
    text-decoration: none;
	} 
	
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post_thumbnail {
    margin: 0 10px 10px 0;
}

.gamecopy
{
width:325px;
}

.gamecopy h2
{
color:blue;
}
.gamecopy h3
{
font-weight:bold;
}
.gamecopy ul
{
font-weight:bold;
}


.sidebarad ul
{
margin-left:15px;
}
.sidebarad ul li
{
        list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 1px;
	background-color: #ffffff;
	border:0;
}

.mainbox
{
	width:300px;
padding-top:10px;
text-align:center;
}

.award
{
	text-align:center;
	padding:10px;
}

.computer-report {

	width:310px;

	margin:0 0 17px;

}

.computer-report:after {

	content:".";

	display:block;

	height:0;

	font:0/0 serif;

	clear:both;

	visibility:hidden;

}

.computer-report h3 {

	width:310px;

	margin:0 -3px 0 -1px;

	position:relative;

	font:1.65em/1.44 tahoma,arial;

	color:#00274d;

	text-align:center;

	background:url(images/side-top-head.jpg) no-repeat;

}

.computer-report .inner {

	height:1%;

	border:1px solid #d3e4f3;

	border:none;

	padding:0 0 5px;

	background:#fff;

}

.computer-report h4 {

	font:700 italic 1.29em/1.5 tahoma,arial;

	color:#0f558e;

	text-align:center;

	margin:0 0 .25em;

}

.computer-report h4 span {

	color:#000;

}

.computer-report .brief {

	margin:0 12px 10px 0;

	padding:5px 5px 0 21px;

	height:1%;

	overflow:hidden;

}

.computer-report .brief .cover {

	text-decoration:none;
	text-align:center;
	padding-left:25px;

}

.computer-report .brief ul {

	font-style:italic;

	font-size:.70em;

	line-height:1.25;

}

.computer-report .brief ul li {

	margin:0 0 1em;

	padding:0 0 0 0px;

	background:url(images/side-top-bullet.jpg) no-repeat 0 3px;

	font-weight: bold;

}

.computer-report .brief ul li a:hover,

.computer-report .brief ul li a:focus {

	color:#3088ed;

	text-decoration:none;

}

.computer-report .report {

	padding:0 12px 0 8px;

}

.computer-report .report .form-input {

	width:180px;

	w\idth:158px;

	height:24px;

	he\ight:18px;

	padding:4px 5px 0;

	margin:0 0 4px;

	float:left;

	border:1px solid #ecf1f4;

	background:url(http://computerfreezes.net/images/report-input.jpg) no-repeat;

	text-align:left;

	font:1em arial,sans-serif;

	color:#676464;

}

.computer-report .report .form-submit {

	width:80px;

	height:85px;

	background:url(http://computerfreezes.net/images/button.jpg) no-repeat;

	float:right;

	border:none;

	cursor:pointer;

	font:italic 1em/1 georgia,serif;

	color:#fff;

	text-transform:uppercase;

	margin:-55px 0 0;

}


/*Thank You Page*/

.style1 {font-size: 20px}
.style2 {
	font-size: 24px
}
.style3 {font-family: Arial, Helvetica, sans-serif}

/*Aweber Form 1*/
#af-form-77998356 .af-body .af-textWrap{width:98%;display:block;float:none;}
#af-form-77998356 .af-body .privacyPolicy{color:inherit;font-size:11px;font-family:Verdana, sans-serif;}
#af-form-77998356 .af-body a{color:#094C80;text-decoration:underline;font-style:normal;font-weight:normal;}
#af-form-77998356 .af-body input.text, #af-form-77998356 .af-body textarea{background-color:#FFFFFF;border-color:#919191;border-width:1px;border-style:solid;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:12px;font-family:Verdana, sans-serif;}
#af-form-77998356 .af-body input.text:focus, #af-form-77998356 .af-body textarea:focus{background-color:#FFFAD6;border-color:#030303;border-width:1px;border-style:solid;}
#af-form-77998356 .af-body label.previewLabel{display:block;float:none;text-align:left;width:auto;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:11px;font-family:Verdana, sans-serif;}
#af-form-77998356 .af-body{padding-bottom:5px;padding-top:15px;background-repeat:repeat-x;background-position:inherit;background-image:url("http://forms.aweber.com/images/forms/download/royal/body.png");color:inherit;font-size:11px;font-family:Verdana, sans-serif;}
#af-form-77998356 .af-footer{padding-bottom:2px;padding-top:2px;padding-right:10px;padding-left:10px;background-color:#FFFFFF;background-repeat:no-repeat;background-position:top left;background-image:none;border-width:1px;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;color:#000000;font-size:11px;font-family:Verdana, sans-serif;}
#af-form-77998356 .af-header{padding-bottom:9px;padding-top:32px;padding-right:10px;padding-left:99px;background-color:transparent;background-repeat:no-repeat;background-position:inherit;background-image:url("http://forms.aweber.com/images/forms/download/royal/header.png");border-width:1px;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;color:inherit;font-size:16px;font-family:Verdana, sans-serif;}
#af-form-77998356 .af-quirksMode .bodyText{padding-top:2px;padding-bottom:2px;}
#af-form-77998356 .af-quirksMode{padding-right:10px;padding-left:10px;}
#af-form-77998356 .af-standards .af-element{padding-right:10px;padding-left:10px;}
#af-form-77998356 .bodyText p{margin:1em 0;}
#af-form-77998356 .buttonContainer input.submit{background-image:url("http://forms.aweber.com/images/auto/gradient/button/07c.png");background-position:top left;background-repeat:repeat-x;background-color:#0057ac;border:1px solid #0057ac;color:#FFFFFF;text-decoration:none;font-style:normal;font-weight:normal;font-size:14px;font-family:Verdana, sans-serif;}
#af-form-77998356 .buttonContainer input.submit{width:auto;}
#af-form-77998356 .buttonContainer{text-align:left;}
#af-form-77998356 body,#af-form-77998356 dl,#af-form-77998356 dt,#af-form-77998356 dd,#af-form-77998356 h1,#af-form-77998356 h2,#af-form-77998356 h3,#af-form-77998356 h4,#af-form-77998356 h5,#af-form-77998356 h6,#af-form-77998356 pre,#af-form-77998356 code,#af-form-77998356 fieldset,#af-form-77998356 legend,#af-form-77998356 blockquote,#af-form-77998356 th,#af-form-77998356 td{float:none;color:inherit;position:static;margin:0;padding:0;}
#af-form-77998356 button,#af-form-77998356 input,#af-form-77998356 submit,#af-form-77998356 textarea,#af-form-77998356 select,#af-form-77998356 label,#af-form-77998356 optgroup,#af-form-77998356 option{float:none;position:static;margin:0;}
#af-form-77998356 div{margin:0;}
#af-form-77998356 fieldset{border:0;}
#af-form-77998356 form,#af-form-77998356 textarea,.af-form-wrapper,.af-form-close-button,#af-form-77998356 img{float:none;color:inherit;position:static;background-color:none;border:none;margin:0;padding:0;}
#af-form-77998356 input,#af-form-77998356 button,#af-form-77998356 textarea,#af-form-77998356 select{font-size:100%;}
#af-form-77998356 p{color:inherit;}
#af-form-77998356 select,#af-form-77998356 label,#af-form-77998356 optgroup,#af-form-77998356 option{padding:0;}
#af-form-77998356 table{border-collapse:collapse;border-spacing:0;}
#af-form-77998356 ul,#af-form-77998356 ol{list-style-image:none;list-style-position:outside;list-style-type:disc;padding-left:40px;}
#af-form-77998356,#af-form-77998356 .quirksMode{width:290px;}
#af-form-77998356.af-quirksMode{overflow-x:hidden;}
#af-form-77998356{background-color:transparent;border-color:transparent;border-width:1px;border-style:solid;}
#af-form-77998356{overflow:hidden;}
.af-body .af-textWrap{text-align:left;}
.af-body input.image{border:none!important;}
.af-body input.submit,.af-body input.image,.af-form .af-element input.button{float:none!important;}
.af-body input.text{width:100%;float:none;padding:2px!important;}
.af-body.af-standards input.submit{padding:4px 12px;}
.af-clear{clear:both;}
.af-body h4{font:700 italic 1.29em/1.5 tahoma,arial; color:#0f558e;	text-align:center; margin:0 0 .25em;}
.af-body h4 span{color:#000;}
.af-ebook{text-align:center;}
.af-element label{text-align:left;display:block;float:left;}
.af-element{padding:5px 0;}
.af-form-wrapper{text-indent:0;}
.af-form{text-align:left;margin:auto;}
.af-header,.af-footer{margin-bottom:0;margin-top:0;padding:10px;}
.af-quirksMode .af-element{padding-left:0!important;padding-right:0!important;}
.lbl-right .af-element label{text-align:right;}