@charset "utf-8";
/* CSS Document */
/*
Theme Name: Travelingtiger
Theme URI: http://www.tienchiu.com/
Description: The Traveling Tiger website
Author: Tien Chiu
Author URI: http://tienchiu.com/
Template: thematic
Version: 1.0
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
/* Copied style.css (since I plan to make many changes) */

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
background-color:faf1ff;
}

#content {
    width:640px;
}

.main-aside {
    width:280px;
}

#branding {
padding:0;
}
#main {
padding:0;
}

/*menu stuff*/
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffcc33;
}

.sf-menu li {
	background:		#58356d;
}
.sf-menu li li {
	background:		#58356d;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #58356d;
	outline:		0;
    border-bottom-color:#ccc;
}
.sf-menu ul a {
    background:#58356d;
	border-bottom:none;
}

/*end menu stuff */

.page-title {
	color:#381150;
	padding:0 0 5px 0;
}
	

img.teaser-image {
max-height:300px;
max-width:300px;
}

/*footer stuff*/
.tag-links a:link {
    color:#004B91;
}
.tag-links a:visited {
    color:#743399;
}
.tag-links a:active,
.tag-links a:hover {
    color: #FF4B33;
}

.edit {
padding-top:12px;
}

.nav-links {
padding-top:12px;
}
.nav-links a:link {
    color:#004B91;
}
.nav-links a:visited {
    color:#743399;
}
.nav-links a:active,
.nav-links a:hover {
    color: #FF4B33;
}

.cat-links a:link {
    color:#004B91;
}
.cat-links a:visited {
    color:#743399;
}
.cat-links a:active,
.cat-links a:hover {
    color: #FF4B33;
}

.entry-content h2 {
	color:#630b1d;
}

.entry-utility {
	padding-top:12px;
}
/*end footer stuff*/

/*copying entry-content class and making a few modifications to produce grid-content */
.grid-content {
    padding:0px 0 0 0;
	display:block;
  	width:620px;
}
.grid-content h1 {
    font-family:Arial,sans-serif;
	font-style:italic;   
	font-size:24px;
    font-weight:bold;
    padding:10px 0 14px 0;
	text-align:center;
	color:#381150;
}
.grid-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:10px 0 14px 0;
	text-align:center;
	color:#381150;
}

.grid-content h3 {
    font-size:17px;
	text-align:center;
    font-style:italic;
    padding:10px 0 14px 0;
}
.grid-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}

.grid-content p {
	text-align:center;
}

.grid-content table {
    margin-left:1px;
}
.grid-content embed {
    margin:0 0 0px 0;
}

.grid-content img {
	margin:0;
}

.tile {
  display:block;
  float:left;
  width:300px;
  padding:0 10px 0 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 */

/*making sure that the most recent post on the home page displays like the other items, but that the paragraph text is centered.*/
#most-recent-post p {
	text-align:left;
}