/*
Theme Name: EmTechMag
Theme URI: http://www.emtechmag.com/
Description: Emerging Technologies Magazine theme
Author: Gopinathan Thachappilly
Author URI: http://www.emtechmag.com/
Tags: black, white, fixed width, two columns

*/

/* Begin Typography & Colors */
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 85%
}

#page {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	margin: 10px 40px 20px 40px;
}

#headerimg {
	width: 720px;
	margin: 0 auto;
	height: 100px;;
	background: url(images/etm-logo.jpg) no-repeat right;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header h1 {
	width: 66%;
	text-align: center;
	font-size: 2em;
}
div.description {
	width: 66%;
	font-style: italic;
	text-align: center;
}

#content {
	width:65%;
	float: left;
}

#content a {
        color: black;
}

#content a:hover {
        color:gray;
}
#sidebar {
	width: 16%;
	margin-left: 71%;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul ul {
	margin-left: 20px;
	margin-bottom: 15px;
	list-style:	url(images/point.gif);
}

/*
#searchform {
	margin: 25px;
}
*/
#wp-calendar {
	width: 80%;
	text-align: center;
	margin: 15px;
}

#footer {
	clear: both;
	width: 750px;
	margin: 20px auto;
	text-align: center;
}

hr {
	display: none;
}

.post {
	margin-bottom: 25px;
	font-size: 1.2em;
}
.post p {
	line-height: 1.4em;
	margin-bottom: 1em;
}
.entry {
	margin-top: 10px;
	margin-bottom: 15px;
}
.postmetadata {
	padding: 2px;
	font-size: 0.8em;
}
.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 40px;
}
.alignleft {
	float: left;
	text-align: left;
	width: 50%;
}
.alignright {
	float: right;
	text-align: right;
	width: 50%;
}
.indent {
	margin-left: 15px;
	list-style: none;
}
.etmsite {
	width: 150px;
	height: 70px;
}
.etmsite a {
	text-decoration: none;
	font-family: Arial Narrow;
	color: Red;
}
.etmsite a:hover {
	text-decoration: underline;
}
.adbanner {
        width: 480px;
        padding: 5px;
}
.adlinks {
	width: 200px;
	margin: 10px;
}
li.feed {
	width: 160px;
	height: 50px;
        text-align: center;
}
