/*  
Theme Name: Lilina Theme
Theme URI: http://cubegames.net/
Description: Custom made for Lilina site
Version: 1.0
Author: Ryan McCue
Author URI: http://cubegames.net

*/

/* Begin Typography & Colors */

#download_prompt {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
	padding: 8px;
}
#download_prompt a:link, #download_prompt a:visited {
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}
#download_prompt a.download_close:link, #download_prompt a.download_close:visited {
	border-bottom: 1px dotted #AAAAAA;
	color: #AAAAAA;
	margin-left: 20px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 60px;
	margin: 0;
	width: 60%;
	}

.fullpagecolumn {
	float: none;
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}

.post {
	margin-bottom: 40px;
	overflow: auto;
}

.postinfo {
	color: #073;
	font-size: 1em;
	text-align: center;
	float: left;
}

.postinfo a {
	color: #073;
	font-weight: bold;
}

.postmetadata {
	color: #666;
	border-top: 1px solid #aaa;
	padding: 1em 0;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.highlight {
	background-color: #FFC;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



.alt {
	margin: 0;
	padding: 10px;
	}



#commentform p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #777;
	font-size: 0.9em;
	}

#page-sidebar {
	
}
#page-sidebar ul {
	margin: 0;
	padding: 0;
}
#page-sidebar li {
	list-style-type: none;
	font-size: 1.1em;
	line-height: 1.5em;
	border-bottom: 1px solid #E5E5E5;
	margin: 5px 0;
}
#page-sidebar li a {
	display: block;
	width: 100%;
	border: none;
}
#page-sidebar li a:hover {
	background: inherit;
	color: #000;
	border: none;
}
#page-sidebar li.current_page_item a {
	color: #000;
	cursor: default;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

a img {
	border: none;
	}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */

select {
	width: 130px;
	}
/* End Form Elements */

/* Begin Various Tags & Classes */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

#tag_cloud a {
	text-decoration: none;
	border: none;
}


/* Download Page */
.download-link {
	background: #073;
	color: #aaa;
	padding: 20px;
	font-size: 20px;
	text-align: center;
}
	.download-link a, .download-link a:visited {
		color: #fff;
		border: none;
	}
		.download-link a:hover {
			color: #fff;
			border: none;
			background: transparent;
			text-decoration: underline;
		}
	.download-link .note {
		display: block;
		font-size: 14px;
		margin-top: 10px;
		background: transparent;
	}
