/* 
Theme Name: NET
Theme URI: http://ceceparif.mulitply.com/themes
Description: Playing with NET themes is cool.
Version: 1.0
Author: Cecep Arifuddin
Author URI: http://ceceparif.multiply.com 
*/


/* LAYOUT SETTINGS */

/* General */
body {
	color: #333;
    	font: 83%/1.4 arial, helvetica, sans-serif;	
	background: #f5f5f5 url(images/bg.main.jpg) no-repeat top center;
	text-align: center;
	width:100%;
}

html, body, div, ul, li, ol, 
h1, h2, h3, h4, h5, h6, form, input, 
select, blockquote, textarea, fieldset, legend, img {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

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

a:link:hover, a:active:hover, a:visited:hover {
	background-color: #e0f2c2;
	color: #333;
  	border-color: #999;
}


/* skeleton */
#wrapper {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	text-align:left; 
}


/* Header */
#header {
	width: 960px;
	height: 150px;
	text-align: left;
	margin: 0;
	padding:0;
}

#header h1{
	float: left;
	margin:0;
}

#searchform {
	margin: 30px auto 10px auto;
	padding: 5px 3px;
	width: 300px;
	text-align: right;
	position: absolute;
	right: 50px;
	top: 55px;

}

#searchform #s {
	width: 208px;
	padding: 3px;
	border: solid 1px #B7D3F2;
	margin-right: 5px;
}
label.hidden {
	visibility:hidden;
}

#searchsubmit {
	width: 22px;
	height: 23px;
	background: url(images/icon_search.png) no-repeat;
	border: none;
	cursor: pointer;
	position: relative;
	top: 1px;
}


/* Main Menu */
#mainmenu {
	width: 960px;
	height: 30px;
	margin:0;
	padding:0;
	text-align: left;	
}

#nav{
   	list-style: none;
   	overflow: hidden;
   	zoom:1;
   	padding: 0 10px 0 0;
}

#nav li{
   	float: left;
   	margin: 0;
   	margin-right: 5px;
}

#nav a{
	display: inline-block;
	padding: 10px 30px;
	font-weight:bold;
	text-align: center;
	font: 12px Arial;
	color: #fff;
	text-decoration: none;
	outline: none;
}

#nav li a {
 	color: #fff;
	font-weight:bold;
}

#nav li:hover a{
 	color: #7f0000; 
	font-weight:bold;
}


/* Main Content */
#contwrapper {
	width: 960px;
	height: auto;
	margin-top: 30px;
}

#contentleft {
	width: 520px;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 75px;
	padding-left: 0px;
}

.post {
	margin-bottom: 20px;
	clear: both;
}

.entry {

}


/* Blog list */
#blogwrapper {
	width: 960px;
	height: auto;
	margin-top: 50px;
	text-align:left;
	}
#blogleft {
	width: 710px;
	height: auto;
	float: left;
	}
#blogright {
	width: 250px;
	height: auto;
	float: left;
	}
#blogleft p {
	padding-right: 50px;
	}	



/* right side */
#contright {
	width: 318px;
	float: right;
	background: url(images/title.recententries.gif) no-repeat top left;
	border-left: 1px dotted #7f0000;
	text-align: left;
	padding-top: 60px;
	padding-left: 30px;
}

div#contright {

}


/* Footer */
#footer {
	width: 100%;
	text-align: center;
	padding:0;
	margin:0;
}

#contact {
	width: 960px;
	height: 102px;
	margin: 20px 0;
}

#titlecontact {
	width: 960px;
	height: 43px;
	background: url(images/title.contact.gif) no-repeat top left;
	border-bottom: 1px dotted #7f0000;
}

#logoplacer {
	width: 233px;
	height: 102px;
	float: left;
}

#contactaddress {
	height: 102px;
	float: left;
	text-align: left;
	font-size:1.0em;
	line-height:normal;
}

#copyRight {
	width:100%;
	background-color:#333;
	text-align: center;
	font-size:0.8em;
	color:#fff;
	padding: 10px 0;
	height:40px;
	margin-top:30px;
}

#content {

}


.postfoot {
	background: #e2e2e2 repeat scroll 0% 0%;
	width: 100%;
	padding: 0 6px;
	margin: 0 0 20px 0;
	clear: both;
}

.postdate {
	line-height: 0px;
	font-size: 10px;
	}

.posttitle {
	line-height: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #7f0000;
}

.postbrief {
	margin-top: 0px;
	}
	
#blogright li {
	margin-left: 0px;
	margin-right: 0px;
}

#blogright ul {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 15px;
	}

#content ul, #content ol {
    list-style-position: inside;
}

#comments h3{
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 10pt;
	}
#comments{
	padding: 30px 8px 10px 8px;
	}



/* Navigation */

.post a:link, .post a:visited {
	color: #7f0000;
	text-decoration: none;
}

.post a:hover {
	color: #7f0000;
	text-decoration: none;
}

#contactaddress a:link {
	color: #7f0000;
	text-decoration: none;
}
	
#contactaddress a:hover {
	color: #333;
	text-decoration: none;
	}
#contactaddress a:visited {
	color:#333;
	text-decoration: none;
	}

div.post ul li a {
	font-size:normal;
}

div.post ul li p {
	margin-top:5px;
}

#content {
	margin: 60px 20px 0 0;
	float: left;
	width: 520px;
}

#pagenav {
	float: left;
	margin: 60px 0 0 20px;
	width: 249px;
}

div#side-nav h2 {
	font 18px bold;
	border-bottom: 1px dotted #7f0000;
	margin-bottom: 20px;
	padding-top:20px;
}


#side-nav ul {
	margin-left: 0px;
	margin-right: 0px;
	list-style:none;
	}

ul li{
	margin-left: 0px;
	margin-right: 0px;
	list-style:disc inside;
	}

ol li{
	margin-left: 0px;
	margin-right: 0px;
	list-style:decimal inside;
	}

div#entry {

}

ul.side-lists {
	margin:0;
	color:#333;
	backgound-color:none;
}

.side-lists li a {
	color:#333;
}

.alignright {
	float:right;
	margin-bottom: 10px;
}

.alignleft {
	float:left;
	margin-bottom: 10px;
}

/* style for works page */
.work-title {

	margin:0;

	padding:10px 0 0 0;

	list-style-type: none;

}

.li-indent1 {
	line-height:normal;
	padding: 0 0 0 15px;
	margin:0;
	list-style-type:circle;	
}

.li-indent11 {
	line-height:normal;
	padding: 0 0 0 15px;
	margin:0;
	list-style-type: none;
}

.li-indent2 {
	line-height:normal;
	padding: 0 0 10px 35px;
	margin:0;
	list-style-type: none;
}
/* end style for works page */