/*********************************

Theme Name: cuisinmart_1.0
Theme URI: http://cuisinmart.iblogger.org/theme/
Description: a simple food blog and gallery
Tags: tan, light, white,two-columns,right-sidebar, fixed-width
Author: mavis-wang
Author URI: http://cuisinmart.iblogger.org
Template: reglus
Version: 1.0
Align classes: .alignleft

**********************************/

*, html {
	margin:0; padding: 0;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	color:#acacac;
}

body {
	font-size:0.9em;
	text-align:left;
	background: url( images/bg_body.jpg ) repeat;
	color:#3a2e25;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:500;
	color:#6f8f8f;
	text-transform:capitalize;
	font-family: Georgia, Times, "Times New Roman", serif;
}

a {
	color:#6f8f8f;
	text-decoration:none;
}

a:hover {
	border:none;
	color:#d0cfa7;
}

a img {
	border:none;
}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

.i_left {
	float:left;
	margin:0 8px 8px 0;
	padding:4px;
	border:1px solid #ccc;
}

.i_right {
	float:right;
	margin:0 0 8px 8px;
	padding:4px;
	border:1px solid #ccc;
}

table, tr, td, th {
	margin:auto; padding:auto; border:auto;
}

td, th {
	padding:8px;
	vertical-align:top;
}

th {
	font-weight:bold;
	background:#ccc;
}

td {
	border:1px solid #ccc;
}

code, pre {
	font-family:monospace;
	font-size:1.3em;
	display:block;
	padding:10px;
	background:#ccc;
	border:1px solid #fff;
	border-color:#bbb #fff #ccc #fff;
	color:#222;
}

.wp-smiley {
	vertical-align:-30%;
}

/* ------
- FORMS -
------ */

input, textarea {
	padding:2px;
	border-width:1px;
	color:#3a2e25;
	background:#ddd;
}

input:focus, textarea:focus, .passwordPost label input:focus {
	background:#d0cfa7;
}

#sidebar form input {
	width:150px;
	margin-right:5px;
	float:left;
}

#sidebar form .button {
	width:30px;
	border:2px solid #6f8f8f;
}

#sidebar form .button:hover {
	background:#d0cfa7;
	border:2px solid #d0cfa7;
}

.button, .passwordPost input {
	background:#6f8f8f;
	color:#fff;
	border:none;
	padding:0; 
	margin:0;
}

.passwordPost label input {
	background:#fff;
	border:1px solid #99c;
	border-color:#99c #eef #eef #99c;
	padding:2px;
}

input:hover, textarea:hover {
	background:#d0cfa7;
	cursor:text;
}

.button:hover, .passwordPost input:hover {
	background:#d0cfa7;
	cursor:pointer;
}

.passwordPost label input:hover {
	background:#d0cfa7;
	cursor:text;
}

label:hover {
	cursor:pointer;
	color:#d0cfa7;
}

/* -------------
- PAGE LAYOUT -
------------- */

#wrapper {
	width:1054px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	background:none;
	border:0;
	text-align:left;
}

.hid_1 #header { background:url(images/head2.jpg) no-repeat #fff; }
.hid_2 #header { background:url(images/head.jpg) no-repeat #fff; }
.hid_3 #header { background:url(images/head3.jpg) no-repeat #fff; }

/* -------
- HEADER -
------- */

#header {
	display:block;
	height:361px;
	width:1054px;
	position:relative;
}

#header h1 {
	float:left;
	font:italic bold 3.5em/4em Georgia, serif;
	padding:0px; 
	margin:-20px 155px;
	color:#acacac;
	text-shadow:2px 2px 1px #000;
	-moz-text-shadow:2px 2px 1px #000;
	-webkit-text-shadow:2px 2px 1px #000;
	text-transform:none;
}

#header p {
	color:#d7d6d5;
	font-size:1.3em;
	float:left;
	left:325px;
	top:120px;
	position:absolute;
	text-shadow:1px 1px 1px #000;
	-moz-text-shadow:1px 1px 1px #000;
	-webkit-text-shadow:1px 1px 1px #000;
}

/* -----------
- NAVIGATION -
----------- */

ul#nav {
	position:absolute;
	left:55px;
	top:244px;
	list-style-type:none;
	width:1000px;
	overflow:hidden;
}

ul#nav li {
	list-style-type:none;
	float:left;
	margin:0 1em 0 0;
}

ul#nav li a {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:1.6em;	
	text-transform:capitalize;
	text-align:center;
	line-height:3.5;
	color:#555449;
	background:url( images/nav1.png ) no-repeat top left;	
	background-position:-312px 0px;
	width:150px;
	height:77px;
	border:0;
	display:block;
}

ul#nav li a:hover {
	background-position:-156px -2px;
	text-decoration:none;
	color:#3a2e25;
}

ul#nav .current_page_item a,
ul#nav .current_page_item a:hover {
	color:#3a2e25;
	background:url( images/nav1.png ) no-repeat top left;		text-decoration:none;
}

a.gotopnav {
	text-indent:-999999px;
	position:fixed;
	display:block;
	width:26px;
	height:30px;
	top:270px;
	margin-left:1050px;
	background:url( images/gotop.png ) no-repeat left top;
	background-position:0 0;
}

a.gotopnav:hover{
	background-position:-27px 0;
}

/* --------
- CONTENT -
---------*/

#container {
	width:1054px;
	height:auto;
	margin:auto auto;
	float:right;
	background:#e6e6e6 url( images/content.jpg) center top repeat-y;
}

#content {
	width:600px;
	float:left;
	background:none??;
	font-size:1.2em;
	overflow:hidden;
	padding-left:60px
}

.leftAlign #content {
	float:right;
	border-right:12px solid #fff;
	border-bottom:20px solid #fff
}

#content p, #content li {
	color:#666;
}

#content p {
	margin:12px 0;
	line-height:1.5em;??
}

#content h2 {
	font-size:1.7em;
	margin:30px 0 8px 0;
}

#content h2 em {
	font-size:0.7em;
	margin:0 0 0 1em;
 	font-style:normal;
}

#content h2 a {
	font-family: Georgia, Times, "Times New Roman", serif;
	border:none;
}

#content h2 a:hover {
}

#content h3 {
	font-size:1.5em;
}

#content h4, #content h5, #content h6 {
	font-size:1.2em;
}

#content h3 a {
}

#content ol, #content ul, #content dl {
	padding:0 0 0 40px;
	margin:12px 0;
}

#content dt {
	font-weight:bold;
}

#content blockquote {
	margin:20px;
	padding:1px 10px 1px 70px;
	background:url( images/blockquote.gif ) top left no-repeat;
}

#content #date {
	color:#acacac;
	font-size:0.6em;
	font-style:normal;
	text-transform:lowercase;
}

#content .info {
	color:#acacac;
	font-size:0.8em;
	border-top:1px dashed #acacac;
	font-style:normal;
	display:block;
	padding:4px 0;
	-moz-text-shadow:1px 1px 1px #fff;
	-webkit-text-shadow:1px 1px 1px #fff;
	text-shadow:1px 1px 1px #fff;
}

#content .info a {
	-moz-text-shadow:1px 1px 1px #fff;
	-webkit-text-shadow:1px 1px 1px #fff;
	text-shadow:1px 1px 1px #fff;
}

#content pre {
	background:#e6e6e6;
	padding:20px;
	border:1px solid;
	border-color:#eee #ccc #eee #ccc ;
}

#content .tags {
	padding:10px 15px;
	background:#e6e6e6;
	margin:5px 0;
	border:1px solid;
	border-color:#eee #ccc #eee #ccc ;
}

.widgets {
	clear:both;
	background:#d0cfa7;
	padding:8px 4px !important;
	list-style-type:none;
	overflow:hidden;
	border-left: 4px solid #6f8f8f;
	margin:0 0 4px 0 !important;
	_height:1%;
	
	border:none;
	background:none;
	margin:0 !important;
	padding:4px 0 !important;
}

.widgets a {
	color:#6f8f8f;
	border:none;
}

.widgets .read {
	padding-left:16px;
	background: url( images/post_read.gif ) no-repeat left center;
}

.widgets .comments {
	padding-left:16px;
	background: url( images/post_comment.gif ) no-repeat left center;
}

.widgets a:hover {
	color:#d0cfa7;
}

.widgets li {
	float:left;
	padding:2px 8px;
	color:#eef;
	border-right:1px dotted #fff;
}

#post_information {
	clear:both;
	margin:0 !important;
	display:block;
	padding:4px !important;
	background:#eef;
	overflow:hidden;
	color:#99c;
	border-bottom:4px solid #fff;
	_height:1%;
}

#post_information a {
	color:#6f8f8f;
}

#post_information li {
	display:inline;
	float:left;
	padding:0 4px;
}

/* ---------
- COMMENTS -
--------- */



/* --------
- SIDEBAR -
-------- */

#sidebar {
	width:225px;
	height:auto;
	float:right;
	color:#40352e;
	line-height:1.5em;
	padding-left:30px;
	padding-bottom:20px;
	margin-right:55px;
	overflow:hidden;
}

.leftAlign #sidebar {
	border-left:12px solid #fff;
	border-right:none;
	float:left;
}

#sidebar h2 {
	clear:both;
	padding:10px;
	margin-left:-30px;
	font-size:1.4em;
	border:1px solid;
	border-color:#fff #ddd #ccc #ccc;
	background:#e6e6e6;
 	color:#8c9f9f;
	width:233px;
	-moz-text-shadow:1px 1px 2px #fff;
	-webkit-text-shadow:1px 1px 2px #fff;
	text-shadow:1px 1px 2px #fff;
}

#sidebar .col {
	width:100px;
	margin:0 10px 0 0;
	float:left;
}

#sidebar a {
	padding:3px;
	border:none;
	color:#3a2e25;
}

#sidebar a:hover {
	color:#555449;
}

#sidebar p {
	font-size:1.2em;
	margin:6px 0;
}

#sidebar ul {
	list-style-type:none;
	padding-bottom:20px;
	margin-right:55px;
}

#sidebar li {
	clear:both;
	padding:0px;
	color:#666;
	text-transform:capitalize;

}
#sidebar ul ul {
	margin:0 0 0 16px;
	list-style-type:none;
	padding-top:5px;
	text-transform:capitalize;
	font-weight:500;
}

#sidebar ul ul ul {
	list-style-type:none;
}

#sidebar #blogroll {
	list-style-type:none;
	margin:0; padding:0;
}

#sidebar #blogroll li {
	border-color:#fff;
	margin:0 0 0 0;
}

#sidebar #blogroll ul li {
	list-style-type:none;
	border-bottom:1px dotted #ddd;
}

#sidebar .widget_text * {
	color:#666;
}

#sidebar .widget_text {
	padding:10px;
	background:#e4e4e4;
	margin-left:-30px;
	width:233px;
	border:1px solid;
	border-color:#fff #ddd #ccc #ccc;
}

#sidebar .widget_text {
	margin-top:10px;
}

#sidebar .widget_text h2 {
	padding:0;
	color:#555449; 
	background:none;
	margin: 0 0 10px 0;
	border:none;
}

#sidebar #search {
	padding:10px;
	background:#541000;
	margin:0;
	float:right;
	width:233px;
	//box-shadow:0px 0px 3px #000;
	//-webkit-box-shadow:0px 0px 3px #000;
	//-moz-box-shadow: 0px 0px 3px #000;
	border:1px solid;
	border-color:#fff #aaabbb #555 #ccc;
}

#sidebar #search p {
	font-size:1em;
	margin-left:20px; 
	padding:0px;
}

#sidebar #subpages {
	list-style-type:none;
	margin:16px 0 0 0;
}

#sidebar #subpages a {
	border:none;
	display:block;
	font-size:1.2em;
	color:#541000;
}

#sidebar #subpages a:hover {
	color:#5554499;
}

#sidebar #subpages h2 {
	clear:both;
	padding:10px;
	margin-left:-30px;
	font-size:1.4em;
	border:1px solid;
	border-color:#fff #ddd #ccc #ccc;
	background:#e6e6e6;
 	color:#8c9f9f;
	width:233px;
	-moz-text-shadow:1px 1px 2px #fff;
	-webkit-text-shadow:1px 1px 2px #fff;
	text-shadow:1px 1px 2px #fff;
}

#search label {
	color:#ccc;
	margin:0 5px 0 0;
}

/* -------
- FOOTER -
------- */

#footer {
	display:block;
	width:1054px;
	height:150px;
	background: url( images/footer.jpg ) no-repeat;        
	clear:both;
	list-style-type:none;
	bottom:0;
}

#footer #copyright {
	font-size:1.1em;
	color:#fff;
	padding:100px 0 0 150px;
	float:left;
}

/* ------
- FEEDS -
------ */

.feeds {
	width:100%;
	padding:60px 650px;
}

.feeds ul {
	list-style:none;
}

.feeds ul li {
	text-indent:-99999px;
}

.feeds ul li a {
	background:url( images/feed.png ) top left no-repeat;
	float:left;
	width:100%;
	height:100%;
}

#fb a {
	width:75px;
	height:90px;
	background-position:0 0;
}

#fb a:hover {
	background-position:0 -94px;
}


#rss a {
	width:65px;
	height:90px;
	background-position:-75px 0;
}

#rss a:hover {
	background-position:-75px -94px;
}

#tweeter a {
	width:120px;
	height:90px;
	background-position:-140px 0;
}

#tweeter a:hover {
	background-position:-140px -94px;
}

/* ---------------------
-- Wordpress calendar --
--------------------- */

#wp-cal-container {
	border:1px solid #ccc;
	width:234px;
	background:#e6e6e6;
	margin:0 0 0 -20px;
}

#wp-calendar {
	width:220px;
	text-align:center;
	border-collapse: collapse;
}

#wp-calendar caption {
	margin-left:-20px;
	width:260px;
	height:25px;
	background:#6f8f8f;
	color:#e6e6e6;
	border:1px solid;
	border-top:0;
	border-color:#eee #ccc #eee #ccc ;

}

#wp-calendar th {
	background:#e6e6e6;
	font-weight:bold;
	color:#6f8f8f;
	padding:4px;
}

#wp-calendar td {
	padding:1px;
	border:none;
	color:#555449;
}

#wp-calendar #today {
	background:#d0cfa7;
	font-weight:bold;
	color:#6f8f8f;
}

#wp-calendar a {
	color:#6f8f8f;
	text-decoration:none;
}

#pageNav {
	margin:32px 0 0 0;
}

#pageNav a {
	color:#fff;
	display:block;
	font-size:1em;
	float:left;
	text-align:center;
	padding:5px;
	border:1px solid;
	border-color:#fff #ccc #ccc #fff ;
	background:#d0cfa7;
	text-decoration:none;
}

#pageNav a:hover {

	background:#6f8f8f;
}

img {
max-width:576px;
max-height:768px;
padding:8px;
background:#fff;
-moz-box-shadow:0px 1px 5px #888;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}