/*
 * JCKD Cascading Style Sheet
 * Copyright 2010 JCKD
 * 
 */

body {
	font-family:"Trebuchet MS", arial;
	background:#eee;
}

#wrapper {
	width:900px;
	margin:auto;
}

a {
	color:#0099FF;
	text-decoration:underline;
}

a:hover {
	color:blue;
	text-decoration:underline;
}

#header {
	height:100px;
	margin-top:10px;
}

#menu {
	float:right;
	padding:0px;
	background:#eee url(./img/menu-bg.png) center right;
	padding:10px;
	padding-left:0;
	padding-right:0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#menu p {
	margin:0;
	padding:0;
	font-size:13px;
}

#menu p a {
	padding:0;
	margin:0;
	padding:10px;
	padding-top:0;
	padding-bottom:0;
	border-left:1px solid #ddd;
	color:#B8B8B8;
	text-decoration:none;
	text-shadow:#fff 1px 1px 3;
}

#menu p a:hover {
	color:#fff;
	text-decoration:none;
}

#menu p a.current{
	color:#33FFFF;
	font-weight:bold;
	text-decoration:none;
}

table.index {
	border-collapse:collapse;
}

table.index tr td {
	text-align:center;
}

table.index tr td ul {
	text-align:left;
	font-size:13px;
	list-style-type:none;
	margin-left:0;
	padding-left:30px;
}

table.index tr td ul li {
	padding:5px;
	background-image: url(./img/blog-post-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 20px;
}

table.index tr td ul li a {
	color:#0099FF;
	text-decoration:underline;
}

table.index tr td ul li a:hover {
	color:blue;
	text-decoration:underline;
}



a.more {
	font:bold 13px "Trebuchet MS", arial;
	color:#ccc;
	text-decoration: none;
	background:#eee url(./img/menu-bg.png) center right;
	padding:8px;
	padding-top:4px;
	padding-bottom:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

a.more:hover {
	color:#fff;
	text-decoration:none;

}


#content h2 {
	color:black;
	font-size:50px;
	font-family:"Georgia";
	font-weight:normal;
	margin:0;
	margin-bottom:10px;
	padding:0;
}

#content h3 {
	color:grey;
	margin:0;
	padding:0;
	font-size:18px;
	margin-top:20px;
}

#content p {
	color:grey;
	margin:0;
	padding:0;
	font-size:13px;
}

#content {
	font-size:13px;
	color:grey;
	width:900px;
	margin:0 auto;
}

#content input[type=text] {
	font-family: "Trebuchet MS", arial;
	width: 250px;
}

#content select {
	font-family: "Trebuchet MS", arial;
	width: 257px;
}

#content textarea {
	font-family: "Trebuchet MS", arial;
	width: 250px;
	font-size: 13px;
}




img {
	border :0;
}


/* Testimonial Author */

#author{
	font-size:15px;
}




#footer {
	font-size: 12px;
	border-top:2px solid #ddd;
	color:grey;
}

#footer a {
	color:#0099FF;
	text-decoration:underline;
}

#footer a:hover {
	color:blue;
	text-decoration:underline;
}