/*
Theme Name: Tory Burch
Theme URI: http://www.toryburch.com
Description: Tory Burch Blog
Version: 1.0
Author: CTG
Author URI: http://www.createthe.com
Tags: Tory Burch
*/

/*
	0b234f dark blue
	fd9a01 old orange
	fd9a01 new orange
	fff896 header light yellow
	666666 gray text
*/

body {
	background: url(img/bg.gif) #15526e;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
}

a {
	color:#0b234f;
	text-decoration: none;
}

a:hover {
	color:#fd9a01;
	text-decoration: none;
}

/* -------------------- */

#container {
	width: 874px;
	margin: 0 auto;
	margin-top:8px;
	margin-bottom:15px;
}

#header {
	padding-top:0;
	margin-top:0;
	position: relative;
	width:874px;
	height:109px;
	background-color: #000033;
}

	#header #logo {
		position:absolute;
	}

	#header #top {
		position:absolute;
		top:7px;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align:right;
		width:857px; /* 874 - 17 */
	}
		#header #top ul {
			display:inline;
			margin-top:0;
			padding-top:0;
		}
	
		#header #top li {
			display:inline;
			margin-top:0px;
			padding-top:0px;
			padding-left:12px;
			list-style-type:none;
		}
	
			#header #top li a {
				font-size: 10px;
				font-weight:bold;
				color:#ffffff;
				text-transform: uppercase; 
			}
	
			#header #top li a:hover {
				color:#f61e57;
			}
			
	#header #bottom {
		top:80px;
		width:857px; /* 874 - 17 */
		position:absolute;
		text-align:right;
	}
	
		#header #bottom ul {
			display:inline;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}
		#header #bottom li {
			display:inline;
			margin: 0 0 0 0;
			padding: 0 0 0 21px;
			list-style-type:none;
		}

              #header #special {
		top:35px;
                left:120px;
		width:150px;
		position:absolute;
		text-align:left;
                font-size: 10px;
		font-weight:bold;
	        color:#ffffff;
		text-transform: uppercase;
	      }
	
		#header #special a {
				color:#FFFFFF;
text-decoration:underline;
			}
	
			#header #special a:hover {
				color:#f61e57;
text-decoration:underline;
			}

                #header #special_right {
		top:50px;
                left:635px;
		width:225px;
                height: 14px;
		position:absolute;
	      }
	
	#header #preload { 
		/* Used to 'preload' rollover images */
		height:0;
		display:none;
	}

#login {
	text-align: right;
}

#wrapper {
	/* Everything in wrapper has a white background... */
	background-color: #fff;
}

#bluestrip {
	margin-top:10px;
}

#backTo {
	padding: 24px 0 22px 38px;
}

#backTo a {
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
	letter-spacing:0.5px;
}

#posts {
	padding: 0 0 0 38px;
	margin: 0;
	width: 519px;
	float: left;
	
	overflow:hidden;
}

.commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.commentbubble a:hover {
	float: left;
	background: url(images/commentbubblehover.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.date {
	margin-top:5px;
	font-size: 10px;
	color:#666;
	font-weight:bold;
}
	.date .thedate {
		font-size:12px;
		color:#0b234f;
		font-style:italic;
		font-weight:normal;
	}
	
	.date .theauthor {
		font-size:12px;
		color:#0b234f;
		font-weight:normal;
	}

.post {
	margin: 0 0 23px 0;
	padding: 0 0 18px 0;
	border-bottom: 1px solid #bbb;
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
}

.entry {
	font-size:12px;
	line-height:170%;
}

.entry p {
}

.post h2 {
	font-size: 22px;
	margin: 0;
	color:#0b234f;
	font-weight:normal;
	text-transform: uppercase; 
}

.post h3 {
	font-size: 14px;
	font-weight: bold;
	
}

.navigation a {
}

.navigation a:hover {
}

.post a img {
	border: none;
}

.postmetadata {
	font-size: 10px;
	color:#666;
	font-weight:bold;
}
	.postmetadata a {
		text-decoration:underline;
		font-weight:normal;
		font-size:11px;
	}
	
	.postmetadata .share {
		float:right;
		font-size:10px;
		color:#0b234f;
		font-weight:normal;
		/*
		background: url(img/shareplus.gif);
		background-position:30px 0;
		background-repeat:no-repeat;
		padding-right:20px;
		*/
	}
		.postmetadata .share a {
			text-decoration:none;
		}


.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignnone {
	margin: 0;
}

.wp-caption.alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption.alignnone {
	margin: 20px 0;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.avatarcontainer {
	float: left;
	margin: 0 5px 0 0;
}

.avatar {
	border: 1px solid #cccccc;
}

.sidebar {
	margin-left: 591px; /* should really be 595px (IE fix) */
	margin-right: 44px;
	padding-left:0px;
	width: 238px; /* 279 - 41 */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bbb;

	overflow:hidden;
}

	.sidebar .sidebarDivider {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #bbb;
		height:1px;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.sidebar h2 {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
}

.sidebar a {
}

.sidebar a:hover {
}

	.sidebar #followUs  {
		padding-left:38px;
		color: #0195c5;
		font-size:10px;
		font-weight:bold;
		height:30px;
	}
	.sidebar #friendUs  {
		padding-left:38px;
		color: #0195c5;
		font-size:10px;
		font-weight:bold;
		height:30px;
	}

	.sidebar #aboutTory {
		padding: 0px 0 28px 38px;
		
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #bbb;
	}
	
	.sidebar #searchBlog {
		margin-top:14px;
		padding-left:38px;
		height:42px;
	}
	
		.sidebar #searchBlog #s {
			/* textbox */
			background: url(img/search.gif);
			background-repeat:no-repeat;
			padding-left:3px;
			width:177px; /* 181 - 3 or so*/
			height:19px;
			border: 0 none;
			float:left;
		}		
		.sidebar #searchBlog #searchsubmit {
			/* submit button */
			padding-top:2px;
			background: url(img/searchSubmit.gif);
			background-repeat:no-repeat;
			width:19px; 
			height:19px;
			border: 0 none;
			cursor:pointer;
		}		

	.sidebar .lists {
		padding:28px 0 0 38px;
		
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #bbb;
	}
	
		.sidebar .lists ul {
		}
		
		.sidebar .lists li {
			list-style-type:none;
			font-size:11px;
			letter-spacing:0.3px;
			line-height:200%;
			text-transform: uppercase; 
		}
		
			.sidebar .lists li a {
				color:#4d4d4d;
			}
			.sidebar .lists li a:hover {
				color:#fd9a01;
			}
		
	.sidebar #subscribe {
		padding: 30px 0 30px 38px;
		font-size:11px;
		color:#4d4d4d;
		font-weight:bold;
		
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #bbb;
	}
	
	.sidebar #promo {
		padding: 28px 0 26px 38px;
		font-size:11px;
		color:#0b234f;
		font-weight:bold;
		text-align:center;

		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #bbb;
	}

	.sidebar #archives {
		/* overrides ".lists" */
		border-bottom-width: 0px;
		padding-bottom:1px;
	}
	
#footer {
	clear: both;
	margin-bottom:20px;
}


#wp-calendar {
	width: 210px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #cccccc;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
}

#wp-calendar a:hover {
	background: #cccccc;
}

.more-link {
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
}

.tweet {
	margin-top:28px;
	margin-bottom:28px;
	margin-left:80px;
	margin-right:80px;
	font-size:21px;
	color: #0b234f;
	text-align:center;
	line-height:150%;	
}

	.tweet a {
		text-decoration:underline;
	}

.post h2.twittertitle {
	display:none;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
	letter-spacing:0.5px;
}

.notfound {
	text-transform:none;
}