/* 

	RyanFosterDesign Ltd www.ryanfosterdesign.com 

*/

/* @group Reset */

/* Based on http://meyerweb.com/eric/tools/css/reset/ */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Globals */

html{
	overflow-x: hidden;
}

body {
	color: #231f20;
	text-align: center;
	background: #fafafa url(texture.jpg) repeat-x fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	display: block;
	text-align: left;
	width: 980px;
	min-width: 980px;
	margin: 0 auto;
}

#main {
	margin: 30px 10px 0;
	width: 960px;
}

/* links */

a {
	color: #ce202d;
	text-decoration: none;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

/* typography */

h1, h2, h3, h4, h5, h6 {
	line-height: 140%;
	margin-bottom: 20px;
	font-weight: normal;
} 

h2.franco-header {
	font-family: Memphis-ExtLig;
	font-size: 42px !important;
	font-weight: normal;
	line-height: 100%;
	text-transform: uppercase;
}

#monogram_form h2.franco-header {
    font-size: 24px !important;  
  	padding-left: 30px;
}

h2.franco-header.product {
	margin-bottom: 0;
}

h2.franco-header.short {
	font-size: 34px !important;
}

h2.franco-header a  {
	color: #231f20;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

h2.franco-header a:hover {
	color: #ce202d;
	text-decoration: none;
}

h2.franco-header span {
	display: block;
}

p {
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 20px;
}

del {
	color: #919295;
}

/* buttons */

.btn {
	background: url(btn.png) no-repeat right;
	display: block;
	padding: 5px 5px 5px 0;
	color: #fff;
	width: 140px;
	text-align: center;
	cursor: pointer;
}

.btn span {
	background: url(btn-left.png) no-repeat left;
	display: block;
	height: 28px;
	padding: 6px 0 0 5px;
}

a.btn:hover { 
 	text-decoration: none;
} 


.btn.add-to-cart { 
	background-position: 0 -54px; 
	width: 140px; 
	height: 44px; 
} 

.btn.add-to-cart:hover { 
	background-position: 0 0; 
	width: 140px; 
	height: 44px; 
} 

#add-to-cart {
	float: left;
    margin-top: 0px;
}

/* icons */

.icon {
	background: url(icon.png) no-repeat;
	display: block;
	float: left;
	margin-right: 5px;
}

.icon.facebook { 
	background-position: 0 -50px; 
	width: 30px; 
	height: 30px; 
}

.icon.facebook:hover { 
	background-position: 0 0;
	width: 30px; 
	height: 30px; 
} 
 
.icon.rss { 
	background-position: 0 -193px; 
	width: 30px; 
	height: 30px; 
} 

.icon.rss:hover { 
	background-position: 0 -143px; 
	width: 30px;
	height: 30px; 
} 

.icon.twitter {
	background-position: 0 -293px; 
	width: 30px; 
	height: 30px; 
} 

.icon.twitter:hover { 
	background-position: 0 -243px; 
	width: 30px; 
	height: 30px; 
} 

.icon.cart { 
	background-position: right -343px; 
	width: 100px; 
	height: 30px; 
	padding-right: 45px;
	margin: 0px;
} 

.icon.pointer { 
	background-position: 0 -100px; 
	width: 300px; 
	height: 23px;
	padding: 5px 0 0 30px;
}

/* colors */

.grey {
	color: #919295;
}

/* clearing */

.clear { 
	 display: inline-block; 
} 

.clear { 
	 display: block; 
} 

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

/* hiding */

.hide {
    position: absolute;
    left: -1000px;
    width: 100px;
 }


/* @group Layout */

ul.layout {
	border-top: 1px solid #919195;
	padding: 40px 0;
}

ul.layout.first {
	border-top: none;
	padding: 0 0 30px;
}

ul.layout li.left {
	float: left;
	width: 560px;
}

ul.layout li.right {
	float:right;
	width: 360px;
}

ul.layout li.right .upper {
	height: 285px;
}

ul.layout li.right .lower p {
	margin-bottom: 10px;
}

ul.layout li.right .lower .social {
	border-top: 1px solid #d2d2d2;
	padding-top: 15px;
}

ul.layout li.right .lower .social .facebook {
	float: left;
}

ul.layout li.right .lower .social .twitter{
	float: right;
}

/* @end */

/* @group Header */

#header {
	border-bottom: 10px solid #cd212d;
	width: 960px;
	margin: 0 10px;
	position: relative;
}

#header .banner {
	position: absolute;
	bottom: 0;
	background: url(bg-banner.png) repeat;
	font-size: 13px;
	text-align: center;
	width: 960px;
	padding-top:5px;
	height: 20px;
	overflow: hidden;
}

#header .banner.hide {
	display:none;
}

#header .banner .tickercontainer { 
	position: relative;
	padding: 0;
	overflow: hidden;
}

#header .banner .tickercontainer .mask {
	position: relative;
	width: 960px;
	overflow: hidden;
}

#header .banner ul.newsticker {
	position: relative;
	left: 960px;
	list-style-type: none;
	margin: 0;
	padding: 0;

}

#header .banner ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0 15px 0 0;
	padding: 0;
}

#header .banner ul.newsticker a {
	padding: 0;
	margin: 0;
} 

#header .banner ul.newsticker span {
	margin: 0 10px 0 0;
}

#header .layout {
	padding: 35px 0;
}

#header .layout.upper {
	border: none;
	padding: 10px 0;
}

#header .layout.upper #social {
	float: left;
	display: inline-block;
}

#header .layout.upper #mini-cart  {
	float: right;
	display: inline-block;
	text-align: right;
}

#header .layout.upper #mini-cart a {
	color: #231f20;
	font-style: normal;
}

#header .layout.upper #mini-cart a:hover {
	color: #ce202d;
}

#header .layout.upper #mini-cart span {
	padding-top: 5px;
	display: block;
}

#header .layout.upper h1 {
	display: inline-block;
	font-style: italic;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0;
}

#header .layout .logo.franco { 
	display: block;
	width: 226px;
	height: 60px;
	background-image: url(logo-franco.png);
	/*width: 355px;*/ 
	/*height: 66px;*/
	/*background: url(logo-dodocase-xmas.png?rfd) no-repeat 0 0;*/
} 

#header .layout #nav {
	display: inline-block;
	margin-top: 5px;
}

#header .layout #nav li {
	float: left;
	width: 100px;
	margin-right: 10px;
}

#header .layout #nav li.last {
	margin-right: 0;
	width: 140px;
}

#header .layout #nav a {
	display: block;
	color: #231f20;
	font-size: 13px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

#header .layout #nav a:hover {
	color: #ce202d;
	text-decoration: none;
	background: url(pencil-line.png) no-repeat 0 bottom;
}

#header .layout #nav a.active, #nav a.active:hover {
	font-weight: bold;
	background: url(pencil-line.png) no-repeat 0 bottom;
}


/* @end */

/* @group Index */


#slidedeck_frame {
    width: 960px;
    height: 370px;
    overflow-y: hidden;
} 
            
#slidedeck_frame .verticalSlideNav {
	display:none;
} 

.inner-slidedeck.slidedeck .left {
	width: 560px;
	height: 370px;
	float: left;
}

.inner-slidedeck.slidedeck .right {
	width: 360px;
	height: 370px;
	float: right;
	padding-top: 5px;
	position: relative;
}


.inner-slidedeck.slidedeck .right h2.dodo-header{
	margin-bottom: 10px;
}


.inner-slidedeck.slidedeck .right h2.macworld-award {
	background: url(macworld-award.png) no-repeat right top;
}


.inner-slidedeck.slidedeck .right p {
	margin-bottom: 10px;
}

.inner-slidedeck.slidedeck .right .inner-slidedeck-nav {
	position: absolute;
	bottom: 10px;
	width: 360px;
}

.inner-slidedeck.slidedeck .right .inner-slidedeck-nav a {
	font-size: 13px;
	color: #231f20;
	text-decoration: none;
}

.inner-slidedeck.slidedeck .right .inner-slidedeck-nav a:hover {
	color: #ce202d;
	text-decoration: none;
}

.inner-slidedeck.slidedeck .right .inner-slidedeck-nav a.prev {
	float: left;
}

.inner-slidedeck.slidedeck .right .inner-slidedeck-nav a.next {
	float: right;
}

#outer-slidedeck-nav {
	margin-top: 25px;
	padding: 15px 0;
	border-top: 1px solid #dbdbdb;
}

#outer-slidedeck-nav ul {
	display: block;
	margin: 0 auto;
	/* width: 870px; */
	width: 720px;
}

#outer-slidedeck-nav ul li {
	float: left;
	margin-right: 15px;
}

#outer-slidedeck-nav ul li a {
	display: block;
	float: left;
	color: #231f20;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	line-height: 130%;
}

#outer-slidedeck-nav ul li a span {
	font-size: 11px;
	color: #919295;
}

#outer-slidedeck-nav ul li a:hover, #outer-slidedeck-nav ul li a.active {
	text-decoration: none;
	color: #ce202d;
}

#outer-slidedeck-nav ul li a:hover span {
	color: #919295;
}

#buzz ul.tabs li {
	float: left;
}

#buzz .tab-container {
	padding: 16px 0 20px;
	text-align: center;
}

#buzz .tab-container .tab-content  a {
	font: italic 22px Georgia, "Times New Roman", Times, serif;
	color: #919295;
}

#buzz .tab-container .tab-content a:hover {
	color: #ce202d;
	text-decoration: none;
}

#buzz .logo.quote {
	background: url(quote-logo.png) no-repeat;
	display: block;
}

#buzz .logo.quote.crunchgear { 
	background-position: 0 -85px; 
	width: 170px; 
	height: 65px; 
} 

#buzz .logo.quote.crunchgear:hover { 
	background-position: 0 0; 
	width: 170px; 
	height: 65px; 
} 

#buzz .logo.quote.engadget { 
	background-position: 0 -255px; 
	width: 170px; 
	height: 65px; 
} 

#buzz .logo.quote.engadget:hover { 
	background-position: 0 -170px; 
	width: 170px; 
	height: 65px; 
} 

#buzz .logo.quote.forbes { 
	background-position: 0 -425px; 
	width: 130px; 
	height: 65px; 
} 

#buzz .logo.quote.forbes:hover { 
	background-position: 0 -340px; 
	width: 130px; 
	height: 65px; 
} 

#buzz .logo.quote.macworld { 
	background-position: 0 -595px; 
	width: 130px; 
	height: 65px; 
} 

#buzz .logo.quote.macworld:hover { 
	background-position: 0 -510px; 
	width: 130px; 
	height: 65px; 
} 

#buzz .logo.quote.newyorktimes { 
	background-position: 0 -765px; 
	width: 220px; 
	height: 65px; 
} 

#buzz .logo.quote.newyorktimes:hover { 
	background-position: 0 -680px; 
	width: 220px; 
	height: 65px; 
} 

#buzz .logo.quote.tuaw { 
	background-position: 0 -935px; 
	width: 220px; 
	height: 65px; 
} 

#buzz .logo.quote.tuaw:hover { 
	background-position: 0 -850px;
	width: 220px; 
	height: 65px; 
} 

#buzz h2 {
	background: url(dodo-buzz.png) no-repeat right top;
}


/* @end */

/* @group Index - Simple  */

#index.simple #header .layout .logo.dodocase {
	margin-bottom: 5px;
}

#index.simple #header ul#nav li a {
	font-size: 18px;
	margin: 20px 10px 0 0;
}

#index.simple h2 {
	font-family: Memphis-ExtLig;
	font-size: 42px;
	font-weight: normal;
	line-height: 110%;
	text-align: center;
}

#index.simple #hero {
	background: url(hero-simple.png) no-repeat;
	position:relative;
	width: 100%;
	height: 410px;
}

#index.simple #hero h3 {
	font-size: 18px;
	color: #ce202d;
	font-style: italic;
	margin-bottom: 10px;
}

#index.simple #hero .left {
	width: 170px;
	position:absolute;
	left: 30px;
	top: 215px;
	color: #6e6e6e;
	font-size: 11px;
	font-style: italic;
	line-height: 140%;
}


#index.simple #hero .right {
	width: 170px;
	position:absolute;
	right:  35px;
	top:  195px;
	color: #6e6e6e;
	font-size: 11px;
	font-style: italic;
	line-height: 140%;
}

#index #cta {
	height: 120px;
	background: url(bg-cta.png) repeat-x 0 bottom;
	border-bottom: 1px solid #919195;
	margin-bottom:  30px;
}

#index #cta a.button {
	background: url(btn-cta.png) no-repeat 0 0;
	width: 288px;
	height: 70px;
	display: block;
	text-indent: -10000px;
	margin: 0 auto;
}

#index #cta a.button:hover {
	background: url(btn-cta.png) no-repeat 0 -86px;
}


#index.simple #hero #other-devices {
	position: absolute;
	right: 50px;
	top:  -20px;
	background: url(pointer-devices.png) no-repeat;
	width: 150px;
	padding: 15px 0 0 20px;
}

#index.simple #praise {
	margin-bottom: 40px;
}

#index.simple #praise .left {
	width: 440px;
	float: left;
	padding-left: 40px;
}

#index.simple #praise .left h3 {
	font-style: italic;
	font-size: 18px;
}

#index.simple #praise .left #tweets .tweet.kevin {
	background: url(avatar-kevin-rose.png) no-repeat;
	
}

#index.simple #praise .left #tweets .tweet.dita {
	background: url(avatar-dita.png) no-repeat;
}

#index.simple #praise .left #tweets .tweet {
	padding: 10px 0 0 90px;
	height: 85px;
}

#index.simple #praise .left #tweets .tweet p {
	margin-bottom: 10px;
	font-style: italic;
}

#index.simple #praise .left #tweets .tweet span {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #ce202d;
	font-weight: bold;
	font-style: normal;
}

#index.simple #praise .right {
	width: 440px;
	float: right;
	text-align: center;
	font-size: 13px;
	position: relative;
}

#index.simple #praise .right a {
	display: block;
	margin-top: 10px;
}

.devices-modal {
 	background: url(texture-parchment.jpg) repeat-x fixed 0 10px #fafafa;
 	padding: 10px;
 	font-size: 13px;
 }
 
 .devices-modal .border {
 	border: 1px solid #919195; 
 	padding: 10px;
 }
 
.devices-modal ul {
	display: block;
	height: 100px;
	width:  620px;
	padding: 10px 0 10px 0;
	margin: 0 auto;
}

.devices-modal ul li {
	width: 123px;
	float: left;
}
 

.devices-modal ul li a {
	display:  block;
	height: 100px;
	width: 123px;
	color: #231f20;
}

.devices-modal ul li a:hover {
	text-decoration:none;
}

.devices-modal ul li a.ipad {
	background: url(nav-ipad.png) no-repeat 0 15px;
}

.devices-modal ul li a.ipad2{
	background: url(nav-ipad2.png) no-repeat 0 15px;
}

.devices-modal ul li a.blackberry {
	background: url(nav-blackberry-playbook-alt.png) no-repeat 0 15px;
}

.devices-modal ul li a.iphone {
	background: url(nav-iphone4.png) no-repeat 0 15px;
}

.devices-modal ul li a.kindle {
	background: url(nav-kindle5.png) no-repeat 0 15px;
}


.devices-modal ul li a.kindle-fire {
	background: url(nav-kindle-fire.png?rfd) no-repeat 0 15px;
}

/* @end */

/* Index DODOcase Collections */

#hero.collections { 
	background: none !important;
}

#hero.collections .left  {
    color: #6E6E6E;
    font-size: 11px;
    font-style: italic;
    left: auto !important;
    line-height: 140%;
    position: relative !important;
    top: auto !important;
    width: 300px !important;
	float: left;
	padding: 10px 0 0 0;
}

#hero.collections .left.first {
	margin-right: 12px;
}

#hero.collections .right  {
    color: #6E6E6E;
    font-size: 11px;
    font-style: italic;
    left: auto !important;
    line-height: 140%;
    position: relative !important;
    top: auto !important;
    width: 300px !important;
	float: right;
	padding: 10px 0 0 0;
}

#hero.collections .left h3, #hero.collections .right h3 {
	color: #6E6E6E !important;
	text-align: center;
	font-size: 24px !important;
}

#hero.collections a.dodocase {
	display: block;
	width: 300px;
	height: 340px;
}

#hero.collections a.dodocase.classic {
	background: url(homepage-classic.png?rfd123) no-repeat 0 center; 
}

#hero.collections a.dodocase.essentials {
	background: url(homepage-essentials.png?rfd) no-repeat 0 center; 
}

#hero.collections a.dodocase.spring{
	background: url(homepage-spring.png?rfd123) no-repeat 0 center; 
}

#hero.collections a.cta {
	display: block;
	width:189px;
	height: 57px;
	margin: 20px auto 0;
}

#hero.collections a.cta.classic{
	background: url(btn-59.png?123) no-repeat 0 0;
}

#hero.collections a:hover.cta.classic{
	background: url(btn-59.png?123) no-repeat 0 -61px;
}

#hero.collections a.cta.essentials{
	background: url(btn-69.png?123) no-repeat 0 0;
}

#hero.collections a:hover.cta.essentials{
	background: url(btn-69.png?123) no-repeat 0 -61px;
}

#hero.collections a.cta.spring {
	background: url(btn-79.png?123) no-repeat 0 0;
}

#hero.collections a:hover.cta.spring {
	background: url(btn-79.png?123) no-repeat 0 -61px;
}

#colors-corner {
	background: url(colors-corner.png) no-repeat 0 0; 
	width: 117px;
	height: 102px;
	position: absolute;
	bottom: -120px;
	right: 0;
}

h2.personalization {
	margin-left: -70px;
}

#personalise-dodocase {
	background: url(personalise-dodocase.png?123) no-repeat 0 0;
	display: block; 
	width: 302px;
	height: 299px;
	float:right;
	margin-top: -10px !important;
}

/* end */

/* @group Index Monogram a/b tests */

#index.simple #monogram-corner {
	background: url(mono-corner.png) no-repeat 0 0; 
	width: 117px;
	height: 102px;
	position: absolute;
	bottom: -120px;
	right: 0;
}

#index.simple #monogram-text {
	color: #6E6E6E;
    font-size: 13px;
    font-style: italic;
    line-height: 140%;
	width: 180px;
	position: absolute;
	bottom: -50px;
	right: 20px;
}

#index.simple #monogram-dodocase-text {
	text-align: left;
	width: 110px;
	padding-top: 20px;
	float: left;
}

#index.simple #monogram-dodocase {
	background: url(mono-dodocase.png) no-repeat 0 0; 
	width: 302px;
	height: 299px;
	float:right;
}

#index.simple #cta.monogram {
	margin-top: 430px;
} 

#index.simple #hero-wrapper {
	position: relative;
}

#index.simple #hero-wrapper #hero-1 {
	background: url(hero-simple-1.png) no-repeat;
	position:relative;
	width: 100%;
	height: 410px;
}

#index.simple #hero-wrapper #hero-2 {
	background: url(hero-simple-2.png) no-repeat 0 5px;
	position:relative;
	width: 100%;
	height: 410px;
}

#index.simple #hero-wrapper .left {
	width: 170px;
	position:absolute;
	left: 30px;
	top: 215px;
	color: #6e6e6e;
	font-size: 11px;
	font-style: italic;
	line-height: 140%;
}


#index.simple #hero-wrapper .right {
	width: 170px;
	position:absolute;
	right:  35px;
	top:  195px;
	color: #6e6e6e;
	font-size: 11px;
	font-style: italic;
	line-height: 140%;
}

#index.simple #hero-wrapper h3 {
	font-size: 18px;
	color: #ce202d;
	font-style: italic;
	margin-bottom: 10px;
}

#index.simple #hero-wrapper #other-devices {
	position: absolute;
	right: 50px;
	top:  -20px;
	background: url(pointer-devices.png) no-repeat;
	width: 150px;
	padding: 15px 0 0 20px;
}

#index.simple #hero-wrapper #monogram-corner {
	background: url(mono-corner.png) no-repeat 0 0; 
	width: 117px;
	height: 102px;
	position: absolute;
	bottom: -550px;
	right: 0;
}

#index.simple #hero-wrapper a.monogram-corner.quickFlipCta {
	display: block;
	width: 117px;
	height: 102px;
	position: absolute;
	bottom: -140px;
	right: 0;
	z-index: 2;
}

#index.simple #hero-wrapper a.dodocase.quickFlipCta {
	display: block;
	width: 960px;
	height: 390px;
	position: absolute;
	top:20px;
	right: 0;
	z-index: 2;
}

#index.simple #hero-wrapper #monogram-text {
	color: #6E6E6E;
    font-size: 13px;
    font-style: italic;
    line-height: 140%;
	width: 150px;
	position: absolute;
	bottom: -70px;
	right: 50px;
}

/* @end */

/* @group Kindle Fire */

#index.simple #fire-text {
	color: #6E6E6E;
    font-size: 13px;
    font-style: italic;
    line-height: 140%;
	width: 130px;
	position: absolute;
	bottom: -50px;
	right: 70px;
}

#index.simple #fire-dodocase-text {
	text-align: left;
	width: 110px;
	padding-top: 20px;
	float: left;
}

#index.simple #fire-dodocase {
	background: url(kindle-fire-dodocase.png) no-repeat 0 0;
	display: block; 
	width: 302px;
	height: 299px;
	float:right;
}

#index.simple a.btn.fire {
	width:115px;
}

#index.simple #praise .right .new {
	background: url(new-kindle-fire.png?rfd) no-repeat 0 0;
	width: 118px;
	height: 47px;
	position: absolute;
	top: -10px;
	right: 12px;
}

/* @end */

/* @group Kindle Fire Landing Page */

#hero.kindle-fire {
	background: url(hero-kindle-fire.png) no-repeat !important;
}

#fire-dodocase.kindle-fire {
	background: url(kindle-fire-dodocase-landing-page.png) no-repeat 0 0 !important;
}

/* @end */

/* @group Collection  */

#collection-summary {
	margin-bottom: 30px;
}

#collection-summary.curated {
	margin-bottom: 60px;
}

#collection-summary h2 {
	text-align: center;
	margin-bottom: 0;
}

#collection-summary p {
	text-align: center;
}

ul.layout.products li.right .upper.short{
	height: 170px;
}

ul.layout.products li.right .upper.short.collection{
	height: 190px;
}

ul.layout.products li.right .upper.tall {
	height: 360px;
}

ul.layout.products li.right .upper.tall.collection {
	height: 380px;
}

.products-list li {
	float: left;
	margin-right: 36px;
	height: 220px;
}
.products-list li.last {
	margin-right: 0;
}

.products-list .product-image {
	border: 1px solid #d2d2d2;
	width: 160px;
	margin-bottom: 10px;
	position: relative;
}

.products-list .product-image .tag {
	width: 64px;
	height: 119px;
	position: absolute;
	top: -4px;
	right: 0;
}

.products-list .product-image .tag.best-seller {
	background: url(label-best-seller.png) no-repeat;
}

.products-list .product-image .tag.made-in-sf{
	background: url(label-made-in-sf.png) no-repeat;
}

.products-list .product-image .tag.new{
	background: url(label-new.png) no-repeat;
}

.products-list .product-image .tag.staff-pick {
	background: url(label-staff-pick.png) no-repeat;
}

.products-list.grid li p {
	margin-bottom: 0;
}

.products-list p.product-info {
	margin-bottom: 10px;
	width: 160px;
	color: #919295;
}

.products-list p.product-info a {
	color: #231f20;
}

.products-list p.product-info a:hover {
	color: #ce202d;
}

.products-list.grid  {
	margin-bottom: 30px;
}

.products-list.grid li {
	margin: 0;
	padding: 15px;
	height: 190px;
}

.products-list.grid li.favorite {
	background: transparent url(bg-favorites.png) repeat;
}

#dodo-favorites {
	background: transparent url(bg-favorites.png) repeat;
	width: 576px;
	padding-top: 16px;
	position: relative;
}

#dodo-favorites h3 {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0;
}

#dodo-favorites #dodo {
	width:  67px;
	height: 78px;
	background: url(dodo.png) no-repeat;
	position: absolute;
	top: -36px;
	right: 14px;
}

#paging {
	font-size: 13px;
	text-align: center;
	margin-bottom: 40px;
}

#paging .current {
	color: #ce202d;
}

#paging a {
	color: #231f20;
}

#paging .prev {
	margin-right: 10px;
}

#paging .next {
	margin-left: 10px;
}

/* @end */

/* @group Product */

h3.product, h3.price {
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
}

h3.price.color-picker, h3.price.variants-select {
	margin-bottom: 10px;
}

#product-description h2  {
	font-family: Memphis-ExtLig;
	font-size: 42px !important;
	font-weight: normal;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#product-description h3  {
	font-size: 18px;
}

#product-description h4, #product-description h5, #product-description h6  {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

#product-description p, #product-description ul, #product-description ol {
	font-size: 13px;
	margin-bottom: 20px;
}

#product-description ol li {
	margin-bottom: 5px;
	margin-left: 30px;
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 140%;
}

#product-description ul li {
	margin-bottom: 5px;
	margin-left: 30px;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 140%;
}

#color-picker {
	border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
	display: block;
	padding: 10px 0;
}

#color-picker p {
	font-style: italic;
	margin-bottom: 10px;
	font-size: 12px;
}

#color-picker ul {
	width:  360px;
	display: block;
}

#color-picker ul li {
	float: left;
	width: 50px;
	display: block;
	text-align: center;
	padding: 2px;
}

#color-picker a {
	color: #231f20;
	font-size: 13px;
}

#color-picker a:hover {
	text-decoration: none;
}

#color-picker a.color {
	display: block;
	cursor: pointer;
}

#color-picker a.color.tooltip span {
	background: transparent url(fader.png) repeat;
	display:none;
	padding:10px;
	position:absolute;
	z-index:1000;
}

ul.layout.color-picker li.right .upper {
	height: 320px;
}

ul.layout.color-picker li.right .lower p {
	padding-bottom: 10px;
}

ul.layout.color-picker li.right .lower input{
	float: left;
}

#product-options {
	display: block;
}

#product-variants {
    padding: 15px 0 15px 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}


#monogram_form #product-variants {
    padding: 15px 0 15px 0;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}


#product-variants label {
	font-size: 13px;
	font-style: italic;
	margin-bottom: 5px;
	display: block;
}

#product-variants select {
	width: 250px;
	margin-bottom: 20px;
}

#dodo-quote {
	margin-top: 30px;
	padding-right: 70px;
	height: 70px;
	background: url(dodo.png) no-repeat right center;
}

#dodo-quote p {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 10px;
}

a.certificate {
	font-size: 12px;
	float: right;
	padding-top: 10px;
}
#main-image.video {
	padding-top: 20px;
}


#gallery-wrapper {
	width: 650px;
	margin: -10px 0 20px;
}

#gallery-wrapper.monogram {
    width: 650px;
	margin: -30px 0 20px;
}

body#page-product.monogram #container #main ul#gallery-wrapper {
    width: 650px;
    margin: -30px 0 20px !important;
}

#gallery-wrapper li.left {
	width:  450px;
	float: left;
} 

#gallery-wrapper li.right {
	width:  150px;
	float: right;
} 

#gallery-wrapper li #product-gallery {
	float: left;
	display: inline-block;
}

#gallery-wrapper li #product-gallery li {
	float: left;
	margin: 0 10px 0 0;
	width: 100px;
}

#gallery-wrapper li .social span {
	display: block;
	width: 200px;
	margin-bottom: 10px;
}

/* jCarousel */

.jcarousel-skin-dodocase .jcarousel-container {
    
}

.jcarousel-skin-dodocase .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-dodocase .jcarousel-container-horizontal {
    width: 430px;
    padding: 0 30px;
}


.jcarousel-skin-dodocase .jcarousel-clip-horizontal {
    width:  430px;
    height: 65px;
}

.jcarousel-skin-dodocase .jcarousel-item {
    width: 75px;
    height: 75px;
}

.jcarousel-skin-dodocase .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-dodocase .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}


.jcarousel-skin-dodocase .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-dodocase .jcarousel-next-horizontal {
    position: absolute;
    top: 20px;
    right: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-dodocase .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-dodocase .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-dodocase .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-dodocase .jcarousel-next-disabled-horizontal,
.jcarousel-skin-dodocase .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-dodocase .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-dodocase .jcarousel-prev-horizontal {
    position: absolute;
    top: 20px;
    left: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-dodocase .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-dodocase .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-dodocase .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-dodocase .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-dodocase .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-dodocase .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.switches .active {
  font-weight: bold;
}
.slides div {
  display: none;	
  /*height: 373px;*/
}
.slides .active {
  display: block;
}
.switches img {
	/*cursor: pointer;*/
}

/* @group Index carousel */

.jcarousel-skin-index .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-index .jcarousel-container-horizontal {
    width: 960px;
    padding: 0;
}


.jcarousel-skin-index .jcarousel-clip-horizontal {
    width:  960px;
    height: 623px;
}

.jcarousel-skin-index .jcarousel-item {
    width: 960px;
    height:600px;
}

.jcarousel-skin-index .jcarousel-item-horizontal {
	margin: 0;
}

.jcarousel-skin-index .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin: 0;
}


.jcarousel-skin-index .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-index .jcarousel-next-horizontal {
    position: absolute;
	background: none;
    top: 492px;
    right: 0;
    width: 100px;
    height:100px;
    cursor: pointer;
}

.jcarousel-skin-index .jcarousel-next-disabled-horizontal,
.jcarousel-skin-index .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-index .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-index .jcarousel-prev-horizontal {
    display: none;
}

.jcarousel-skin-index .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    display: none;
}

/* @end */

/* monogramming */

.upper.monogram {
	height: 270px !important;
}

.upper.monogram.short {
	height: auto !important;
}

.upper.monogram h3  {
	margin-top: -5px;
}

.upper.monogram.short h3  {
 	line-height: 140%;
}

.upper.monogram  #color-picker p {
    margin-bottom: 5px;
}

#add-monogram {
	font-size: 12px;
	padding: 10px 0;
}

.sbmt {
    float: left;
    width: 148px;
    display: block;
    margin-top: 4px;
}

#submit_button_area {
    font-size: 11px;
    }

#submit_button_area .total {
   font-size: 11px; 
   float: left;
    display: block;
    width: 200px;
    margin: 0 0 3px 10px;
}

.customization_breakdown {
    font-size: 11px;
	padding: 6px 0;
    float: left;
    display: block;
    width: 200px;
    margin: 0px 0 0px 10px;
}

.camera_hole_price {
    margin-left: 10px; 
    margin-bottom: 4px;
    float: left;
    display: block;
    width: 200px;
}

#add-monogram .left {
	width: 100%;
	float:left;
	font-style: italic;
}

#add-monogram .right {
	width: 90px;
	float:right;
    margin-top: 15px;
}

#add-monogram .right a.certificate {
    padding-top: 5px;
}

#monogram_form {
	background: #fafafa url(texture-parchment.jpg) repeat-x fixed;
	padding: 10px;
	width: 916px;
}

#monogram_form .border {
	border: 1px solid #919195; 
	padding: 20px;
	width: 874px;
}

#monogram_form .border .left {
	float:left;
	width:421px;
	background: url(loader.gif) no-repeat 145px 180px;
}

#monogram_form .border .left .image {
	display:block;
	width: 421px;
	height: 510px;
    margin-top: 48px;
}

#monogram_form .border .left .image {
	background: url(mono-blank.png?123) no-repeat;
}

#monogram_form .error {
    background: url(notification.png) no-repeat 0 0;
	padding: 50px 5px 10px 90px;
	margin: 7px 0 20px 31px;
	font-size: 11px;
    display: none;
    width: 304px;
    min-height: 21px;
 
}

#monogram_form .border .right {
	float:right;
	width: 431px;
	text-align:left;
	font: 13px Georgia, "Times New Roman", Times, serif;
	position: relative;
}

#monogram_form .border .right .mono-number-1 {
    background: url(mono-number-1.png?123) no-repeat 0 0;
    width: 165px;
    height: 80px;
    display: block;
    position: absolute;
    top: 35px;
    left: -68px;
}

#monogram_form .border .right .mono-number-2 {
    background: url(mono-number-2.png?123) no-repeat 0 0;
    width: 178px;
    height: 63px;
    display: block;
    position: absolute;
    top: 205px;
    left: -127px;
}

#monogram_form .border .right .mono-number-3 {
    background: url(mono-number-3.png?rfd) no-repeat 0 0;
    width: 165px;
    height: 190px;
    display: block;
    position: absolute;
    top: 358px;
    left: -137px;
}

#monogram_form .border .right .close-button {
	display:block;
	position: absolute;
	top: -10px;
	right: -10px;
	background: url(btn-close.png) no-repeat;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

#monogram_form .border .right h2 {
	margin-bottom: 10px;
}

#monogram_form .border .right .monogram_text {
	background: url(bg-input.png) no-repeat;
	border: 1px solid #919195;
	padding: 3px;
	width: 70px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#monogram_form .border .right .letters {
	padding: 10px 0;
}

#monogram_form .border .right .colors {
	padding: 10px 0;
    position: relative;
    float: left;
    display: block;
	margin: 20px 0 0 30px ;
}

#monogram_form .border .right .colors .label-inputs {
    width: 150px;
    position: absolute;
    top: 14px;
    right: 125px;   
}

#monogram_form .border .right .colors radio {
	margin-right:5px;
}

#monogram_form .border .right .letters label, #monogram_form .border .right .colors label{
	display: block;
	padding: 5px;
	font-style: italic;
    color: #211d1f;
    font-size: 13px;
    float: left;
    width: 40%;
}

#monogram_form .border .right .letters .chars {
    float: right;
    width: 40%;
    text-align: right;
    padding: 5px 0;
    color: #848484;
    font-style: italic;
}

#monogram_form .border .right .colors label {
    background: #dddddd;
    width: 391px;
    font-weight: bold;
    margin-bottom: 13px;
}

#monogram_form .border .right .label-inputs {
    width: 150px;
    position: absolute;
    top: 450px;
    right: 125px;
}

#monogram_form .border .right .label-inputs input {
    margin-left: 20px;    
}

#monogram_form .border .right .actions {
	padding-top: 10px;
    display: block;
    width: 270px;
    float: left;
    margin-left: 31px;
}

#monogram_form .border .right .price {
    font-family: georgia, serif;
    font-style: italic;
    font-size: 24px;
    color: #231f20;
    float: right;
    margin-top: 10px;
}

#monogram_form .border .right .spine-section {
    border-bottom: 1px solid #919195;
    padding-bottom: 15px;
    position: relative;
    margin: 20px 0 0 0;
    width: 400px;
    float: right;
}

#monogram_form .border .right .spine-section.first {
	margin: 0;
	padding-top: 20px;
	border-top: 1px solid #919195;
}

#monogram_form .border .right .spine-section h3 {
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 10px;
}

#monogram_form .border .right .spine-section .border-section {
    border-bottom: 1px solid #d2d2d2;    
    padding-bottom: 5px;
    margin-bottom: 5px;
    float: left;
    display: block;
    width: 100%;
	font-size: 12px;
}

#monogram_form .border .right .spine-section .border-section span {
	font-size: 11px;
}

#monogram_form .border .right .spine-section .spine_mono_size,
#monogram_form .border .right .spine-section .center_mono_size,
#monogram_form .border .right .spine-section .front_mono_size {
    text-align: right;
    margin-top: -15px;
}

#monogram_form .border .right .spine-section .spine_clear,
#monogram_form .border .right .spine-section .center_clear,
#monogram_form .border .right .spine-section .front_clear {
    color: #b3211b;
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 22px;
    font-style: italic;
    cursor: pointer;
}

#monogram_form .border .right .spine-section .spine_clear {
    top:0;
}

#monogram_form .border .right .spine-section.first .spine_clear {
    top:20px;
}

#monogram_form .border .right .spine-section .center_clear,
#monogram_form .border .right .spine-section .front_clear {
    top: 0;    
}

#monogram_form input[type="text"] {
    background: url(monogram-txt-input.jpg) no-repeat 0 0;
    width: 390px;
    padding: 0 5px;
    height: 25px;
    border: 0 none;
}

#spine_live_preview {
    position: absolute;
    top: 100px;
    left: 50px;
    width:300px !important;
    text-align: left;
	font-size: 16px;
	letter-spacing: 1px;
	margin-left: 8px;
}

#spine_live_preview.large {
	top: 93px;
}

#spine_live_preview.gold,
#center_live_preview.gold,
#front_live_preview.gold {
    color: #f2cc47;
}

#spine_live_preview.gold.large,
#spine_live_preview.black.large,
#center_live_preview.gold.large, 
#center_live_preview.black.large,
#front_live_preview.gold.large,
#front_live_preview.black.large {
    text-transform: uppercase; 
	font-size: 27px;
}

#spine_live_preview.black,
#center_live_preview.black,
#front_live_preview.black {
    color: #000;
}

.camera-brdr {
    border-top: 1px solid #d2d2d2; 
    border-bottom: 1px solid #d2d2d2;
    padding: 5px 0;
    margin-top: 5px;
}

.personalisation-brdr {
    border-bottom: 1px solid #d2d2d2;
    padding: 5px 0;
}

#center_live_preview {
    position: absolute;
    top: 280px;
    left: 86px;
    font-size: 16px;
	letter-spacing: 1px;
    width:280px !important;
    text-align: center;
    word-wrap: break-word;
}

#front_live_preview {
    position: absolute;
    top: 535px;
    left: 206px;
    font-size: 16px;
    width: 125px !important;
    word-wrap: break-word;
    text-align: right;
	letter-spacing: 1px;
}
 
#front_live_preview.large {
	top: 530px;
}

#monogram_form .border .right .actions .button {
	display:block;
	float: left;
	background:url(btn-personalize.png) no-repeat;
	width: 180px;
	height: 27px;
	cursor: pointer;
}



#monogram_form .border .right .actions .cancel {
	display:block;
	float: left;
	cursor: pointer;
	font-size: 12px;
	font-style: italic;
	color: #CE202D;
	margin: 5px 0 0 10px;
}
.monogram_legend em {
	font-weight:bold;
	color: #ce202d;
}

#monogram_form input[disabled='disabled'] {
	background:url(monogram-txt-input-disabled.jpg?123) no-repeat;
}

span.monogram_edit a {
	cursor: pointer;
}

div.left.monogram span.image {
	margin-top: -10px !important;
	background: url("mono-blank.png?123") no-repeat scroll 0 -80px transparent !important;
	height: 435px !important; 
}
div#front_live_preview.monogram {
	top: 400px !important;
}
#monogram_form .border .right .mono-number-0 {
    background: url(mono-number-0.png?rfd123) no-repeat 0 0;
    width: 148px;
    height: 335px;
    display: block;
    position: absolute;
    top: 70px;
    left: -130px;
}

#gallery-wrapper.monogram.kindle {
    margin: -10px 0 20px;
}

/* @end */

/* @group Page */

#page h2  {
	font-size: 22px;
}

#page h3  {
	font-size: 18px;
}

#page h4, #page h5, #page h6  {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

#page p, #page ul, #page ol {
	font-size: 13px;
	margin-bottom: 20px;
}

#page ol li {
	margin-bottom: 5px;
	margin-left: 30px;
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 140%;
}

#page ul li {
	margin-bottom: 5px;
	margin-left: 30px;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 140%;
}

.social-proof {
	color: #919295;
	font-style: italic;
	font-size: 13px;
}

ul.layout.about li.right .upper {
	height: 330px;
}

/* @end */

/* @group 404 Error */

#error-dodo {
	background: url(404.png) no-repeat;
	width: 342px;
	height: 432px;
	margin-left: 80px;
}

.dodo-header.a-peculiar-bird.error { 
	font-size: 42px !important;
	margin-top: 80px;
}

/* @end */

/* @group Cart */

#notification {
	width: 962px;
	height:33px;
	padding-top: 50px;
	text-align: center;
	font-size: 13px;
	background: url(notification.png) no-repeat;
	margin: -40px 0 30px;
}

h2.dodo-header.cart {
	margin-left: 600px;
}

#charity select {
	float: right;
	margin: 0 63px 10px 0;
}

table#cart {
	border-top: 1px solid #919195;
	width: 960px;
}

table#cart th {
	font-size: 13px;
	text-align: left;
	padding: 15px 0px;
}

table#cart td {
	font-size: 13px;
	text-align: left;
	padding: 20px 0px 0;
	vertical-align: top;
}

table th {
	border-bottom: 1px solid #d2d2d2;
}

table th.description {
	width: 600px;
}

table th.price, table th.quantity, table th.delete, table th.total {
	width: 90px;
}

table td.product-image {
	width: 120px;
}

table td.product-image img {
	border: 1px solid #d2d2d2;
}

table td.product-info {
	width: 480px;
}

table td h3 {
	margin-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

table td p {
	padding-left: 20px;
	padding-right: 20px;
}

table td input.field {
	font: 13px Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	border: 1px solid #919295;
	width:20px;
	text-align: center;
	background: url(bg-input.png) no-repeat;
}

h2.total {
	font-size: 22px;
	margin: 20px 0;
	border-top: 1px solid #919195;
	border-bottom: 1px solid #d2d2d2;
	padding: 10px 0 10px 760px;
}

#checkout {
	width: 360px;
	margin-left: 540px;
	display: block;
	text-align: right;
	padding-bottom: 40px;
}

#checkout #buttons {
	float: left;
	display: block;
	width: 360px;
	margin: 0 0 20px;
}

#checkout #additional-buttons {
	float: left;
	display: block;
	width: 360px;
	margin: 0 0 10px;
}

#checkout #buttons .update {
	padding-top: 10px;
}

#checkout #buttons input.checkout {
	margin: 0 0 0 15px;
}

#checkout p.continue {
	display: block;
}

p.empty-cart {
	padding-left: 600px;
	padding-bottom: 60px;
	display: block;
}

#cart-general-error{
	font-size: 13px;
	line-height: 140%;
	text-align: right;
	padding: 0 65px 20px 0;
}

.bundle-not-available {
	font-size: 13px;
	line-height: 140%;
	text-align: right;
	padding: 0 65px 40px 0;
}

.to-many-bundles {
	clear:  both;
	font-size: 13px;
	line-height: 140%;
	text-align: right;
	padding: 10px 65px 10px 0;
}

p.shipping-time-note {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-right: 65px;
}

/* @end */

/* @group Footer */

ul#quicklinks {
	width: 960px;
	margin: 0 10px 90px;
	font-size: 13px;
	padding-top: 40px;
	border-top: solid 1px #919195;
}

ul#quicklinks li {
	float: left;
	margin-right: 10px;
}

ul#quicklinks .logo.dodocase { 
	display: block;
	width: 49px; 
	height: 49px;
	background: url(logo-dodocase.png) no-repeat 0 0;
	margin: 0 60px 0 40px;
} 


ul#quicklinks li.menu {
	width: 110px;
}

ul#quicklinks li.menu.wide {
	width: 135px;
}

ul#quicklinks li.menu a {
	display: block;
	color: #231f20;
	font-size: 13px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

ul#quicklinks li.menu a:hover {
	color: #ce202d;
	text-decoration: none;
	background: url(pencil-line.png) no-repeat 0 bottom;
}

ul#quicklinks li.blog {
	width: 360px;
	float: right;
	margin-right: 0;
}

ul#quicklinks li.blog h3 {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
}

ul#quicklinks li.blog h4 {
	font-size: 13px;
	margin-bottom: 0;
}

ul#quicklinks li.blog a {
	color: #231f20;
	font-style: italic;
	font-weight: normal;
}

ul#quicklinks li.blog a:hover {
	color: #ce202d;
}

#rss {
	font-size: 13px;
	line-height: 140%;
}

#rss ul li{
	display: block;
	width: 350px;
}

#footer {
	width: 980px;
	height: 35px;
	background: url(footer.png) no-repeat;
	color: #fff;
	font-size: 11px;
	padding: 25px 0 0 40px;
}

#footer a {
	color: #fff;
	font-style: normal;
}

#footer a:hover {
	color: #ce202d;
}

#footer span {
	padding: 0 10px;
}

/* @end */

/* @group iPad */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
	body {
		background: #fafafa url(texture-parchment-ipad.jpg) repeat-x fixed;
	}
}

/* @end */

/* hide JS2RSS nag */

li.f2jnag {
	display:none !important;
}

/* End Sheetsheet */