/*
Theme Name:  MTGA
Theme URI: http://www.luckyfishsoftware.com
Description: Custom theme originally based on Silver Lexus by Highlands by Design (http://www.highlandsbydesign.com/)
Version: 1.0a
Author: Luckyfish Software
Author URI: http://www.luckyfishsoftware.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* These MTGA Library style changes override the defaults */

#newheader h2 {
	padding-top: 20px;
	font-size:1.4em;
	margin-right:10px;
}


/* Left sidebar changes */
#column2 ul li a {
	border-bottom: none;
	display:block;
	font-size:1.05em;	
	line-height: 120%;
	color:#666666;
}

#column2 ul li a:hover {
	color:#000000;
	text-decoration:none;
}

/* CENTER changes */
/* expand center column to the right */
.outer {
	margin:10px 15px 0 213px;
}

#column1 {
	width:99%;
}

#column1 ul li {
	color: #333333;
}

#column1 ol li {
	color: #333333;
}

#column1 .post {
	margin: 1em 1em 0 0.6em;
	background-color:#f0f0f0;
	-moz-border-radius: 5px;
	padding:0 0 0.1em 0;
}

#column1 h2.cat-post {
	font-size:1em;
}

#column1 h2 {
	font-size:1.4em;
	line-height:100%;
	border:none;
	padding: 5px 5px 6px 10px;
	background-color:#006158;
	color:#ffffff;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;	
}

#column1 h2 a {
	color:#eeeeee;
}

#column1 h2.firstheading a {
	color:#333333;
	font-size:1.5em;
}


#column1 h2 a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#column1 table.meta {
	font-size:0.9em;
	line-height:150%;
	margin:0 0 0 1em;
}



.resource_foot {
	padding: 0 1.2em 0.4em 1.2em;
	font-size:0.9em;
}

.entry {
	padding: 0 0.5em;
}

h3#respond {
	margin:0;
	border:none;
	font-size:1.1em;
	line-height:100%;
}

#cat-header {
	background-color:#ffffff;
	-moz-border-radius: 5px;
	margin:1em 1em 1em 0.6em;
	*width:691px;			/* required for IE 6.0 bug */
}

#cat-header p {
	margin:0 0.5em 0 1em;
}

#cat-header ul {
	float:left;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

#tag-cloud {
	margin-left: 175px;
	width:500px;
	text-align:center;
}

#tag-cloud a {
	font-weight:normal;
	text-decoration:underline;
}

.pageInfo {
	background-color:#ffffff; 
	font-size:1em;
	padding: 1em; 
	clear: both; 
	-moz-border-radius: 5px;
}

#desc-text {
/*	float:left; 
	width:160px;*/
}

#desc-text p {
	text-align:left;
}

/* Library table of contents */
ol#toc {
	margin-top: 20px; 
	padding: 0;
}

ol#toc li {
	list-style-type:decimal;
}

ol#toc ul.toc-subcat {
	padding: 0;
	margin-left: 1.7em;
}

ol#toc ul.toc-subcat li {
	padding: 0;
	font-size:0.9em;
	list-style-type:disc;	
}



/* Library Index styling */
ul#library-index {
	margin: 0;
	padding: 0;
}

ul#library-index li {
	list-style-type:none;
}

ul#library-index li ul li {
	font-size:0.9em;
	list-style-type:disc;	
}

/* RIGHT sidebar changes */
#column3 {
	display: none;
}

#column1 table.meta {
	color: #333333;
	background-color:#f0f0f0;
	-moz-border-radius: 5px;
	margin: 1em 3em;
	padding: 0;
}

/* attachment icons */
#column1 table.meta .file-attach {
	line-height:1.8em;
	padding-left: 2em;
	background:transparent url(/images/icons/file-generic.png) no-repeat top left;
	margin: 0;
}

#column1 table.meta .file-doc { background-image: url(/images/icons/file-doc.png); }
#column1 table.meta .file-pdf { background-image: url(/images/icons/file-pdf.png); }
#column1 table.meta .file-ppt { background-image: url(/images/icons/file-ppt.png); }
#column1 table.meta .file-gif { background-image: url(/images/icons/file-img.png); }
#column1 table.meta .file-jpg { background-image: url(/images/icons/file-img.png); }
#column1 table.meta .file-png { background-image: url(/images/icons/file-img.png); }
#column1 table.meta .file-xls { background-image: url(/images/icons/file-xls.png); }
#column1 table.meta .file-zip { background-image: url(/images/icons/file-zip.png); }
#column1 table.meta .file-txt { background-image: url(/images/icons/file-txt.png); }

#column1 table.meta li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#column1 table.meta ul {
	margin: 0.5em 0;
	padding: 0.5em 0;
}

#column1 table.meta p {
	margin: 0;
}

#page_nav a {
	border: none;
}

#page_nav a:hover {
	border: none;
}

img.post-ratings-image { 
	padding: 0 1px; 
}


