/* @override http://asiansoulkitchen.com/wp/wp-content/themes/gravy/style.css */

/*  
Theme Name: Gravy
Theme URI: http://www.darrenhoyt.com
Description: A Baseline Theme for WordPress. 
Version: 1.1
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS
 
  Inherited Styles
  HTML Tags
  Structure
  Headers
  Content Styles
  Form Elements
  Footer
  


/* ---------- @ Inherited Styles -----------*/

@import url('css/nav.css');
@import url('css/posts.css');

 

/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background: #51004e url(images/bgd3.png) repeat-x;
	color: #111;
}

body, select, input, textarea {
	font: 1.2em "Gill Sans", "Century Gothic", "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}
	
p {
	margin-bottom: 1em;
	line-height: 1.4em;
}

a, a:visited {
	color: #83a7ba;
	}

a:hover, a:active {
	color:#4d778d;

	-webkit-transition: color .15s ease-in-out;
	}
	
hr {
	display: block;
	height:1px;
	background:#CCC;
	border:0;
	color:#CCC;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	}

td {
	padding:4px 6px;
	border-top:1px solid #CCC;
	}

tr {
	background:#e3e3e3;
	}
	
table caption {
	background:#FFF;
	padding:2px 0;
	}	
	
blockquote {
	color:#7b7b7b;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #CCC;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:.03em;
	}



/* ---------- @ Structure -----------*/

#main {
	overflow:hidden;
	padding:30px 30px 50px;
	border-right: 1px dotted #e2cee2;
	border-left: 1px dotted #e2cee2;
	background: white repeat;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	width: 890px;
	margin: auto;
}

#parallax {
	position:relative; 
	overflow:hidden; 
	width: 960px; 
	height: 200px;
	margin:auto;
	padding-top: 0;
}

div.textwidget a img {
	border-style: none;
}


/* BEIGE CLOUD =1, BLUE = 2, WHITE = 3*/
#cloud1 {
	width: 1010px;
	height: 200px;
	background: url(images/clouds-1.png) no-repeat 30px 0;
}

#cloud2 {
	width: 1050px; 
	height: 200px;
	margin: auto;
	background: url(images/clouds-2.png) no-repeat;
}

#cloud3 {
	width: 1010px;
	overflow: hidden;
	height: 200px;
	margin: auto;
	background: url(images/clouds-3.png) no-repeat;
}

#masthead {
	height: 200px;
	text-align: center;
	text-indent: -9999px;
	background: transparent url(images/ASKLogoHeader.png) no-repeat 50% 20px;
	width: 960px;
}

#particles {
	height: 200px;
	background: transparent url(images/particles.png) repeat-x -8px -80px;
	width: 960px;
}

#wrapper {
	font-size:.8em /*Global content font-size*/;
	width: 960px;
	margin:0 auto;
	z-index: 1;
	background-color: #a57294;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#branding {
	float:left;
	width:575px;
	}
	
#content {
	width:565px;
	float:left
	}

#sidebar {
	width: 260px;
	float:right;
	padding:0 20px 20px;
	border-left: 1px dashed #e2cee2;
}

#fidgetr_container img {
	background: url(images/staff_bg.gif) no-repeat -6px 1px;
	padding: 20px;
}

#footermenu {
	font-size:.8em /*Global content font-size*/;
	margin:0 auto;
	z-index: 1;
	padding: 10px;
	opacity: 1;
}

#col1, #col2, #col3, #col4 {
	width: 220px;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}

.left {
	float:left
	}

.right {
	float:right
	}
	
	
	
	
/* ---------- @ Headers -----------*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Gill Sans Ultra Bold", "Gill Sans", "Century Gothic", "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-weight:normal;
	}

h1.pagetitle {
	border-bottom:1px solid #d7d7d7;
	padding-bottom: 12px;
	margin-bottom:20px;
	}
	
h2 {
	margin: 25px 0 20px;
	}

.entry h2 {
	font-size:1.8em;
	margin: 15px 0 0;
}
	
h2.posttitle, h1.posttitle {
	margin:0;
	font-size: 4.5em;
	text-align: center;
}

h2.posttitle a, h1.posttitle a, h3.widgettitle a {
	color: #5f005c;
	text-decoration: none;
}

h2.posttitle a:hover, h1.posttitle a:hover, h3.widgettitle a:hover {
	color: #ffb100;
	text-decoration: none;
}

#fidgetr_container_2 a.fidgetr_link img {
	padding: 1px;
}

#sidebar h3 {
	padding-bottom: 15px;
	margin: 22px 0 10px;
	color: #5a004e;
	font: normal 1.85em "Gill Sans Ultra Bold", "Gill Sans", "Century Gothic", "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	text-transform:uppercase;
	text-align: center;
	letter-spacing: .08em;
	background: none repeat-x 0 103%;
	border-bottom: 3px double silver;
}


.entry h3 {
	font-size: 1.6em;
}
	
#respond h3, h3#comments, h3#trackbacks {
	margin:45px 0 20px;
	font-weight:bold;
	}

h3#comments {
	margin:32px 0 12px;
	}

h4 {
	font-size:1.4em; 
	}
	
h5 {
	font-weight: bold;
	font-size: 1.2em
	}

h6 {
	font-weight: bold;
	font-size: 1em;
	}



	
/* ---------- @ Content Styles -----------*/

/*Misc*/

#logo {
	font: bold 2.7em Georgia, "Times New Roman", Times, serif;
	}

#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#939393;
	margin:0;
	}
	
.commentcount {
	padding-left: 17px;
	background:url(images/bubble.gif) no-repeat;
	margin-left:14px;
	}

.more-link {
	display:block;
	margin-top:12px;
	clear:both
	}



/* Author Page*/

#writer {
	overflow:hidden;
	background:#f2f2f2;
	margin-bottom:20px;
	padding:16px;
	}

#writer p {
	margin-top:0;
	}
		
#writer .avatar {
	margin:4px 17px 7px 0
	}



/* Search and Archives*/

.search-highlight {
	background: #e0f1fb;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	}

#pagination {
	margin-top:22px;
	overflow:hidden;
	padding:5px 0;
	}

#pagination a, #pagination a:visited { 
	border:1px solid #CCC;
	padding:6px 8px;
	text-decoration:none;
	overflow:hidden;
	display:block;
	}

#pagination a:hover {
	text-decoration:underline;
	}

#pagination a:active {
	border-color:#949494;
	}
		
#pagination div {
	float:left;
	margin-right:10px;
	}

a #icon-rss {
	border:none
	}

.archive #icon-rss {
	vertical-align: middle;
	margin-left:3px;
	}		
		
	

/*Sidebar and Widgets*/
.widget {
	margin-bottom:24px;
	overflow:hidden
	}
	
.widget li {
	border-bottom: 1px dotted #CCC;
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	margin-bottom: 1em;
	padding: .5em;
	color: white;
	text-shadow: #cb8e00 1px 1px 0;
	font: italic 1.1em/130% Baskerville, Garamond, Cochin, Georgia, "Times New Roman", Times, serif;
	background-color: #ffb100;
}

span.from-meta {
	display: none;
}
span.time-meta {
	text-decoration: none;
}

.widget li a, .widget li a:visited {
	color: white;
	text-decoration: underline;
}

.widget li a:hover, .widget li a:active {
	color: white;
	}

.widget li.current_page_item a, .widget li.current_page_item a:visited, 
.widget li.current-cat a, .widget.current-cat a:visited {
	font-weight:bold
	}

.widget li.current_page_item li a, .widget li.current_page_item li a:visited, 
.widget li.current-cat li a, .widget li-current-cat li a:visited {
	font-weight:normal;
	}
			
.widget li li {
	margin-left:34px;
	border:0;
	list-style:disc;
	}

#text-7 div.textwidget {
	text-align: center;
}

#sidebar div.textwidget form {
	padding-top: .5em;
}

#sidebar div.textwidget form div {
	padding-top: .5em;
}

#wp-calendar tr {
	background:#f2f2f2;
	}
	
#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

#recentcomments a, #recentcomments a:visited {
	font-style:italic
	}

#recentcomments a.url, #recentcomments a.url:visited {
	font-weight:bold;
	font-style:normal;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

.rssSummary {
	line-height:160%;
	}
	
#wp125adwrap_2c {
	overflow:hidden
	}

#wp125adwrap_2c .wp125ad {
	float:left;
	margin-right: 8px;
	}	

.wp125ad a img {
	border:none;
	}

#wp125adwrap_2c div+div {
	margin:0 !important;
	}
	
	
		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #searchfield {
	background:#FFF !important;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color: #6d6d6d #bfbfbf #bfbfbf #6d6d6d;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	color:#FFF !important;
	border:none;
	font-size:1.2em;
	}

.button:hover {
	background: silver;
	}

.button:active {
	background: silver;
	}

#commentform textarea {
	width: 98%;
	height:250px;
	}

#masthead #searchform {
	float:right;
	width:260px;
	text-align:right;
	padding-top:12px;
	}

#searchfield {
	width:220px;
	}
	
#searchsubmit {
	vertical-align:top
	}		
	



/* ---------- @ Footer -----------*/

#footer {
	font-size:.8em;
	overflow:hidden;
	width:900px;
	margin:0 auto;
	color:#dadada;
	padding:20px
	}

#footer a:hover, #footer a:active {
	color:#FFF;
	}

#footer .left {
	float:left;
	width:50%;
	}

#footer.right {
	float:right;
	width:50%;
	text-align: right
	}
	
#footer #icon-rss {
	vertical-align: middle;
	margin-right:5px;
	}	
	