 /*------------------------------------------------------------------------ 
   Theme Name:    New Pelican
   Theme URI:     http://www.spspelican.com/ 
   Description:   A newspaper styled wordpress theme
   Version:       1.00 
   Author:        Greg Dehmlow
   Edited Extensively by:     Nina Peluso
   Author URI:  
   ------------------------------------------------------------------------*/  
/***
  Pelican Online Style Sheet
 
  Colors:
	Red: #cc0000
	White: #ffffff
	Link Blue: #004276
	Light Gray: #656565
	Dark Gray: #393939
	Border Blue: #5197ff
	Border Green: #93ff51
	Border Orange: #ffc451
	Border Pink: #f57eff
***/

/***
	Generic
***/

	sup {
		font-size: 11px;
		line-height: 14px;
		vertical-align: super;
	}

	h1 {
		font-family: Georgia ;
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 10px;
	}

	h2 {
		font-family: Georgia ;
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	h3 {
		font-family: Georgia ;
		font-size: 18px;
		line-height: 20px;
	}
	
	p {
		font-family: Georgia, Palatino, Palatino Linotype, Times New Roman, Times, Serif;
		font-size: 16px;
		color: black;
	}

	a {
		color: #004276;
		font-family: Georgia, Palatino, Palatino Linotype, Times New Roman, Times, Serif;
		font-size: 16px;
		text-decoration: underline;
	}

	a:hover {
		color: #0e6fbb;
	}

	em {
		font-style: italic;
	}

	strong {
		font-weight: bold;
	}
	
	img {
		padding: 5px;
	}

/***
	Basic Layout
***/

	html {
		font-size: 100.01%;
	}

	body {
		background: black url("images/background.png") repeat-x;
		color: black;
		font-family: Georgia, Palatino, Palatino Linotype, Times New Roman, Times, Serif;
	}

	#background {
		background-color: #fffff6;	
		width: 980px;
		margin: 0 auto;
		margin-top: 40px;
	}

	#wrapper { 
		width: 910px;
		margin: 0 auto;
		padding-top: 15px;
	}

	#left {
		float: left;
		margin-left: 10px;
		margin-top: 20px;
	}

	#middle {
		float: left;
		margin-left: 30px;
		margin-top: 10px;
	}

	#right {
		float: right;
		margin-right: 35px;
		margin-top: 20px;
		
	}

	#navbar {
		margin-left: 3px;
		height: 48px;
	}

	#featuredarticles {
		margin-top: 30px;
		margin-bottom: 20px;
		width: 600px;
		float: left;
	}

	#article, #articles {
		margin-top: 30px;
		margin-bottom: 40px;
		width: 640px;
		float: left;
	}

	#column1 {
		width: 310px;
		clear: left;
		float: left;
	}

	#column2 {
		width: 310px;
		float: left;
		margin-left: 20px;
	}

	#column3 {
		margin-top: 20px;
		float: right;
		width: 250px;	
		margin-bottom: 20px;
	}
	
	#links { 
		width: 300px;
		float: left;
	}

	#footer {
		width: 920px;
		height: 10px;
		margin-top: 100px;
		clear: both;
		border-top: 4px double #cc0000;
	}

	#clear {
		width: 920px;
		height: 100px;
		clear: both;
	}

	
	
/***
	Headings
***/

	#header h1 {
                font-family: Georgia ;
		font-size: 68px;
		line-height: 68px;
		letter-spacing: -1px;
		text-align: center;
		margin-bottom: 10px;
	}

	#title h2 {
                font-size: 18px;
		font-family: Georgia;
	}

	#featuredarticles h1 {
		color: black;
		font-family:  Georgia, Times New Roman, Palatino, Palatino Linotype, Times, Serif;
		font-variant: small-caps;
		font-size: 34px;
		font-weight: bold;
		letter-spacing: 0px;
		padding-bottom: 12px;
	}

	#article h2, #articles h2 {
		color: black;
		font-size: 34px;
		margin-top: 10px;
		margin-bottom: 5px;
		font-variant: small-caps;
		font-family: Georgia, Times New Roman, Palatino, Palatino Linotype, Times, Serif;
		font-weight: bold;
		letter-spacing: 0px;
	}

	#articles h2 {
		margin-bottom: 10px;
		padding-bottom: 10px;
		padding-top: 5px;
	}

	#articles h3 {
		margin-top: 15px;
	}

	.linkcat h2 {
		text-transform: lowercase;
		font-size: 24px;
	}

	#column1 h2, #column2 h2 {
		color: #222;
		font-variant: small-caps;
		font-family: Georgia, Times New Roman, Palatino, Palatino Linotype, Times, Serif;
		font-weight: bold;
		font-size: 26px;
		padding: 4px 0 2px 0;
		letter-spacing: 0px;
	}

	#column3 h2 {
		border-top: 7px solid #ff8686;
		padding-top: 4px;
		padding-bottom: 4px;
		margin-top: 20px;
		font-family: Georgia, Palatino, Palatino Linotype, Times New Roman, Times, Serif;
		font-size: 24px;
		text-align: center;
		font-variant: small-caps;
	}

	#column3 h3 {
		font-size: 18px;
		text-align: center;
		font-style: italic;
		padding-top: 5px;
		padding-bottom: 0px;
	}

	
	
/***
	Links
***/

	#navbar a {
		font-size: 18px;
		color: black;
		text-decoration: none;
		font-family: Georgia, Palatino, Palatino Linotype, Times New Roman, Times, Serif;
		width: 130px;
		height: 28px;
		margin-right: -1px;
		text-align: center;
		padding-top: 10px;
		float:left;
		border-top: 7px solid #cc0000;
		border-bottom: 1px solid #cc0000;
	}

	#navbar a:hover {
		border-top: 7px solid #ff8686;
		border-bottom: 1px solid #ff8686;
	}

	#featuredarticles a {
		color: #004276;
		font-family: Georgia, Palatino, Palatino Linotype, Times New Roman, Times, Serif;
		font-size: 20px;
		text-decoration: none;
	}

	#featuredarticles a:hover {
		color: #0e6fbb;
	}

	#article a, #articles a {
		color: #004276;
		font-family: Georgia, Palatino, Palatino Linotype, Times New Roman, Times, Serif;
		font-size: 18px;
		text-decoration: none;	
		font-weight: bold;
	}

	#article a:hover, #articles a:hover {
		color: #0e6fbb;
	}

	#article a {
		text-decoration: underline;
		font-size: 15px;
	}

	#articles a.more {
		font-size: 15px;
	}

	.author a {
		color: #656565;
		padding-bottom: 10px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14.5px;
		text-align: right;
	}

	#column1 h2 a, #column2 h2 a {
		color: black;
		font-family: Palatino, Palatino Linotype, Georgia, Times New Roman, Times, Serif;
		font-weight: bold;
		font-size: 24px;
		padding: 8px 0 12px 0;
		letter-spacing: -1px;
	}

	#column1 h2 a:hover, #column2 h2 a:hover {
		color: #004276;
	}

	#column1 a, #column2 a {
		color: #004276;
		font-family: Georgia, Palatino, Palatino Linotype, Times New Roman, Times, Serif;
		font-size: 18px;
		text-decoration: none;
	}

	#column1 a:hover, #column2 a:hover {
		color: #0e6fbb;
	}

	#column3 a {
		color: #004276;
		font-size: 18px;
		line-height: 28px;
	}

	#column3 a:hover {
		color: #0e6fbb;
	}

	#column1 .more, #column2 .more, #article .more {
		float: right;
		font-size: 16px;
		text-decoration: none;
		color: #004276;
	}

/***
	Paragraph
***/

	#featuredarticles p {
		color: #656565;
		padding-bottom: 10px;
		font-family: Helvetica, Arial, sans-serif;
		font-variant: small-caps;
		font-size: 14.5px;
		text-align: right;
		text-transform: lowercase;
	}

	#article p{
		color: #393939;
		font-size: 16px;
		padding-top: 10px;
		line-height: 26px;
	}

	#articles p {
		color: #393939;
		line-height: 20px;
		padding-top: 0px;
		padding-bottom: 10px;
		font-size: 15px;
	}

	#column1 p, #column2 p {
		color: #393939;
		line-height: 18px;
		padding-bottom: 15px;
		font-size: 15px;
	}

	#column3 p {
		line-height: 22px;
	}

	
	
/***
	List
***/

	#column3 ul {
		list-style: none;
	}

	#column3 li, #column3 ul{
		list-style: none;
	}

	#navbar li {
		display: inline;
	}

	
	
/*** 
	Image
***/

	#featuredarticles img {
		float: right;
	}

	
	
/***
	Classes
***/

	.more-link {
		font-size: 12px;
	}

	#article .author {
		padding: 0;
		padding-top: 5px;
		line-height: 5px;
		color: #656565;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		padding-left: 1px;
		padding-bottom: 5px;
	}

	#articles .author {
		padding: 0;
		padding-top: 5px;
		line-height: 15px;
		color: #656565;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		padding-left: 1px;
		padding-bottom: 5px;
	}


	#column1 .author, #column2 .author {
		color: #656565;
		padding-bottom: 0px;
		font-family: Helvetica, Arial, sans-serif;
		font-variant: small-caps;
		font-size: 14.5px;
		text-align: right;
		text-transform: lowercase;
	}

	.news {
		clear: both;
		border-top: 7px solid #5197ff;
	}

	.print {
		margin-top: 30px;
		clear: both;
		border-top: 7px solid #93ff51;
		margin-bottom: 40px;
	}

	.opinions {
		clear: both;
		border-top: 7px solid #ffc451;
	}

	.media {
		margin-top: 30px;
		clear: both;
		border-top: 7px solid #f57eff;
	}

	.features {
		clear: both;
		border-top: 7px solid #111111;
	}

	#column3 h3.date {
		font-size: 13px;
		font-style: normal;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #656565;
	}
	
	.widgettitle {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.textwidget p {
		font-size: 13px;
		text-transform: capitalize;
	}
	
	.weather_info img {
		border: 0;
	}
	
    .aligncenter,
    div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .alignleft {
    float: left;
    }

    .alignright {
    float: right;
    }

    .wp-caption {
    border: 1px solid #aaa;
    text-align: center;
    background-color: #eee;
    padding-top: 4px;
    margin: 10px;
    }

    .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
    }

    .wp-caption p.wp-caption-text {
    font-size: 9px;
    line-height: 11px;
    margin: 0;
    }
	
	.wp-caption-text p {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 8px;
	}
	
	#featuredarticles img {
		float: right;
	}