/* CSS Document */

/* body related */
body { /* BG color uppercase; Margin condensed; px not needed for 0 value*/
	background-color: #ECECEC;
	margin: 0;
	padding:0;
	width:100%;
	text-align:center;
}
/* Center's the entire page */
.bound{
	width:930px;
	padding:0px;
	margin:0 auto 0;
	text-align:left;
}
#wrapper { /* Color shorthand; Margin condensed; Removed position:relative*/
    background-color: #FFF;
    padding: 15px;
    border: 1px solid #999;
    width: 900px;
    margin: 15px auto;}
.clear {
    clear: both;
    visibility: hidden;
}
p { /*Condensed margin; <p> tag is block by default*/
     padding: 0;
    margin: 0 0 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 125%;
   
}

p a{
    text-decoration: underline;
    font-weight:bold;
    color:#6f0a0a;
}

/* links */

#topbar #searchbar a {
    border-style: none;
}
a{ /*#topbar.a inherits properties of a; color shorthand*/
    color: #000;
    text-decoration: none;
}
a:hover{
    color: #6f0a0a;
    text-decoration: none;
}
a:visted{ /*color shorthand*/
    color: #000;
    text-decoration: none;
}
#banner { /*condensed margin*/
    margin: 0 auto;
    padding-top: 15px;
    width: 728px;
}

/* menu and search */

#topbar { /*color shorthand; margin/padding/border condensed; removed position:ralative; vertical-align is not supported correctly :(*/
    background-color: #FFF;
    width: 900px;
    margin: 0 auto;
    padding: 4px 15px;
    border: 1px solid #999;
    border-top:0;
    text-align: left;
    height: 20px;
		display: inline-block;
}
#searchbar {
    float: right;
    position: relative;
}
#topbar a {/*margin/padding/border condensed; color shorthand*/
    font-family: trebuchet, "trebuchet ms";
    font-size: 12px;
    text-decoration: none;
    margin: 2px 0;
    padding: 0 5px;
    border-right: 1px solid #CCC;
    color: #000;
}
.search_str {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
form {
    margin: 0;
    padding: 0;
}
.search{/*color shorthand; padding/margin condensed; why are you using pt?*/
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 9pt;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.5pt;
    padding: 4pt 8pt 0 0;
    margin-bottom:6pt;
    text-align: justify;
    line-height: 12pt;
    width: 171px;
}

/*masthead */

#issue { /*color shorthand; padding condensed*/
    background-color: #000;
    font-family: trebuchet, "trebuchet ms", Helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    padding: 2px 4px;
    width: 896px;
    height: 15px;
}
#volume { /*Do we have to use absolute positioning?*/
    position: absolute;
}
#date { /*removed position:relative*/
    float: right;
}
#tagline {
    position: absolute;
    text-align: center;
    width: 900px;
}
#celeb {
    float: right;
}
#masthead {/*background condensed*/
    width: 900px;
    padding-top: 10px;
    height: 119px;
    background: url(images/logo.gif) no-repeat left 10px;

}
#UCSD {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #6f0a0a;
    width: 144px;
    letter-spacing: 1px;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    z-index: 150;
}
#quote {
    z-index: 150;
    width: 350px;
    text-align: right;
    padding-top: 15px;
    float: right;
}
#quote #who { /*color shorthand*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000;
    padding-top: 4px;
    display: block;
}
#quote #text {
    font-family: trebuchet, "trebuchet ms";
    font-size: 18px;
    color: #6f0a0a;
    display: block;
    font-weight: bold;
}
#skyboxes {
    width: 900px;
}
#skyboxcontent {
    width: 900px;
      position: absolute;
      z-index: 150;
}
#skybox1, #skybox2 { /*Lets set opacity with php loop; combined sililar skyboxe properties*/
    background-color: #6f0a0a;
    width: 450px;
    height: 82px;
    filter:alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
    float: right;
}
#skybox2 {
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
#box1 {
    width: 450px;
    height: 82px;
    z-index: 150;
    float: right;
}
#box2 {
    width: 450px;
    height: 82px;
    z-index: 150;
    float: right;
}
#skyboxes #right {
    float: right;
    position: relative;
}

.skyhead {
    font-family: trebuchet, "trebuchet ms";
    font-size: 18px;
    color: #000;
    display: block;
    font-weight: bold;
}
.skycontainer {
    padding: 2px;
}
.skypic {
    float: left;
    margin-right: 6px;
}
.skysub {/*color shorthand*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000;
    padding-top: 4px;
    display: block;
}

/* headlines */

h1 { /*condensed margin*/
    font-family: trebuchet, "trebuchet ms", Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-align: center;
    font-weight: bolder;
    letter-spacing: -2px;
    line-height: 36px;
    padding: 0;
    margin: -4px 0 8px;
}
h2 {
    font-family: trebuchet, "trebuchet ms", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
h3 { /*condensed margin; condensed border; added text-trans -- removed text-trans*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 26px;
    border-left: 6px solid #6f0a0a;
    padding-left: 2px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
h4 { /*condensed margin; added text-trans -- removed text-trans*/
    font-family: trebuchet, "trebuchet ms", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin: 5px 0;
    letter-spacing: -1px;
    /*text-transform: capitalize;*/
       
}
#rightcontent h4 {padding-bottom:5px;}

h5 { /*color shorthand; condensed margin*/
    font-family: trebuchet, "trebuchet ms", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #666;
    line-height: 24px;
    text-align: center;
    padding: 0;
    margin: 0 0 10px;
}
h6 {
    font-family: trebuchet, "trebuchet ms", Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.authortitle {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    text-align: center;
    display: block; padding-bottom:10px;
}

/* main area */

#container { /*color shorthand; border condensed; background condensed; padding condensed*/
    width: 900px;
    border-bottom: 1px solid #000;
    padding: 20px 0 15px;
    background: url(images/bg_02.gif) repeat-x bottom;
		margin:0 auto 0;
}
#leftcontent { /*color shorthand; border condensed;*/
    width: 164px;
    float: left;
    border-right: 1px solid #000;
    padding-right: 15px;
}
#insert { /*color shorthand; border condensed;*/
    border-left: 6px solid #6f0a0a;
    padding-left: 15px;
}
#insert p {
    font-size: 9px;
}
#centercontent {
    width: 540px;
    float: left;
}

#rightcontent { /*color shorthand*/
    width: 164px;
    float: left;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #000;
    padding-left: 15px;
}
.rule { /*color shorthand; margin condensed*/
    background-color: #000;
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
}
.centerspread { /*color shorthand; capitalization; margin condensed*/
    width: 88pt;
    height: 68pt;
    background-color: #EFEFEF;
    border: 1px solid #CCC;
    margin: 0 auto 6pt;
}
.caption {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: justify;
    display: block;
        padding:2px;
}
#article { /*margin condensed*/
    margin: 0 15px 45px;
}
#mainpic { /*color shorthand*/
    border: 1px solid #000; margin:2px;
}
#floater {
    float: right;
    margin-left: 15px;
    margin-bottom: 4px;
        padding:5px;
       background:#eee;
}
#emailIt { /*condensed padding/margin*/
    text-align: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: 510px;
    margin: 0 auto;
    position: relative;
    bottom: 77px;
    padding: 0 195px;
}

/* lists */

li {
    padding-bottom: 4px;
}
ol {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 13px;
    margin-top: 0;
    padding-top: 8px;
    margin-left: 30px;
    overflow: hidden;
}
html>body ol {
    padding-left: 25px;
    margin-left: 0;
}
ul {
    margin-left: 16px;
}
html>body ul {
    padding-left: 12px;
    margin-left: 2px;
}
#leftcontent li, #emailIt li { /*condensed padding*/
    font-family: trebuchet, "trebuchet ms";
    font-size: 12px;
    font-weight: bold;
    padding-top: 0 0 4px;
    list-style-type: square;
    color: #6f0a0a;
}
#submit{
    border:0;
    background-color:#FFF;
}
