/* ----------------------------------------
Theme Name: Drexel Research Blog
Theme URI: 
Description: Designed for research students of Drexel University
Version: 1.0
Author: Clayton McNeil
Author URI: 
Last Modified: 2007.06.29
Provides: Theme definition file for WordPress 1.5
---------------------------------------- */
@import 						url("design/styles/default/screen.css");
@import 						url("design/styles/default/print.css");

    body {
	/*background-color: #000033;*/
	background-image: url('graphics/gradiant_bg.jpg');
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; /* This sets the default font face */
    font-size: 13px; /* How large the default font is */
    line-height: 17px; /* Tells the browser how tall each line should be */
    margin: 0; /* No margin on the body */
    padding: 0; /* No padding on the body */
    text-align: center; /* This always has to be center when you want your container to be centered on the page because of Internet Explorer */
    }
	
    div {
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; /* This sets the default font face */
	font-size: 13px; /* How large the default font is */
    line-height: 17px; /* Tells the browser how tall each line should be */
    }
	
	h1 {
	font-size: 30px;
	color: #333366;
	}
	
	h3 {
	margin-bottom: 10px;
	font-size: 20px;
	}
	
	h4 {
	margin: 5px;
	font-size: 16px;
	color: #333366;
	}
	
	h4.small {
	margin: 5px;
	font-size: 14px;
	color: #333366;
	}	
	
	h5 {
	margin: 0px;
	font-style: bold;	
	}

	table {
	padding: 0px;
	border-spacing: 0px;
	}

	div.article {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	a.ptitle {
	text-decoration: none;
	font-style: italic;
	}

	a.ptitle:link {
	color: #333366;
	}
	
	a.ptitle:active {
	color: #333366;
	}
	
	a.ptitle:visited {
	color: #333366;
	}
	
	a.ptitle:hover {
	text-decoration: underline;
	color: #333366;
	}
	
	a.intext {
	text-decoration: underline;
	font-size: 13px;
	}
	
	p {
	text-indent: 25px;
	}
	
	p.desc {
	margin-top: 5px;
	margin-right: 20px;
	text-indent: 25px;
	}

/*	td {
	border: 1px dashed black;
	}
*/
    #container {
    width: 850px; /* This sets the width. The other two lines are a Internet Explorer hack */
    \width: 860px; /* Add 10 to your actual width or your container will not display correctly in IE */
    w\idth: 850px; /* Original width */
	margin-top: 5px;
    margin-left: auto; /* Required to center the Container on page */
    margin-right: auto; /* Required to center the Container on page */
    padding: 0px; /* Defines whether or not the content hits the edge of the container */
    text-align: left; /* Required or your content will be centered */
    overflow: hidden; /* Makes sure things larger than the container don’t screw up your layout */
	background-color: #FFE892;
    }	