@font-face {
	font-family: "Myriad Pro";
	font-weight: bold;
	src: url('fonts/MyriadPro-Bold.otf');
}

body {
	font: 85% Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	background:#cacaca url(images/bg.png);
}

/* links */
a{
	color: #B50505;
}

a:hover{
  	color: #f44365;
}

hr {
	border: none;
	padding-bottom: 1px;
	background-color: #9b9b9b;
	border-bottom:1px solid #F4F4F4;
}	

/* Utilities */
.clear {
	clear: both;
}

/* clearfix */
.clearfix:after{
  	content: ".";
  	display: block;
  	height: 0;
  	clear: both;
  	visibility: hidden;
}

.clearfix{
	min-width: 0;		        /* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/ display: block;	/* Hide from IE Mac */
	margin: 0px;
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
}

* html .clearfix{
/* \*/  height: 1%;	    /* Hide from IE Mac */
}


#main-wrapper {
	position: relative;
	background: url(images/topmenu-bg.png) repeat-x;
	
}

#footer-wrapper {

}


.container {
	width:910px;
	padding: 0 20px;
	margin:0 auto;
}


#main-wrapper .container {
	background: url(images/mainheader-bg.png) no-repeat;
	
}

#footer-wrapper .container {
	background: none;
	
}

#header {
	padding-top: 10px;
}



/*------ TOP MENU ------ */

#header ul#topmenu {
	margin-top: 5px;
}

#header ul#topmenu li {
	display: inline;
	float: left;
	margin-right: 10px;
}

#header ul#topmenu li a {
	display: block;
	color: #6f6f6f;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding:0 6px 0 0;
}

#header ul#topmenu li a:hover {
	color: #000000;
	background:transparent url(images/sprites.png) no-repeat right -34px;
}

#header ul#topmenu li a span {
	display: block;
	line-height: 28px;
	padding:0px 0px 0px 6px;
}

#header ul#topmenu li a:hover span {
	background:transparent url(images/sprites.png) no-repeat left -2px;
}


/*------ TOP SEARCH ------ */

#header #topsearch {
	float: right;
}

#header #topsearch fieldset {
	height: 28px;
	width: 247px;
	background:transparent url(images/sprites.png) no-repeat left -69px;
}

#header #topsearch fieldset .searchfield {
	background-color: transparent;
	-x-system-font:none;
	text-transform: uppercase;
	border: none;
	color:#6f6f6f;
	font-family:Arial,Helvetica,sans-serif;
	margin: 3px 0 0 3px;
	padding:5px;
	width:200px;
}


/*------- TOP LOGO -------*/

#header #logo {
	float: left;
	margin: 20px 0px;
}

#header #logo h1 {
	background: transparent url(images/logo.png) no-repeat;
	text-indent: -9999px;
	width: 253px;
	height: 39px;
}

#header #logo h3 {
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}


/*------ MAIN CONTENT -------*/
#main-content {
	width: 574px;
	background-color: #FFFFFF;
	border: solid 1px #bbbbbb;
	padding: 1px;
	float: left;
}

#main-content .container {
	width: auto;
	padding: 20px;
	background: url(images/gradient.png) repeat-x;
	border: none;
}

.post {
	display: block;
	position: relative;
	font-size: 100%;
	margin-bottom:25px;
	padding-bottom:5px;
}

.post.exerpt {
	border-bottom:1px solid #DFDDD5;
}

.post .thumbnail {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	width:200px;
	height:200px;
}

.post h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	letter-spacing:-0.04em;
	line-height: 1.05em;
	padding-bottom: 5px;
}

.post h2 a {
	color: #000000;
	text-decoration: none;
}

.post h2 a:hover {
	text-decoration: underline;
}

.post small {
	background-color:#B50505;
	padding:3px;
	padding-left:8px;
	padding-right:8px;
	color:#fffffe;
	font-size:0.85em;
}

.post small a {
	color:#fffffe;
	text-decoration:none;
}
.post small a:hover {
	text-decoration:underline;
	color:#fffffe;
}
.post .summary {
	display:block;
	font-style: italic;
	margin-top:20px;
	float:left;
	width:300px;
}

.post .post-content {
	display:block;
	margin-top:20px;
	clear:both;
}

.post p {
	padding-bottom:2em;
}


/*------SIDEBAR-------*/

#sidebar {
	float: right;
	width: 314px;
}

#sidebar .widget {
	margin-bottom: 25px;
}

#sidebar .widget h3 {
	font-family: "Myriad Pro", Helvetica, Arial;
	font-size: 2.5em;
	letter-spacing:-0.04em;
	line-height: 1.05em;
	padding-bottom: 5px;
	color: #000;
	text-shadow:1px 1px 1px #FFFFFF;
}


#sidebar #adblocks {
	text-align: center;
}

#sidebar #adblocks img {
	border:5px solid #DFDFDF;
	margin:0 5px 5px;
}

#sidebar .widget ul li {
	font-size: 100%;
	margin-bottom: 5px;
}

#sidebar .widget ul li a {
	background: url(images/606060.gif) no-repeat left 3px;
	padding-left: 20px;
	color: #606060;
	text-decoration: none; 
}

#sidebar .widget ul li a:hover {
	background: url(images/B40000.gif) no-repeat left 3px;
	color: #B40000;
}


/*------FLICKR STREAM------*/
#flickr-stream {
	width: 475px;
	float: left;
	margin: 20px 0px;
}

#flickr-stream h3 {
	width: 178px;
	height: 26px;
	display: block;
	float: left;
	background: url(images/sprites.png) no-repeat left -100px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#flickr-stream hr {
	float: right;
	width: 275px;
	margin: 23px 10px 0;
}

#flickr-stream #flickr img {
	border:5px solid #DFDFDF;
	margin:0 10px 5px 0px;
}

/*------TWITTER-----*/
#twitter-update {
	width: 400px;
	float: right;
	margin: 20px 0 0 0;
}

#twitter-update h3 {
	width: 219px;
	height: 32px;
	display: block;
	float: left;
	background: url(images/sprites.png) no-repeat left -126px;
	text-indent: -9999px;
}

#twitter-update hr {
	float: right;
	width: 160px;
	margin: 23px 10px 0 0;
}

#twitter-update #twitter ul li {
	border-bottom: dotted 2px #B40000;
	padding: 10px 0;
	margin-top: -5px;
}

#twitter-update #followme {
	background: transparent url(images/twitter-icon.png) no-repeat left center;
	padding: 5px 5px 5px 24px;
	display: block;
	float: right;
	margin-top: 15px;
}


/*--------FOOTER-------*/
#footer-wrapper {
	background-color: #6f0000;
	margin-top: 20px;
	color: #FFFFFF;
	padding: 10px;
	overflow: hidden;
}

#footer-wrapper #copyright {
	float: left;
}

#footer-wrapper #designedby {
	float: right;
}
