/*
Theme Name: Gnetic
Theme URI: http://www.djgnetic.com/
Description: djgnetic.com WordPress theme.
Author: Justin Knecht (design), Linh Ta (html/css)
Author URI: http://www.djgnetic.com/
Tags: djgnetic.com
*/

/* Universal Reset parameters
----------------------------------------------- */
/* Defining universally that all browsers render 1EM space as 10px base */
html, body { margin: 0; padding: 0; font-size: 10px; line-height: 1; }
* { margin: 0; padding: 0; font-size: 1em; outline: 0; vertical-align: baseline; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
img { border: none; }
ul, ol, li { list-style:none; }
table, td, form, fieldset {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------------------------------------------- */

.clear {
	margin: -1px 0 0 0;
	padding: 0;
	clear: both;
	height: 1px;
	border: none;
	visibility: hidden;
}
.smaller { font-size: .65em; }
.marginTop10 { margin-top: 10px; }

a { text-decoration: none; cursor: pointer; }
a:link { color: #E3018C; }
a:active { color: #E3018C; }
a:visited { color: #E3018C; }
a:hover { text-decoration: underline; }

body {
	padding-bottom: 41px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 100%;
	height: 100%;
	background: url(images/bg_stripes.gif);
	text-transform: uppercase;
}

#top {
	width: 100%;
	height: 142px;
	background-color: #45A8ED;
	text-align: center; /* for IE */
}

h1 {
	margin: 0 auto 0 auto;
	width: 706px;
	height: 98px;
	background: url(images/gnetic_djs.gif) no-repeat;
}

h1 a {
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	display: block;
}
/* start nav ---------------------------------------------------------------------- */
#nav {
	width: 100%;
	background-color: #E3018C;
}
#nav ul {
	margin: auto;
	list-style-type: none;
	width: 706px;
	height: 44px;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	height: 44px;
	text-indent: -9999px;
	display: block;
}
#bookings a {
	margin-right: 38px;
	width: 118px;
	background: url(images/nav_bookings.gif) no-repeat;
}
#downloads a {
	margin-right: 38px;
	width: 143px;
	background: url(images/nav_downloads.gif) no-repeat;
}
#pics a {
	margin-right: 38px;
	width: 51px;
	background: url(images/nav_pics.gif) no-repeat;
}
#about a {
	margin-right: 38px;
	width: 72px;
	background: url(images/nav_about.gif) no-repeat;
}
#twitter a {
        margin-right: 38px;
        width: 94px;
	background: url(images/nav_twitter.gif) no-repeat;
}
#rss a {
	width: 20px;
	background: url(images/nav_rss.gif) no-repeat;
}
/* end nav ------------------------------------------------------------------------- */

#content {
	margin: 42px auto 0 auto;
	width: 706px;
	font-size: 1.5em;
}

#left {
	width: 454px;
	float: left;
}

#right {
	width: 230px;
	float: right
}

#searchBox {
	padding: 7px 16px 7px 16px;
	width: 170px;
	border: 14px solid #E3018C;
	background-color: white;
}
#searchBox input {
	width: 138px;
	border: 0;
}
.searchExcerpt p {
	padding-left: 15px;
	position: relative;
	top: -10px;
}
.searchExcerpt p br {
	margin: 0 0 10px 0;
}

#sideBar {
	margin: 13px 0 0 0;
	padding: 13px 16px 13px 16px;
	width: 170px;
	border: 14px solid #F9F815;
	background-color: white;
}
#sideBar h2 {
	font-weight: normal;
}
#sideBar ul li {
	margin: 0 0 10px 0;
}
#sideBar ul ul {
	margin-top: 5px;
}
#sideBar ul li ul li {
	margin: 0 0 5px 10px;
	font-size: .65em;
}
#sideBar #linkcat-2 ul li {
	margin: 0 0 5px 10px;
}

.articleBox {
	margin: 0 0 27px 0;
	padding: 13px 16px 13px 16px;
	width: 394px;
	border: 14px solid #45A8ED;
	background-color: white;
}
.articleBox h2 {
	font-size: 1.3em;
	font-weight: normal;
}
.articleBox p {
	margin: 10px 0 0 0;
	line-height: 1.4em;
}

p.wpNavLinks {
	position: relative;
	top: -27px;
}
* html p.wpNavLinks { /* for IE */
	margin: -27px 0 0 0;
	padding: 0 0 27px 0;
}
p.wpNavLinks span {
	width: auto;
	background-color: white;
}

.commentBox {
	margin: 0 0 13px 0;
	padding: 15px 11px 15px 29px;
	width: 414px;
	/*background-color: #45A8ED;*/
	background: url(images/bg_comment_box.gif) no-repeat;
}
.userIcon {
	padding: 10px 0 0 0;
	float: right;
}
.commentBox p {
	padding: 10px 0 0 0;
	color: white;
	line-height: 1.4em;
}
.commentBox a:link, .commentBox a:active, .commentBox a:visited, .commentBox a:hover {
	color: white;
	text-decoration: underline;
}

#footer {
	margin: 13px auto 0 auto;
	width: 706px;
	height: 30px;
	background-color: #F9F815;
}
#footer #footG {
	width: 26px;
	float: left;
}
#footer p {
	margin: 10px 0 0 0;
	width: 646px;
	float: left;
	text-align: center;
}

#playlist { font-size: .8em;
            line-height: 1.4em;
            margin-top: 10px;
            margin-left: 10px; 
}

/* start wordpress calendar styles --------------------------------------------------------------------*/
#wp-calendar {
	margin: 0 0 16px 15px;
	font-size: .65em;
}
#wp-calendar caption {
	padding: 0 0 5px 0;
}
tbody .pad {
	background-color:#efefef;
}
#wp-calendar tr td {
	padding: 3px;
	text-align: center;
}
/* end wordpress calendar styles ----------------------------------------------------------------------*/

/* start comment form styles ------------------------------------------------------------------- */
#commentform {
	margin: 40px 0 0 0;
}
#commentform p {
	margin: 10px 0 0 0;
}
#commentform .commentLabel {
	color: white;
	background-color: black;
}
#commentform input, textarea {
	border: 14px solid #44A8ED;
}
#commentform #submit {
	border: 1px solid #000;
	background-color: white;
	color: #E3008C;
}
/* end comment form styles --------------------------------------------------------------------- */

/* start twitter tools plugin styles --------------------------------------------------------------------- */
.aktt_tweets {
	margin: 0 0 0 -10px;
}
.aktt_tweets ul li {
	padding: 0 0 8px 0;
}
/* end twitter tools plugin styles ----------------------------------------------------------------------- */

/* start styles from the originall default theme--used in conjunction with the WordPress admin -------------- */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
/* end styles from the originall default theme--used in conjunction with the WordPress admin -------------- */