/* 
Theme Name:Industrial_orange
Theme URI:http://www.themesdemo.com/
Design Name:Samir
Description:Industrial inspired Wordpress theme by themesdemo.com
Version:1.0
Author:Samir Kamble
Author URI:http://www.samirkamble.com
*/



/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	background: #e6e6e6 url(images/img01.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.clr{ clear:both;}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: none;
	color: #0088cc;
	font-weight: bold;
}

a:hover {
	color: #ee1c24;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 880px;
	height: 88px;
	margin: 0 auto;
	padding: 0 10px;
	text-align:left;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 28px 0 0 0;
	font-size: 3em;
}

#logo p {
	padding: 52px 0 0 3px;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 880px;
	height: 32px;
	margin: 0 auto;
	padding: 0 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 19px;
	margin: 0 0px 0 0;
	padding: 10px 20px 0 20px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: hidden;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #c0c0c0;
	text-transform: uppercase;
}

#menu a:hover {
	background: #000000;
}

#menu .current_page_item a {

}

/* Page */

#page {
	width: 880px;
	margin: 15px auto;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background: #f5f5f5;
	border: solid 1px;
	border-color:#dcdcdc;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: right;
	width: 640px;
}

.post {
	margin-bottom: 1px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F2F2F2;
}

.title {
	margin: 0;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

.byline {
	margin: 0 0 0px 0;
}

.entry {
	padding: 0 20px;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.links a {
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
	border: none;
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 0px;
	background:#FFF;
    border: 1px solid #dcdcdc;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0px 0px 0px 0px;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #dcdcdc;
}

.sidebar li h2 {
	margin: 0 0 0px 0;
	padding: 7px 10px;
	background-color: #2e2e2f;
	font-size: 12px;
	color:#FFF;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

/* Calendar */

#calendar_wrap {
	padding: 0 0 0 20px;
	text-align: center;
}

#calendar_wrap table {
	width: 90%;
}

#calendar_wrap th {
	border-bottom: 1px solid #CCCCCC;
}

#calendar_wrap td {
	border-bottom: 1px solid #F2F2F2;
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	padding: 30px 0 50px 0;
	background: #D56E22 url(images/img05.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
	table.main {
width:100%;
}

table.main2 {
width:600px;
}


td.default {
padding: 0px 0px 5px 0px;
}

td.default2 {
padding: 0px 0px 5px 0px;
}

.style1 {
	color: #d81e21;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.urltitle {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

.kattitle {
	color: #ee1c24;
	font-size: 20px;
	font-weight: normal;
}

.saleblack {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.salered {
	color: #ee1c24;
	font-size: 14px;
	font-weight: bold;
}

.salesmall{
	color: #000000;
	font-size: 9px;
	font-weight: normal;
}

.join {
	font-size: 11px;
	font-weight: bold;
	color: #ffff00;
	text-transform: uppercase;
}
