/*
Theme Name: AMB
Description: A minimal framework theme. Can also be used as a standalone theme for your blog!
Version: 1.04
Author: Pushkraj Dole
Author URI: http://www.pushkrajdole.com/
Tags: white,black,blue,two-columns,fixed-width,threaded-comments,sticky-post
License: This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

Follow me on Twitter : http://twitter.com/RajDole
Special thanks to : Abban Dunne (http://twitter.com/abbandunne)

*/

/* STYLE RESET*/

html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,em,img,small,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,ol,ul,li{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }body{line-height: 1;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content: '';content: none }table{border-collapse:collapse;border-spacing: 0;}

/* FONTS */

body{
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 1em; /* 16px */
  	line-height: 1.5em; /* 24px */
  	font-size: 62.5%;
  	font-size-adjust: none;
	font-variant: normal;
	font-weight: normal;
	background: url(images/body_bg.jpg) repeat-x;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
p {
  	font-size: 1em;
  	line-height: 1.5em;
  	margin: 0 0 1.5em 0;
	padding: 0; }

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0;
}

h2 {
	font-size: 1.8em;
	line-height: 1.3;
	margin-bottom: 1em;
	margin-top: 1.5em;
	border-bottom: 1px solid #d4d3d3;
}

h3 {
	font-size: 1.3em;
	line-height: 0;
	margin: 2em 0 0 0;
	font-weight: normal;
	padding-bottom: 20px;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-top: 1.4em;
	padding-bottom: 20px;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

body, h1, div#header h1 span, h2, h3, h4, h5, textarea#comment, input#author, input#email, input#url {
	font-family: "Helvetica", Arial, sans-serif;
	color: #585858;
}

ul#sidebar, div#footer, a.more-link, div.authormeta, div.postmeta, div.commentmeta,
div.comment-author, div.comment-meta, p.commentloggedin, div.reply, div.cancel-comment-reply-link, h1.listhead,
div.nav {
	font-family: "Helvetica", Arial, sans-serif;
	color: #696969;
}

div#content, textarea#comment, input#author, input#email, input#url {
	font-size: 15px;
}

a.more-link, div.comment-body p {
	font-size: 15px;
}

div#content small, div.postmeta, ul#sidebar, div#footer, p.commentloggedin, div.reply, div.feed {
	font-size: 0.8em;
}

#header span {
	font-size: 17px;
	font-weight: normal;
}


hr{
	border: 0;
	margin: 0px 0 0px 0;
	border-bottom:0px dotted #d1d1d1
}

/* LINKS */

a {
	color: #df1487;
	text-decoration: none;
}

a:hover {
	color: #604c86;
}

div.postmeta span.comments a {
	/*line-height:12px;*/
	font-weight:bold;
	padding: 2px 5px 1px 0px !important;
	margin-right: 2px;
	border: 0;
	border-right: 1px dotted #d1d1d1;
}

h1 a:hover, h2 a:hover {
	text-decoration: none;
}

h1 a:link, h1 a:active, h1 a:visited {
	color: #585858;
}

a.more-link, a.post-edit-link,div.reply a{
	padding: 5px;
	border: 1px dotted #d1d1d1;
}

/*LAYOUT*/

#headerwrapper {
	width: 100%;
	background: url(images/header_bg.jpg) repeat-x;
	height: 447px;
	margin: 0;
}

#mainnav {
	width: 960px;
	overflow: hidden;
	margin:  0 auto;
	height: 59px;
}

#mainnav ul {
	font-size: 1.4em;
	color: #FFF;
	white-space: nowrap;
	float: right;
	margin: 20px 0 0 0;
}

#mainnav li.page_item {
	float: left;
	list-style: none;
	display:inline;
}

#mainnav li a {
	margin-right: 0em;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0 0 0 40px;
	color:#fff;
	display: inline;
}

#mainnav li a:hover {
	color:#322b3e;
}

#branding {
	height: 123px;
	width: 960px;
	margin: 0;
	padding: 0;
	background: url(images/branding.jpg) no-repeat;
}

#mainimage {
	background: url(images/mainimg.png) no-repeat;
	width: 960px;
	height: 267px;
	position: bottom;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}

#content {
	width: 620px;
	padding-right: 60px;
	float: left;
	margin: 10px 0 0 0;
}

#content p {
	font-size:1.0em;
	line-height: 1.5em;
}


#content img {
	padding: 10px;
	border: 1px dotted #d1d1d1;
}

#content ul li {
	list-style: none;
	line-height: 21px;
}

#content ul, #content ol {
	margin-bottom: 0px;
}

#content ol li {
	margin-left: 20px;
	line-height: 21px;
}

.wp-caption {
	padding-top: 10px;
	font-size: 13px;
	color: #585858;
	font-style: italic;
	text-align:center;
	max-width: 500px;
}

p.wp-caption-text {
	padding: 5px;
	font-style:italic;
	margin: 0 !important;
}

div#content embed, .embedded {
	text-align:center;
	margin: 0 0 14px 0;
}

div#content p span {
	background: #fcfcfc;
}

.sticky {
	padding: 20px;
	background-color: #fcfcfc;
	border: 1px dotted #d1d1d1;
	margin-bottom: 25px;
}

.sticky hr, .sticky .postmeta {
	display: none;
}

.sticky h2 a {
	border: 0;
}

.sticky h2 {
	padding-bottom: 15px;
	border-bottom: 1px dotted #d1d1d1;
}

h2.comments-title {
	margin-bottom: 25px !important;
}

ol.commentlist {}

ol.comment li div.comment-author, ol.comment li div.comment-meta {
	font-size: 12px;
	line-height: 16px;
}

div.comment-author cite.fn {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight:bold;
}

div.comment-author cite.fn a {
	text-decoration: none;
}

div.comment-author {
	margin: 0 0 10px 0;
}

div.comment-author img {
	float: left;
	margin: 0 30px 10px 0;
}

li.comment {
	margin-bottom: 10px;
	border-bottom: 1px dotted #d1d1d1;
	padding-bottom: 10px;
}

ol.commentlist li.even {}
ol.commentlist li.odd {}
ol.commentlist li.bypostauthor {}

ol.comment li.pingback {
	font-size: 12px;
	color: #777;
	padding: 0 0 10px 5px;
	color: #777;
}

ol.comment li.pingback a {
	font-size: 12px;
	font-weight:normal;
}

ol.comment li.pingback p, ol.comment li.pingback span, ol.comment li.pingback div.comment-meta, ol.comment li.pingback div.reply {
	display:none;
}

div.reply {
	display:block;
	overflow: hidden;
	padding: 5px 0 5px 0;
}

ul.children {
	margin: 45px 0 20px 20px;
	border-top: 1px dotted #d1d1d1;
}

ul.children li {
	margin: 10px 0;
	padding-left: 10px;
	border-left: 1px dotted #d1d1d1;
	border-bottom: 0;
	margin-left: 0 !important;
}

div#respond {
	margin-top: 20px;
}

div#respond h3 {}

table.commenttable {
	border:0;
	padding: 0;
}

table.commenttable tr td {
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

form#commentform {}

input#author, input#email, input#url {
	margin-bottom: 5px;
	padding: 10px;
	width: 556px;
	border: 1px dotted #d1d1d1;
}

#searchform input.keyword{
	padding: 8px;
	width: 260px;
	color: #585858;
	border: 1px solid #d1d1d1
}

#searchform {
	height: 25px;
}

#searchform input.button {
	margin-left: 102px;
	display: none;
}

textarea#comment {
	width: 556px;
	height: 150px;
	padding: 10px;
	border: 1px dotted #d1d1d1;
}

#sidebar {
	width:280px
	border-left: 1px dotted #d1d1d1;
	overflow: hidden;
	padding-left: 0px;
}

ul#sidebar{
	margin-top: 56px;
}

ul#sidebar ul.children {
	margin: 5px 0 0 0;
}

ul#sidebar ul.children li {
	border: 0;
}

ul#sidebar li {
	list-style: none;
	margin: 0 0px 20px 0;
	line-height: 18px;
}



ul#sidebar li ul li {
margin-bottom: 5px;
}

ul#sidebar li ul li ul {
	margin: 5px 0 0 10px;
}

ul#sidebar li.widget_tag_cloud,li#tag_cloud {
	line-height: 28px !important;
	word-spacing: 5px
}

li#search {}
ul#sidebar li.categories {
	font-size: 1.6em;
	line-height: 1.4em;
}

.textwidget {
	font-size: 1.5em;
	line-height: 1.8em;
}

.blogroll a {
	font-size: 1.6em;
	line-height: 1.4em;
}

#footer {
	width: 100%;
	margin-top: 50px;
	border-top: 1px dotted #d1d1d1;
	clear:both !important;
	float: left;
	padding: 50px 0 30px 0;
	line-height: 0;
}

#footer a {
}

#footer p {
	font-size: 1.4em;
}

/* HEADS */

div#content h1{
	margin-bottom: 8px;
	padding-bottom: 16px;
}

div#content h1.listhead {
	background: #f8f8f8;
	border: 1px dotted #d1d1d1;
	margin: 0 0 20px 0;
	padding: 10px !important;
	font-size: 16px;
	text-transform: uppercase;
}

div#content h1.listhead strong {
	color: #585858;
}

div#content h2, body.archive div#content h2, body.search div#content h2, body.error404 div#content h2 {
	font-family: "Helvetica", Arial, sans-serif;
	font-weight:normal;
	margin-bottom: 10px;
}

div#footer h2 {
	margin-bottom: 7px;
}

div#content h5, ul#sidebar h2, div#footer h2, div.nav{
}

ul#sidebar h2 {
font-size: 2.1em;
font-weight: bold;
	margin-bottom: 7px;
	padding-bottom: 3px;
}

#header {
	width: 960px;
	margin: 0 auto;
	height:447px;
}

h1.blog-title {
	margin-left: -39999px;
	font-size: 24px;
	padding: 0px 0 0px 0;
}

h1.blog-title a:link, h1.blog-title a:active, h1.blog-title a:visited{
	border-bottom: none;
}

h1.blog-title a:hover {
	border-bottom: 0px dotted #d1d1d1;
}

div#content p{
	margin: 0px 0 15px 0;
}

div.comment-body p {
	margin-bottom: 10px !important;
}

div.postmeta {
	margin: 30px 0 10px 0;
	line-height: 1.4;
}


/* MISC */

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

p.right {
	text-align:right;
}

p.center {
	text-align:center;
}

p.admin {
	color: #aaa;
	font-size: 12px;
}

p.nocomments {
	padding: 0 20px;
	font-style: italic;
	color: #585858;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright{
	float: right;
}

img.alignleft{
	margin-right: 15px;
	margin-bottom: 15px;
}

img.alignright{
	margin-left: 15px;
	margin-bottom: 15px;
}

img.aligncenter{
	margin-bottom: 15px;
}

img.size-full {
	max-width: 600px;
}

.frame {
	padding: 4px;
	border: 1px dotted #d1d1d1
}

blockquote, .comment-field {
	padding: 10px 10px 0 10px;
	border: 1px dotted #d1d1d1;
	background-color:#fcfcfc;
	margin-bottom: 20px;
	font-style: italic;
}

blockquote p {
	margin-top: 0 !important;
}

div.gallery {
	margin-bottom: 14px;
}
dl.gallery-item {}
dt.gallery-icon {}

img.attachment-thumbnail {
border:0;
}

dd.gallery-caption {
	margin-top: 8px;
	font-size: 12px;
	color: #585858;
	font-style: italic;
}

.pricelist {
	margin: 20px 0 0 0;
}

.pricelistrow {
	margin: 20px 0 0 10px;
}

#gradient-style
{
	font-family: "Helvetica", "Arial", Sans-Serif;
	font-size: 12px;
	margin: 20px 0 20px 0;
	width: 620px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 1.8em;
	font-weight: bold;
	padding: 15px;
	background: #C82F5E;
	border-top: 4px solid #bc063e;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#gradient-style td
{
	font-weight: bold;
	padding: 12px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('images/tablecell_bg.jpg') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #f6e8f6;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url('images/tablecell_bg_hvr.jpg') repeat-x;
	color: #fff;
}

.current_page_item {

}



#twitter_div {
margin: 20px 0 0 0;
 background: #f6e8f6;
 width: 550px;
 padding: 2px 20px 10px 20px;
 -moz-border-radius: 15px;
border-radius: 15px;
}

#twitter_update_list ul {
 list-style: none;
 margin: 0;
}

#twitter_update_list li {
  padding: 10px 0 10px 0;
  font-size: 1em;
  line-height: 1.8em;
}

.low {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}

.next-prev-links {
	margin-top: 30px;
}

