/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

body {
	background: #f0f0f0;
	border: none;
	color: #333;
	margin: 0 auto;
	font: 14px/24px Helvetica, Arial, sans-serif;
	width: 960px;
}

#welcome {
 background-color:#FF4422;
 //box-shadow: 0px 2px 5px #888888;
 margin: 10px;
 margin-top : 20px;
 margin-right: -20px;
 margin-left: -70px;
 padding-right: 20px;
 background-image:  linear-gradient(to right,#F0F0F0 40%, #FF6363);
 }

#welcome h1 {
   font: normal bold 28px/30px Arial, Helvetica, sans-serif;
   //color:#FFFFFF;
   padding: 20px 10px;
   padding-left: 60px;
   }
#welcome h1 a {
   margin: -7px 0 0 0;
 }

#ribbon-stitches-top {
   margin-top: 10px;
   border-top: 3px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
   }
   
#ribbon-stitches-bottom {
   margin-bottom:2px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
   }
   
//h1 {
	//font: normal bold 34px/50px Arial, Helvetica, sans-serif;
	//padding-top: 40px 10px;
//}

h2 {
	font-size: 28px;
	line-height: 44px;
	padding: 22px 0;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
}

p {
	font-weight: normal;
	padding-bottom: 22px;
}

a {
	color: #CC6600;
	text-decoration: none;
}

a:visited {
	color: #CC6600;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

a:active {
	color: #CC6600;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

#mast { 
 margin: 10px 30px 10px 0px;
 height: 80px;
}

#mast h1 {
	padding: 10px 0 30px 13px;
}

#mast img {
    float:left;
    position:relative;
    margin: 0 10px 0px 0;
        }

nav#global {
	padding: 10px 0;
	position: relative;
	width: 920px;
	background-color: #333;
    //margin:0 auto;
    border-radius:4px;
    margin-bottom:-50px;
    box-shadow: 4px 3px 5px #888888;
}

nav#global ul {
	margin: 0 auto;
	width: 920px;
	border: none;
}

nav#global ul li {
	display: inline;
	list-style: none;
	padding-left: 0px;
}

nav#global ul li a {
	color: #777;
	background-color: #222;
	border: 2px solid #222;
	font: normal bold 14px/44px Arial, Helvetica, sans-serif;
	padding: 22px;
	margin-right: 0px;
    border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
}

nav#global ul li a:hover, nav#global ul li a:focus {
	background-color: #111;
	border: 1px solid #444;
	color: #FF9900;
	text-decoration: none;
}

nav#global ul li a.selected {
	color: #fff;
}

nav#global ul li a.selected:hover {
	color: #FF9900;
}

#intro {
	//background-color: #ccc;
	margin-top: 230px;
	padding: 10px 0 10px 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#intro header h2 {
	font-weight: normal;
	line-height: 30px;
	padding: 0 0 15px 0;
	width: 370px;
}

#intro p {
 	width: 370px;
}

#intro a {
	color: #fff;
	background-color: #333;
	font: normal bold 14px/44px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

#intro a:hover {
	color: #FF9900;
	background-color: #222;
	text-decoration: none;
}

#intro #photo {
	background-color: #A6A6A6;
	float: left;
	margin-top: -170px;
	//-moz-box-shadow: 0 1px 10px #333;
	//-webkit-box-shadow: 0  1px 10px #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 920px;
	height: 262px;
}

#photo div {
	//background-color: #333;
	margin: 10px 2.5px 10px 2.5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 920px;
	height: 280px;
}

#photo div h3 {
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	padding: 0px 0 0 0;
}

div#main {
	background: url(../images/main_bkgd.png) repeat-y top right;
	border: none;
}

#main #articles {
	float: left;
	margin-left: 40px;
	width: 640px;
	border: none;
}

article {
	border-bottom: 1px dotted #aaa;
	padding: 15px 0;
}

article:last-child {
	border-bottom: none;
}


#isiKonten p {
 margin-right: 40px;
 margin-bottom: 1px;
 }

aside {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
    width: 200px;
}

aside section {
	background-color: #C8C8C8;
	margin-bottom: 30px;
    margin-right: 20px;
	padding: 20px 40px 20px 20px;
    border-radius: 4px;
       
	//-moz-border-radius: 5px;
	//-webkit-border-radius: 5px;
}

aside h3 {
	padding: 0 0 10px 0;
}

nav#categories ul li, nav#archives ul li {
	list-style: none;
	margin: 5px 0;
   
}

footer {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #333;
}

footer div {
	margin: 0 auto;
	padding: 40px 0 20px 40px;
	width: 920px;
	border: none;
}

footer div section {
	color: #777;
	float: left;
	margin-right: 25px;
	width: 230px;
	border: none;
}

footer div section h3 {
	color: #fff;
}

nav#blogRoll ul li, nav#siteMap ul li {
	color: #777;
	list-style: disc;
	margin-left: 15px;
}

footer #about {
	margin-right: 15px;
	width: 330px;
        color:#929292;
}

footer #about2 {
	margin-right: 20px;
	width: 300px;
       }


#listservice {
margin: 0 0 0 35px;
 }
 
#imagepartner ul
{
margin: 1px;
padding: 0;
list-style-type: none;
}

#imagepartner ul li { display: inline-block;}

#imagepartner ul li img { display: inline-block;}

#imagepartner ul li a
{
text-decoration: none;
margin: 1px;
color: #fff;
background-color: #036;
}