/*
Theme Name: WebdesignAndCMS
Theme URI: 
Description: The WordPress theme for Webdesignandcms.com
Version: 1.0
Author: Nat VT
Author URI: 
*/

body {
	margin: 0px;
}

body, td {
	font-family: arial, tahoma;
	font-size: 13px;
}

td {
	vertical-align: top;
}

#page {
	width: 938px;
	margin: auto;
}

img {
	border: 0px;
}

a {
	color: red;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.linktop {
	color: #7d7d7d;
	text-decoration: none;
	font-size: 11px;
}

a.linktop:hover {
	text-decoration: underline;
}

h3, h3 a {
	color: #cc1a1d;
	font-size: 13px;
}

h3 a:hover {
	color: #cc1a1d;
	text-decoration: underline;
}

h2, h2 a {
	color: #cc1a1d;
	font-size: 16px;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

input {
	font-size: 12px;
	font-family: arial, tahoma;
}

.searchbox {
	background: url(images/bg_search.jpg) no-repeat;
	width: 167px;
	height: 15px;
	line-height: 23px;
	padding: 4px 6px 4px 6px;
	border: 0px;
}

.searchbutton {
	background: url(images/btn_search.jpg) no-repeat;
	width: 86px;
	height: 32px;
	border: 0px;
}

#header {
	height: 226px;
	width: 960px;
	background: url(images/bg_header.jpg) center center no-repeat;
}

#container {
	margin-top: 4px;
	margin-left: 12px;
}

/*
#container .left {
	width: 236px;
}
*/

#container .center {
	/* width: 512px; */
	padding: 0px 8px 8px 8px;
}

#container .right {
	width: 190px;
	background: url(images/bg_gray_right.jpg) repeat-y;
}

#container .right ul {
	margin-left: 0px;
	padding-left: 10px;
}

#container .right li {
	list-style: none;
}

li h2 {
	font-weight: bold;
	font-size: 14px;
}

li a {
	color: black;
}

textarea {
	width: 350px;
	height: 100px;
	font-size: 12px;
	font-family: arial, tahoma;
}

div.post {
	width: 500px;
	margin-bottom: 40px;
}

ol.commentlist {
	width: 500px;
}

div#footer {
	text-align: center;
}
