/*
Theme Name: Appular
Theme URI: http://appular.com/
Description: Appular custom theme
Author: JWB
Version: 0.1
*/

/* RESETS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100.01%; font-family: inherit; vertical-align: baseline;
}
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* END RESETS */


body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: url( images/background.jpg ) repeat center top;
	
	-webkit-text-size-adjust: none;
}

p {
	line-height: 1.25em;
}

a, a:link, a:visited {
	color: #f4b005; /* yellow */
	text-decoration: underline;
	padding-bottom: 1px;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;	
}



/* layout

---------------------------------------------------------- */


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

#wrapper {
	width: 969px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 130px;
	background: url( images/header.png ) no-repeat left top;
}

#footer {
	height: 228px;
	background: url( images/footer.png ) no-repeat left top;
}



/* header stuff

---------------------------------------------------------- */


#header h1 {
	margin: 0;
	width: 183px;
	height: 38px;
	position: absolute;
	left: 50px;
	top: 60px;
}

#header h1 a {
	display: block;
	width: 183px;
	height: 38px;
	text-indent: -9000px;
	text-decoration: none;
	outline:none;
	background: url( images/logo.png ) no-repeat left top;
	border-bottom: none;
	margin: 0;
	padding: 0;
}

#header a#twitter {
	display: block;
	width: 160px;
	height: 27px;
	position: absolute;
	right: 24px;
	top: 10px;
	text-indent: -9000px;
	text-decoration: none;
	outline:none;
	background: url( images/twitter.png ) no-repeat left top;
	border-bottom: none;
	margin: 0;
	padding: 0;
}

#header div#fb-like {
	width: 90px;
	height: 21px;
	position: absolute;
	right: 195px;
	top: 13px;
}

#header ul {
	position: absolute;
	right: 33px;
	top: 74px;
}

#header ul li {
	float:left; 
	margin-left: 25px;
} 

#header ul li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #f4b005; /* yellow */
}

#header ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

#header ul li.current_page_item a {
	text-decoration: none;
	color: #fff;
}




/* main content area

---------------------------------------------------------- */

#content {
	font-size: 14px;
}

#content .col-home-main h2 {
	margin: 0 0 15px 0;
	color: #000;
	font-size: 30px;
	line-height: 1.25em;
	text-shadow: 0 1px 1px #ccc;
}

#content .col-sub-main h2, #content .col-app-main h2 {
	margin: 0 0 15px 0;
	color: #f4b005; /* yellow */
	font-size: 30px;
	line-height: 1.25em;
	text-shadow: 0 1px 1px #ccc;
}

#content .col-sub-main h2 a {
	text-decoration: none;
}

#content .col-sub-main h2 a:hover {
	text-decoration: none;
}

#content h3 {
	margin: 0 0 15px 0;
	color: #f4b005; /* yellow */
	font-size: 30px;
	line-height: 1.25em;
	text-shadow: 0 1px 1px #ddd;
}

#content .content-text h3 {
	margin: 20px 0 15px 0;
	color: #000;
	font-size: 20px;
	line-height: 1.25em;
	text-shadow: 0 1px 1px #ddd;
	/* padding: 15px 0 0 0; */
	/* border-top: 1px solid #dedede;*/
}

#content .content-text .app-container h3 {
	margin: 0;
	color: #000;
	font-size: 20px;
	line-height: 1.25em;
	text-shadow: 0 1px 1px #ddd;
	border: none;
	padding: 0;
}

#content .app-container h3 a {
	color: #000;
	text-decoration: none;
}

#content .app-container h3 a:hover {
	text-decoration: underline;
}

#content .app-container h4 {
	margin: 0 0 15px 0;
	color: #f4b005; /* yellow */
	font-size: 14px;
	line-height: 1.25em;
}

#content h4 {
	margin: 0 0 15px 0;
	color: #f4b005; /* yellow */
	font-size: 30px;
	line-height: 1.25em;
}

#content h5 {
	margin: 0 0 15px 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
}

#content h6 {
	margin: 0 0 15px 0;
	color: #fff;
	font-size: 30px;
	line-height: 1.25em;
}

#content .white-text h6 {
	margin: 0 0 15px 0;
	color: #f4b005; /* yellow */
	font-size: 14px;
	line-height: 1.25em;
}

#content .white-text h6 span {
	color: #000;
}

#content div.black-text p {
	margin-top: 0px;	
}


#content div.black-text h4 {
	margin: 0px;	
}

#content .content-text ul, #content .content-text ol {
	margin: 15px 0 15px 17px;
	line-height: 17px;
}

#content .content-text ul {
	list-style-type: disc;
	list-style-position: outside;
}


/* 969px column
------------------------------- */

.col-969 {
	width: 969px;
	float: left;
}

.col-header-969 {
	height: 21px;
	background: url( images/col_caps_969.png ) no-repeat left top;
}

.col-body-969 {
	background: url( images/col_body_969.png ) repeat-y left top;
}

.col-footer-969 {
	height: 21px;
	background: url( images/col_caps_969.png ) no-repeat left bottom;
}



/* 644px column
------------------------------- */

.col-644 {
	width: 644px;
	float: left;
}

.col-header-644 {
	height: 21px;
	background: url( images/col_caps_644.png ) no-repeat left top;
}

.col-body-644 {
	background: url( images/col_body_644.png ) repeat-y left top;
}

.col-footer-644 {
	height: 21px;
	background: url( images/col_caps_644.png ) no-repeat left bottom;
}


/* 325px column
------------------------------- */

.col-325 {
	width: 325px;
	float: left;
}

.col-header-325 {
	height: 21px;
	background: url( images/col_caps_325.png ) no-repeat left top;
}

.col-body-325 {
	background: url( images/col_body_325.png ) repeat-y left top;
}

.col-footer-325 {
	height: 21px;
	background: url( images/col_caps_325.png ) no-repeat left bottom;
}

.white-mid {
	height: 225px;
}

.white-tall {
	height: 425px;
}


/* 325px column BLACK
------------------------------- */


.col-black-body-325 {
	background: url( images/col_black_325.png ) no-repeat left top;
	overflow: hidden;
}

.col-black-footer-325 {
	height: 21px;
	background: url( images/col_black_325.png ) no-repeat left bottom;
}

.black-short {
	height: 150px;
}


/* 325px column YELLOW
------------------------------- */


.col-yellow-body-325 {
	background: url( images/col_yellow_325.png ) no-repeat left top;
	overflow: hidden;
}

.col-yellow-footer-325 {
	height: 21px;
	background: url( images/col_yellow_325.png ) no-repeat left bottom;
}


.yellow-short {
	height: 105px;
}

.yellow-mid {
	height: 195px;
}

.yellow-tall {
	height: 378px;
}



/* home page

---------------------------------------------------------- */

#content p {
	margin-top: 15px;
}

.col-home-main {
	min-height: 528px;
}

.content-text {
	padding: 5px 64px 10px 34px;
	position: relative;
}

.apps-text {
	padding: 5px 29px 10px 34px;
}

.black-text {
	padding: 23px 29px 7px 24px;
	color: #fff;
}

.black-text a:hover {
	color: #fff;
}

.yellow-text {
	padding: 23px 29px 7px 24px;
	color: #000;
}

.yellow-text a {
	color: #000;
}

.yellow-text a:hover {
	color: #fff;
}

p.quote-attr {
	font-size: 12px;
}

.white-text {
	padding: 4px 29px 7px 24px;
	color: #000;
}



/* top slideshow
------------------------------- */

#home-slideshow {
	margin: 0 24px;
}

#home-slides-main {
	width: 612px;
	height: 357px;
	float: left;
	position:relative;
	overflow:hidden;
}

.home-slides-thumb {
	width: 301px;
	height: 119px;
	float: right;	
}

.home-slides-thumb:hover {
	cursor:pointer;	
}

.scrollable .items {
	width:20000em;
	position:absolute;
}

.items div {
	float:left;
}

.items .cloned {
	display:none;
}


.homescroll .items {
	width:20000em;
	position:absolute;
}

.homescroll {
	width: 272px;
	height: 319px;
	position:relative;
	overflow:hidden;
}

#content .homescroll h5 {
	margin: 0 0 5px 0;
}


.yellow-text .navi a {
	display:block;
	float: left;
	height: 20px;
	margin: 0 0 10px 0;
	width: 20px;
	background: url( images/navcircles.png ) no-repeat 0 0;
}

.yellow-text .navi a.active {
	background: url( images/navcircles.png ) no-repeat -22px 0;
}

.yellow-text .navi a:hover {
	background: url( images/navcircles.png ) no-repeat -44px 0;
}

.featured-wrapper {
	padding: 5px 34px 10px 34px;
}


#featured-slideshow {
	height: 120px;
	position: relative;
}

.featured-thumb {
	width: 214px;
	height: 120px;
	float: left;
}

.featured-thumb-margin {
	margin-right: 15px;
}

#featured-text-1 {
	position: absolute;
	left: 214px;
	top: 0;
	z-index: 101;
	width: 0px;
	height: 120px;
	background: #f4b005; /* yellow */
	overflow: hidden;
}

#featured-text-2 {
	position: absolute;
	left: 443px;
	top: 0;
	z-index: 102;
	width: 0px;
	height: 120px;
	background: #f4b005; /* yellow */
	overflow: hidden;
}

#featured-text-3 {
	position: absolute;
	right: 443px;
	top: 0;
	z-index: 103;
	width: 0px;
	height: 120px;
	background: #f4b005; /* yellow */
	overflow: hidden;
}

#featured-text-4 {
	position: absolute;
	right: 214px;
	top: 0;
	z-index: 104;
	width: 0px;
	height: 120px;
	background: #f4b005; /* yellow */
	overflow: hidden;
}

.featured-inner {
	width: 458px;
	overflow: hidden;
}

.featured-inner p {
	margin: 15px;
}


#press-box {
	height: 245px;	
}


/* sub page

---------------------------------------------------------- */

img.alignnone, a img.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

img.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.col-sub-main {
	min-height: 744px;
}


/* apps portfolio

---------------------------------------------------------- */

.app-container {
	margin: 0 0 15px 0;
	padding: 5px;
}

.app-icon {
	width: 150px;
	height: 150px;
	float: left;
	background: url( images/r.gif ) repeat;
	margin: 0 15px 0 0;
}

.app-description {
	width: 371px;
	float: left;
}

div.row0 {
	background: #f6f6f6;
}

div.row1 {
		
}

/* app page

---------------------------------------------------------- */


.col-app-main {
	min-height: 989px;
}

#app-image {
	margin: 0 19px 0 24px;
	height: 227px;
	background: url( images/n.gif ) repeat;
	position: relative;
}

#appstore-badge {
	width: 142px;
	height: 47px;
	background: url( images/appstore_badge.png ) no-repeat left top;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

#appstore-badge a {
	display: block;
	width: 142px;
	height: 47px;
	text-indent: -9000px;
}

#app-prices {
	position: absolute;
	top: 9px;
	right: 34px;
	width: 142px;
	color: #f4b005;
}

#app-prices a {
	text-decoration: none;
}

#app-prices a:hover {
	text-decoration: none;
}

#app-thumbs {
	float: left;
	margin: 10px 0 0 0;
}

.app-thumb {
	width: 72px;
	height: 96px;
	float: left;
	margin-bottom: 6px;
	cursor: pointer;
	background: url( images/n.gif ) repeat;
}

.app-thumb-margin {
	margin-right: 6px;
}


#app-image-full {
	width: 360px;
	height: 480px;
	float: left;
	margin: 10px 0 0 0;
	position: relative;
	overflow:hidden;
	background: url( images/n.gif ) repeat;
}


.video-thumb {
	width: 272px;
	height: 167px;
	background: url( images/n.gif ) repeat;
}


/* blog page

---------------------------------------------------------- */


#content .content-text ul#blognav {
	list-style-type: none;
	line-height: 20px;
}

#content .content-text ul#blognav {
	margin: 15px 0 0 0;
}

 #content .content-text ul#blognav li {
	float: left;
	margin-right: 5px;
	font-size: 12px;
}

ul#blognav li a {
	display: block;
	padding: 4px 7px;
	text-decoration: none;
	border: 1px solid #dedede;
}

ul#blognav li a:hover {
	text-decoration: none;
}

ul#blognav li a.current {
	color: #000;
}

p.post-tags, p.post-tags-single {
	color: #ccc;
	font-size: 12px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

p.post-tags-single {
	border-bottom: none;
	margin-bottom: 0;
}


/* clients grid

---------------------------------------------------------- */

.client-box {
	float: left;
	width: 180px;
	height: 120px;
	margin: 0 10px 10px 0;
	background: #ccc;
}

#our-clients {
	padding: 5px 34px 10px 34px;	
}



/* footer stuff

---------------------------------------------------------- */

#footer-content {
	padding: 35px 40px;
	color: #fff;
	font-size: 12px;
}

#footer h5 {
	margin: 0 0 15px 0;
	color: #f4b005; /* yellow */
	font-size: 18px;
}

#footer p {
	margin-bottom: 15px;	
}

#footer-info-menu {
	float: left;
	width: 164px;
}

#footer-find-us {
	float: left;
	width: 125px;
}

#footer-blog-pull {
	float: left;
	width: 330px;
}

#footer-blog-pull p {
	width: 310px;
}

#footer-promo-codes {
	float: left;
	width: 270px;
}

#footer p a {
	text-decoration: underline;	
}

#footer p a:hover {
	color: #fff;
	text-decoration: underline;	
}

#footer ul li {
	margin: 13px 0 0 0;
	line-height: 1.25em;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer #footer-info-menu ul li.current_page_item a {
	text-decoration: underline;
}








/* lightbox stuff

------------------------------------------------------------------------- */


	div.light_rounded .pp_top .pp_left { background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 

	div.light_rounded .pp_arrow_previous { background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}
		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; }
		
		.pp_content .ppt {
			left: auto;
			margin-bottom: 5px;
			position: relative;
			top: auto;
		}
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0 0 5px 0;
				}
				
				.pp_nav {
					clear: left;
					float: left;
					margin: 3px 0 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
					}
				
					.pp_nav a.pp_arrow_previous,
					.pp_nav a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		a.pp_next {
			background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			display: block;
			float: right;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			left: 0;
			position: absolute;
			top: 0;
			z-index: 9999;
		}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.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 */
	
	
	
	
/*--------------------------- twitter feed */


#twitter-ticker {
	width: 272px;
	overflow:hidden;
}


.ticker-page {
	height: 251px;
}

.ticker-home {
	height: 319px;
}

#tweet-container{
	width:auto;
	overflow:hidden;
}

.tweet-page{
	height: 251px;
}

.tweet-home{
	height: 293px;
}

#twitIcon{
	position:absolute;
	top:-25px;
	left:-10px;
	width:64px;
	height:64px;
}

.tweet{
	padding:5px;
	margin:0 8px 8px;
	
	/*border:1px solid #F0F0F0;*/
	
	
	width:auto;
	overflow:hidden;
}

.tweet .avatar,
.tweet .user {
	float:left;
}

.tweet .time {
	float: right;
}

.tweet .time{
	text-transform:uppercase;
	font-size:10px;
	color:#fff;
	white-space:nowrap;
}

.tweet .user a {
	text-decoration:none;
}


.tweet .avatar img{
	width:36px;
	height:36px;
	border:2px solid #cf9504;
	margin:0 5px 5px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
}

.tweet .txt{
	clear:both;
	font-size: 12px;
	line-height: 1.125em;
}

.tweet .user{
	font-weight:bold;
}

#loading{
	margin:100px 95px;
}


.feed_content, .feed-content {
	height:293px;
	width:auto;
	overflow:hidden;
}


dl {
	line-height: 1.25em;
	font-size: 12px;
	padding: 0 10PX;
}

dt {
	margin: 10px 0 0 0;
}

dt span.date {
	text-transform:uppercase;
	font-size: 10px;
}

#home-case {
	float: left;
	width: 263px;
	margin: 40px 0 0 0;
	border-right: 1px solid #ededed;
}

#home-case img {
	
	margin: 0 10px 5px 0;
}

#content .content-text #home-case h3 {
	border:none;
	margin: 0 0 15px 0;
	padding: 0;
}

#home-press {
	float: right;
	width: 263px;
	margin: 40px 0 0 0;
}

#content span#quote-one {
	position: absolute;
	left: 0;
	top: 20px;
	margin: 0 0 10px 0;
}

#content span#quote-two {
	position: absolute;
	left: 0;
	top: 20px;
	display:none;
	margin: 0 0 10px 0;
}

#content .events-content dd p {
	margin: 0 0 10px 0;	
}

.events-content {
	height:293px;
	width:auto;
	overflow:hidden;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}
