/*
inky_new.css -- stylesheet used for inkylinux.com

Last Updates: 2007-28-07
*/

body{
	font-family: "Bitstream Vera Sans", sans-serif;
	/*font-size:	;*/
	background-color: #whitesmoke;
}

#header{
	width 80%;
	}



#footer{
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#navigation-bar{
     border-top: 1px solid gray;
     border-bottom: 1px solid gray;
     margin-bottom: .5em;

     }

#navbar{
     text-align: center;
     }

#navbar ul{
     list-style: none;
     }

#navbar li{
     display: inline;
     margin-right: 2em;
     }

#navbar li a{
     text-decoration: none; 
     }

#navbar li a:hover{
     background-color: transparent;
     text-decoration: underline;
     }
#navbar li a.current{
	 color: green;
}
h1{
	font-size: 115%;
	}
h2{
	font-size: 110%;
	}
h3{
	font-size: 95%;
	font-style: italic;
	}

table{
  font-size: 95%;
  }

td{
  border: 1px solid black;
  }

.story-img{
		padding: 2px;
}

.section{
	}

.sidebar{
	float: left;
	width: 25px;
	}

.content{
	margin-left: 50px;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	padding-left: .5em;
	}

.content-new{
	margin-left: 50px;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	padding-left: .5em;
	background-color: lightyellow;
	}


.removed{
	text-decoration: line-through;
	}

.icon{
	float: left;
	}

.warning{
     font-size: 120%;
     border: 1px dashed black;
     width: 100%;
     background-color: red;
     height: 10%;
     }

.alert{
     font-size: 110%;
	 border: 1px dashed red;
	 background-color: lightyellow;
     }
