/*
Theme Name: DnT-Hardware-Deep-Blue
Theme URI: http://rizkhey.net/
Description: My First WP Theme, Transparent black-blue theme.
Version: 1.0
Author: Rizky Gunawan
Tags: Dark Blue, Custom View, Transparent

*/

body,td,th {
	color: #FFF;
}

a:link, a:visited {
	color:#7e8de8;
	text-decoration:none;
}
.mainBanner {
	background-image: url(images/MainBanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:156px;
	width:1119px;
}


a:hover{
	text-decoration:underline;	
}


img, img a:link, img a:visited{
	border:0px;
}

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/mainBg.jpg);
	background-repeat: no-repeat;
	text-align:center;
	background-position: center top;
	background-attachment: fixed;
}

.wraper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align:left;
}

#theUpperMenu {
	background-image: url(images/upperMenus.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:1119px;
	height:36px;
	
}

#mainMenu{
		padding-top:1px;
}

#theBottomMenu {
	background-image: url(images/lowerMenus.png);
	background-repeat: no-repeat;
	background-position: top;
	width:1119px;
	height:36px;
	margin-top:-1px;
	
	
}

#bottomMenuContent {
	padding-left:10px;
}


#mainMenu a:link,#mainMenu a:visited{
	color:#FFF;
	text-decoration:none;
}
#mainMenu a:hover{
	text-decoration:underline;	
}

#mainMenu ul li {
	
	display:inline;
	font-size:18px;
	padding-right:20px;
}
#rss {
	text-align:right;	
}
.titleBg {
	background-image: url(images/titleBg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 32px;
	font-size:18px;
	padding-left:5px;
	padding-top:5px;
}

.postTitle {
	font-size:18px;
}


/**
CSS for Slideshow place
*/

#slidePlace {
	width:480px;
	height:450px;
	overflow:hidden;
	float:left;
	background-image: url(images/bg.png);
	
}


#centerBox {
	float:right;
	width:305px;
	height:450px;
	margin-left:15px;
	background-image: url(images/bg.png);
	
	
}

#centerChannel {
	float:left;
	width:235px;
	
	margin-top:20px;
	background-image: url(images/bg.png);
	
	
}

#rightBox {
	float:right;
	width:305px;
	height:450px;
	margin-left:10px;
	background-image: url(images/bg.png);
}

#rightBoxChannel {
	float:right;
	width:235px;
	margin-left:10px;
	margin-top:20px;
	background-image: url(images/bg.png);
}


#someContent {
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
}

#smallImgAllignLeft {
	float:left;
	padding-right:5px;
}
.articleList {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-bottom:5px;
	padding-top:5px;
	display: block;
	height:30px;
overflow:hidden;
}

/*------------ CONTENT AREA ------------------*/


#contentArea {
	width:625px;
	background-image: url(images/bg.png);
	float:left;
	
}

#contentArea #grouper{

}

#contentArea #grouper .leftSide {
	width:120px;
	padding-left:10px;
}

.rightSide {
	background-repeat: repeat;
	font-size: 14px;
	padding: 5px 10px 10px 10px;
}

#contentArea .subTitle {
	padding-top:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-bottom-style: dotted;
}



/**SIDEBAR*/
#sidebar{
	float:right;
	width:400px;
	margin-left:20px;
	margin-top:20px;	
}


#sidebar .items{
	width:400px;
	background-image: url(images/bg.png);
}

.commentBg{
	width:100%;
	background-image: url(images/bg.png);
	padding:5px;
	margin-top:-5px;
	width:100%;
}



/*Footer*/
.footerArea{
	background-image: url(images/bg.png);	
}
.footer{
	margin-top:2px;
	margin-bottom:2px;
	text-align:center;
}



.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   color:#000000;
}

