/*
Theme Name: ATconcepts
Theme URI: http://atconcepts.com
Description: Custom template coded for ATConcepts
Version: 1.0
Author: Naif Amoodi
Author URI: http://www.naif.in/
*/

body {
	margin: 0; padding: 0 0 25px 0;
	background: repeat-x url(images/bck.jpg);
	font-family: Verdana; font-size: 11px;
	color: #000;
}
#page {
	margin: 0 auto; padding: 0 2px;
	width: 805px;
	background: repeat-y url(images/bckpage.gif);
}
#menu {
	margin: 0; padding: 0 0 0 175px;
	list-style-type: none;
	height: 37px; line-height: 37px;
	background: repeat-x url(images/bckmenu.gif);
	overflow: hidden;
}
#menu li {
	float: left;
	padding: 0 20px;
	background: right top no-repeat url(images/bckmenuli.gif);
	font-size: 11px; font-weight: bold;
}
#menu li.first {
	padding: 0;
}
#menu li.first span {
	float: left;
	padding: 0 20px;
	background: left no-repeat url(images/bckmenuli.gif);
}
#menu li a {
	color: #fff;
	text-decoration: none;
}
#header {
	position: relative;
	padding: 30px 0 0 0;
	height: 95px;
	background: repeat-x url(images/bckheader.gif);
}
#header .logo {
	display: block;
	width: 215px; height: 95px;
	background: no-repeat url(images/bckheaderlogo.jpg);
	font-size: 0; text-indent: -99999em;
}
#header .title {
	position: absolute;
	top: 70px; right: 10px;
	font-size: 18px;
	color: #a7141b;
	text-decoration: none;
}
#content {
	margin: 10px 25px 25px 25px;
}
#content .post {
	margin: 0 0 25px 0;
}
#content h2 a {
	color: #000;
	text-decoration: none;
}
#content .entry {
	margin: 15px 0;
	width: 100%;
}
#content .entry a, #content .meta a {
	color: #000;
	text-decoration: underline;
}
#content li {
	margin: 0 0 10px 0;
}
#panel {
	padding: 10px 0 5px 0;
	width: 100%;
	background: #f8ecc2 repeat-x url(images/bckpanel.gif);
	border-top: #e6e6e6 1px solid;
}
#panel h3 {
	margin: 0 0 5px 0;
	color: #a7141b;
}
#panel:after, #content .entry:after, .navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#panel .news {
	float: left;
	margin: 0 -1px 0 0; padding: 0 21px;
	width: 360px;
	border-right: #e6e6e6 1px solid;
}
#panel .featured {
	float: right;
	padding: 0 21px;
	width: 360px;
	border-left: #e6e6e6 1px solid;
}
#footer {
	padding: 5px 0;
	text-align: center;
	background-color: #830101;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}

.navigation {
	clear: both;
	margin: 15px 0;
	width: 100%;
}
.navigation a {
	color: #000;
	text-decoration: underline;
}

/* A few generic styles used across the site */

a img {
	border: 0;
}

h2 {
	font-size: 21px; font-weight: normal;
}
h3 {
	font-size: 19px; font-weight: normal;
}
h4 {
	font-size: 17px; font-weight: normal;
}

td {
	vertical-align: top;
}

input, textarea {
	vertical-align: middle;
	font-family: Verdana; font-size: 12px;
	color: #000;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

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

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	color: #000;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}