/*
Theme Name: Samyamatech.com
Theme URI: http://samyamatech.com/
Description: The Wordpress theme for Samyamatech.com</a>.
Version: 2.0
Author: Mike Gehard
Author URI: http://samyamatech.com/
Tags: 


*/

/*
The font size here is set to 62.5% so that
1em = 10px. This makes adjusting our typography
a little easier
*/
body {
	margin: 0;
	padding: 0;
	background: #7a2122 url('../images/body_bg.gif') repeat-x top;
	font-family: Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
}

h1, h2, p, ul, li {
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.4em;
	line-height: 1.4em;
}

ul {
	list-style-type: none;
}

a:link, a:visited {
	color: #333;
	background: #eee;
}

/* This rule adds a nice style to our ampersands */
span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
}

/*
"margin: 0 auto" with a width will center the layout
in the browser window
*/
#masthead {
	margin: 0 auto;
	margin-top: 20px;
	width: 800px;
	color: #fff;
}

#masthead h1 {
	float: left;
}

#nav {
	float: right;
	margin: 50px 10px 0 -100px;
	font-size: 1.4em;
}

#nav li {
	display: inline;
	margin: 0 0 0 20px;
}

#nav li a {
	color: #cccccc;
	text-decoration: none;
	background: none;
}

#nav li a:hover, a:hover, #nav li.current_page_item a, #nav li.current-cat a {
	color: #FBB040;
	background: none;
}

/*
Because the header content is outside the wrap <div>,
we need to use the same "margin: 0 auto" trick to center
the layout
*/
#wrap {
	clear: both;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
	background: #fff;
	border: 10px solid #5c0505;
}

#header img {
	border: 10px solid #ccc;
}

#header h1 {
	font-size: 2em;
	margin: 10px 0 0 0;
	padding: 10px;
	text-align: center;
	background: url('../images/tagline_bg.gif') repeat-x;
}

/*
#content, #sidebar {
	width: 360px;
	margin: 20px 0 20px 0;
	padding: 10px;
}


#sidebar1 {
	width: 10px;
	margin: 20px 0 20px 0;
	padding: 5px;
}
*/
#content_wrapper{
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;	
}

#content_wrapper #contentheader {
	font-size: 2.4em;
	margin: 0 0 10px 0;
}


#content_wrapper ul {
	font-family: Helvetica, sans-serif;
	font-size: 120%;	
	margin: 10px 10 10px 10;
	padding: 10px;
}

#content_wrapper p {
	margin: 0 0 10px 0;
}
#link-list {
	margin: 20px 0 0 0;
	font-size: 1.4em;
}

#link-list li {
	margin: 0 0 10px 0;
}

#sidebar {
	float: left;
	background: #eee;
}

#sidebar h2 {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
	padding: 5px;
}

#port li {
	margin: 0 10px 20px 0;
	float: left;
	border: 5px solid #ddd;
}

#footer {
	clear: both;
	background: #eee;
	padding: 10px;
	border-top: 2px solid #ddd;
	text-align: center;
	color: #777;
}

.clear{
	clear:both;
}

.portfolioEntry, .postEntry{
	padding-bottom: 10px;
	padding-top:10px;
	border-bottom: 2px solid #6E2B25;
	margin-bottom:5px;
}
.postDescription{
	font-size:1em;
}

.portfolioImage{
	border:0;
	float:left;
	margin:10px;
}

.postTitle{
	font-size:1.5em;
	margin-bottom:5px;
}
