/* 
	Theme Name: techblog theme
	Theme URI: whereverit'llbe.com
	Description: techblogs descrpition
	Author: analog
	Author URI: www.google.com
	Version: 1.0

*/
@media print {
body {
  	color: #000000;
  	font-family: Times New Roman, Arial, Utopia, "Times New Roman", times, serif;
  	margin: 0px;
  	padding: 0px;
  	background-color: #f4f2e5;
  	text-align: center;    
}

#cent{
    width: 850px;
    margin: 0 auto 0 auto;
    text-align: left;     
}  
#header {
display: none;
  	background: #f4f2e5 url('images/head.jpg') no-repeat;
  	float: left;
    height: 84px;
  	width: 570px;
    padding: 10px 0px 0px 0px;
  	margin: 0;
  	margin-top: 10px;
}


#toHeight{ 
display: none;
    width: 1px;
    float: right; 
}

#cont {
  clear: left;
	float: left;
	padding: 0px;
	margin: 0px;
  width: 570px;
	background-color: #f4f2e5;
}

 #error{
    text-align: center;
    font-size: 14px;
    color: #7e7665;
  
  }	

#sidebar { 
    display: none;
	}

#foot {
    display: none;
  	background: #e0dfdf;
  	font-size: 12px;
  	margin: 0;
  	padding: 5px 0px 5px 0px;
  	border-top: 1px solid #ee9600;
  	width: 100%; 
     
  }
	 #innerFoot{
     margin: 0 auto;
     width: 850px;
     text-align: left;
     font-size: 10px;
     color: #444444;
     
   }
    #icmail{    
      height: 18px;
      padding-right: 30px;  
      background: url('images/mail1.gif') no-repeat 130px -2px;
      float: none;          
    }

/* Config Structure Divs */

	/* Header */
	#header h1 {
		font-size: 20px;
		color: #ffffff;
		letter-spacing: 0.1em;
		padding: 20px 20px 10px 10px;
		margin: 0;
		height: 100px;
		width: 560px;
		}
	/* Foot */
	#foot li {
	  text-align: center;
	  font-family: Times New Roman;
		font-size: 14px;
	  margin-left: 40px;
		}
  .icon{
    padding-left: 25px;
    font-weight: normal;
    font-size: 14px;
    padding-top: 2px;
    margin: 0px;
    width: 22px;
    height: 22px;
    width: 220px;
  }
  
  #tech{
    background: url('images/technorati.gif') no-repeat left top;
  }
  
  #del{
    background: url('images/delicious.gif') no-repeat left top;
  }
  
  	
	
	/* cent */
	#cent p, #cent ul, #cent ol {
		font-size: 12pt;
		line-height: 1.6em;
		}
			
	#cent ul {
		list-style-type: circle;
		margin: 0 0 0 30px;
		padding: 0;
		}
			
	#cent li {
		margin: 0;
		padding: 0;
		}
	/*Post*/
	#cent h2 a{
		color: #ee9600;
		font-size: 24px;
		font-family: Times New Roman;
    font-weight: bold; 
		text-decoration: none;
		margin: 0px;
		padding: 0px;
		}
  #cent h2 a:hover{
    color: #1c8ddd;
  }
  .postInfo{
    margin: 0px;
    padding: 0px;  
  }
  .date{
    float: left;
    background: url('images/date.gif') no-repeat;
    width: 20px;
    height: 40px;
    padding: 0px;
    text-align: center;
    margin-top: 5px;
  }
    .date h5 {
      font-family: Times New Roman;
      font-size: 11px;
      font-weight: bold;
      margin: 0px;
      padding: 0px;
      margin-top: 3px;
      height: 15px;
    }
    .white{
      color: #f4f2e5;
     
    }
    .black{
      color: #444444;
    }
  .postHead{
    margin-left: 50px;
    margin-top: 0px;
    padding: 0px;
    height: 50px; 

  }
  .postHead a{
    font-size: 10px;
    color: #7e7665; 
  }
  .postHead a:hover{
    color: #1c8ddd;
  }
  .postTitle{
    font-size: 20pt;
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 2px;
  }
 
    .leaveCom{
      display: none;
      padding-left: 25px;
      padding-right: 20px;
      background: url('images/comment.gif') no-repeat;
      float: left;
      height: 20px;
      color: #7e7665;
      margin: 0px;
    }
    .tags{
      position: relative;
      top: -4px;
      padding: 0px;
      padding-left: 20px;
      margin: 0px;
      color: #7e7665;
      background: url('images/tags.gif') no-repeat 0px 3px;
      float: left;  
      height: 35px;
      line-height: 16px;      
    }
    .last{
      color:#f4f2e5;
 
    }
    .tags div{
      float: left;
      padding-left: 5px;
    }
	.postContent{
	  padding-top: 0px;
	  padding-bottom: 10px;
    width: 575px !important;
    display: block;
    clear: both;
    max-width: 575px;
    z-index: 1;
  } 
 
  .postContent blockquote {
  	background: url('images/quote.gif') no-repeat 0px 5px;
  	margin: 0px 0px 10px 0px;
  	padding-left: 22px;
    color: #d28808;
    font-size: 12px; float: left;
    max-width: 550px; 
  }
  .postContent blockquote p{
    max-width: 550px;
  }
  .postContent .closeQuote{
    position: relative;
    top: 4px;
    display: none;
  }
    
  .postContent li{
    list-style: disc;
  }
  #postFoot{
    margin-top: 20px;
  }
    #postFoot a{    
      font-size: 11px;
      color: #7e7665;
    }
    #postFoot a:hover{
      color: #1c8ddd;
    } 
      #trackback{
        display: none;
        line-height: 17px;
        float: left;
        height: 17px;
        padding-left: 25px;
        margin-top: 9px;
        background: url('images/trackback.gif') no-repeat 0px 0px;
      }      
      #mailtofr{
        display: none;
        line-height: 17px;
        height: 17px;
        float: left;
        margin-left: 30px;
        padding-left: 30px;
        margin-top: 9px;
        background: url('images/mailic.gif') no-repeat 0px 0px;
      }    
      .digg{
        display: none;
        margin: 0px;
        padding: 0px;
        color: #444444;
        padding-left: 20px; 
        width: 100px;
        float: left;
        height: 18px; 
        position: relative;
        top: 2px; 
        left: -10px;  
      }
      .digg a{display: none;
        font-size: 10px;
        color: #444444;
      }
      .digg a:hover{display: none;
        font-size: 10px;
        color: #1c8ddd;
      }
  .comsofar{
      display: none;
      font-size: 14px;
      background: url('images/comsofar.gif') no-repeat left;
      height: 30px;
      float: left;
      
    }
      .comsofar h5{
        font-family: Times New Roman;
        font-size: 10px;
        font-weight: bold;
        padding: 6px 0px 0px 35px;
        margin-top: 3px;
        float: left;
      }
      .comsofar a{
        color: #f4f2e5;
      }
      .digg {
        padding-top: 7px;
        margin-left: 30px;
        float: left;
      }



	#cent small {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 11px;
		}
		
	.feedback {
		color: #000;
		font-size: 12px;
		margin: 0;
		padding: 0 20px;
		text-align: center;
		}
		
	/* entry */
  .entry {
		margin: 0;
		padding: 0;
    
    margin-bottom: 10px;
    text-align: left;
	}

	.entry ul{ 
    padding: 0px;
    margin: 0px;
  }
	.entry li{
    /*unresolved*/
  }

  .entry p{
    padding: 0;
    margin-top: 5px;
    width: 570px;
    margin-bottom: 5px;
  }
  #linknav{
    display: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
  }
  #linknav a{
    font-size: 12pt;
    color: #996100;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
  }
  #linknav a:hover{
    color: #1c8ddd;
  }
  
  
	/* Comments */
	#respond {
    padding: 0px; 
    margin: 0px;
    clear: left;
    float: left;
  }
  #commentHead{
    clear: both;
    text-align: left;
  }	
  
  div#comsofars {
    color: #996100;
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding: 5px 0px;
  }
  
  #scdown{
    width: 33px;
    height: 16px;
    background: url('images/scd.gif') no-repeat 0px 0px;
    float: right;
    position: relative;
    top: 6px;
  }
  
  #rsssmall{
    display: none;
    padding-left: 20px;
    margin: 10px 0px ;
    background: url('images/rss1.gif') no-repeat;
    height: 20px;
    font-family: Times New Roman;
    font-size: 11px;
    color: #7e7665;
    clear: both;
    float: left;
  }
  #rsssmall a{
    color: #7e7665;
  }
  #rsssmall a:hover{
    color: #1c8ddd;
  }
  

  #comInp{
    clear: left;
    float: left;
    padding: 0px;
    display: none;
  }
  #logged{
    width: 250px;
    color: #444444;
    font-size: 12px;
    font-family: Times New Roman; 
    float: left;
  }
    #comments .inputline{
      float: left;
      width: 230px;
      margin: 7px 0px;
      height: 16px;
    }
    #comments input{
      vertical-align: bottom;
      width: 170px;  
    }
	#commentlist {
	  background: #eae5ce;
		list-style-type: none;
		margin: 0;
		padding: 5px 10px;
		float: left;
		}

	#commentlist li {
		margin: 10px 0;
		padding: 5px 10px;
	  width: 530px;
  }
	
  #commentlist a{

  }
  		
	#commentlist p {
		margin: 0;
		padding: 0;
		}
			
	#commentlist small {
		font-size: 11px;
		}

	.highlighted { 
    background: #e1e1e1; 
    border: 1px solid #c7b88e; 
    margin: 0px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px;
    
    width: 530px;
    height: 50px;
    min-height: 50px;
  }	
  .ordinary{
    width: 530px;

  }
	#comments {
	  width: 250px;	
		color: #c0c0c0;
		font-size: 14px !important;
		font-weight: normal;
		margin: 10px 0px 10px 00px;
		}
	h2#postcomment{
    display: none;
    color: #996100;
    font-weight: 600;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
    
    
  }		
  h2#commfieldtitle{
    color: #996100;
    font-weight: 600;
    font-size: 12px;
    text-transform: none;
    clear: both;
    float: left;
  }
	#commentform {
	  
		padding: 0px;
		margin: 0px;
	}
  #commentform label{ 
    font-size: 12px;
    color: #996100;
    text-transform: none;
  }	
  textarea#comment{
    margin-top: 5px;
    width: 360px;
    height: 100px;  
  }
	#commentform input, #commentform textarea {
		background: #ffffff;
		font-size: 14px;
		border: 1px solid #ee9600;
	}
	input#submit{
    background: transparent url('images/send.gif') 0 0 no-repeat;
    width: 121px;
    height: 27px;
    border: 0px;
    padding: 0px;
    margin: 10px 0px;
    float: left;
    position: relative;
    left: 240px;
  }
  
	.commheadline{
    width: 530px;
  }
  .cominfo{
    float: left;
    width: 290px;  
  }
    .comauthor, .comauthor a{
      font-size: 12px;
      font-weight: 600;
      color: #444444;
      float: left;
      margin-right: 10px;
    }
    .comdate{
      font-size: 12px;
      color: #b2af9d;
      float: left;
    }
    .repquot{
      float: right;
      margin-left: 20px;
    }
    .comcon{
      font-family: Times New Roman;
      font-size: 12px;
      line-height: 1.3em;
      color: #444444;
      clear: both;
      width: 530px;
    }
    .comcon blockquote p {
      padding:  0px;
      margin: 0px;
      font-size: 12px;
 
    }
  .comcon blockquote{ 
    padding: 0px;
    padding-left: 15px;
    margin: 2px;
    margin-right: 0px;
    color: #acacac;
    border: 1px solid #acacac;
    border-left: 10px solid #acacac;
  }
  .comcon p{
    clear: both;
  }
  .quotesButtons{
	  float: right;
    width: 200px; 
  }
    .quotesButtons a{
      font-size: 10px;
      color: #7e7665;
    }
  .quotes {
    background-color: #000000;
    }   
	/* Sidebar */    
		#sidebar div{
    display: none;
    font-size: 12pt;
	  margin: 0px;	  	  
    z-index: 2;
    margin: 20px 0px 0px 0px;
    max-width: 220px;
  }	
  	/* Search */
  	#searchform{
  	  display: none;
  	  visibility: hidden;
      height: 22px;
      margin: 0px;
      padding: 0px;
    }
  	#s {
  		font-size: 14px;
  		height: 20px;
  		padding: 0px;
  		margin: 0px;
  		width: 150px;
  		float: left;
  	}
  	#glass {
      background: transparent url('images/eyeglass.gif') 0px 0px no-repeat;
      width: 38px;
      height: 22px;   
      margin: 0px;
      padding: 0px;     
      float: left;
      border: 0; 
      margin-left: 3px;
    }	  
    #pageslist li a{
      font-size: 12pt;
      color: #444444;
      font-weight: bold;    
      position: relative;
      left: -10px;
    }		
    #rss{
      background: url('images/rss.gif') no-repeat 0px 0px;
      padding-top: 2px;
      height: 30px; 
      width: 185px;
      max-width: 185px;
      color: #444444;
      font-family: Times New Roman;
      font-size: 19px;
      padding-left: 35px;
      margin: 0px;
      
    }
 
    h4#rssh{  
      padding: 0px;
      margin: 0px; 
      padding-top: 2px;
      width: 160px;
    }
    h4#rssh a{
      color: #444444; 
      font-family: Times New Roman;
      font-size: 12pt;
      font-weight: bold;   
    }
    #rssh:hover{
      color: #1c8ddd;
    }
    h4#rssh a:hover{
      color: #1c8ddd;
    }


	#sidebar h3 {
	  font-family: Times New Roman;
		color: #444444;
		font-size: 12px;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 5px;
		}
		
	#sidebar ul, #sidebar ol {
		/*list-style: inside url('images/d.gif');*/
		margin: 0;
		padding: 0px;
		}
	#sidebar form{
    margin: 0px;
    padding: 5px 0 0 0;
    }
  #sidebar #search{
    margin-top: 10px;
    padding: 37px 5px 5px  0px;
    }
	#sidebar li, #sidebar li:hover {
    margin: 0;
		padding: 0;
		padding-left: 10px;
		font-size: 12pt;  
	}
		
  #sidebar a{
    font-family: Times New Roman;
    font-size: 10pt;
    font-weight: normal;
  }
	#sidebar a:hover{
	  font-size: 10pt;
    color: #1c8ddd;
  }	
 
  /* pages */
  .pageHeader{
    font-size: 18px;
    color: #ee9600;
  }
  .instruction{
    font-size: 10px;
    color: #444444;
  }
  /* wp-email */
  .wp-email{
    text-align: left;
  }

  .wp-email label{
    color: #996100;
  }
  .wp-email textarea{
    background: #fff;
		font-size: 14px;
		border: 1px solid #ee9600;
  }
  /*ta cloud*/
 
/* General */
a {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #1c8ddd;
	}

acronym, abbr, span.caps {
	cursor: help;
	border-bottom: 1px dotted #000;
	}
	


cite {
	text-decoration: none;
	}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	background-color: #FFFFCC; 
	padding: 5px;
	display: block;
	border: 1pt solid yellow;
	}

img {
	border: 0;
	}

h4 {
	color: #000;
	}
input {
  border: 1px solid #ee9600;
}	
li {
	 list-style-type: none;
   font-family: Times New Roman;
   font-size: 14px;
   } 	
/* Float and Clear */
div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}

div.both {
	clear: both;
	}
	
/* Images align */
img.border {
	border: 1px solid #C0C0C0;
	padding: 4px;
	margin: 0;
	}

img.border:hover {
	background: #C0C0C0;
	}

img.center {
	display: block; 
	margin: auto;   
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
/* Text align */
.center {
	text-align: center;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}
}
