/*  
Theme Name: sparking tech
Theme URI: 
Description: sparking tech theme
Author: Alex
Author URI: http://sparkingtech.com
*/

/* standard elements */
* {
	margin: 0px;
	padding: 0px;
}

a, a:link, a:visited, a:hover, a:active {
    color: #525F6C;
    text-decoration: none;
}

a:hover {
    color: #5A83AB;
}

a img {
    border: none;
}

body {
	background:#000000 url('img/bg.png') fixed;
	color: #111111;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 5px;
}

code, ul {
    padding-bottom: 1.2em;
}

li {
    list-style: none;
}

h1 {
    font: normal 2.0em Tahoma,sans-serif;
}

h2 {
    font: normal 1.6em sans-serif;
}

h3 {
    font: bold 1em Tahoma,sans-serif;
}

h1, h2 {
    padding-top: 0px;
    color: #555533;
    margin-bottom: 4px;
}

h3 {
    padding-top: 15px;
    color: #5A8A0C;
    margin-bottom: 4px;
}

code {
	background: #FFFFFD;
	border: 1px solid #EEEEEE;
	border-left: 6px solid #CCCCCC;
	color: #666666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	font-weight: bold;
	padding-left: 28px;
    border-left: 1px solid #DDDEDF;
}

/* misc */
.clearer { clear: both; font-size: 0px; }
.left { float: left; }
.right { float: right; }

/* structure */
.inner-container {
	font-size: 1.2em;
	margin: 0px auto;
	width: 890px;
}

.outer-container {
	padding-bottom: 15px;
}

/* header & title */
.header {
    background-color: transparent;
	height: 60px;
	text-align: left;
}
.header .title {
	color: #FFFFFF;
}
.header .title .sitename a {
	color: #FFFFFF;
	font: 3.8em Arial;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover { color: #FFFFFF; }

.header .title .slogan {
	font: normal 1.2em Arial,sans-serif;
	padding-top: 3px;
    padding-left: 6px;
	color: #FFFFFF;
}

/* menu */ 
.menu  {
    height: 29px;
	padding: 0px 0px;
	background: #4D7C01 url('img/path.png') repeat-x right;
}
	
.menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.menu ul li {
    float: left;
    padding-left: 28px;
    padding-right: 28px;     
    height: 29px; 
}

#current{
    background: transparent url('img/path2.png') no-repeat;
}

.menu ul li:hover {
    color: #FFFFFF;
    background: transparent url('img/path2.png') no-repeat;
}


.current_page_item {
    background: transparent url('img/path2.png') no-repeat;
    color:#FFFFFF;
}

.menu ul li a {
    float:left;
    margin: 5px 0px 0px 0px;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    color: #ecedee;
}


/* main */
.main {
    background: transparent url('img/main.png') repeat-y;
}

/* content */
.content {
	float: right;
	width: 630px;
	padding-right: 25px;
    padding-top: 6px;
}
.content .descr {
	color: #666644;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	line-height: 1.4em;
	list-style: decimal;
	margin-left: 24px;
}
.content p {
    font-family: sans-serif,"Lucida Sans Unicode";
    font-size: 13px;
    padding-top: 1.2em;
}
.entry a {
    border-bottom: 1px dotted #6D7A87;
}
.entry {
    padding-top: 20px;
    padding-bottom: 10px;
}

/* navigation */
.navigation {
	float: left;
	width: 220px;
    background-color: #D2D2D2;
    padding-top: 6px;
}
.navigation h2 {
    background: #000 url('img/menuhg.png') repeat-x right;
	color: #bfda0e;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
    width: 205px;
	padding-left: 15px;
}
.navigation ul {
	padding: 0;
}
.navigation li a {
    background: transparent url('img/bg1.png') no-repeat left;
	font-size: 13px;
	color: #4b7a15;
        margin-left: 15px;
	display: block;
	padding: 7px 0 8px 5%;
	text-decoration: none;
	width: 85%;
}
.navigation li a:hover {
	text-decoration: underline;	
}

/* footer */
.footer {
	background: #000000 url('img/footer.png') no-repeat;
	color: #fff;
	padding: 2% 3% 1%;
	border-top: 0px solid #FFFFFF;
}

.bottom a {
    color: #ccea8d;
    text-decoration: none;
}

.bottom a:hover {
	background: none;
	color: #fff;	
    text-decoration: underline;
}

.col3,.col3center {
	float: left;
	width: 255px;
}

.col3 h2,.col3center h2, .col3center h2 {
	color:#CEAD00;
    padding-left: 10px;
}

.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #fff;
	clear: both;
	font-size: 1.1em;
}

/* posts */

.post h1{
    border-bottom:1px dotted #bbbbbb;
}
.post h1 a {
	color: #4d7a02;
	text-decoration: none;
}
.post h1 a:hover {
	color: #365700;
}

.post {margin: 6px 0 2px;}
.post .info{
	border-top: 1px dotted #d3d4d2;
	color: #70716e;
	margin: 2px 0 4px;
	padding: 5px 0px 15px 0;
	text-align: left;
}
.post img {
	border: none;
}

.post a img {
    border: 1px solid gray;
}

.post a:hover img {
    border: 1px solid gray;
}

.info a {color: #70716e; text-decoration: none; }
.info a:hover {color: #70716e; text-decoration: underline;}

/* comments */
.content ol li {
	background: none;
}

.commentlist {
    margin: 0px;
    padding: 0px;
}

.commentlist li {
	margin-top: 1em;
	list-style: decimal;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
}

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

#commentform #submit {
	margin: 0;
	float: right;
	}

.alt {
	margin: 0px;
	/*padding: 10px;*/
}

.commentlist {
	padding: 0px;
	text-align: justify;
}

.commentlist p {
	margin: 0px 5px 0px 0px;
    padding-top: 4px;
}

#commentform p {
	margin: 0px;
}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.commentmetadata {
	margin: 0px;
	display: block;
}

.commentmetadata a{
    color: #679e0e;
}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFFffc;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFFffc;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 0px; }

/* calendar */
#wp-calendar {color:#A0A0A0;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3Df;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

#searchform {
    background: transparent url('img/search.png') no-repeat top left;
    width: 200px;
    height: 25px;
    margin-left: 10px;
    margin-top: 8px;
}

#searchform:hover {
    background-position: bottom left;
}

#searchform #s {
	width: 114px;
    background: transparent none;
    border: none;
    color: #555555;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    margin-left: 8px;
}

#searchform #searchsubmit {
	background: transparent none;
    border: none;
    cursor: pointer;
	height: 20px;
    margin-left: 2px;
    width: 70px;
}

.rss-feed { background: #FFFFDD url("img/rss-feed.gif") repeat-x 0 0; border: 1px solid #D1D3D5; margin: 2.0em 0 0; padding: 1.5em 15px 0.75em; }

.rss-feed h4 { color: #636567; margin: 0; }
.rss-feed img#rss-feed-icon { float: left; border: 0; margin-right: 5px; padding: 0; }

.alignright {
	float: right;
    padding-right:10px;
	}

.alignleft {
	float: left;
    padding-left:10px;
	}

.alignrighttt {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	background: url('img/comm.png') no-repeat center left;
	float: right;
	padding: 0px 0 0px 17px;
	}



.alignrighttt a {
    text-decoration: none;
    color: #4E770C;
    border-bottom: 1px dotted #6D7A87;
}

.alignrightttt a {
	float: right;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px dotted #6D7A87;
    color: #4E770C;
    margin-bottom:12px;
    font-weight: bold;
}

.alignlefttt {
	float: left;
    padding-left:0px;
    color: #4E770C;
	font-size: 0.9em;
	}

.alignlefttt a {
    text-decoration: none;
    border-bottom: 1px dotted #6D7A87;
    color: #4E770C;
}

.alignleftttt a {
	float: left;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px dotted #6D7A87;
    color: #4E770C;
    margin-bottom:12px;
    font-weight: bold;
}

.alignleftt {
	float: left;
    padding-left:10px;
    padding-top:10px;
	}

.single{
    border-bottom: 1px solid #679e0e;
}

.entry ul li{
	list-style: none;
}

h2.pagetitle {
	font-size: 1.5em;
    font-weight: bold;
	text-align: center;
    color: #4e7d02;
}

.cite a { color: #4E770C; }

a.stbutton {
    border: none;
}

.entry img {
    border: 1px solid gray;
}

.top_left_image, .alignleft {
    margin: 0px 10px 5px 0px;
    float: left;
}

.top_right_image, .alignright {
    margin: 0px 0px 5px 10px;
    float: right;
}

.sociable ul li a {
    border: none;
}

.sociable ul li a img, .sociable ul li a:hover img {
    border: none;
}

.sociable_tagline, .sociable ul {
    cursor: default;
}

span.sociable_tagline span {
    display: none !important;
}

span.sociable_tagline {
    cursor: default;
}

.gallery a {
    border: none;
}

.gallery a img {
    margin: 5px;
    vertical-align: top;
}
