/**
 * Theme Name: gnrwinter
 * Theme URI: http://goodnightraleigh.com
 * Version: 1.0
 * Description: new winter 3 col theme for GNR 2011; first full version
 * Author: John Morris
 * Author URI: http://goodnightraleigh.com
 */

 

/*
 * laziness. sigh.
 */

#fixme img, #fixme p {
	display:inline!important;
	}


#text-315317642 {
	display: none;
	}



.entry .wp-caption-text {
		margin: 2px 0 15px 0;


}

.wp-caption-text {
	font-style: italic;
	font-size: 90%;
	}
	
	
img.size-thumbnail {
	display:inline!important;
	}

/*
 * miscellaneous legacy crap
 */
 
.blogger-post-footer {
	display: none!important;
	position: absolute;
	left:-900000px;
	top:-9000000px;
	}


/*
 * Globals
 */
 
body {
	background: #000000;
	/*color: #CCCC99;*/
	color:#cc9;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-size:62.5%;
	line-height: 1.3em;
	display: block;
	background-color: #000;
	margin: 0;
	padding: 0;
	}
p {
	}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top:0;
	margin-bottom:5px;
	}
h4 {
	margin-top:0;
	}
a {
	color: #ccffff;
	text-decoration: none;
	}
a:hover {
	color: #ccc;
	}
#navlink {
	margin-bottom: 40px;
	}

img {
	border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
	}

/*
 * Header
 */

#topbar {
	width: 1000px;
	}
#topbar .title a {
	
	font-size:1.4em;
	padding-bottom:3px;
	}
#topbar .title a:hover {
	}
#banner {
	background: url("banners/rotator.php?date=20111129") no-repeat top left;
	/*border-top: 1px solid #ccffff;
	border-bottom: 1px solid #ccffff;*/
	height: 222px;
	width: 1000px;
	clear: left;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
	}
#banner img {
	height: 220px;
	width: 1000px;
	}

.topInfo {
	float: left;
	margin: 10px;
	margin-top:-30px;
	font-size: 1.6em;
	}

.topSearch {
	display: inline;
	float: right;
	}
	
#searchform {
	display: inline;
	}

.topDesc {
	font-size:80%;
	margin-top:-20px;
	}
#topbar .title {
	margin-top: -20px;
	}
	
.lamp {
	margin: 10px 10px 0 -10px;
}

/*
 * navigation
 */

div#navWrap {
	float: right;
	position:relative;
	z-index:99999;
	}

li.page_item {
		z-index:99999;
	
	}
		
ul.topNav li {
	
	display: inline;
	margin-left: 4px;
	padding: 8px;
	z-index:1;
	}
ul.topNav li a {
color: #cff;
	font-size:1.3em;	
}	
ul.topNav li a:hover {
}

ul.topNav li.current a {
	color: #ccc;


}

/* 
 * content 
 */
 
div.post {
	}

div.postmetadata-top {
	line-height:1.4em;
	}

#contentwrap {
	margin-top: 18px;
	width: 1000px;
	}
#content {
	float: left;
	margin-right: 30px;
	width: 470px;
	font-size: 1.3em;
	line-height: 1.7em;
	}


/* Maybe one day...
.size-medium, .post img, #banner {
	-moz-box-shadow: 1px 1px 1px #262626;
	-webkit-box-shadow: 1px 1px 1px #262626;
	box-shadow: 1px 1px 1px #262626;
	}
*/



/*
 * sidebar widgets 
 */

#widget1 {
	padding-left:15px;
	}
#widgetWrap2 {
	margin-right: -50px;
	}
#widgetwrap1, #widgetwrap2 {
	float: left;
	margin-bottom: 40px;
	}
#widget1, #widget2 {
	float: left;
	width: 210px;
	font-size: 1.2em;
	line-height: 1.3em;
	}
#widget1 h2, #widget2 h2 {
	font-weight: normal;
	text-transform: capitalize;
	}
h2.small, 
h2.small, 
h2.widgetTitle, 
h2.widgetTitle {
	font-weight: bold;
	padding:5px 0;
	text-transform: none;
	}
#widget1 ul, 
#widget2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#widget1 li, 
#widget2 li {
	list-style: none;
	}
#widget1 ul li:hover , 
#widget2 ul li:hover {

	}
#widget1 ul li, 
#widget2 ul li {
	padding: 3px 3px 3px 0px;
	}
#widget1 ul li ul li, 
#widget2 ul li ul li {
	border: none;
	padding: 3px 3px 3px 10px;
	}
	
.icon {
	border: none;
	margin: 0;
	padding:0;
	}

.widgetContent ul li a {
	display: block;
	}

/* 
 * post/entries
 */

.post h2, .post h2 a {
	font-size:1.1em;
	}
.post img, .post object, .post embed {
	/*display: block;*/
	display: inline!important;
	}
.post a img, .post a object, .post a embed {
	/*border: 2px solid #ddd;*/
	
	}

.post blockquote {
	/*background: url("images/blockquote.jpg") no-repeat top left;*/
	border-left: 7px solid gray;
	padding-left: 10px;
	}
.postmetadata-top {
	clear: both;
	padding-bottom: 5px;
	}
.postmetadata-bottom {
	margin: 10px 0 40px 0;
	}
.postmetadata-bottom a {
	color: #dadada;
	}
.postmetadata-bottom a:hover {
	}
div.entry p {}

.entry {
	clear: both;
	}
.entry a {
	text-decoration: none;
	}

/*
 * search
 */

#searchsubmit {
	display: none;
	}
#s {
	background: #ffffff url("images/magnifier.png") no-repeat top left;
	border: none;
	padding: 6px 0 4px 17px;
	width: 300px;
	}

/*
 * footer
 */

#footer {
	clear: both;
	color: #404040;
	background: #333;
	padding: 20px 0 30px 0;
	width: 1000px;
	text-align: center;
	}
#footer a {
	color: #404040;
	}

#footer ul li {
	text-align:left;
}

#footWrap {
	margin: 0 auto; 
	background: #fff;
	text-align: left;
	position: relative;
}

#footer h4, #column1, #column2, #column3, #column4 , #footer {
	padding: 15px; 
}

#header {
	background: #999;
	margin: 0;
	padding: 0;
}

#column1, #column2, #column3, #column4 {
	width: 200px;
	border-right: 1px solid #ccc;
}
#column1, #column3, #column4 {
	position: absolute;
	top: 59px;
}

#column1 {
	left: 0;
}
#column2 {
	position: relative; 
	top: 0;
	left: 195px;
}
#column3 {
	left: 390px;
}
#column4 {
	left: 585px;

}

#container4 {
	margin-top:10px;
}

/* 
 * comments
 */

#comments {
	clear: both;
	margin-bottom:25px;
	}
#respond {
	clear: both;
	padding-top: 30px;
	}
.commentmetadata {
	text-transform: uppercase;
	}
.commentlist div.alt {
	background: #222;
	padding: 10px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
	}
.commentlist div {
	padding: 10px;
	}
.commentlist div blockquote {
	background: #252525;
	border: 1px solid #404040;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px;
}
.commentlist div.alt blockquote {
	background: #000000;
	border: 1px solid #404040;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px;
}
#comment {
	height: 200px;
	width: 500px;
	}

.postComments a {
	background-color: #ddd!important;
	color: #000!important;
	}

/*
 * alignment
 */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}

.inline-image {
	display: inline!important;
	}





