/*
Theme Name: Manu Prasad
Theme URI: http://manuprasad.com/
Description: Manu Prasad WordPress Theme.
Version: 1
Author: Hussain SM
Author URI: http://chugsdesigns.com/
*/

/* 
------------------------------------------------------ 
	G L O B A L		R E S E T
------------------------------------------------------ */

* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; }
font { color: inherit !important; font: inherit !important; color: inherit !important; }

/* 
------------------------------------------------------ 
	G L O B A L		S T Y L E S
------------------------------------------------------ */

body { 
		background: #e6d4bc url(i/body.jpg) repeat;
		font: 100%/1.6em Georgia, "Times New Roman", Times, serif; 
		color: #555;
		text-align: center;
		}

/* L I N K S */

a:link { 
		font-weight: bold;
		text-decoration: none; 
		color: #950404;
		}
a:visited { 
		font-weight: bold;
		text-decoration: none; 
		color: #933;
		}
a:hover { 
		font-weight: bold;
		text-decoration: none; 
		color: #600;
		}
a:active, a:focus { 
		font-weight: bold;
		text-decoration: none; 
		color: #950404;
		}

/* H E A D L I N E S */

h1, h2, h3, h4, h5, h6 { 
		margin: 20px 0;
		color: #333;
		}
h1 { 
		font-size: 130%;
		}
h2 { 
		font-size: 120%;
		}
h3 { 
		font-size: 110%; 
		}
h4 { 
		font-size: 105%; 
		}
h5 { 
		font-size: 100%; 
		}
h6 { 
		font-size: 95%; 
		}

/* P A R A G R A P H S */

p { 
		margin-bottom: 20px; 
		}

/* M I S C */

strong { 
		font-weight: bold; 
		}
cite, em, dfn { 
		font-style: italic; 
		}
code, kbd, samp, pre, tt, var { 
		font-size: 90%; 
		font-family: monaco, "Lucida Console", courier, mono-space; 
		}
pre, address { 
		margin-bottom: 20px; 
		}
code, pre { 
		color: #555; 
		} 
caption { 
		padding-bottom: 10px; 
		}
del { 
		text-decoration: line-through; 
		color: #666; 
		}
ins, dfn { 
		border-bottom: 1px solid #ccc; 
		}
small { 
		font-size: 85%; 
		}
abbr, acronym { 
		text-transform: uppercase; 
		font-size: 85%; 
		letter-spacing: 0.1em; 
		}
a abbr, a acronym { 
		border: none; 
		}
abbr[title], acronym[title], dfn[title] { 
		cursor: help; 
		border-bottom: 1px solid #ccc; 
		}
sup { 
		vertical-align: super; 
		font-size: 85%; 
		}
sub { 
		vertical-align: sub; 
		font-size: 85%; 
		}

/* Q U O T E S */

blockquote { 
		margin: 10px 0;
		padding: 10px 25px 0; 
		border-top: 1px solid #dbdbdb; 
		border-bottom: 1px solid #dbdbdb; 
		font-style: italic;
		font-size: 100%;
		color: #666; 
		line-height: 1.6em;
		}
cite {
		font-size: 85%;
		font-style: normal;
		text-transform: uppercase;
		}

/* F O R M S */

form { 
		margin-bottom: 20px; 
		}
fieldset { 
		margin: 20px 0;
		padding: 0 10px 10px 10px; 
		border: 1px solid #dbdbdb; 
		}
legend { 
		padding: 0 5px; 
		background: #fff; 
		}
legend+* { 
		margin-top: 10px; 
		}
textarea {
		padding: 3px; 
		border: 1px solid #dbdbdb; 
		background: #fff; 
		font: 90% Arial, Verdana, sans-serif; 
		}
textarea:hover {
		border-color: #aaa; 
		}
textarea:focus {
		border-color: #888; 
		outline: 1px solid #ffffaa; 
		}
select { 
		background: #fff; 
		border: 1px solid #dbdbdb; 
		padding: 4px;
		cursor: pointer;
		}
select:focus { 
		border-color: #888; 
		outline: 1px solid #ffffaa; 
		}
select:hover { 
		border-color: #aaa; 
		}
option { 
		padding: 3px; 
		}
input { 
		padding: 3px; 
		cursor: pointer; 
		}
input[type='text'] { 
		border: 1px solid #dbdbdb; 
		background: #fff; 
		font: 90% Arial, Verdana, sans-serif; 
		}
input[type='text']:hover, 
input[type='password']:hover { 
		border-color: #aaa; 
		}
input[type='text']:focus, 
input[type='password']:focus { 
		border-color: #888; 
		outline: 1px solid #ffffaa; 
		}
input[type='text'] { 
		cursor: text; 
		}

/* H R */

hr { 
		display: block; 
		width: 100%; 
		height: 1px; 
		margin-bottom: 1.6em; 
		background: #aaa; 
		border: none; 
		color: #aaa; 
		}

/* L I S T S */

ul {
		margin: 0 20px;
		}
ul li { 
		list-style-type: square; 
		margin-left: 10px; 
		}
ol { 
		list-style-position: outside; 
		list-style-type: decimal; 
		margin: 0 10px 0 20px;
		}
ol ol, 
ul ol { 
		margin-left: 20px; 
		}
dl {
		margin-bottom: 10px;
		}
dt { 
		margin: 5px 0;
		font-weight: bold; 
		}

/* T A B L E S */

table { 
		margin-bottom: 20px;
		border-top: 1px solid #bbb;  
		border-left: 1px solid #bbb; 
		}
th, td { 
		padding: 5px;
		border-bottom: 1px solid #dbdbdb; 
		border-right: 1px solid #bbb; 
		}
th, 
thead td { 
		font-weight: bold; 
		}

/* I M A G E	 S T Y L E S */

img {
		margin: 0;
		}
div.post-body img {
		max-width: 450px;
		width: expression(this.width > 450 ? 450: true);
		}
.alignleft, 
.wp-caption.alignleft  {
		float: left;
		margin: 10px 15px 10px 0;
		border: none;
		}
.alignright, 
.wp-caption.alignright {
		float: right;
		margin: 10px 0 10px 15px;
		border: none;
		}
.aligncenter, 
.wp-caption.aligncenter {
		display: block;
		margin: 10px auto;
		border: none;
		}
img.border {
		padding: 2px;
		border: 1px solid #ccc;
		}
a img {
		border: none;
		}
div, p, a {
		behavior: url(iepngfix.htc);
		}

/* C A P T I O N S */

.wp-caption {
		padding: 5px 0 0;
		margin: 0 0 10px;
		background: #efefef;
		text-align: center;
		}
.wp-caption p.wp-caption-text {
		padding: 0 5px 5px;
		margin: 0;
		font-size: 75%;
		text-align: center;
		color: #444;
		}

/* 
------------------------------------------------------ 
	L A Y O U T
------------------------------------------------------ */

#container {
		width: 964px;
		margin: 0 auto 20px;
		text-align: left;
		}

/* 
------------------------------------------------------ 
	H E A D E R
------------------------------------------------------ */

#header {
		margin: 20px auto 60px;
		border-bottom: 1px solid #d6c2a3;
		text-align: left;
		}
#header-inner {
		margin: 20px 0;
		background: url(i/header.gif) repeat-y;
		}
ul#nav {
		margin: 0 0 20px;
		padding: 0 0 20px;
		border-bottom: 1px solid #d6c2a3;
		font: 70% Arial, Verdana, sans-serif;
		text-align: right;
		text-transform: uppercase;
		}
ul#nav li {
		display: inline;
		margin: 0;
		padding: 0 0 0 10px;
		list-style-type: none;
		text-align: right;
		}
p#title {
		margin: 0;
		}
p#title a {
		display: block;
		overflow: hidden;
		float: left;
		width: 454px;
		height: 0px !important;
		height /**/: 66px;
		margin: 0 20px 0 0;
		padding: 66px 0 0 0;
		background: url(i/title.png) no-repeat;
		font-size: 400%;
		text-transform: lowercase;
		line-height: 1em;
		}
p#description {
		float: left;
		width: 280px;
		margin: 0 20px;
		padding: 0;
		font: 80% Arial, Verdana, sans-serif;
		}
p#logo {
		display: block;
		overflow: hidden;
		float: left;
		width: 75px;
		height: 0px !important;
		height /**/: 70px;
		margin: 0 20px;
		padding: 70px 0 0 0;
		background: url(i/logo.png) no-repeat;
		}

/* 
------------------------------------------------------ 
	H O M E P A G E
------------------------------------------------------ */

/* C O M M O N */

div.section {
		margin: 0 0 60px;
		}
div.section-header {
		height: 91px;
		padding: 0 22px;
		background: #950404 url(i/section-header-1.gif) no-repeat;
		font-family: Arial, Verdana, sans-serif;
		color: #e6d4bc;
		}
div.section-header a {
		color: #e6d4bc;
		}
h2.section-title {
		display: block;
		overflow: hidden;
		float: left;
		width: 200px;
		height: 0px !important;
		height /**/: 41px;
		margin: 20px 20px 0 0;
		padding: 41px 0 0 0;
		font-size: 250%;
		font-weight: bold;
		color: #efe3d3;
		text-transform: uppercase;
		letter-spacing: -0.05em;
		line-height: 1em;
		}
h3.section-url {
		float: left;
		width: 200px;
		margin: 0 20px;
		padding: 20px 0;
		font-size: 110%;
		font-weight: bold;
		color: #e6d4bc;
		line-height: 1em;
		}
h3.section-url span {
		display: block;
		font-size: 65%;
		font-weight: bold;
		color: #e6d4bc;
		}
p.section-description {
		float: left;
		width: 280px;
		margin: 0 20px;
		padding: 20px 0;
		font-size: 70%;
		line-height: 1.2em;
		}
ul.section-links {
		float: left;
		width: 120px;
		margin: 0 0 0 20px;
		padding: 20px 0;
		font-size: 70%;
		}
ul.section-links li {
		height: 20px;
		list-style-type: none;
		margin: 0;
		padding: 0 18px 0 0;
		background: url(i/icon-arrow-1.gif) no-repeat 100% 0;
		line-height: 20px;
		}
ul.section-links li.section-links-visit {
		margin: 0 0 10px;
		}
ul.section-links li.section-links-url {
		white-space: pre;
		}
ul.section-links li a {
		height: 20px;
		display: block;
		margin: 0;
		padding: 0 5px;
		background: #333;
		color: #e6d4bc;
		text-transform: uppercase;
		line-height: 20px;
		}
ul.section-links li a:hover {
		color: #fff;
		}
ul.section-links li.section-links-rss a {
		padding: 0 0 0 20px;
		background: #333 url(i/icon-rss.gif) no-repeat 5px 50%;
		}
div.section-main {
		padding: 20px 2px;
		background: #fff url(i/section-main.gif) repeat-y;
		}
div.section-main-bottom {
		height: 4px;
		background: url(i/section-main-bottom.gif) no-repeat;
		}
div.section-main h4 {
		margin: 0 0 10px 20px;
		padding: 0;
		font: 70% Arial, Verdana, sans-serif;
		color: #666;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		}

/* 
------------------------------------------------------ 
	W O R K
------------------------------------------------------ */

div.work h2.section-title {
		background: url(i/h2-work.gif) no-repeat;
		}
div.work div.section-main-inner {
		background: url(i/section-main-inner-1.gif) repeat-y;
		}
div.work div.section-main div.post {
		display: inline;
		float: left;
		width: 440px;
		margin: 0 20px;
		padding: 0;
		}
div.work div.section-main h1.post-title {
		margin: 0 0 20px;
		padding: 0;
		font: 200% Arial, Verdana, sans-serif;
		line-height: 1em;
		letter-spacing: -0.05em;
		}
div.work div.section-main p.post-body {
		margin: 0 0 20px;
		padding: 0;
		font-size: 120%;
		}
div.work div.section-main p.post-meta {
		margin: 0;
		padding: 0;
		font: 70% Arial, Verdana, sans-serif;
		color: #999;
		}

/* 
------------------------------------------------------ 
	L I F E
------------------------------------------------------ */

div.life h2.section-title {
		background: url(i/h2-life.gif) no-repeat;
		}
div.life div.section-main-inner {
		background: url(i/section-main-inner-2.gif) repeat-y;
		}
div.life div.section-main div.post {
		display: inline;
		float: left;
		width: 200px;
		margin: 0 20px;
		padding: 0;
		}
div.life div.section-main h1.post-title {
		margin: 0 0 20px;
		padding: 0;
		font: 150% Arial, Verdana, sans-serif;
		line-height: 1em;
		letter-spacing: -0.05em;
		}
div.life div.section-main p.post-body {
		margin: 0 0 20px;
		padding: 0;
		font-size: 100%;
		}
div.life div.section-main p.post-meta {
		margin: 0;
		padding: 0;
		font: 70% Arial, Verdana, sans-serif;
		color: #999;
		}

/* 
------------------------------------------------------ 
	B A L A N C E
------------------------------------------------------ */

/* C O M M O N */

div.balance {
		margin-bottom: 20px;
		}
div.balance div.section-header {
		background: #950404 url(i/section-header-2.gif) no-repeat;
		}
div.balance h2.section-title {
		background: url(i/h2-balance.gif) no-repeat;
		}
div.balance div.section-main-inner {
		margin: 0 20px 20px;
		padding: 0 0 20px;
		border-bottom: 1px solid #aaa;
		}
div.balance div.section-main-inner div {
		background: url(i/section-main-inner-3.gif) repeat-y;
		}
div.section-sub {
		float: left;
		width: 440px;
		margin: 0 0 60px;
		}
div.section-sub h4 {
		margin: 0 0 10px;
		padding: 0;
		font: 70% Arial, Verdana, sans-serif;
		color: #666;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		}
div.section-sub-header {
		margin: 0 0 20px;
		padding: 0 0 20px;
		border-bottom: 1px solid #ddd;
		font-family: Arial, Verdana, sans-serif;
		}
div.balance div.section-sub-header div {
		background: url(i/section-sub-header.gif) repeat-y;
		}
h3.section-sub-title {
		display: block;
		overflow: hidden;
		float: left;
		width: 200px;
		height: 0px !important;
		height /**/: 24px;
		margin: 0 20px 0 0;
		padding: 24px 0 0 0;
		font-size: 150%;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: -0.05em;
		line-height: 1em;
		}
ul.section-sub-links {
		float: left;
		width: 200px;
		overflow: hidden;
		margin: 0 0 0 20px;
		padding: 0;
		font-size: 70%;
		line-height: 1em;
		}
ul.section-sub-links li {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
ul.section-sub-links li.section-links-link {
		margin: 10px 0 0;
		padding: 0 18px 0 0;
		background: url(i/icon-arrow-2.gif) no-repeat 100% 0;
		}
ul.section-sub-links li.section-links-link a {
		display: block;
		margin: 0;
		padding: 0 5px;
		background: #333;
		color: #e6d4bc;
		text-transform: uppercase;
		line-height: 20px;
		}
ul.section-sub-links li.section-links-link a:hover {
		color: #fff;
		}
ul.section-sub-links li.section-links-url {
		font-size: 90%;
		white-space: pre;
		}
ul.section-sub-links li.section-links-url a {
		color: #333;
		}

/* T W I T T E R */

div.twitter {
		margin: 0 20px 0 0;
		}
div.twitter h3.section-sub-title {
		background: url(i/h3-twitter.gif) no-repeat;
		}
ul.tweets {
		margin: 0;
		padding: 0;
		font-size: 120%;
		}
ul.tweets li {
		list-style-type: none;
		margin: 0 0 20px;
		padding: 0;
		}
ul.tweets li span {
		display: block;
		margin: 10px 0 0;
		padding: 0;
		font: 50% Arial, Verdana, sans-serif;
		color: #999;
		}

/* F L I C K R */

div.flickr {
		margin: 0 0 0 20px;
		}
div.flickr h3.section-sub-title {
		background: url(i/h3-flickr.gif) no-repeat;
		}
ul.photos {
		margin: 0;
		padding: 0;
		}
ul.photos li {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
ul.photos li img {
		float: left;
		margin: 0 20px 20px 0;
		padding: 0;
		}

/* D E L I C I O U S */

div.delicious {
		margin: 0 20px 0 0;
		}
div.delicious h3.section-sub-title {
		background: url(i/h3-delicious.gif) no-repeat;
		}
ul.links {
		margin: 0;
		padding: 0;
		font-size: 80%;
		line-height: 20px;
		}
ul.links li {
		list-style-type: none;
		margin: 0 0 20px;
		padding: 0 0 0 15px;
		background: url(i/icon-bullet.gif) no-repeat;
		}
ul.links span {
		display: block;
		margin: 5px 0 0;
		padding: 0;
		font: 85% Arial, Verdana, sans-serif;
		color: #999;
		}
ul.links span em {
		font-style: normal;
		text-transform: uppercase;
		}
div.delicious ul.delicious {
		margin: 0;
		padding: 0;
		font-size: 80%;
		line-height: 20px;
		}
div.delicious ul.delicious li {
		list-style-type: none;
		margin: 0 0 20px;
		padding: 0 0 0 15px;
		background: url(i/icon-bullet.gif) no-repeat;
		}
div.delicious ul.delicious span {
		display: block;
		margin: 5px 0 0;
		padding: 0;
		font: 85% Arial, Verdana, sans-serif;
		color: #999;
		}

/* G O O G L E		R E A D E R */

div.google-reader {
		margin: 0 0 0 20px;
		}
div.google-reader h3.section-sub-title {
		background: url(i/h3-google-reader.gif) no-repeat;
		}

/* Y O U T U B E */

div.youtube {
		margin: 0 20px 0 0;
		}
div.youtube h3.section-sub-title {
		background: url(i/h3-youtube.gif) no-repeat;
		}
ul.videos {
		margin: 0;
		padding: 0;
		}
ul.videos li {
		width: 200px;
		float: left;
		margin: 0 20px 20px 0;
		padding: 0;
		list-style-type: none;
		}
ul.videos li object {
		margin: 0;
		padding: 0;
		}
ul.videos li p {
		margin: 0;
		padding: 0;
		font-size: 80%;
		}

/* E L S E W H E R E */

div.elsewhere {
		margin: 0 0 0 20px;
		}
div.balance div.elsewhere div.section-sub-header div {
		height: 40px;
		background: none;
		}
div.elsewhere h3.section-sub-title {
		background: url(i/h3-elsewhere.gif) no-repeat;
		}
div.elsewhere ul {
		margin: 0;
		padding: 0;
		font: 110% Arial, Verdana, sans-serif;
		}
div.elsewhere li {
		list-style-type: none;
		margin: 0 0 10px;
		padding: 0 0 0 40px;
		line-height: 32px;
		}
div.elsewhere ul li.elsewhere-fb {
		background: url(i/icon-facebook.gif) no-repeat;
		}
div.elsewhere ul li.elsewhere-fs {
		background: url(i/icon-foursquare.gif) no-repeat;
		}
div.elsewhere ul li.elsewhere-ff {
		background: url(i/icon-friendfeed.gif) no-repeat;
		}
div.elsewhere ul li.elsewhere-li {
		background: url(i/icon-linkedin.gif) no-repeat;
		}

/* 
------------------------------------------------------ 
	P A G E
------------------------------------------------------ */

/* 	C O M M O N  */

div.page div.section-header {
		background: url(i/section-header-3.gif) no-repeat;
		}
div.page div.section-main-inner {
		margin: 0 20px;
		}
h1.page-title {
		margin: 20px 20px 0 0;
		padding: 0;
		font-size: 250%;
		font-weight: bold;
		color: #efe3d3;
		text-transform: uppercase;
		letter-spacing: -0.05em;
		line-height: 1em;
		}

/* 	C O N T A C T	P A G E  */

form.wpcf7-form {
		margin: 0;
		padding: 0;
		}
form.wpcf7-form fieldset {
		margin: 0;
		padding: 0;
		border: none;
		}
form.wpcf7-form legend { 
		margin: 0 0 20px; 
		padding: 0;
		font-size: 130%;  
		}
form.wpcf7-form legend+* { 
		margin-top: 0; 
		}
form.wpcf7-form p {
		margin: 0 0 20px;
		padding: 0;
		}
form.wpcf7-form label {
		display: block;
		margin: 0 0 5px;
		font: 85% Arial, Verdana, sans-serif;
		text-transform: uppercase;
		}
form.wpcf7-form input {
		width: 430px;
		padding: 8px;
		}
form.wpcf7-form textarea {
		width: 430px;
		padding: 8px;
		}
form.wpcf7-form label em {
		font-style: normal;
		font-size: 85%;
		color: #999;
		text-transform: none;
		}
form.wpcf7-form .button {
		width: auto;
		overflow: visible;
		margin: 0;
		padding: 5px 6px;
		background: #14a6ec;
		border: none;
		font: bold 95% Arial, Verdana, sans-serif;
		color: #fff;
		text-transform: uppercase;
		vertical-align: top;
		}

/* 
------------------------------------------------------ 
	F O O T E R
------------------------------------------------------ */

#footer {
		margin: 20px 0 0;
		font: 70% Arial, Verdana, sans-serif;
		color: #666; 
		}


/* 
------------------------------------------------------ 
	M I S C
------------------------------------------------------ */

/* C L E A R F I X  */

.clear { clear: both; height: 0; line-height: 0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}	
