/*  
Theme Name: Teenager
Author URI: http://www.gotovski.com/
Version: 2.0
Author: Gotovski

*/

html, body { margin: 0; padding: 0; }

body { 
	background: #ccc4af;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-bottom: 20px; 
	text-align: center;
	color: #666;
}

body * {margin: 0px; padding: 0px;}

/*********************************************
		Link Styles
*********************************************/
a, a:visited, a:active {
	color: #16b5d2;
		font-size: 11px;
	text-decoration: none;
}
a:hover { color: #16b5d2; text-decoration: underline; }

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #333;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #999;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
h1, h1 a, h1 a:visited { /* This style used as title on single posts and pages */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #6B030B;
	text-decoration: none;
}
h2, h2 a { /* This style used as header in the sidebars */
	background: #FFFFFF;
	font-size: 16px;
	color: #16b5d2;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-weight: normal;
}
h3, h3 a, h3 a:visited { /* This style used as the post titles on homepage/archive */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #6B030B;
	text-decoration: none;
}
h3 a:hover {
	color: #333;
	text-decoration: none;
}
h4, h4 a { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #666;
	text-decoration: none;
}

/*********************************************
		Container Div
*********************************************/
#container {
	background: transparent;
	border: 0px solid #000;
	text-align: left;
    margin: 0px auto;
    width: 900px;
    padding: 0px;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	border: 0px solid black;
	background: transparent;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}
/*********************************************
		Horizontal Navigaion Styles
*********************************************/
#menu {
	color: #FFF;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-align: center;	
	padding: 0px 0px;
	margin: 0px;
	display: block;
}
#menu ul {
	background: transparent;
	margin: 0px;
	padding: 18px 0px 19px 0px;
	}
#menu ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 18px 0px 19px 0px;
	}
#menu ul li a {
	color: #FFF;
	padding: 18px 10px 19px 10px;
	margin: 0px;
	text-decoration: none;
	}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a, #menu ul li.current_page_item a:visited {
}
#menu ul li a:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
/*********************************************
		Content Div
*********************************************/
#content {
	float: left;
	margin-left: 20px;
	padding: 0px 25px 20px 25px;
	width: 436px;
	display: block;
	border: 0px solid black;
}
.post-more { /* Use this class to style the "more" tag div */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}

/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px 0px;
	margin: 0px 0px;
	background: none;
	border-top: 1px solid #999;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px 0px;
	margin: 5px 0px;
	background: none;
}
.meta-date {
}
.meta-author {
}
.meta-comments {
}
.meta-category {
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}
	
/*********************************************
		Left Sidebar
*********************************************/
#l_sidebar {
background:#ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	display: inline;
	float: left;
	border: 0px solid black;
	width: 184px;
	margin: 10px 0px 15px 0px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}
#l_sidebar p {
	padding: 5px;
	margin-left: 5px;
}
#l_sidebar img {
	text-align: center;
}
#l_sidebar form {
	padding: 0px;
	margin: 5px;
	margin-left: 5px;
}
#l_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
}
#l_sidebar ul li {
	padding: 0px 0px 10px 0px;
	margin-left: 5px;
}
#l_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
	margin-left: 5px;
}
#l_sidebar ul li ul li {
	padding: 0px;
	margin: 5px;
	margin-left: 5px;
}
#l_sidebar ul li ul li a {
	color: #666;
	text-decoration: none;
}
#l_sidebar ul li ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#l_sidebar ul li ul li ul {
	padding: 0px;
	margin-left: 5px;
}
#l_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}

/*********************************************
		Right Sidebar
*********************************************/
#r_sidebar {
background: #FFFFFF;
color:#666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	display: inline;
	float: right;
	border: 0px solid black;
	width: 184px;
	margin: 10px 0px 15px 0px;
	display: block; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}
#r_sidebar p {
	padding: 10px;
	margin-left: 5px;
}
#r_sidebar img {
	text-align: center;
}
#r_sidebar form {
	padding: 0px;
	margin: 5px;
	margin-left: 5px;
}
#r_sidebar ul {
	list-style-type: none;
	color:#666;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
}
#r_sidebar ul li {
	padding: 0px 0px 10px 0px;
	margin-left: 5px;
}
#r_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
	margin-left: 5px;
}
#r_sidebar ul li ul li {
	padding: 0px;
	margin: 5px;
	margin-left: 5px;
}
#r_sidebar ul li ul li a {
	color: #666;
	text-decoration: none;
	margin-left: 5px;
}
#r_sidebar ul li ul li a:hover {
	color: #666;
	text-decoration: underline;
	margin-left: 5px;
}
#r_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
}
#r_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
	margin-left: 5px;
}

/*********************************************
		Comment Styles
*********************************************/
.comments {
	padding: 8px;
}
.comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
.comments .odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	margin: 15px 0px 0px 0px;
	padding: 20px;
	clear: both;
	background: #FFF;
	border-top: 1px solid #697279;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}
#footer a {
	color: #CC3333;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#headmenu {
background: url(images/headermenu.jpg) top left;
width: 900px;
height: 54px;
}
#headtextleft {
float: left;
width: 400px;
margin-left: 17px;
margin-top: 20px;
text-align: justify;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}
#headtextleft a:link, 
#headtextleft a:visited, 
#headtextleft1 a:hover { 
 color: #FFFFFF; 
 text-decoration: none; 
} 
#headtextright {
float: right;
width: 400px;
margin-right: 17px;
margin-top: 20px;
text-align: right;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}
#headtextright a:link, 
#headtextright a:visited, 
#headtextright a:hover { 
 color: #FFFFFF; 
 text-decoration: none; 
} 

#navbox2 {
background: #353535;
width: 900px;
height: 41px;
}

#navbox2text {
float: left;
width: 900px;
margin-left: 22px;
margin-top: 14px;
text-align: justify;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 10px;
color: #16b5d2;
}
#navbox2text a:link, 
#navbox2text a:visited, 
#navbox2text a:hover { 
 color: #FFFFFF; 
 text-decoration: none; 
} 
#topside {
background: url(images/topnav.jpg);
width: 184px;
height: 14px;
}
#topside2 {
background: url(images/topnav2.jpg);
width: 184px;
height: 14px;
}
#mainnews {
background: url(images/mainnews.jpg) top left;
width: 436px;
height: 55px;
margin-top: 10px;
}
#mainnewstitle {
float: left;
width: 400px;
margin-left: 22px;
margin-top: 10px;
text-align: justify;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 16px;
color: #FFFFFF;
}
#mainnewstitle a:link, 
#mainnewstitle a:visited, 
#mainnewstitle a:hover { 
 color: #16b5d2; 
 text-decoration: none; 
} 
#mainnewstitle2 {
float: left;
width: 400px;
margin-left: 22px;
text-align: justify;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}
#mainnav {
background: url(images/navbg.jpg) top left;
width: 900px;
height: 40px;
}
a.contactus {
    display: block;
    width: 135px;
    height: 40px;
    background: url("images/contactmenav.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.contactus {
    background-position: -135px 0;
}
a.myport {
    display: block;
    width: 135px;
    height: 40px;
    background: url("images/myport.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.myport {
    background-position: -135px 0;
}
a.aboutmenav {
    display: block;
    width: 135px;
    height: 40px;
    background: url("images/aboutmenav.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.aboutmenav {
    background-position: -135px 0;
}
a.homenav {
    display: block;
    width: 135px;
    height: 40px;
    background: url("images/homenav.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.homenav {
    background-position: -135px 0;
}
#divnav1 {
float: left;
width: 135px;
height: 40px;
margin-left: 20px;
}
#divnav2 {
float: left;
width: 135px;
height: 40px;
}
#divnav3 {
float: left;
width: 135px;
height: 40px;
}
#divnav4 {
float: left;
width: 135px;
height: 40px;
}
#footmenu {
background: url(images/footermenu.jpg) top left;
width: 100%;
height: 54px;
clear: both;
}

#footer2 {
background:url(images/footermenu.jpg);
float: left;
width: 900px;
height: 54px;
}

#foottextleft {
float: left;
width: 600px;
margin-left: 17px;
margin-top: 20px;
text-align: justify;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}
#foottextleft a:link, 
#foottextleft a:visited, 
#foottextleft1 a:hover { 
 color: #FFFFFF; 
 text-decoration: none; 
} 
#foottextright {
float: right;
width: 200px;
margin-right: 17px;
margin-top: 20px;
text-align: right;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}
#foottextright a:link, 
#foottextright a:visited, 
#foottextright a:hover { 
 color: #FFFFFF; 
 text-decoration: none; 
} 
