/*
Theme Name: DEKDEV 2013.
Description: Theme for dekdev.com only.
Copyright: 2013
Version: 1.0
Author: PEPSi
*/
html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl,dt, dd, ol, ul, li, table, tr, td, form, object, embed,
article, aside, canvas, command, details, fieldset, figcaption, figure, footer, group, header, hgroup, legend,
mark, menu, meter, nav, output, progress, section, summary, time, audio, video { 
	margin: 0; 
	padding: 0;
	border: 0;
}

article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section {
	display: block;
}

body{
	margin:0; 
	padding:0; 
	background:#fff; 
	color:#000; 
	font: 13px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

hr {
	margin: 5px 0; 
	border: 0; 
	border-top: 
	1px solid #eeeeee; 
	border-bottom: 1px solid #ffffff;
}

a{
	color:#09F; 
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

li{
	list-style:none;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

#warpper{
	width:100%;
	min-width:1005px;
	padding:0;
	background:#f5f5f5;
}

#header{
	height:51px;
	width:100%;
	min-width:1005px;
	background:url(images/bg-top-fixed.png) repeat-x;
	margin-bottom: 0;
}

#sidebar{
	float:left;
	min-height:300px;
	width:200px;
}

#sidebar .barbox{
	margin:10px 0 0 0;
	width:200px;
}

#sidebar .barbox h3{
	/*background:#A4D5D2;*/
	padding:3px 0 3px 10px;
	margin:0 0 0 5px;
}

#sidebar .barbox ul{
	width:193px;
	padding:0 0 0 5px;	
}

#sidebar .barbox hr{
	clear:left;
}
#sidebar .barbox img{
	float:left;
	width:50px;
	height:50px;
	margin:5px;
}

#sidebar .barbox li a{
	font-size:12px;
	color:#FF6600;
}

ul#nav {
    display: block;
    width: 100%;
	padding:0;
}

ul#nav li a {
	display:inline-block;
	margin:0 0 5px -1px;
    padding: 7px 15px 7px 15px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
    text-decoration: none;
	border:#efefef 1px dashed;
	border-radius:0 10px 10px 0 ;
	text-shadow:#000 1px 1px 1px;
	box-shadow:#888 1px 1px 1px;	
}

ul#nav li a.active,
ul#nav li a:hover {
    color: #fff;
    padding: 7px 20px 7px 25px;
	text-shadow:#000 1px 1px 1px;	
}

ul#nav li a.bg-style-1{ 
	background:#CC0000;
}

ul#nav li a.bg-style-2{ 
	background:#090;
}

ul#nav li a.bg-style-3{ 
	background:#0099FF;
}

ul#nav li a.bg-style-4{
	background:#FF00FF;
}

ul#nav li a.bg-style-5{
	background:#FF9900;
}

ul#nav li a.bg-style-6{
	background:#84A135;
}

ul#nav li a.bg-style-7{
	background:#A4D5D2;
}

ul#nav li a.bg-style-8{
	background:#BE61D4;
}

ul#nav li a.bg-style-9{
	background:#FF3366;
}

#container{
	border:#000 1px solid;
	max-width:100%;
	margin:-19px 0 20px 210px;	
	padding: 19px;
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	border-right: none;
	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 0 0 0 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);		  
}

#footer{
	height:475px;
	width:100%;
	background:url(images/bg-footer.png) repeat-x;
	text-align:center;
}

#footer .circle {
	margin:0 auto;
	padding:5px 0 0 0;
	height:105px;
}

#footer .circle img{
	width:70px;
	height:70px;
}
#footer .circle ul{
	width:940px;
	margin:0 auto;
}
#footer .circle li {
	float:left;
	margin:0 5px 0 0;
	background:url(images/bg-footer-icon.png) no-repeat 0 0;
	height:98px;
	width:98px;
	margin-bottom:5px;
	padding:15px 0 0 0;
	text-align:center;
}

#footer .fbbox{
	height:305px;
}
#footer a{
  color:#fff;
}
#footer .copyright{
	width:100%;	
	height:45px;
	padding:10px 0 0 0;
	color:#fff;
	font-weight:700;
	text-shadow:#000 1px 1px 1px;
}

/*********************************
 * Index Style
 *********************************/
h1.gp{
	margin:10px 0 0 0;
	color:#060;
}

hr.gp-hr{
	margin:0;
	padding:0;
	width:97%;
	border:#060 2px solid;	
}

ul.post-new{
	margin:10px 0 0 0;
    width:98%;
    background:#fff;
	float:left;
}

ul.post-new li{
	padding:5px;
	margin:0px 0px 10px 0px;
	border-bottom:#ccc 1px dotted;
	min-height:120px;	
}

ul.post-new li:hover{
	background:#ECEFF5;
   	border-bottom-color:#ECEFF5;
	box-shadow:#aaa 0 0 3px;
}

ul.post-new img{
	float:left;
    margin:5px 10px 0px 0px;
	width:100px;
	height:100px;
    padding:3px;
    background:#fff;
    border:1px solid #D8DFEA;
}

ul.col-1,
ul.col-2{
	width:100%;
	padding:5px;
}

ul.col-2 img{
	float:left;
	margin:3px 5px 3px 3px;
	width:50px;
	height:50px;
	box-shadow:#666 1px 1px 2px;
}

ul.col-1 li a{
	display:block;
	margin:0 0 5px 0;
	width:95%;
	border-bottom:#ccc 1px dashed;
}

ul.col-2 li{
	clear:left;
	margin:0 0 5px 0;
	min-height:60px;
	width:95%;
	border-bottom:#ccc 1px dashed;
}
/*********************************
 * Archive Style
 *********************************/
.cate{
	display:block; 
	margin-buttom:10px; 
	width:100%;	
	margin:0 0 20px 0;
}
.cate img{
	float:left; 
	width:100px; 
	height:100px; 
	margin:3px 0 0 0;
	border:#ccc 1px solid;
	padding:2px;
}
.arrow{
	float:left;
	margin-left:12px;
	display:block;
	width:10px;
	height:22px;
	background:url(images/arw.png) no-repeat center;
	top:50%;
  	min-height:100px;
}
.catepop {
	min-height:100px;
	min-width:450px;
  	padding: 1px;
	margin-left: 127px;
  	background-color: #ffffff;
  	border: 1px solid #ccc;
  	border: 1px solid rgba(0, 0, 0, 0.2);
  	-webkit-border-radius: 6px;
   	   -moz-border-radius: 6px;
            border-radius: 6px;		
  	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  	-webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;
}

.catepop-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.catepop-excerpt {
  padding: 9px 14px;
}

/*********************************
 * Single Style
 *********************************/
.content{
	width:100%;
	text-align:justify;
}

.content h2{
	margin:10px 0 0 0;
	color:#F69;
}

.content iframe{ 
	display:block; 
	margin:0 auto; 
	overflow:hidden;
}

.content p{
	margin:10px 10px 0 0;
}

.content blockquote { 
	margin : 20px 20px; 
	padding: 10px 20px 25px 20px; 
	background : #B7DBFF;

	color : #484848; 
	border: 5px dashed #fff; 
}
 
.content blockquote p { 
	margin: 0; 
	padding-top:10px; 
}

.content ul{
	margin:10px 0 0 30px;
}
.content ul li{
	padding:2px;
	list-style:circle;
}

/***********************************
 * Search Style
 ***********************************/
span.select-search {
	background:#FC0;
	padding:3px;
	font-weight:bold;
}

/***********************************
 * Common Style
 ***********************************/
.clear{ 
	clear:both;
}
img.aligncenter{
	display:block;
	margin:0 auto;
}
 
.cbox {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.cbox h4 {
  margin: 0;
}

.cbox-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.cbox-danger,
.cbox-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.cbox-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.cbox-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.cbox-block > p,
.cbox-block > ul {
  margin-bottom: 0;
}

.cbox-block p + p {
  margin-top: 5px;
}

.well {
	margin:5px 0 0 0;
	min-height: 20px;
  	padding: 19px;
  	margin-bottom: 20px;
  	background-color: #f5f5f5;
  	border: 1px solid #e3e3e3;
   	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-white {
  	min-height: 20px;
  	padding: 19px;
  	margin-bottom: 20px;
  	background-color: #ffffff;
  	border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.ta-center{
	text-align:center;
}

.ta-right{ 
	text-align:right;
}
.ta-left{ 
	text-align:left;
}

table {
  width: 100%;
  margin-bottom: 20px;
  font-size:13px;
}

table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

table th {
  font-weight: bold;
}

table thead th {
  vertical-align: bottom;
}

table tbody + tbody {
  border-top: 2px solid #dddddd;
}

table tbody tr:nth-child(odd) td,
table tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

table td[class*="span"],
table th[class*="span"]{
  display: table-cell;
  float: none;
  margin-left: 0;
}


.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}


.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}


.box-search {
  position: relative;
  float: right;
  margin:10px 60px 0 0;
}

.box-search .search-input {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  width:300px;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

img.alignleft {margin:10px; float:left;}


