﻿/*  
Theme Name: Why walk alone?
Theme URI: http://www.internet-starter-guide.com
Description: "Why walk alone" is a clean Widget-ready three column theme. It is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>. This means you may use it for any purpose, and make any changes you like but just leave the links in the footer.
Version: 1.0
Author: Jay
Author URI: http://www.internet-starter-guide.com

	The CSS, XHTML and design is released under Creative Commons Attribution-Share Alike 3.0 License:
	http://creativecommons.org/licenses/by-sa/3.0/
  */
  
  
/*--------- Colors ------------*/

body {
	background-color: #FFF;
	color:#000011;
}

a {color: #000066; 	text-decoration:none;}
a:visited {color:#000066;}
a:hover {color: #777;}
a:active { color:#777;}

#container {
	background-color: #FFF;
}

#content {
	background-color: #FFF;
}


#footer {

}


/*--------------- Rest --------------*/

body {
	font-size: 0.8em;
	font-family: Georgia, "Tahoma", Times, serif;
	padding:0;
	margin:0;
}

img {
	border:none;
}


h1 {
	font-size: 1.8em; 
	font-weight: normal;
	padding:10px 0 5px 0;
	margin:0;
	color: #D00303;
 }

h2 {
	font-size: 1.6em;
	font-weight: normal;
        font-family:"Tahoma", Times, serif;
	padding:10px 0 5px 0;
	color: #D00303;
	margin:0;
}


/* ---------- container -------------- */
#container {
	width: 822px;
	margin: 0 auto;
	padding: 15px 20px; 
}

#header {
/*	background:url('images/headbg.jpg');*/
	background-repeat:no-repeat;
	height:260px;
	padding: 12px 10px;
}

#header h1 {
	padding:12px 0 10px 10px; 
       
}

#main {
	padding:0;
	margin:0;
	width:100%;
}

/* ---------- vertical navi -------------- */
#mainnavi {
	margin: 0;
	padding: 0;
}

#mainnavi li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#mainnavi a {
	color: ##000066;
       font-family: "Tahoma", Times, serif;
	padding:8px 15px 0 15px;
	font-size:14px;
	font-weight:bold;
	}
		
#mainnavi ul {
	margin: 0px;
	padding: 7px 10px 5px 10px;
	}
		

/* ----------------- content --------------------- */

#middle {
	vertical-align:top;
	width:60%;
}

#middle h2 {
	padding-bottom:3px;
}

#middle .times, #leftmenu .times, #rightmenu .times{
	font-family: "Tahoma", Times, serif;
	font-size:14px;
}

#content {
	min-height:600px;
	padding: 0 10px;
	margin: 0;
}

p, pre {
	padding: 10px;
	margin:0;
}

.postmetadata {
	background-color:#f6f5ed;
}


/* -------------- sidebars ------------- */

.leftsm {
	height:0px;
}

.rightsm {
	height:0px;
}

.sidebar{
	vertical-align:top;
}

.sidebar h2{
	font-size:1.2em;
	font-weight:bold;
	height:23px;
	width:183px;
	padding-left:8px;
}


.sidebar ul{
	padding:0 0 0 10px;
	margin:0;
}

.sidebar ul li{
	list-style-type:none;
}

.sidebar ul li ul{
	padding:0 0 0 23px;
	font-family: "Tahoma", Times, serif;
	font-size:14px;
}

.sidebar ul li ul li{
	list-style-type:disc;
}

/* -------------- sideleft ------------- */

#leftmenu {
	width:20%;
}

#leftmenu h2{
	background:url('images/s2.jpg') 0 5px no-repeat;
}

/* -------------- sideright ------------- */

#rightmenu {
	vertical-align:top;
	width:20%;
}

#rightmenu h2{
	background:url('images/s1.jpg') 0 5px no-repeat;
}

/* -------------- comments ------------- */

.textareawidth {
	width:98%;
}

/* -------------- search ------------- */

.search {
    padding:10px 0 0 20px;
    background:url('images/search.gif') 7px 14px no-repeat;
	margin-left:16px;
}

#leftmenu .search li {
	list-style-type:none;
}

#leftmenu ul .search {
	padding:10px 0 0 27px;
}

.search input {
    width:100px;
}

/* ----------- footer --------------------------- */
#footer {
	clear: both;
	padding: 0;
	margin: 0;
	margin: 0;
	text-align:center;
	font-family: "Tahoma", Times, serif;
	color:#999999;
}

#footer a{
	color:#777;
}