/*
    Very simple CSS for SveikaPradžia.lt
    
    einis.sustickas.com
    **/

.bg {
    background-color: #fdfdf8;
    }
a {
    color: #047ec6;
    }
a:hover {  
    color: #408d45;
    }
/*
    Pagrindine navigacija
    **/
#menu {
    list-style: none;
    font-family: verdana, tahoma, arial;
    font-size: 12px;
    font-weight: bold;
}
#menu a {
    color: #666666;
    text-decoration: none;
    padding: 5px 5px 5px 5px; 
    }
#menu a:hover {
    color: #007cc6;
    text-decoration: underline;
    }
#menu li {
    float: left;
    display: inline;
    margin: 0;
    }
#menu .active a {
    color: #000000;
    background-color: #e4f6e5;
}

/*
    Antro lygio navigacija
    **/
#submenu {
    list-style: none;
    font-family: verdana, tahoma, arial;
    font-size: 12px;
    font-weight: bold;
    display: inline;
}
#submenu a {
    width: 150px;
    display: block;
    color: #666666;
    text-decoration: none;
    padding: 4px 13px 3px 13px;
    }
#submenu a:hover {
    color: #007cc6;
    text-decoration: underline;
    }
#submenu li {

    float: right;
    margin: 0;
    }
#submenu .active a {
    background-image: url('submenu-arrow.gif');
    background-repeat: no-repeat;
    background-position: right;
    color: #000000;
    background-color: #e4ebef;
}

/*
    Centrinė dalis
    **/
#text {
    padding-left: 10px;
    font-family: verdana, tahoma, arial;
    font-size: 0.75em;
    color: #000;
    }
#text p {
    text-indent: 1.5em;
    }

/*
    Copyright juosta
    **/ 
#bottom {
    background-image:url('bottom.gif');
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    color: #91b445;
    }
#bottom a {
    color: #91b445;
    }
/*
    "Vieta jūsų reklamai" viršuj ir kairėj
    **/
#ad-top, #ad-left {
    font-family: verdana, tahoma, arial;
    font-size: 9px;
    }

#ad-top {
    padding-left: 30px;
    padding-right: 120px;
    }
#ad-top b {
    color: #973800;
    }
#ad-left {
    padding-top: 20px;
    }
    
/*
    Puslapiu css'ai
    **/
    
.news-title {
    font-size: 1.2em;
    font-weight: normal;
    width: 500px;
    background-color: #f0f3ea;
    
    }
    
.news-date {
    width: 500px;
    font-size: 0.7em;
    background-color: #e9eedd;
    color: #91b445;
    }
    
#q {
    font-size: 1.2em;
    margin: 0;
    }
    
.q-date {
    font-size: 1em;
    color: #91b445;
    border-top: solid 1px #e9eedd;
}
#q a {
	font-size: 1em;
    color: #000;
    text-decoration: none;
    }

#q a:hover {
	font-size: 1em;
    background-color: #047ec6;
    color: #fff;
    }
    
#q-1 {
    border-left: solid 10px #e9eedd;
    font-size: 1em;
    padding-left: 15px;
    }
    
.t th {
    text-align: right;
    font-size: 0.8em;
    }
    
.t input {
    font-size: 1em;
    font-family: arial, verdana, tahoma;
    }

/*
	Forumas
	**/
	
#forum-list td {
	font-size: 0.7em;
	
	border-right: 1px solid #f0f3ea;
}
#forum-list th {
	text-align: left;
	background-color: #f0f3ea;
}
#forum-list a {
	text-decoration: none;
}

.forum-item {
	background-color: #f0f3ea;
	text-align: left;
}

#forum-threads-t {
	font-weight: bold;
	font-size: 0.8em;
	color: #a9ccab;
}
#forum-threads-title {
	font-size: 2em;
	color: #669469;
}

#forum-new td, #forum-new th {
	font-size: 0.7em;
}
#forum-new input[type=text] {
	width: 300px;
	font-size: 1.3em;
}
#forum-new textarea {
	width: 450px;
	height: 200px;
	font-size: 1.1em;
}
#forum-new th {
	text-align: right;
}

#forum-thread {
	font-size: 1em;
}
#forum-thread #name{
	font-weight: bold;
}
#forum-thread #date {
	color: #669469;
	font-size: 0.8em;
}
#forum-thread #meta {
	background-color: #f1f7f2;
}
#forum-thread td {
	border-bottom: solid 1px #a9ccab;
}
