/******************************************************************
Theme Name: MB Geek Out
Theme URI: http://mbgeekout.com/
Description: A Simple Theme For Myrtle Beach Geekout
Version: 1.0
******************************************************************/

/******************************************************************
RESET STYLES
******************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************************************************************
GENERAL STYLES
******************************************************************/

div#home { background-color: #CECECE; }

body {
	background: #000000;
	font-family: Arial, Lucinda;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.button {
	background: #fff url(../images/button.png) repeat-x 0 50%;
	border: 1px solid #8EC1DA;
	color: #010101;
	font-weight: 700;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: .5em;
	padding: .3em .7em;
	font-size: .65em;
	text-shadow: 0 1px 1px #fff;
}

.button:hover {
	background: #b9b9b9 url(../images/button.png) repeat-x 0 50%;
	border: 1px solid #A3A3A3;
	cursor: pointer;
	text-decoration: none;
}

.button:active {
	background: #8EC14C url(../images/button.png) repeat-x 0 50%;
}

#footer a {
	color: #7FDD26;
	text-decoration: none;
}

#footer a:visited {
	color: #7FDD26;
	text-decoration: none;
}

a {
	color: #4B14E3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #c5c5c5;
}

/******************************************************************
NAVIGATION STYLES
******************************************************************/

#nav {
	margin: 1em 1em .5em;
}

#nav li {
	background: #fff url(../images/comment.png) top repeat-x;
	float: left;
	font-size: .98em;
	border: 2px solid #404040;
	margin-right: .25em;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#nav li a {
	display: block;
	padding: .3em .7em;
	text-decoration: none;
	color: #010101;
}

#nav li a:hover {
	background: #efefef url(../images/button.png) repeat-x 0 50%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.nav_rss {
	background: none;
	border: none;
	opacity: .8;
	padding: 0;
	margin: 0;
	float: right;
}

#nav li ul {
    z-index: 9999;
    position: absolute;
    left: -999em;
    width: 180px;
    padding-top: .3em;
}

#nav li:hover ul {
    left: auto;
    }

#nav li ul li {
    margin-top: .3em;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/

h1 {
	font-size: 2.5em;
	line-height: 1.3em;
}

h2 {
	font-size: 1.9em;
	/*line-height: 1.3em;*/
	color: #404040;
}

h3 {
	font-size: 1.4em;
	line-height: 1.3em;
}

h4 {
	font-size: 1.3em;
}

#blog_name {
	margin-top: 1em;
}

#tagline {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #404040;
}

/******************************************************************
HOME PAGE STYLES
******************************************************************/

#main, #home {
	background: #fff;
	border: 2px solid #404040;
	padding: 15px;
	overflow: hidden;
	box-shadow: 2px 2px 4px #a6a6a6;
	-webkit-box-shadow: 2px 2px 4px #a6a6a6;
	-moz-box-shadow: 2px 2px 4px #a6a6a6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#main {
	background: #fff url(../images/bg.gif) repeat-y;
}

#latest-img {
	float: right;
	padding: 4px;
	background: #fff;
	border: 2px solid #8EC1DA;
	margin-left: 20px;
	margin-bottom: 20px;
}

 a#register-w-twitter{
	outline: 0;
	border: 0;
	font-size: 17px;
	padding-left: 47px;
	padding-top: 11px;
	padding-bottom: 14px;
	padding-right: 23px;
	margin-right: 10px;
	margin-top: 20px;
	font-weight: 900;
	float: left;
}

a#register-w-twitter:hover {
	color: #000;
	text-decoration: none; 
}

#recent-registrants, #register {
	background: #fff;
	border-bottom: 2px solid #404040;
	border-left: 2px solid #404040;
	border-right: 2px solid #404040;
	padding: 10px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}

#recent-registrants {
	margin-left: 20px;
	float: left;
	width: 500px;
}

#recent-registrants li {
	list-style-type: none;
	border-bottom: 1px dashed #efefef;
	padding: 7px;
	overflow: hidden;
	font-weight: bold;
	font-size: .9em;
}

#recent-registrants li span {
	font-weight: normal;
}

#recent-registrants li em {
	color: #a6a6a6;
	font-size: .8em;
	font-weight: 100;
}

#recent-registrants li:hover {
	background: #efefef;
}

#recent-registrants img {
	float: left;
	margin: 5px;
	border: 2px solid #a6a6a6;;
}

#recent-registrants .button {
	float: right;
	font-size: .8em;
}

#register {
	float: right;
	width: 300px;
	margin-right: 20px;
}

#register p {
	margin: .5em;
	padding: .9em 1.1em;
	font-size: .85em;
}

#register li {
	line-height: 1.3em;
	font-size: .9em;
}

#register span {
	font-size: .9em;
	font-weight: 900;
}

#register .button {
	font-size: .8em;
	float: right;
}

.login-form {
	padding: 7px;
	margin: 5px;
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #8EC1DA
}

.logged_tweet {
	margin: 5px;
	float: left;
	width: 50px;
}

/******************************************************************
PAGE STYLES
******************************************************************/

#content {
	float: left;
	width: 640px;
}

span.meta {
	font-size: .8em;
	line-height: 1.3em;
	color: #999999;
	margin-left: .2em;
}

.post {
	padding: .5em 0 1em;
}

.post p {
	margin: 1em 0;
	line-height: 1.3em;
}

.post ul {
	margin-left: 3em;
	list-style: square; 
	padding: 1em;
}

.post ol {
	margin-left: 3.5em;
	list-style: decimal;
	padding: 1em;
}

.post ul li {
	line-height: 1.4em;
}

.post embed {
	max-width: 600px;
}

.post blockquote {
	margin-left: 2em;
	border-left: 3px solid #efefef;
	padding: .2em 1em; 
}

#tweetup_maps {
	width: 630px;
	background: #efefef;
	padding: 5px;
	margin: 1em 0;
}

#actual_map {
	width: 630px;
	height: 350px;
}

.test_img {
	max-width: 630px;
	margin: 0 auto;
}

/******************************************************************
SIDEBAR STYLES
******************************************************************/

#sidebar {
	float: right;
	width: 250px;
	padding: .7em;
	margin-left: 15px;
	font-size: .9em;
}

#sidebar h4 {
	font-size: 1.3em;
}

#sidebar .button {
	font-size: 1em;
}

#sidebar-registrants {
	margin: .4em auto;
}

#sidebar-registrants li {
	list-style-type: none;
	float: left;
	margin: .2em;
}

#sidebar-registrants li img {
	opacity: .8;
	border: 2px solid #a6a6a6;
}

#sidebar-registrants li img:hover {
	background: #efefef;
	opacity: 1;
}

.event {
	background: #efefef;
	padding: 1em .7em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
}

.event p {
	margin: .7em;
}

.widget {
	padding: .5em;
	margin: .7em 0;
}

.widget h4 {
	line-height: 1.3em;
	margin-bottom: .2em;
}

.widget li {
	line-height: 1.3em;
	padding: .2em .4em;
}

.widget li a {
	display: block;
	text-decoration: none;
}

.widget li a:hover {
	text-decoration: underline;
}

/******************************************************************
COMMENT STYLES
******************************************************************/

.comments_rss {
	float: right;
	background: url(images/rss_tiny.gif) left no-repeat;
	padding-left: 22px;
	font-size: .9em;
	line-height: 1.4em;
	margin-top: .9em;
}

#commentlist li {
	overflow: hidden;
	padding: .4em;
	margin: .7em 0;
}

#commentlist .avatar {
	float: left;
	margin: 0 .4em;
	width: 50px;
}

#commentlist .comment-text {
	float: right;
	padding: .5em;
	background: #eeeeee url(../images/comment.png) top repeat-x;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 530px;
}

#commentlist .comment-text:hover {
	background: #dedede url(../images/comment.png) top repeat-x;
	border: 1px solid #dedede;
}

#commentlist .comment-text cite, .comment-edit-link {
	color: #999999;
	font-size: .75em;
	line-height: 1.6em;
	font-style: normal;
}

.comment-edit-link {
	margin-left: .4em;
}

#commentlist .odd .comment-text {
	float: left;
}

#commentlist .odd .avatar {
	float: right;
}

#author, #email, #url, #comment {
	padding: .2em .4em;
	margin: .4em;
	font-size: 1em;
	font-family: Arial, Lucinda;
	color: #404040;
	background: #eeeeee;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	letter-spacing: .035em;
}

#comment {
	width: 620px;
}

#author:hover, #email:hover, #url:hover, #comment:hover {
	background: #dedede;
	border: 1px solid #a6a6a6;	
}

/******************************************************************
FOOTER STYLES
******************************************************************/

#footer {
	text-align: center;
	font-size: .8em;
	margin: 2em auto;
	color: #999999;
}
