@charset "UTF-8";
/* CSS Document */
/*
Theme Name: TechJunkie
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: A tech theme.  Design by <a href="http://www.styleshout.com">Styleshout</a>.  Ported to WP by <a href="http://www.themelab.com">Theme Lab</a>
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/

/* ----------------------------------------------
	Template Name : TechJunkie
	Template Code : S-0024
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/    
	Last Date Modified : May 31, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #FFFFFF;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #666666; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #ED264D;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #999999;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #ED264D;	
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 2em;
	color: #88ac0b;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;
}

/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

blockquote { padding: 0 40px;}

/* images */
img {
	background: #fafafa;
   border: 1px solid #666666;
	padding: 7px;
}
img.icon {
        background-color: transparent;
        border: 0px solid #666666;
        padding: 0px;
        padding-right: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #999999; 
	background: #f0f0f0; 
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #666666;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #f0f0f0;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #999999 #666666 #666666 #999999;	
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #999999;	
}	
/* end - table */

/* form elements */
form {
	margin: 15px 10px; 
	padding: 5px 10px 20px 10px;
	border: 1px solid #999999; 
	background: #f0f0f0; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, textarea, select {
	padding: 4px;
	color: #666666;		
	background: #fff;
	
  	border-width: 1px;
  	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
	
	font: normal 11px Verdana, sans-serif;
}
textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #ED264D;
	border-width: 1px;
  	border-style: solid;
  	border-color: #ff5297 #ED264D #ED264D #ff5297;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	text-align: left;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 1024px;	
	padding: 25px 0; 	
}
#header {
	position: relative;
	width: 1024px;
	height: 88px;
	color: #fff;
	padding: 0;
	margin: 0;
}
#header h1#logo-text a {
	position: absolute;
	padding: 0;
	text-decoration: none;
	color: #A2A4A7;
	/* change the values of top and left to adjust the position of the logo*/
	top: 20px;
	left: 240px;
	margin-top: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: small-caps;
	text-transform: uppercase;
	font-weight: normal;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	letter-spacing: 0px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 55px; left: 230px;		
}

/* header quick search */
#header form#quick-search {
	position: absolute;
	top: 85px; right: 55px;
	padding: 0; margin: 0;
	border: none;
	width: 223px; height: 33px;
	background: #f0f0f0 url(http://www.danacommunications.com/weblog/wp-content/themes/dana/images/header-search.gif) no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search input {
	border: none;
	background: transparent;
	color: #FFFFFF;
	float: left;
}
#header form#quick-search .tbox {
	margin: 5px 0 0 5px; 
	width: 170px;	
	display: inline;	
}
#search form#quick-search .btn{
	width: 25px; height: 25px;	
}
#header form#quick-search label {
	display: none;
}

/* Navigation */
#navcontain {
width: 1024px;
background: url(http://www.danacommunications.com/weblog/wp-content/themes/dana/images/blogheader2.jpg);
background-repeat: no-repeat;
padding-top: 20px;
}
 
#nav {
	clear: both;
	padding: 0 0 0 30px;
	margin: 0;
	width: 120px;
        height: 102px; 
}
#nav ul {
	margin: 0;
	padding: 0 0 0 0px;			
	height: 180px;	
}
#nav ul li {
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	width: auto;
	margin: 0;
	padding: 0 0px;
	color: #999;
	font: normal 14px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-decoration: none;	
	letter-spacing: -0.5px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #333;	
}

#nav ul li.current_page_item a {		
	color: #333;
}

/* Main Column */
#main {
	float: right;
	width: 684px;
	padding: 0; margin: 0 30px 0 10px;
	display: inline;	
}
#main h2 {
	font: bold 1.75em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #ED264D; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: 0px;
	border-bottom: 1px solid #666666;
}
#main h2 a {
	color: #ED264D;
	text-decoration: none;
	
}
#main ul li {
	list-style-type:circle;
	color: #666666;
}

#sidebar {
	float: left;
	width: 260px;
	padding: 0 0 0 30px; 
	margin: 0 0 0 0;
	display: inline;	
}
#sidebar h3 {
	color: 333; 
	font: normal 14px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 0px 0 0px 0; 
	margin: 15px 0 0 0px; 
}


#sidebar #social-icons { padding: 5px 0 0 0; }



/* sidebar menu */
#sidebar ul {
	margin: 0px 0px 0px 0px; padding: 0 0 0 0;
	text-decoration: none;		
}

#sidebar ul li {
	list-style: none;
	margin: 0;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	color: #666666;	
}
#sidebar ul li a span {
	color: #999999;	
	font-size: .9em;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-style: italic;
	font-weight: normal;		
}
#sidebar ul li a:hover {	
	color: #999999;	
	background: none;	
}
#sidebar ul { margin: 0 0 0 0px; padding: 0; }
#sidebar ul li { border: none; }

/* search form */
#sidebar .searchform {
	
	background-color: transparent;
	border: none;	
	margin: 0 0 0 0px; 
	padding: 10px 0 10px 00px;	
	width: 260px;	
}
#sidebar .searchform p { align:left; margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
	width: 180px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
#sidebar .searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 4px;
	vertical-align: top;
}




/* footer */
#footer-wrap {
	clear: both;
	width: 1024px;
	text-align: left;
	padding: 0;	margin: 0;		
}
#footer-content {
	width: 1024px;
	background: url("http://www.danacommunications.com/weblog/wp-content/themes/dana/images/footer-top-sep.png") no-repeat;	
	padding: 30px 0 35px 0;
}

#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #333; 
	margin: 0;
	padding: 0px 0 0px 10px; 
	text-transform: uppercase;
	font: 12px;
}
#footer-wrap a:hover { 
	color: #999999; 
	text-decoration: none;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0 0 0 0;	
	width: 1024px;	
	border-top: 1px solid #666666;	
}
#footer-columns ul {
	list-style: none;
	margin: 0; 
	padding: 0;				
}
#footer-columns li {
			
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 0px 0 0px 10px;
	width: 100%;
	color: #ed264d;	
}

#footer-columns .col3, .col3-center {
	margin-top: 10px;
	float: left;
	width: 33%;
}
#footer-columns .col3-center { 
	margin-top: 10px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666666;	
	margin: 0 auto; 
	width: 1024px;
	padding: 15px 0 10px 0;
	text-align: center;	
	font-size: 0.95em;
}
#footer-bottom a { color: #ED264D; }

/* postmeta */
.post-footer {
	/* padding: 8px 5px; 
	margin: 5px 10px 10px 10px;	
	color: #333333;
	border: 1px solid #999999; 
	background: #f0f0f0;*/

	padding: 8px 5px; 
	margin: 5px 10px 10px 10px;	
	color: #333333; 
	background: #f0f0f0;	
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}
.post-footer a {color: #ed264d;}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #666666; }
.post-info a, .post-info a:visited { color: #ED264D; }
.post-info a:hover {color: #999999;}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

img.avatar { float: left; margin-right:5px;}

ol.commentlist p { padding-left: 0;}
ol.commentlist li { padding-top: 10px;}
.alt {	 }

/* Calendar */
#wp-calendar {
	border: 1px solid #333333;
	empty-cells: show;
	font-size: 10px;
	margin: 0;
	width: 80%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: center;
}
#wp-calendar #next a:hover {
	color:#ED264D;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: center;
}

#wp-calendar #prev a:hover {
	color:#ED264D;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	text-align: center;
}

#wp-calendar td {
	color: #333333;
	font: normal 9px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
	color:#ED264D;
	text-align:center;
}

#wp-calendar td.pad {
	background: #fff;
	text-align:center;
}

#wp-calendar td:hover {
	background: #999999;
	color: #FFFFFF;
}

#today {
	background: #ed264d;
	color: #FFFFFF;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	background:#97928E;
}


