/*  
Theme Name: Grungy
Theme URI: http://in23h.com/
Description: Grungy theme
Version: 1.0
Author: in23h
Author URI: http://www.in23h.com/

*/



/*
 * Reset Stylesheet
 * Creates a baseline that smooths out differences imposed by various default browser styles
 *
 * Thanks to http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */
 
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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* end reset */



body, html {
	margin:0;
	padding:0;
	color:#000;
}

body {
	background: url(images/bg.jpg) #0045d8 no-repeat 50% 0;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

a {
	color: #A50042;
	text-decoration: none;
}

a:hover {
	background-color: #174c44;
	color: #FFF;
	text-decoration: none;
}

#page {
	height: 100%;
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	background: url(images/contentBg.png) repeat-y !important;
	background: url(images/contentBg.gif) repeat-y;
}

#header {
	height: 425px;
}

.pagetitle {
	margin: 0 30px 10px 30px;
	border: 1px dotted #174c44;
	border-top: 0px dotted #174c44;
	border-left: 0px dotted #174c44;
	border-right: 0px dotted #174c44;
	font-size: 24px;
	font-family: Century Gothic, Arial, Verdana, Sans-Serif;
	padding: 0 0 3px 30px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer {
	margin: 0 30px 10px 30px;
	width: 580px;
	height: 37px;
	background: url(images/navBG.png) no-repeat;
}

ul#nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 50px;
	white-space: nowrap;
	position: relative;
	font-size: 24px;
	font-family: Century Gothic, Arial, Verdana, Sans-Serif;
}

ul#nav li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	text-transform: lowercase;
}

ul#nav li.navHome a {
	border: 1px dotted #FFF;
	border-top: 0px dotted #FFF;
	border-bottom: 0px dotted #FFF;
}

ul#nav li a {
	width: 100%;
	color: #FFF;
	text-decoration: none;
	padding: 0 5px 7px 5px;
	font-size: 24px;
	font-family: Century Gothic, Arial, Verdana, Sans-Serif;
	border: 1px dotted #FFF;
	border-top: 0px dotted #FFF;
	border-bottom: 0px dotted #FFF;
	border-left: 0px dotted #FFF;
}

#navcontainer>ul#nav li a { width: auto; }

ul#nav li a:hover {
	background-color: #FFFFFF;
	color: #174c44;
}

#content {
	float: left;
	width: 640px;
}

.post {
	margin: 0 0 0 0;
	padding: 0 0 58px 0;
	background: url(images/postDivider.png) no-repeat center bottom;
	font-size: 12px;
} 

.post .postHeader {
	padding: 0 30px 1px 30px;
	margin: 0 0 10px 0;
}

.date {
	float: left;
	text-align: center;
	width: 46px;
	color: black;
}

.date .month {
	font-size: 12px;
	display: block;
	text-transform: uppercase;
}

.date .day {
	font-size: 18px;
	display: block;
	font-weight: bold;
}

.date .year {
	font-size: 10px;
	display: block;
}

.post h2 {
	border-bottom: 3px double #174c44;
	color: #174c44;
	font-size: 34px;
	font-weight: normal;
	padding: 0 0 10px 0;
	font-family: Century Gothic, Arial, Verdana, Sans-Serif;
}

.post h2 a {
	color: #174c44;
}

.post h2 a:hover {
	background-color: #174c44;
	color: #FFF;
}

.post .postContent {
	margin: 0 40px 0 40px;
}

.postContent p {
	padding: 10px 0;
}

.postContent ul {
	list-style: square;
	margin: 0 0 0 30px;
}

.wp-caption {
	margin: 0 5px 5px 5px;
	padding: 7px 3px 5px 3px;
	text-align: center;
	border: solid 1px #DCDCDC;
	background-color: #FEFEFE;
}

img.centered, img.imageCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	border: 1px solid #174c44;
}

img.alignright, img.imageRight {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid #174c44;
}

img.alignleft, img.imageLeft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border: 1px solid #174c44;
}

.alignright, .imageRight {
	float: right;
}

.alignleft, .imageLeft {
	float: left;
}

.aligncenter {
  margin: 0 auto;
}

.alignleft a:hover, .alignright a:hover, .avatar a:hover {
	background-color: transparent;
}

.post .postFooter {
	margin: 0 30px 0 40px;
	color: #999966;
	font-size: 10px;
	text-transform: lowercase;
	clear: both;
}

.post .postFooter .postmetadata {
	padding: 10px 0 10px 0;
}

.post .postFooter a {
	color: #2ca696;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#postComments {
	border-top: double 3px #174c44;
	margin: 10px 40px 20px 40px;
	padding: 10px 0 0 0;
}

#postComments h1 {
	font-size: 20px;
	padding: 0 0 5px 0;
}

#postComments input, #postComments textarea {
	border: solid 1px #174c44;
	margin: 5px 0;
}

#postComments .comment {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px dotted #174c44;
	border-left: 0px dotted #00a1ff;
	border-right: 0px dotted #00a1ff;
}

#postComments .odd {
	background-color: #f7f8f9;
}

#postComments .comment-author .fn {
	font-weight: bold;
}

#postComments .comment-author .avatar {
	float: left;
	padding: 4px;
	margin: 0 10px 0 0;
	border: 1px solid #174c44;
}

#postComments .comment p {
	padding: 3px;
}

#postComments .comment .children {
	margin: 0 0 10px 0;
	padding: 5px 0 0 20px;
}

#postComments .comment .reply {
	padding: 10px 0 0 0;
	color: #999966;
	font-size: 10px;
	text-transform: lowercase;
	clear: both;
}

#postComments .comment .reply a {
	color: #2ca696;
}

#postComments #smilies_toolbar {
	padding: 10px 0 0 0;
}
	

.navigation {
	margin: 20px 30px 30px 30px;
	padding: 10px 20px 0 20px;
	border: 1px dotted #174c44;
	border-bottom: 0px dotted #00a1ff;
	border-left: 0px dotted #00a1ff;
	border-right: 0px dotted #00a1ff;
}

#sidebar {
	float: left;
	width: 350px;
	position: relative;
	left: -15px;
}

#sidebar .content {
	background: url(images/sideContentBg.png) repeat-y;
	margin: 0;
	padding: 0;
}

#sidebar .footer {
	height: 253px;
	background: url(images/sideContentBgBottom.png) no-repeat;
}

#sidebar h2 {
	color: #174c44;
	font-size: 22px;
	text-transform: lowercase;
	padding: 0 0 3px 10px;
	margin: 0 0 3px 0;
	border-bottom: double 3px #174c44;
	width: 120px;
}

#sidebar .content ul {
	margin: 0;
	padding: 0 0 10px 10px;
}

#sidebar ul ul, .textwidget, #calendar_wrap, #searchform {
	margin: 0;
	font-size: 10px;
	padding: 0 10px 10px 10px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar #searchform input {
	border: solid 1px #174c44;
	font-size: 10px;
	margin: 0 0 5px 0;
	display: block;
	width: 100px;
}

#footer {
	padding: 20px 0 20px 0;
	clear: both;
	width: 640px; /* necessary for ie win */
}

#footer .wp-pagenavi {
	padding: 0 30px 20px 30px;
	font-size: 14px;
}

#footer #copycontainer {
	clear: both;
	margin: 20px 30px 0 30px;
	width: 580px;
	height: 37px;
	background: url(images/navBG.png) no-repeat;
}

ul#copytext {
	list-style: none;
	margin: 0;
	padding: 0 0 0 50px;
	white-space: nowrap;
	position: relative;
	font-size: 24px;
	font-family: Century Gothic, Arial, Verdana, Sans-Serif;
}

ul#copytext li {
	margin: 0;
	display: block;
	float: left;
	text-transform: lowercase;
	color: #FFF;
}

ul#copytext li.copy {
	padding: 0 5px 0 0;
}

ul#copytext li.wordpress a {
	border: 1px dotted #FFF;
	border-top: 0;
	border-bottom: 0;
}

ul#copytext li a {
	width: 100%;
	color: #FFF;
	text-decoration: none;
	padding: 0 5px 7px 5px;
	font-size: 24px;
	font-family: Century Gothic, Arial, Verdana, Sans-Serif;
	border: dotted 1px #FFF;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
}

#copycontainer>ul#copytext li a { width: auto; }

.wordtube {
	width: 100%;
}

.wordtube .wordtube {
	margin: 0 auto;
}

ul#copytext li a:hover {
	background-color: #FFF;
	color: #174c44;
}

