/*
Theme Name: Up2Date
Theme URI: http://uptodatetrimoda.com/
Description: uptodate layout.
Version: 1.0
Author: Best Web Media
Author URI: http://best.web.id/
Tags: fixed width, two columns, widgets
*/

/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main Style */
body {
	background: #000 url(images/mainbg.jpg);
	font: normal 12px "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	color: #cacaca;
}
a {
	color: #cacaca;
	text-decoration: none;
}

/* Skeleton */
.header {
	height: 200px;
}
#logo {
	position: absolute;
	margin-top: 25px;
}
ul.topnav {
	float: right;
	padding-top: 5px;
}
ul.topnav li {
	display: inline;
	float: right;
}
ul.topnav li a {
	padding: 5px 10px;
}
#sidebar {
	background: url(images/transbg.png);
	min-height: 717px;
}
#sidebar ul {
	padding-top: 50px;
	list-style: disc;
	padding: 80px 50px;
}
#sidebar ul li {
	padding: 3px 0;
	font-size: 14px;
}
#sidebar ul ul {
	padding: 0px 5px 0px 10px;
	list-style: none;
}
#sidebar ul ul li {
	
}
#main {
	background: url(images/transbg.png);
	min-height: 650px;
}
#footer {
	height: 100px;
	border-top: 1px solid #555555;
	padding: 10px 0;
	margin-top: 10px;
}
.model {
	text-align: center;
}
.model img {
	border: 1px solid #6C6D70;
}
.wrapper {
	padding: 30px 20px 20px 20px;
}
.wrapper h2 {
	font-size: 2em;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
}
.wrapper h3 {
	font-size: 1.4em;
	padding: 10px 0 0 0;
}
.wrapper p {
	line-height: 1.6em;
	font-size: 1.1em;
	padding: 1em 0;
}
.wrapper ul {
	padding:0;
}
.wrapper ul ul {
	padding: 0;
}
p object {
	text-align: center;
	margin: 0 auto;
}
.thumb img {
	padding: 5px;
	background: #6D6D6F;
}
.gal-list {
	width: 100px;
	float: left;
	padding: 15px;
}
.social {
	padding-top: 10px;
	text-align: right;
}
