
/*
Reset Browsers style 
*/
* {
    margin: 0;
    padding: 0;
}

.clear {
	margin:0;
	padding:0;
	width:0;
	height:0;
	clear:both;
}

/*
define standard browser tags
*/

body {
	font-family:sans-serif;
	font-size:12px;
}

h1 {
	font-family:sans-serif;	
	font-size:19px;
	color:#006082;
	margin-bottom:12px;

}

h2 {
	font-size:16px;
	color:#006082;
	margin-bottom:12px;
}

p {
	margin-bottom:3px;	
}

a:link, a:visited, a:active {
	color:#006082;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

input[type="text"], input[type="password"], textarea  {
	-moz-border-radius:3px;	
	border:1px solid #00465F;
	padding:2px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus  {
	border:1px solid #0095CB;
}


/*
define the header style
*/

#header {
	height:143px;
	width:100%;	
	background:url(http://www.opkg.org/images/header_bg.png) repeat-x;
}


/*
define the menu style
*/

#menu-items {
	float:left;
	width:70%;
}

#search-box {
	float:right;
	width:318px;
	height:32px;
	background:url(http://www.opkg.org/images/searchbox.png) no-repeat;
	margin-top:6px;
	padding-left:40px;
	padding-top:6px;
	margin-bottom:-2px;
}

#search-box input {
	border:none;
	background:none;
}

#menu {
	width:100%;
	height:39px;
	background:url(http://www.opkg.org/images/menu_bg.png) repeat-x top;
	white-space: nowrap;
}

#menu ul li {
	display:inline;
	list-style-type:none;
}


/*
define the content style
*/

#wrapper {
	text-align:center;
	width:100%;
}

#content {
	text-align:left;
	
	padding:20px;
	min-height:400px;
	width:1220px;
}

#inner-content {
	margin-top:30px;	
}

/*
define the footer style
*/

#footer {
	height:400px;
	background:url(http://www.opkg.org/images/footer.png) repeat-x #00678d;
	color:#FFF;
}

#footer td strong {
	border-left:1px dotted #fff;	
	padding-left:20px;
}

#footer td ul {
	margin-top:10px;	
}

#footer td ul li {
	margin-top:3px;	
}

#footer td ul {
	padding-left:25px;
	list-style-type:none;
}
/*
#footer a:link, a:visited, a:hover {
	color:#FFF;	
	text-decoration:none;
}
*/
/*
define the div for the bar image
*/

#bar {		
	margin-top:-4px;
	height:487px;
	width:100%;
	background:url(http://www.opkg.org/images/recommended_bg.png) repeat-x #002734;	
}

#bar img {
	margin-left:0;
	margin-right:0;
	margin-top:-4px;
	margin-bottom:-3px;

}



/*
format the top 5 on front page
*/

#top5  {
	margin-top:20px;
	margin-bottom:40px;	
	width:450px;
}

#top5 li {
	list-style-type:none;
	margin-top:10px;
	padding:5px;
}

/* 
define the package list
*/

.package-title {
	font-size:17px;
	color:#006082;
	margin-bottom:12px;
}

textarea.opkg_install {
	font-size:12px;
	background:url(http://www.opkg.org/images/textarea_bg.png) repeat-x top;
	border:1px solid #c8c8c8;	
	-moz-border-radius: 5px;
	padding:5px;
}

/*
define the output style
*/
#output {
	clear:both;
	width:95%;
	padding:7px;
	margin-bottom:20px;
	margin-right:auto;
	margin-left:auto;
	-moz-border-radius: 5px;
	display:none;
}

#output_close {
	cursor:pointer;	
}

.success {
	background:#59FF6D;
}

.error {
	background:#FF7D90;
}


/*
style the comments
*/
#comment {
	padding:10px;
	margin:20px 0;
	width:550px;
	border:1px dashed #c8c8c8;
	-moz-border-radius: 5px;
}

#comment .title {
	font-weight:bold;
	border-bottom:1px solid #C8C8C8;
}

#comment .content {
	margin-top:10px;
}

/*
 * style for the news
 */
 
 .news {
 	margin-bottom:25px;
	width:800px;
	padding-bottom:25px;
	border-bottom:1px solid #dfdfdf;
}

.news .footer {
	font-style:italic;	
	text-align:right;
}

