/* @override http://www.mygeeknc.com/wp-content/themes/mygeek/style.css */

/*  
Theme Name: MyGeek
Author URI: http://corymiller.com
Version: 2
Author: Adam Sewell/Cory Miller
Description: Clean Copy 2 Column is a clean blue, grey and white theme designed for blog content and sharp simplicity.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/


body {
	background: #E0E0E0;
	color: #6c6d77;
	font-size: 15px;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}

body * {margin: 0px; padding: 0px;}

a, a:visited { 
	color: #2397E9;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
#container { 
	background: #f7f7f7;
	width: 960px;
	text-align: left; 
	margin: 15px auto 15px auto; 
	overflow: hidden;
	box-shadow: 5px 5px 5px #ccc;
 	-moz-box-shadow: 10px 10px 5px #ccc;
  	-webkit-box-shadow: 10px 10px 5px #ccc;
  	-khtml-box-shadow: 10px 10px 5px #ccc;
  	filter: progid:DXImageTransform.Microsoft.DropShadow(color=#969696, offx=1, offy=1)
    progid:DXImageTransform.Microsoft.DropShadow(color=#C2C2C2, offx=1, offy=1)
    progid:DXImageTransform.Microsoft.DropShadow(color=#EFEFEF, offx=1, offy=1);
  	
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #000;
}
#header {
	background: #f7f7f7 url(images/header.gif) top center no-repeat;
	padding: 25px 35px 75px 35px;
	text-align: left;
	}	
#header h2 {
	color: #ffffff;
	font-size: 30px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	}

#header h2 a {
	color: #ffffff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #006699;
	text-decoration: none;
	}

#header h3 {
	color: #ffffff;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	text-indent: 5px; 
	margin: 0px;
	}

#menu { 
	background: #006699;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	text-align: center;
	border-bottom: 5px solid #888888;
	}
#menu img{
	border: none;
	}
#menu h2 {
	color: #ffffff;
	font-size: 15px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	padding: 8px 10px 8px 10px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	}

#menu ul li a:hover {
	color: #ffffff;
	background: #888;
	padding: 8px 10px 8px 10px;
	text-decoration: underline;
	}

#content { 
	display: inline-block;
	background: #ffffff;
	width: 705px; 
	float: right; 
	position: relative;
	padding: 15px 15px 15px 15px;
	
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 15px;
	border: 3px solid #006699;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #ccc;
 	-moz-box-shadow: 10px 10px 5px #ccc;
  	-webkit-box-shadow: 10px 10px 5px #ccc;
  	-khtml-box-shadow: 10px 10px 5px #ccc;
	}
#content.homepage{
	width: 895px;
}
#content p{
	color: #333333;
	margin: 0px;
	line-height: 20px;
	padding: 0px 0px 10px 0px;
	text-indent: 25px;
	}

#content p.service_descrip {
	padding-top: 5px;
	text-indent: 25px;
	}	
#content p img{
	border: none;
	padding: 0px 10px 10px 0px;
	}
#content h1 {
	color: #333333;
	font-size: 22px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #cccccc;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #2397E9;
	text-decoration: none;
	}

#content h2 {
	color: #333333;
	font-size: 20px;	
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: normal;
    padding-bottom: 5px;
    text-align: center;
	}
#content h2 a  {
	color: #333333;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #2397E9;
	background: none;
	text-decoration: underline;
	}

#content h3 {
	color: #333333;
	font-size: 14px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
    padding-bottom: 10px;
	}
#content h3 a  {
	color: #333333;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #2397E9;
	background: #ffffff;
	text-decoration: underline;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: inside;
	margin: 0px 0px 0px 3.5em;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #666666;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}
	
.widget { 
	background: #fff;
	color: #006699;
	text-align: center;
	border: 3px solid #006699;
	margin-bottom: 15px !important;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #ccc;
 	-moz-box-shadow: 10px 10px 5px #ccc;
  	-webkit-box-shadow: 10px 10px 5px #ccc;
  	-khtml-box-shadow: 10px 10px 5px #ccc;
  	
}
#sidebar{
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	width: 175px;
}

#sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}

#sidebar h2 {
	font-size: 18px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px 0px -10px 0px;
	padding: 0px;
	position:  relative;
	}
	
#sidebar ul li {
	margin: 0px;
	padding: 6px 0px 5px 0px;
	}
#sidebar ul li a {
	color: #2397E9;
	font-weight: bold;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #888;
	text-decoration: underline;
	}
#sidebar ul.side_menu li {
	display: block;
	list-style: none;
	text-align: center;
	}
#sidebar ul.side_menu li a{
	background: #fff;
	padding: 5px;
}
#sidebar ul.side_menu li a:link{
	text-decoration: none;
}
#sidebar ul.side_menu li a:hover{
	color: #ffffff;
	background-color: #2397E9;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#footer { 
	color: #ffffff;
	background-color: #006699;
	font-weight: bold;
	padding: 15px 15px 25px 15px;
	height: 15px;
	text-align: center;
	clear: both;
	border-top: 5px solid #888888;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#welcome_images {
	text-align: center;
}
#services p.price {
	position: relative;
	float: right;
	margin: -25px 0px 0px 0px;
	padding-right: 25px;
	color: #006699;
}
div#mygeek_shopp {
	float: left;
	margin-right: 15px;
	height: 169px;
	width: 250px;
	border: 2px solid #006699;
}
div #mygeek_shopp a, a:link, a:visited{
	outline-style: none;
	text-decoration: none;
}
div#mygeek_hour{
	border: 2px solid #006699 ;
	float: left;
	height: 169px;
	width: 250px;
	
}
p.emp {
	text-align: center;
	color:#2397E9;
	font-size: 25px;
}
table.cert_grid {
	padding-left: 20%;
}

#content table.cert_grid tbody tr td {
	padding: 0 50px 0 0;
}

#content p.ad_center{
	padding-left: 30%;
}
div.socialmedia-buttons {
	text-align: center;	
	padding: 15px;
}

.alignright{
	float: right;
}
.alignleft{
	float: left;
}

#shopp-toolbox{
	background: url('images/toolbox_bg.png');
	min-height: 500px;
}
#shopp-toolbox .features{
	position: relative;
	top: 400px;
	left: 160px;
}
#shopp-toolbox .buynow{
	position: relative;
	top: 355px;
	left: 330px;
}
#shopp-toolbox a img{
	outline: none;
	color: none;
	border: none;
}

