/*  
Theme Name: Tips For Driving
Theme URI: http://TipsForDriving.com/
Description: TipsForDriving.com WordPress Theme.
Version: 1.00.04.21.07
Author: Deveyesh Mistry
Author URI: http://TipsForDriving.com

This WordPress theme is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

body,
p, ul, ol, li, form,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	background: #aacccc url("images/tfd_bg_fade.png") repeat-x;
	color: #333333;
	margin: 0 auto;
	text-align: center;
	width: 800px;
}

/* title of the post */
h2.posttitle a {
	margin: 3px 0px 0px 0px;
	color: #006633;
	font-size: 16px;
	text-decoration: none;
}

h2.posttitle a:hover {
	color: #339966;
}
/* div holding post date and author */
.postinfo {
	font-size: 11px;
	color: #666666;
}
/* div holding post category and comments */
.postmetadata {
	font-size: 11px;
	color: #666666;
	border: 1px dashed #666666;
	background-color: #FFFFcc;
	padding: 5px;
}

/* Begin Layout */
#page {
	margin: 0px;
	text-align: left;
	background: #ffffff;
	float: left;
	width: 800px;
	font-size: 12px;
}

#content {
	float: right;
	width: 550px;
	display: block;
	background: #ffffff;
	padding: 10px 15px 10px 15px;
}

/* style for archive, category, etc page titles */
h2.pagetitle {
	color: #3f3f3f;
	background: #ddddee;
	padding: 3px;
}

/* ======================== */
/* start style for top menu */
#menu {
	float: left;
	width: 800px;
	font: bold 12px/normal Tahoma, verdana, Arial, ;
	margin: 0px;
	background: #CCFF66;
	height: 32px;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	background: red;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu a {
	display: inline;
	background: #ccff66;
	padding: 9px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #363636;
	line-height: 31px;
}

#menu a:hover {
	background: #006633;
	color: #ffffff;
}
/*  end style for top menu  */
/* ======================== */
/* =============================== */
/* start of header section of page */
#header {
	height: 100px;
	width: 800px;
	float: left;
	background: #CCFF66 url(images/drivingtips_header.jpg) bottom right no-repeat;
	background-color: #CCFF66;	
	text-indent: 5px;
	padding-top: 5px;
	color: #333333;
}

#header a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#header a:hover {
	text-decoration: underline;
}
/*  end of header section of page  */
/* =============================== */

/* ================================ */
/* start of sidebar section of page */
#sidebar {
	float: left;
	width: 200px;
	background: #ffffff;
	color: #666666;
	text-align: left;
	margin-left: 5px;
	margin-top: 10px;
}

#sidebar h2 {
	background: #ffffff url("images/tfd_bullet.jpg") 2px 7px no-repeat;
	color: #6f6f6f;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	text-indent: 20px;
	border-bottom: 1px dotted #6f6f6f;
}
#sidebar a {
	display: block;
	color: #666666;
	text-decoration: none;
	padding: 3px 10px;
	width: 170px;
}

#sidebar a:hover {
	background: #e5ffe1;
	color: #003366;
}

#sidebar ul, #sidebar ul ol {
	padding: 0px;
}

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
	line-height: 20px;
	display: block;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0px 8px 8px;
	color: #114477;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0px 0px 5px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0px 0px 0px 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px;
	background: #ffffff;
	padding: 0px 0px 0px 0px;
}
/*  end of sidebar section of page  */
/* ================================ */

#footer {
	width: 800px;
	clear: both;
	background: #ffffff;
}

#footer p {
	padding: 5px 0 10px 0;
	text-align: center;
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	color: #003366;
	padding: 5px 3px;
}

#footer a:hover {
	background: #003366;
	color: white;
	text-decoration: underline;
}

.entry {
	padding: 5px 0px 5px 0px;
	line-height: 1.4;
}

.entry p {
	padding: 5px 0px;
	font-size: 12px;
}
.entrytext p {
	padding: 10px 0px;
	font-size: 12px;
}

.entrytext ul {
	margin-left: 20px;
}

.entrytext ul a {
	color: #999999;
	text-decoration: none;
}

.entrytext ul a:hover {
	text-decoration: underline;
	color: #003366;
}

/* div container for each post */
.post {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
}

.navigation {
	display: block;
	text-align: center;
	margin: 10px;
	width: 240px;
	}

/* Calendar */
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */

/* Begin Images */

img.centered {
	display: block;
	margin: 0 auto;
	}
	
img.floatright {
	padding: 4px;
	margin: 0 0 5px 10px;
	display: inline;
	float: right;
	}

img.floatleft {
	padding: 4px;
	margin: 0 10px 5px 0;
	display: inline;
	float: left
	}
/* End Images */


/* Begin Lists */ 
.entry ul, ul.commentdata, ul.links {
	margin-left: 0px;
	padding: 0 0 1em 20px;
	list-style: none;
}

ul.commentdata {
	padding: 0;
}

.entry ul li, ul.commentdata li, ul.links ul li {
	background: url("images/tfd_entryarrow.gif") 0px 2px no-repeat;
	padding: 0 0 0 14px;
	margin: 0 0 2px 0;
	list-style: none;
	text-indent: 5px;
}

ul.links h2 {
 	padding: 10px 0 5px 0;
}
 
.entry ol {
	padding: 0 0 1em 40px;
}

/* End Lists */

/* Begin Form */
#searchform {
	text-align: left;
	padding: 5px 5px;
}

#sidebar #searchform #s {
	width: 95px;
	padding: 1px;
}

#sidebar #searchsubmit {
	padding: 0;
}

.entry form {
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px 0;
	margin: 5px 5px 1px 0;
}

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

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form */


/* Begin Comments*/
.commentlist {
	text-align: justify;
	margin: 0;
	padding: 0;
}

.commentlist li, .commentlist li.alt {
	list-style: none;
	background-color: #ffff99;
	padding: 5px;
	margin: 5px 0px;
}

.commentlist li.alt {
	background-color: #ccddee;
}

.commentlist p {
	margin: 5px 5px 5px 0;
}

#commentform p {
	margin: 5px 0;
}

h3#comments, h3#respond {
	color: #3f3f3f;
	padding: 5px 0px 0px 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	border-bottom: 1px solid #3f3f3f;
}

.nocomments {
	text-align: center;
}

.commentmetadata {
	display: block;
	margin: 0px 20px 5px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.commentmetadata a {
	text-decoration: none;
	color: #333366;
	font-weight: bold;
}

.commentmetadata a:hover {
	text-decoration: underline;
	color: #003366;
}

/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
/* End Calendar */



/* Begin Miscellaneous */
acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
	font-size: 0.9em;
	}

code {
	font: 1em 'courier new',courier,fixed,monospace;
	padding: 0 0 1em 0;
	}

small {
	font-size: 0.9em;
	line-height: 1.5;
	}

dl {
	padding: 0 15px;
	}
dt {
	font-weight: bold;
	}
dd {
	padding: 2px 0 6px 0;
	}

blockquote {
	margin: 0 30px 1em 10px;
	padding: 1em 5px 0 15px;
	border-left: 3px solid #C63;
	background: #FFF;
	}
blockquote cite {
	margin: 5px 0px;
	display: block;
	}

.centered {
	text-align: center;
	}

a img {
	border: none;
	}

small, #sidebar, .nocomments, blockquote, strike, .commentdata {
	color: #666666;
}

/* ====================== */
/* general a tag settings */
p a {
	color: #999999;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
	color: #003366;
}
/* ====================== */

/* End Miscellaneous */
