/*  
Theme Name: AmericanScholarship 2007
Theme URI: http://www.americanscholarship.info
Description: The custom WordPress theme for americanscholarship.
Version: 1.0
Author: KM
Author URI: http://www.americanscholarshiop.info/
*/



.narrowcolumn .entry, .entry {
	line-height: 1.4em;
}

.narrowcolumn .entry p, .entry p{
	margin: 0px;
	padding: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	text-align: center;
	}

h2 {
	display: block;
	clear: both;
}

#sidebar h2 {
}

h3 {
}

h1, h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:link, h2 a:visited, h3, h3 a, h3 a:link, h3 a:visited {
	color: #003399;
	text-decoration: none;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}


.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #777777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:link, a:visited {
	color: blue;
	text-decoration: underline;
	}

a:hover {
	color: #990000;
	text-decoration: none;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography - Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	margin: 0;
	}
	


.post a {
	font-weight: none;
	}

.post h4 {
	line-height: 22px;
	margin-bottom: -10px;
}

.post h4 a:link, .post h4 a:visited  {
	display: block;
	margin-top: 20px;
	clear: both;
	font-size: 21.5px;
	color: #5A66C8;
	font-weight: bold;
	text-align: left;
}

.post h4 a:hover  {
	color: #990000;
	text-decoration: underline;
}

.post {
	margin: 0;
	}

p.postmetadata {
	display: block;
	clear: left;
 	text-align: left;
	font-size: 11.2px;
	margin: 0px;
	padding: 0px;
	color: #999999;
}

.postmetadata a:link, .postmetadata a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}
.postmetadata a:hover {
	color: #990000;
	text-decoration: underline;
}

/*	Begin Headers */
h1 {
	margin: 0;
}


#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 95%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	margin-right: 20px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin-top: 20px !important;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 5px 10px 3px;
	list-style: none;
	border: 1px solid #666666;
	color: #666666;
}

.commentlist p {
	color: #666666;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	color: #666666;
}

.commentmetadata a{
	text-decoration: none;
	color: #666666;
}

#sidebar form {
	margin: 0;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
        color: #000;	
}



.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	clear: both;
	}

/* End Various Tags & Classes*/


/* main layout */
html>body, html, body {
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	font: 12.7px Arial, Verdana, "Ms Sans serif", sans-serif;
	color: #000000;
}

.clr {
	clear:both;
}

div#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: white url('images/bg-main.gif') repeat-y;
}

#header {
	height: 130px;
	width: 100%;
	background: white url('images/bg-head.gif') repeat-y;
}

div#header h1 {
	display: block;
	float: left;
}

h1#logo {
	width: 270px;
	height: 99px;
	margin: 0px;
	padding: 0px;
	text-indent: -2000px;
	background: transparent url('images/logo-american.jpg') left top no-repeat;
	line-height: 18px;
	margin-right: 85px;
}

h1#logo a {
	display: block;
	height: 100%;
}

div#topAsset {
	float: left;
	width: 445px;
	height: 58px;
	margin-top: 20px;
}

div#linkUnitTop {
	margin-top: 5px;
	margin-left: 320px;
}

h2#home {
	display: block;
	float: left;
	height: 17px;
	width: 65px;
	font-size: 14.5px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}

h2#home a {
	padding-left: 20px;
	display: block;
	height: 100%;
	background: transparent url('images/icoHome.gif') no-repeat;
}

a#newsletter {
	display: block;
	float: left;
	margin-left: 5px;
	font-size: 14.5px;
	font-weight: bold;
	background: transparent url('images/icoEmail.gif') no-repeat;
	padding-left: 20px;
	margin-top: 15px;
	color: #003399;
	text-decoration: none;
}

a#newsletter:hover {
	color: black;
}

a#download {
	display: block;
        height: 20px;
	float: left;
	margin-left: 5px;
	font-size: 14.5px;
	font-weight: bold;
	background: transparent url('images/icoDownload.gif') no-repeat;
	padding-left: 22px;
	margin-top: 15px;
	color: #003399;
	text-decoration: none;
}

a#download:hover {
	color: black;
}

a#rssfeeds {
	display: block;
	float: left;
	width: 112px;
	height: 37px;
	padding: 0px;
	margin-left: 10px;
	background: transparent url('images/top-rss.jpg') no-repeat;
	text-indent: -2000px;
}

h2#home a:hover, #rssfeeds:hover {
	color: black;
}

div#topSearch, div#topCat {
	display: block;
	float: left;
	margin-top: 20px;
}

div#topCat {
	margin-left:20px;
}

div#topSearch form, div#topCat form {
	margin: 0px;
}

#topsearchsubmit, select.toppickCat, .catsubmit {
	height: 18px;
	font-size: 11px;
	font-family: arial;
}

#topKeyword {
	height: 13px;
	font-size: 10px;
}

#topsearchsubmit, .catsubmit {
	height: 19px;
}

select.toppickCat {
	width: 170px;
}

div#content {
	width: 490px;
}

.post {
	width:470px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.post h2  {
	display: block;
	text-align: left;
	font-size: 21.67px;
	margin: 0px;
	padding: 0px;
}

.post h2 a {
	color: #003399;
	text-decoration: none;
}

.post h2 a:hover {
	color: #990000;
	text-decoration: underline;
}

div#postmetadatabottomWrap {
	margin-top: 15px;
	clear: both;
	width: 95%;
	height: 22px;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}

p.postmetadatabottom {
	display: block;
	padding: 0px;
	margin: 0px;
	color: #999999;
}

p.postmetadatabottom a:link, p.postmetadatabottom a:visited {
	font-weight: normal;
	color: blue;
	text-decoration: none;
}

p.postmetadatabottom a:hover {
	color: #990000;
	text-decoration: underline;
}

span.addComment {
	display: block;
	height: 20px;
	margin-right: 8px;
	float: left;
	background: transparent url('images/icoComment.gif') 0px -1px no-repeat;
	padding-left: 20px;
}

a.email2friend {
	display: block;
	height: 20px;
	float: left;
	margin-right: 8px;
	background: transparent url('images/icoEmail.gif') 0px -3px no-repeat;
	padding-left: 20px;
}

span.socialBookmark {
	display: block;
	height: 22px;
	float: left;
	background: transparent url('images/icoDigg.gif') no-repeat;
	padding-left: 20px;
}

a.more-link {
	display: block;
	float: right;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}

div#sidebar {
		width: 310px;
		float: left;
}

div#sidebarWrap {
	width:300px;
	margin-left: auto;
	margin-right: auto;
}

div#sidebarWrap ul li ul {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
	background: transparent url('images/bg-section-end.gif') bottom no-repeat;
}

div#sidebarWrap ul li ul li {
	list-style-image: url('images/bullet-orange.gif');
	margin-left: 20px;
	color: #003399;
}

div#sidebarWrap ul li ul li a {
	color: #003399;
}

div#sidebarWrap ul li h2 {
	display: block;
	width: 240px;
	height: 57px;
	font-size: 21.67px;
	color: #194294;
	margin: 0px;
	padding: 0px;
	background: transparent url('images/bg-section.gif') no-repeat;
	padding-left: 60px;
	padding-top: 17px;
	margin-top: 10px;
}

div#ads {
	float: left;
	width: 160px;
	height: 500px;
	text-align: center;
}

div#foot {
	margin-top: 20px;
	padding-top: 20px;
	background-color: white;
	border-top: 1px solid #D3D3D3;
}

div#catShow {
	margin-top: 2px;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	height: 224px;
	background-color: white;
}

div#catShow div {
	width: 156px;
	height: 214px;
	float: left;
	border-right: 1px solid #D3D3D3;
	padding-left: 3px;
	padding-top: 10px;
}

div#catShow div#endshowCat {
	border-right: none;
}

div#catShow div img {
	display: block;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 3px;
	border: 0px;
}

div#catShow div a:link, div#catShow div a:visited {
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10.5px;
}

div#catShow a:hover {
	color: black;
	text-decoration: underline;
}

div#footAsset {
	background-color: white;
}


h6#footLogo {
	display: block;
	float: left;
	width: 150px;
	height: 90px;
	margin: 0px
	padding: 0px;
	background: white url('images/logo-foot-american.jpg') no-repeat;
	text-indent: -2000px;
}

h6#footLogo a{
	display: block;
	height: 100%
}

div#footLink{
	float: left;
	width: 810px;
	padding-top: 19px;
	background-color: white;
}

div#footLinkWrap {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

div#legalBar {
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background: white url('images/dot-gray.gif') repeat-x;
	height: 1px;
}

span#rssBtn {
	display: block;
	float: right;
	width: 46px;
	height: 18px;
	background: white url('images/icoRss.gif') no-repeat;
	text-indent: -2000px;
}

span#rssBtn a {
	display: block;
	height: 100%;
}

/*post detail*/
.post img {
        float: left;
	margin-right: 10px;
}

div#postmetadatabottomSingleWrap {
	margin-top: 15px;
	clear: both;
	width: 90%;
	height: 60px !important;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
        margin-right: 15px;
}

p.postmetadatabottomSingle {
	display: block;
	padding: 0px;
	margin: 0px;
	color: #999999;
}

p.postmetadatabottomSingle a:link, p.postmetadatabottomSingle a:visited {
	font-weight: normal;
	color: blue;
	text-decoration: none;
}

p.postmetadatabottomSingle a:hover {
	color: #990000;
	text-decoration: underline;
}
