/*
Theme Name: Clarion Call
Theme URI: http://www.clarioncallnews.com
Description: Clarion Call is an online newspaper theme developed for Clarion University's student newspaper.
Version: 3.0
Author: Mike Ramsey
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/

body, h1, h2, h3, h4, p {
	margin:0;
	padding:0;
	}

    .aligncenter {
    display: block;
    margin: 0 auto 0 auto;
    }

    .alignright {
    margin: 0 0 20px 20px;
    float:right;
    }

    .alignleft {
    margin: 0 20px 20px 0;
    float:left;
    }

body {
	text-align:center;
	background:#eee;
	}
	
img {
	border:0;
	}

#topadwrap {
	width:100%;
	background:#333;
	height:120px; margin:0; padding:0;
	}

	#topad {
		width:1000px;
		margin:0 auto 0; padding:15px 0 15px 0;
		text-align:left;
		}

#headwrap {
	width:100%;
	background:#238;
	height:50px;
background-image:url('http://www.clarioncallnews.com/img/head_bg.png');
border-bottom:1px solid #126; border-top:1px solid #238;
	}
	
	#header {
		width:1000px;
		margin:0 auto 0 auto; padding:0;
		text-align:left;
		}

	.logo {
		height:30px;
		margin:0 10px 0 0;
		padding: 10px 10px 0 0;
		float:left;
		}

	#nav {
		height:50px;
		width:130px;
		float:left;
		}

#header ul { margin:0; padding:0; list-style-type:none; display:inline; }
#header li ul { display:none; }
#header li:hover > ul { background:#238; display:block; position:absolute; font-family:Lucida Sans Unicode, Lucida Grande, Sans-serif; font-size:12px; font-weight:normal; padding:18px 10px 10px 10px; margin:0; border-bottom:1px solid #126; z-index:100; }

	#nav2 {
		height:50px;
		width:470px;
		float:left;
		}

	#nav2 .weather a {
		display:none;
		}

	#nav2 a span { display:none; }
	#nav2 a:hover span { 
		display:block;
		position:absolute;
		padding:10px;
		background:#000;
		color:#fff;
		margin-top:14px;
		}


		.button {
			padding:0 10px 2px 0; margin:24px 9px 0 0;
			float:left;
			border-right:1px solid #126;
			}

		.weather {
			padding:0 10px 2px 0; margin:24px 9px 0 0;
			float:left;
			position:relative; bottom:32px; text-transform:uppercase; font-size:10px
			}

		.button p.navbar {
			color:#fff;
			font-family:Lucida Sans Unicode, Lucida Grande, Sans-serif;
			font-size:12px;
			line-height:12px;
			font-weight:bold;
			}

		.button p.date {
			color:#fff;
			font-family:Lucida Sans Unicode, Lucida Grande, Sans-serif;
			font-size:12px;
			line-height:12px;
			font-weight:normal;
			border:0;
			}

		.button a {
			color:#fff; text-decoration:none;
			}


		.button a:hover {
			color:#37e; text-decoration:none;
			}

	#search {
		height:30px;
		padding:0 0 10px 0; bottom:20px;
		float:right; border-bottom:1px dotted #126;
		}

	#search input {
		border:none;
		margin:0; padding:0;
		color:#fff;
		}

	#search input[type="text"] {
		margin:0; padding:5px;
		font-family:Rockwell, Arial, Sans-serif;
		font-size:18px;
		height:22px; width:140px;
		background:none;
		font-weight:normal;
		margin:9px 0 9px 0;
		float:left;
		letter-spacing:-1.6px;
		}

	#search input[type="submit"] {
		margin:0; padding:0;
		height:50px; width:50px;
		float:left;
		}



#sitewrap {
	text-align:left;
	width:1000px;
	margin:0 auto 10px auto;
	overflow:auto;
	}

#contentbar {
	width:500px;
	float:left;
	}
	
	.post {
		width:100%;
		margin: 10px 0 0 0;
		padding: 0 0 10px 0;
		border-bottom:1px dotted #aaa;
		}

.post input[type="submit"] {
border:none; width:500px; background:#238; color:#fff; padding:10px; margin:0; font-family:Rockwell, Arial, Sans-serif; font-size:18px; cursor:pointer; background-image:url('http://test.clarioncallnews.com/wp-content/themes/clarioncall/img/head_bg.png');
background-repeat:repeat-x; border-bottom:1px solid #126;
}

.post textarea {
border:none; border-left:1px solid #aaa; border-right:1px solid #aaa; border-top:1px solid #aaa; margin:0; padding:10px; width:478px; font-family:Lucida Sans Unicode, Lucida Grande, Sans-serif;
}
	
	.post h1 {
		font-family:Rockwell, Arial, Sans-serif;
		font-size:36px;
		font-weight:normal;
		color:#333;
		}
	
	.post h1 a { color:#238; text-decoration:none; }
	.post h1 a:hover { color:#238; text-decoration:underline; }

	.post h2 {
		font-family:Rockwell, Arial, Sans-serif;
		font-size:24px;
		font-weight:normal;
		color:#333;
		}
	
	.post h2 a { color:#238; text-decoration:none; }
	.post h2 a:hover { color:#238; text-decoration:underline; }
	
	.post p {
		font-family:Verdana, Arial, Sans-serif;
		font-size:12px;
		color:#000;
		margin:10px 0 12px 0;
		}
	
	.post p.date {
		color:#777;
		font-size:10px; margin-bottom:5px;
		}

	.post p.date2 {
		color:#777;
		font-size:14px;
		}

	.post p.author {
		color:#777;
		text-transform:uppercase;
		font-size:12px;
		}
	
		.post p.postmetadata {
		color:#777;
		font-size:12px;
		}

		.post p.postmetadata a {
		color:#777;
		text-decoration:none;
		}

		.post p.postmetadata a:hover {
		color:#777;
		text-decoration:underline;
		}
	
	.post a { color:#238; text-decoration:none; }
	.post a:hover { color:#238; text-decoration:underline; }
	
	.postimg {
DISPLAY:NONE;
		background:#eee;
		width:120px;
		background:#fff;
		border:1px solid #aaa;
		padding:9px;
		margin: 0 10px 10px 0;
		float:left;
		}

	.post img {
		background:#fff;
		border:1px solid #aaa;
		padding:9px;
		}

	.post img.noborder {
		border:0; padding:0; margin:0; background:none;
		}
	
	.postcontent {
		width:500px;
		clear:both;
		}

	.contenthead {
		width:500px;
		padding:20px 0 10px 0;
		border-bottom:1px solid #aaa;
		}

		.comment {
			width:480px; padding:9px; border:1px solid #aaa; margin:20px auto 20px auto; background:#fff; 
			}

.comment img { display:none; }
.comment img.nyo977 { display:block; border:0; background:none; padding:0; margin:0; }

.comment ol { color:#777; font-family:Rockwell, Arial, Sans-serif; font-size:20px; }
.comment ol p {}

#adbar {
	width:120px;
	float:left;
	margin:10px 30px 0 0px; padding-right:19px; border-right:1px dotted #aaa;
	}

#adbar img {margin-bottom:10px;}

#sidebar {
	width:280px;
	float:left;
	border-left:1px dotted #aaa;
	margin:10px 0 0 28px; padding:0 0 0 20px;
	}

#footwrap {
	width:100%;
	background:#238;
	height:100px;
	margin-bottom:0;
background-image:url('http://test.clarioncallnews.com/wp-content/themes/clarioncall/img/head_bg.png');
background-repeat:repeat-x; border-top:1px solid #238;
	}
	
	#footer {
		width:1000px;
		margin:0 auto 0 auto; padding:10px 0 0 0;
		text-align:left;
		}
	
	#footer p {
		font-family:Lucida Sans Unicode, Lucida Grande, Sans-serif;
		font-size:12px;
		color:#fff;
		margin:10px 0 0 0;
		}

	#footer p a {
		color:#fff; text-decoration:none;
		}

	#footer p a:hover {
		color:#fff; text-decoration:underline;
		}

p.wp-caption-text { color:#777; font-size:12px; margin: 3px 0 20px 0; text-align:left; }

.tag-top-story {background-image:url('http://www.clarioncallnews.com/img/top_story.png'); background-repeat:repeat-x;}
.tag-top-story h2 { font-size:36px; font-family:Franklin Gothic Medium, Impact, Arial, Sans-serif; font-weight:normal; letter-spacing:-1px; }

.ourview {
	background:#238;
	color:#fff;
	font-family: Rockwell, Arial, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height:40px;
	height:40px;
	width:100px;
	text-align: center;
	border: 0;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
 }

#featuredstory {
	margin:0 auto 0 auto; width:1200px;
	display:none;
}

#featuredphoto {
	margin:0 auto 0 auto; width:1200px; height:400px;
	display:block; text-align:left;
        background-image:url('http://www.clarioncallnews.com/img/featured_equity.jpg');
}

#featuredphoto img { float:left; margin:20px 0 0 250px; }
