ti/* 
lylina news aggregator

Style: default
Description: Default lylina style, based on original lilina default style

Copyright (c) 2007 Roch Smith Jr

Copyright (C) 2004-2005 Panayotis Vryonis
Copyright (C) 2006 Eric Harmon

lylina is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

lylina is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with lylina; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/



/* Global Elements */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #ffffff;
	/* hide from IE5 mac \*/
 	height: 100%;
 	/* end hack */
	height: auto;
	width: 100%;
	}
html, body, p, ul, input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	}
img, a {
	border: 0;
	vertical-align: text-bottom;
	}
a:link {
	color: #1B4B94;
	text-decoration: none;
       }

a:visited {
	color: #1B4B94;
	text-decoration: none;
       }

a:hover {
        text-decoration: underline;
}

/* master */

#master {
	position: relative;
	padding: 0;
	border: 0;
	vertical-align: top;
        background-color: #ffffff;
        margin: 0;
	}


/* container */

#container {
	background-color: #ffffff;
	border-top-width: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	width: 800px;
	}
/* masthead */

#masthead {
        margin: 0;
	padding: 0;
	border: 0;
	background: #ffffff;
	/* hide from IE5 mac \*/
 	height: 100%;
 	/* end hack */
	height: auto;
	width: 100%;
        text-align: center;
        font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	}

#select {
        margin: 0;
	padding: 0;
	border: 0;
	background: #ffffff;
	/* hide from IE5 mac \*/
 	height: 100%;
 	/* end hack */
	height: auto;
	width: 100%;
	}

/* slogan */

.slogan {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	}

/* main wrapper */

#mainwrapper {
	width: 100%;
	}

/* Topbar */
#navigation {
	position: relative;
	background: #ffffff;
	color: #000;
	padding: 8px;
	display: block;
        width: 100%;
        font-size: 1.1em;

}
#navigation ul, #navigation li {
	margin-left: 2px;
}

#navigation li {
	list-style: none;
	margin-top: 3px;
	margin-left: 3px;
	display: inline ;
	}
#navigation ul {
	list-style: none;
	margin-top: 3px;
	margin-left: 3px;
	padding-left: 3px;
	display: inline ;
	}

#navigation li.img {
	margin-top: 2px;
	}
#navigation ul li.admin a {
	color: #990000;
	margin-left: 3px;
	}

/* SEARCH */

.srch {
        display: inline;
        float: right;
	text-align: right;
	}

p.search {
        text-align: right;
         }

.search {
	position: relative;
	float: right;
}

	
/* Login */

.login {
	position: relative;
	float: right;
}

/* Feed */

.feed { /* Container for items coming from the same feed */ 
	/* Add styling if you want consequent items from the same feed to look "grouped" */
}

.feed {
	background: #ffffff;
}

.feed2 {
	background: #EFEFEF;
}


h1 { /* Date */
	margin: 0px 0px 0px 0px;
	padding: 4px 0 4px 15px;
	border-top: 1px solid #00005c ;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #8AB0D7;
	/*background: #3173C4;*/
	}
.item {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	border-top: 1px solid #aac ;
    padding-top: 3px;
    padding-bottom: 3px;
	padding-left: 15px;
       	border-bottom: 0px #aaa solid;
       
	}
	
.expanded {
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	border-top: 1px solid #aac ;
	background-color: #ffffff;
	padding-bottom: 1px ;
	padding-left: 15px;
        padding-top: 5px;
	}						

.item img, .expanded img {
	margin: 2px 10px 0 0;
	}
	
.bmark { /* Bookmark image */
	
	}
.time { /* Time Posted */
	margin: 0 4px 0 4px;
	font-style: italic;
	color: #999999;
    display: inline;
    float: left;
    padding-top: 3px;
	}
.title { /* Title */
	font-weight: bold;
	color: #1B4B94;
	cursor: pointer;
	text-decoration: none;
	}

/* .title:hover {
         text-decoration: underline;
}
*/

.source { /* Direct link to weblog post */
	}

.source a {
	margin: 0 0 0 10px;
	color: #990000;
	text-decoration: none;
	}

/* .source:hover {
         text-decoration: underline;
}
*/

.excerpt { /* Excerpted content from feed */
	margin: 3px 0 0 60px;
	font-size: 12px;
	width: 90%;
	display: none;
	}
.integration a {
	text-decoration: none;
	color: #666666
}
.integration img {
	margin: 0 0 0 0;
}


.recommend { /* Recommendation Link */
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	}

a.recommend:hover {
         text-decoration: underline;
}

.articlelink { /* Article Link */
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	}

a.articlelink:hover {
         text-decoration: underline;
}


/* Pop-up window alert*/



/* Panel */

#panel {
	position: absolute;
	top: 20px;
	right: 2px ;
	padding: 10px;
	background: #eeeeee ;
	color: #6f6f6f;
	width: 200px;
	display: block;

}
/* Sources */

#sources {
	padding: 4px;
	color: #6f6f6f;
	display: block;
	border-top: 1px #aaa solid;
	background: #CBDFEB;
	}
#sources h3 {
	display: block;
	margin: 0 0 10px 0;
	border-bottom: 1px #CBDFEB dotted;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 98%;
	}
#sources ul {
	list-style-type: square;
	margin: 10px;
	padding: 0px;
	}
#sources li {
	display: inline;
	padding-left: 1em;
	padding-bottom: 2px;
	}
#sources ul li img {
	display: inline;
	height: 16px;
	width: 16px;
	vertical-align: text-bottom;
	}
#sources a {
	text-decoration: none;
	border-bottom: 1px dotted ;
}



/* Edit */

.item ul, .expanded ul {
	list-style: none;
	margin: 15px 0 0 0;
	}
.item li, .expanded li {
	font-size: 12px;
	}

.prefs {
	float:right;
	width:200px;
	background-color: #fff;
	padding:1em;
	margin:1em;
}

/* Footer */

#footer {
	margin: 0px;
	padding-top: 5px;
	border-top: 1px #C7D0EB solid;
	font-size: 10px;
	text-align: center;
	width: 100%;
	}

#main {
	display: block;
	margin-right: 0px;
	border-right: 0px #aaa solid;
}

.feedico {
	position: relative;
	float: right;
}

/* Pop-up confirm recommendation*/

.windowtext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	}

/* FORMS */

fieldset  {
	font: 1.0em "Helvetica Neue", helvetica, arial, sans-serif;
	color: #666;
	background-color: #ffffff;
	padding: 2px;
	border: solid 2px #3173C4;
	width: 350px;
	}
	
legend  {
        font-size: 1.8em;
	color: #3173C4;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #ffffff;
	padding: 2px 6px;
	margin-bottom: 8px;
	}

label   {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 125px;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputText   {
	font-size: .8em;
	color: #666;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	}
	
input.formInputText:hover {
	background-color: #ccffff;
	border: solid 1px #006600;
	color: #000;
	}
	
input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}
	
/*select.formSelect {
        outline: #FF0000 solid 2 px;
        padding: 2px;
	}
*/

option.request {
        color: #000000;
        background: #ffff00;
        font-weight: bold;
	}

input.formInputButton   {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #300;
	background: #f99 url(bg_button.png) repeat-x;
	padding: 1px;
	border: solid 1px #f66;
	cursor: pointer;
	float: right;
	}
	
input.formInputButton:hover   {
	background-image: url(images/bg_button_hover.png);
	}
	
input.formInputButton:active   {
	background-image: url(images/bg_button.png);
	}

/* FORM HINT */
dl {
    font:normal 12px/15px Arial;
    position: relative;
    width: 350px;
}
dt {
    clear: both;
    float:left;
    width: 130px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}


/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    left: 360px;
    width: 280px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc url(pointer.gif) no-repeat -10px 5px;
}



/* The pointer image is hadded by using another span */
/*.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(pointer.gif) left top no-repeat;
}
*/


/* END FORM HINT */


/* SPECIALTY */



.message {
        font-size: 12px;
	font-weight: normal;
	color: #000000;
	background: #ffffff;
}

.message ul {
        font-size: 12px;
	font-weight: normal;
	color: #000000;
	background: #ffffff;
}
  
