/* @override http://rmsblog:8888/resources/css/global.css */

/* @group HTML5 Reset */

/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{border:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/* @end */

/* @group Fonts */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 8, 2010 */

@font-face {
	font-family: 'TitilliumText14L800wt';
	src: url('../fonts/titilliumtext800wt-webfont.eot');
	src: local('☺'), url('../fonts/titilliumtext800wt-webfont.woff') format('woff'), url('../fonts/titilliumtext800wt-webfont.ttf') format('truetype'), url('../fonts/titilliumtext800wt-webfont.svg#webfontPn46HEnE') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumText14L250wt';
	src: url('../fonts/titilliumtext250wt-webfont.eot');
	src: local('☺'), url('../fonts/titilliumtext250wt-webfont.woff') format('woff'), url('../fonts/titilliumtext250wt-webfont.ttf') format('truetype'), url('../fonts/titilliumtext250wt-webfont.svg#webfontUe2cAUHx') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 6, 2010 */

@font-face {
	font-family: 'Museo700';
	src: url('../fonts/museo700-regular-webfont.eot');
	src: local('☺'), url('../fonts/museo700-regular-webfont.woff') format('woff'), url('../fonts/museo700-regular-webfont.ttf') format('truetype'), url('../fonts/museo700-regular-webfont.svg#webfontxCRacETC') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo500';
	src: url('../fonts/museo500-regular-webfont.eot');
	src: local('☺'), url('../fonts/museo500-regular-webfont.woff') format('woff'), url('../fonts/museo500-regular-webfont.ttf') format('truetype'), url('../fonts/museo500-regular-webfont.svg#webfontlDcMsSh0') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Global */

/* Body ---------------------------------------------------- */
html {
	-webkit-font-smoothing: antialiased;
}

body {
	background: #4b2346 url(../images/body_bg.jpg) no-repeat center top;
	margin: 0;
	padding: 20px;
	font: 14px/25px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #424242;
}

#wrapper {
	max-width: 730px;
	min-width: 550px;
	margin: 0 auto;
	position: relative;
}

.hidden {
	opacity: 0;
}

/* @end */

/* @group Header */

header#banner {
	display: block;
	max-width: 730px;
	font-size: 14px;
	margin: 30px auto 50px;
}

header#banner h1,
header#banner h1 a:link, header#banner h1 a:visited {
	font-weight: normal;
	color: #fff;
	font: 30px "TitilliumText14L800wt";
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	display: inline;
	float: left;
	position: relative;
	text-decoration: none;
	margin-bottom: 15px;
	
}

header#banner h1 a:hover {
	text-decoration: none;
	color: #d5c6de;
}

header#banner h1 em {
	font-family: "TitilliumText14L250wt";
	font-style: normal;
}

/* @group Nav */

header nav {
	height: 46px;
	clear: both;
	overflow: hidden;
	
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
	-moz-border-radius: 4px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
	border-radius: 4px;
	background: url(../images/nav_bar_bg.jpg) left bottom;
	width: 100%;
	-webkit-background-size: 100% 200%;
}

header nav ul {
	padding: 0;
	margin: 0;
}
 
header nav ul li {
	width: 33.3%;
	display: block;
	float: left;
	height: 46px;
	position: relative;
	text-align: center;
}

header nav ul li a:link,
header nav ul li a:visited {
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	z-index: 1;
	position: relative;
	text-decoration: none;
	text-align: center;
	font: 16px "Museo700";
	padding-top: 16px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-webkit-transition: none;
}

header nav ul li.news a {
	color: #555;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

header nav ul li a:hover {
	background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(0,0,0,0.2)), to(rgba(0,0,0,0)));
}

header nav ul li a:active {
	margin-top: 1px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

header nav ul li.news a:active {
	margin-top: 1px;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
}

/* @end */

/* @group Search */

header#banner form#search {
	float: right;
	margin: 0;
	padding: 0;
}

header#banner form#search p {
	margin: 0;
}

header#banner form#search input {
	border: 0;
	padding: 1px 10px 1px 25px;
	background-image: url(../images/header_input_mag_glass.png);
	background-color: #331b30;
	background-repeat: no-repeat;
	background-position: 6px 7px;
	background: url(../images/header_input_mag_glass.png) no-repeat 6px 7px, url(../images/header_filter_input_bg.png) repeat-x;
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	width: 130px;
	border-radius: 100px;
	height: 25px;
	line-height: normal;
	
	-webkit-border-radius: 13px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.05);
	-webkit-transition: 0.2s;
	
	-moz-border-radius: 100px;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.05);
	box-shadow: 0 1px 0 rgba(255,255,255,0.05);
	border-radius: 13px;
}

header#banner form#search input:focus {
	outline: none;
	-webkit-box-shadow:
		0 1px 0 rgba(255,255,255,0.05),
		0 0 15px rgba(218,141,227,0.4);
	-moz-box-shadow:
		0 1px 0 rgba(255,255,255,0.05),
		0 0 15px rgba(218,141,227,0.4);
	box-shadow:
		0 1px 0 rgba(255,255,255,0.05),
		0 0 15px rgba(218,141,227,0.4);
	box-shadow:
		0 1px 0 rgba(255,255,255,0.05),
		0 0 15px rgba(218,141,227,0.4);
}

/* @end */

/* @group Newsletter */

#newsletter-wrapper {
	-webkit-perspective: 800px;
	-webkit-transform-style: preserve-3d;
	display: none;
	z-index: 2;
	position: absolute;
	top: 120px;
	left: 50%;
}

#newsletter-wrapper.show {
	display: block;
}

#newsletter {
	position: absolute;
	top: -10px;
	width: 323px;
	height: 219px;
	opacity: 0;
	left: 50%;
	margin-left: -162px;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transform-style: preserve-3d;
	-webkit-box-shadow:
		1px 0 0 rgba(0,0,0,0.15),
		-1px 0 0 rgba(0,0,0,0.15),
		0 1px 0 rgba(0,0,0,0.1),
		0 -1px 0 rgba(0,0,0,0.15),
		0 0 30px rgba(0,0,0,0.5)
	;
	-webkit-border-radius: 5px;
	-moz-box-shadow:
		1px 0 0 rgba(0,0,0,0.15),
		-1px 0 0 rgba(0,0,0,0.15),
		0 1px 0 rgba(0,0,0,0.1),
		0 -1px 0 rgba(0,0,0,0.15),
		0 0 30px rgba(0,0,0,0.5);
	-moz-border-radius: 5px;
	box-shadow:
		1px 0 0 rgba(0,0,0,0.15),
		-1px 0 0 rgba(0,0,0,0.15),
		0 1px 0 rgba(0,0,0,0.1),
		0 -1px 0 rgba(0,0,0,0.15),
		0 0 30px rgba(0,0,0,0.5);
	border-radius: 5px;
}

.transitions #newsletter.show {
	opacity: 1;
	top: 10px;
}

.backfaceVisibility #newsletter.sent {
	-webkit-transform: rotateY(-180deg);
}

/* @group Shared */

#newsletter form,
#newsletter section.back {
	position: absolute;
	left: 0;
	top: 0;
	width: 283px;
	height: 179px;
	background: url(../images/newsletter_signup_bg.jpg) left top no-repeat;
	padding: 20px;
	-webkit-backface-visibility: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#newsletter button,
#newsletter .button {
	margin: 0;
	border: none;
	width: 74px;
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	color: rgb(21,72,147);
	text-align: center;
	background: url(../images/newsletter_send_button.png) no-repeat left top;
	height: 28px;
	padding: 5px 10px 9px;
	float: right;
}

button:hover,
.button:hover,
#newsletter form .close:hover {
	cursor: pointer;
}

#newsletter button:active,
#newsletter .button:active {
	background-position: -74px top;
	color: #062452;
	text-shadow: rgba(255,255,255,0.1) 0 1px 0;
}



/* @end */

/* @group Front */

#newsletter form {
	position: relative;
	z-index: 2;
	text-align: left;
}

#newsletter form ul {
	opacity: 1;
}

#newsletter form legend,
#newsletter h1 {
	display: block;
	width: 100%;
	font: normal 23px "Museo700";
	text-shadow: 0 1px 0 #fff;
	color: #5e5e5e;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 0;
	margin: 0;
}

form label {
	display: none;
}

#newsletter form input {
	border: 1px solid #e8eded;
	padding: 5px;
	height: 20px;
	margin-bottom: 10px;
	color: #8f9090;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: 0.2s;
	font-size: 13px;
	font-variant: normal;
	background-position: -20px center;
	width: 272px;
}

#newsletter form input[name="email"] {
	margin-bottom: 20px;
}

#newsletter form input.invalid {
	background-image: url(../images/newsletter_signup_input_error.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 25px;
}

#newsletter p {
	color: #929292;
	text-shadow: 0 1px 0 #fff;
	font: 13px/17px "Museo500";
	width: 264px;
	margin-bottom: 15px;
}

#newsletter p.error {
	background: none;
	padding: 0;
	color: #805286;
	margin: 0;
	font-weight: bold;
}

#newsletter form .close {
	width: 36px;
	height: 36px;
	position: absolute;
	left: -15px;
	top: -13px;
	background: url(../images/newsletter_signup_close.png);
	text-indent: -999em;
	-webkit-backface-visibility: hidden;
}

#newsletter .success {
	padding: 0;
	margin-bottom: 0;
	border: none;
	background-color: transparent;
	text-align: center;
	margin-top: 55px;
}

#newsletter .success p {
	margin: 0;
}

/* @end */

/* @group Back */

#newsletter section.back {
	padding: 45px 20px 20px;
	text-align: center;
	opacity: 0;
	position: absolute;
	z-index: 1;
}

.backfaceVisibility section.back {
	-webkit-backface-visibility: hidden;
	-webkit-transform: rotateY(-180deg);
}

.backfaceVisibility #newsletter section.back {
	opacity: 1;
}

#newsletter section.back .button {
	float: none;
	margin: 0 auto;
	height: 16px;
	padding: 2px 10px 9px;
	width: 54px;
}

/* @end */

/* @end */

/* @end */

/* @group Content */

#content {
	position: relative;
}

/* @group Entries */

/* @group Twitter */


#tweet-box {
	position: relative;
	display: block;
	display: block;
	background: url(../images/tweet_box_bg.png) no-repeat;
	height: 17px;
	margin-bottom: 60px;
	width: 322px;
	overflow: hidden;
	padding: 23px 0 20px 20px;
	float: right;
	margin-top: -30px;
	margin-right: -3px;
}

#tweet-box h3 {
	color: #fff;
	text-shadow: rgba(0,0,0,0.2) 0 1px 0;
	font-size: 16px;
	margin-bottom: 0px;
	float: left;
	padding-right: 49px;
	margin-top: 1px;
	font: 16px "Museo700";
}

#tweet-box a {
}

/* @end */

/* @group Header */

article header {
	margin-bottom: 25px;
}

article header h1 {
	padding-right: 50px;
}

article header h1, 
article header h1 a:link, 
article header h1 a:visited {
	font-size: 45px;
	line-height: 50px; 
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}

article header h1 a:hover {
	color: #805286;
}

time {
	display: inline;
}

address {
	display: inline;
	font-style: normal;
}

address em {
	font-style: normal;
}



/* @end */

/* @group Posts */

/* @group Global */

.entry {
	position: relative;
	display: block;
	width: 730px;
	padding-bottom: 15px;
	background: url(../images/paper_bottom_shadow.png) no-repeat left bottom;
	margin: 0 auto 50px;
}

.avatar {
	text-indent: -9999px;
	width: 105px;
	height: 106px;
	position: absolute;
	right: 0;
	top: 0;
}

.avatar a:link, .avatar a:visited {
	display: block;
	position: absolute;
	width: 105px;
	height: 106px;
	background: url(../images/avatar_dan.png) no-repeat;
	top: -5px;
	left: 18px;
}

.avatar.Dan a:link, .avatar.Dan a:visited {
	background: url(../images/avatar_dan.png) no-repeat;
}

.avatar.Ben a:link, .avatar.Ben a:visited {
	background: url(../images/avatar_ben.png) no-repeat;
}

.avatar.Nik a:link, .avatar.Nik a:visited {
	background: url(../images/avatar_nik.png) no-repeat;
}

.avatar .paperclip {
	width: 30px;
	height: 27px;
	background: url(../images/paperclip.png);
	position: absolute;
	top: -6px;
	right: 25px;
}

article {
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 31px 50px 20px 60px;
	background-image: url(../images/paper_lined_texture_bg.jpg);
	background-repeat: repeat;
	background-color: #fff;
	background: 
		url(../images/paper_vertical_lines.png) repeat-y 25px top,
		url(../images/paper_bottom_grad.png) repeat-x left bottom,
		#fff url(../images/paper_lined_texture_bg.jpg) repeat;
}

/* @end */

/* @group iPhone App Spotlight */

.iapps article {
	padding: 0;
	background: white;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
	-webkit-border-radius: 10px 10px 5px 5px;
	-moz-border-radius: 10px 10px 5px 5px;
	border-radius: 10px 10px 5px 5px;
}

.iapps header {
	background: url(../images/app_game_header_bg.jpg);
	height: 370px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:
		inset 1px 0 0 rgba(255,255,255,0.1),
		inset -1px 0 0 rgba(255,255,255,0.1);
	-moz-box-shadow:
		inset 1px 0 0 rgba(255,255,255,0.1),
		inset -1px 0 0 rgba(255,255,255,0.1);
	box-shadow:
		inset 1px 0 0 rgba(255,255,255,0.1),
		inset -1px 0 0 rgba(255,255,255,0.1);
}

.iapps header h1 a:link,
.iapps header h1 a:visited {
	width: 330px;
	text-indent: -999em;
	opacity: 0.5;
	position: absolute;
	top: 66px;
	left: 173px;
	height: 75px;
}

.iapps header address, .iapps header time {
	display: none;
}

.iapps article header .avatar {
	left: 50%;
	top: 185px;
	margin-left: -83px;
}

.iapps article header .avatar .paperclip {
	display: none;
}

.iapps article header .avatar a:link,
.iapps article header .avatar a:visited {
	height: 126px;
	width: 127px;
	background: url(../images/app_avatar_large_nik.png);
}

.iapps article .post p:first-child {
	padding: 0px 20px 10px;
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
}

.iapps article .post ul li {
	width: 50%;
	display: block;
	float: left;
	position: relative;
	padding: 20px 15px 20px 100px;
	margin: 0;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.iapps article .post ul li:nth-child(odd) {
	margin-right: 0;
	clear: left;
}

.iapps article .post ul li:first-child,
.iapps article .post ul li:nth-child(2),
.iapps article .post ul li:nth-child(5),
.iapps article .post ul li:nth-child(6) {
	background: #eef9fe;

}

.iapps article .post ul li p {
	margin: 0;
}

.iapps article .post ul li .icons {
	position: absolute;
	left: 15px;
	top: 15px;
}

.iapps article .post ul li .icons img {
	width: 63px;
	height: 63px;
}

.iapps article .post ul li .icons span {
	width: 32px;
	height: 32px;
	display: block;
	background: url(../images/app_avatar_dan.png);
	position: absolute;
	right: -10px;
	bottom: 0;
}

.iapps article .post ul li.dan span {
	background: url(../images/app_avatar_dan.png);
}

.iapps article .post ul li.ben span {
	background: url(../images/app_avatar_ben.png);
}
.iapps article .post ul li.nik span {
	background: url(../images/app_avatar_nik.png);
}
.iapps article .post ul li.aron span {
	background: url(../images/app_avatar_aron.png);
}
.iapps article .post ul li.danny span {
	background: url(../images/app_avatar_danny.png);
}
.iapps article .post ul li.luke span {
	background: url(../images/app_avatar_luke.png);
}
.iapps article .post ul li.chris span {
	background: url(../images/app_avatar_chris.png);
}
.iapps article .post ul li.team span {
	background: url(../images/app_avatar_team.png);
}

.iapps article .post h4 {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 10px;
	opacity: 0.5;
}

.iapps article .post h4 a {
	display: inline;
	margin: 0;
}

.iapps article .post p {
	font-size: 13px;
	line-height: 18px;
}

.iapps article .post a {
	color: #1e9eb9;
	text-decoration: none;
	display: block;
	margin-top: 10px;
}

.iapps .foot-note {
	clear: both;
	padding: 20px;
}

.iapps .foot-note p {
	margin: 0;
}

/* @end */

/* @group images */

.news .post img {
	width: 553px;
	height: 285px;
	background: url(../images/image_bg.png) no-repeat left bottom;
	padding: 10px 20px 30px;
	margin-left: 15px;
	margin-bottom: -8px;
	position: relative;
}

.news .post p {
	position: relative;
}
.news .post .img_overlay {
	width: 553px;
	height: 285px;
	background: url(../images/image_overlay.png);
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 35px;
}

/* @end */

/* @group Design */

.design article {
	padding: 10px 0 20px 2px;
	background: #fff url(../images/design_grid.png) repeat -4px top;
	color: #929292;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.design article header {
	height: 39px;
	background: #efefef;
	margin: 9px 0 19px 13px;
	line-height: 19px;
	border: 1px solid #ccc;
	font-size: 14px;
	max-width: 96%;
	width: 96%;
}

.design.border-image article header {
	height: 37px;
	border-width: 11px 15px;
	-webkit-border-image: url(../images/design_border_image.png) 11 15 stretch;
	-moz-border-image: url(../images/design_border_image.png) 11 15 stretch;
	-o-border-image: url(../images/design_border_image.png) 11 15 stretch;
	border-image: url(../images/design_border_image.png) 11 15 stretch;
	margin: 0 0 1px;
	background: transparent;
}

.design header h1 em,
.design header strong,
.design p:last-child strong {
	display: block !important;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
}

.webkit .design article header h1 em,
.webkit .design article header strong,
.webkit .design article p:last-child strong {
	background: transparent url(../images/design_type_texture.png) left top; 
	-webkit-background-clip: text;
	color: transparent;
	text-shadow: none;
}


.design article header h1 {
	float: left;
	padding: 0 0 0 5px;
	border-right: 1px solid #ccc;
	margin-top: -1px;
	height: 40px;
	width: 42%;
}

.design article header h1,
.design article header h1 a:link,
.design article header h1 a:visited {
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
}

.design article header time,
.design article header address {
	display: block;
	width: 25%;
	float: left;
	padding-left: 5px;
	border-right: 1px solid #ccc;
	height: 40px;
	margin-top: -1px;
}

.design article header address {
	width: 25%;
}

.design article header .avatar {
	width: 41px;
	height: 41px;
}

.design article header .avatar a:link,
.design article header .avatar a:visited {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	border: none;
	top: 19px;
	left: -14px;
	
	-webkit-box-shadow: none;
	-webkit-border-radius: 0;
	-webkit-transform: rotate(0deg);
	
	-moz-box-shadow: none;
	-moz-border-radius: 0;
	-moz-transform: rotate(0deg);
	
	box-shadow: none;
	border-radius: 0;
}

.design article header .avatar.Dan a:link,
.design article header .avatar.Dan a:visited {
	background: url(../images/design_avatar_dan.jpg) no-repeat;
}

.design article header .avatar.Ben a:link,
.design article header .avatar.Ben a:visited {
	background: url(../images/design_avatar_ben.jpg) no-repeat;
}

.design article header .avatar .paperclip {
	display: none;
}

.design article .post img {
	border: 1px solid #ccc;
	padding: 1px;
	width: 697px;
	height: auto;
	margin-left: 13px;
	margin-bottom: 18px;
}

.design.border-image article .post img {
	border-width: 11px 15px;
	-webkit-border-image: url(../images/design_border_image.png) 11 15 stretch;
	-moz-border-image: url(../images/design_border_image.png) 11 15 stretch;
	-o-border-image: url(../images/design_border_image.png) 11 15 stretch;
	border-image: url(../images/design_border_image.png) 11 15 stretch;
	padding: 0;
	margin: 0;
	height: auto;
	max-width: 96%;
}

.design article .post p {
	margin: 0 0 -7px;
}

.design article p:last-child strong {
	line-height: 20px;
}

.design article p:last-child {
	width: 688px;
	background: #efefef;
	border: 1px solid #ccc;
	margin-left: 13px;
	height: auto;
	line-height: 20px;
	padding: 0 6px 0 5px;
}

.design.border-image article p:last-child {
	border-width: 11px 15px;
	-webkit-border-image: url(../images/design_border_image.png) 11 15 stretch;
	-moz-border-image: url(../images/design_border_image.png) 11 15 stretch;
	-o-border-image: url(../images/design_border_image.png) 11 15 stretch;
	border-image: url(../images/design_border_image.png) 11 15 stretch;
	width: 686px;
	margin-bottom: -10px;
	margin-left: 0;
	background: transparent;
	line-height: 20px;
	max-width: 94%;
	padding: 0 1% 0 1%;
}

/* @end */

/* @group Notes */

.software-release article {
	padding: 27px 50px 20px 55px;
	background-image: url(../images/note_horizontal_lines.png);
	background-repeat: repeat;
	background-color: #fffda3;
	background: 
		url(../images/note_vertical_lines.png) repeat-y 25px top,
		url(../images/note_bottom_grad.png) repeat-x left bottom,
		url(../images/note_cup_stain.png) no-repeat right bottom,
		#fffda3 url(../images/note_horizontal_lines.png) repeat;
	color: #00186d;
	font-family: "Museo500";
}

.software-release article header h1,
.software-release article header h1 a:link,
.software-release article header h1 a:visited {
	font-size: 25px;
	line-height: 25px; 
	margin: 0 0 4px;
	font-weight: normal;
	text-decoration: none;
	font-family: "Museo700";
}

.webkit .software-release article header,
.webkit .software-release article p {
}



/* @end */

/* @group photography */

.photography {
	padding: 0;
	background: none;
	background: url(../images/photo_frame.jpg) left top no-repeat;
	height: 588px;
}

/* @group Header */

.photography header {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	background: #f9f9f9 url(../images/paper_bottom_grad.png) repeat-x left bottom;
	width: 230px;
	height: 70px;
	padding-left: 70px;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.7);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}

.design article header .avatar {
	width: 41px;
	height: 41px;
}

.photography article header .avatar a:link,
.photography article header .avatar a:visited {
	display: block;
	position: absolute;
	width: 54px;
	height: 54px;
	border: none;
	top: 8px;
	
	-webkit-box-shadow: none;
	-webkit-border-radius: 0;
	-webkit-transform: rotate(0deg);
	
	-moz-box-shadow: none;
	-moz-border-radius: 0;
	-moz-transform: rotate(0deg);
	
	box-shadow: none;
	border-radius: 0;
	left: -187px;
}

.photography article header .avatar.Dan a:link,
.photography article header .avatar.Dan a:visited {
	background: url(../images/photo_avatar_dan.jpg) no-repeat;
}

.photography article header .avatar.Ben a:link,
.photography article header .avatar.Ben a:visited {
	background: url(../images/photo_avatar_ben.jpg) no-repeat;
}

.photography header .avatar .paperclip {
	display: none;
}

.photography header h1,
.photography header h1 a:link,
.photography header h1 a:visited {
	font-size: 14px;
	margin: 6px 0;
	line-height: normal;
}

.photography header address,
.photography header time {
	display: block;
	float: left;
	font-size: 13px;
	line-height: 17px;
	color: #afafaf;
}

/* @end */

/* @group Post */

.photography article {
	background: none;
	height: 500px;
	padding: 0;
	-webkit-box-shadow: 3px 3px 13px rgba(0,0,0,0.8);
	-moz-box-shadow: 3px 3px 13px rgba(0,0,0,0.8);
	box-shadow: 3px 3px 13px rgba(0,0,0,0.8);
}

.photography article .post {
	position: absolute;
	z-index: 0;
	left: 71px;
	top: 71px;
	display: block;
	width: 588px;
	height: 358px;
	overflow: hidden;
}

.photography article .img_overlay {
	width: 588px;
	height: 358px;
	background: url(../images/photo_overlay.png) left top no-repeat;
	position: absolute;
	z-index: 1;
	top: 71px;
	left: 71px;
}

.photography article .post ul {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	display: block;
	width: 1764px;
	height: 358px;
}

.transitions .photography article .post ul {
	-webkit-animation-timing-function: ease-in-out;
	-webkit-transition: 0.5s;
	-o-animation-timing-function: ease-in-out;
	-o-transition: 0.5s;
	-moz-animation-timing-function: ease-in-out;
	-moz-transition: 0.5s;
	animation-timing-function: ease-in-out;
	transition: 0.5s;
}

.photography article .post ul li {
	display: block;
	width: 588px;
	height: 358px;
	float: left;
	position: relative;
}

.photography article .post img {
	display: block;
	width: 588px;
	height: 358px;
}

/* @end */

/* @group Navigation */

.photography article nav ul {
	width: 54px;
	height: 10px;
	margin: 0 auto;
	top: 445px;
	position: relative;
}

.photography article nav ul li a {
	width: 8px;
	height: 9px;
	display: block;
	float: left;
	margin: 0 5px;
	background-image: url(../images/photo_navigation_circles.png);
	background-position: left -10px;
	-webkit-transition: none;
}

.photography article nav ul li.current a {
	background-position: left top;
}

/* @end */

/* @end */

/* @end */



/* @end */



/* @end */

/* @group 404 / Alert */

section.error, section.alert {
	font-family: "Museo700";
	height: 35px;
	padding: 23px 20px 20px;
	background: url(../images/torn_paper_bg.png);
	margin-bottom: 50px;
	text-align: center;
	position: relative;
	z-index: 2;
}
section.error {
	background: url(../images/404_bg.png);
	height: 73px;
	padding-top: 34px;
}

section.error h3, section.alert h3 {
	font-size: 18px;
	margin-bottom: 0;
}

section.error h3 {
	margin-bottom: 10px;
	font: 25px "Museo700";
}

section.error h3 em, section.alert h3 em {
	font-style: normal;
	color: #805286;
}

section.error p {
	text-align: center;
}

section.error p a:link,
section.error p a:visited {
	color: #4e4e4e;
	padding-left: 30px;
	background: url(../images/icon_back_arrow.png) no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-family: "Museo500";
}

/* @end */

/* @group Other */

/* @group Pagination */

#pagination {
	list-style-type: none;
	height: 58px;
	background: transparent url(../images/pagination_bg.png) repeat-x;
	text-align: center;
	width: 738px;
	margin-left: -4px;
	display: block;
	clear: both;
}

#pagination ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#pagination ul li {
	padding: 17px 10px 0;
}

#pagination ul li.ajax {
	padding: 0;
}

#pagination a:link, #pagination a:visited {
	font-size: 16px;
	text-decoration: none;
	color: #5e5e5e;
	font-weight: bold;
	text-shadow: 0 -2px 0 rgba(255,255,255,1);
}

#pagination ul li.ajax a:link,
#pagination ul li.ajax a:visited {
	display: block;
	height: 43px;
	width: 738px;
	margin-left: -4px;
	font-size: 16px;
	text-decoration: none;
	color: #5e5e5e;
	font-weight: bold;
	text-shadow: 0 -2px 0 rgba(255,255,255,1);
	padding-top: 15px;
}

#pagination a:active {
}

#pagination a:hover {
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Footer */

footer {
	clear: both;
	text-align: center;
	color: #fffefe;
	text-shadow: rgba(0,0,0,0.05) 0 -1px 0;
	margin-top: 50px;
	font-weight: bold;
	font-size: 13px;
}

footer .logo-link {
	display: block;
	height: 55px;
	width: 66px;
	margin: 0 auto 10px;
	text-indent: -999em;
	background: url(../images/realmac_logo.png) no-repeat center top;
}

footer span {
	font-size: 14px;
}

footer a:link, footer a:visited {
	color: #fffefe;
	text-decoration: none;
}

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

/* @end */


/* Aron */

/* @group Forms */

input:focus {
	outline: none;
}

/* @end */

/* @group Lists */

ol, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Headings */

/* Headings ---------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
}

h2 {
}

h3 {
}

h4 {
}

h5, h6 {
}

/* @end */

/* @group Text elements */

/* Text elements -------------------------------------------------------------- */

p {
	margin: 0 0 25px;
}

a:link,
.form-link button {
	color: #652a85;

}

a:visited {
	color: #9963a1;
}

a:focus, a:hover,
.form-link button:hover {
	color: #5b3356;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

a img {
	border: none;
}

/* @end */

/* @group Admin */

#admin-bar {
	background-color: #333;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#admin-bar ul {
	margin: 0 auto;
	width: 60%;
	padding: 3px;
}

#admin-bar ul li {
	display: inline-block;
	padding-right: 10px;
}

#admin-bar ul li a,
#admin-bar ul li button {
	color: #fff;
}



/* @end */

/* iPhone */
@media screen and (max-device-width: 480px) {
	header#banner, #wrapper, .entry, #twitter #tweet-box { 
		width: 100%;
		max-width: 100%;
		-webkit-background-size: 100% 100%;
	}
	h1, h1 a:link {
		font-size: 25px;
	}
	header#banner form input {
		-webkit-border-radius: 12px; width: 80px;
	}
	#twitter #tweet-box textarea {
		max-width: 92%;
	}
}

/* Portrait */
@media screen and (max-width: 320px) and (max-device-width: 480px) {
	.photography {
		-webkit-background-size: 100% 500px;
	}
	
	.photography .post img {
		max-width: 500px;
		max-height: auto;
	}
	
	.photography .img_overlay {
		max-width: 300px;
		max-height: auto;
	}
}
 
/* Landscape */
@media screen and (min-width: 321px) and (max-device-width: 480px) {
	.photography {
		-webkit-background-size: 100% 500px;
	}
	
	.photography .post img {
		max-width: 578px;
		max-height: auto;
	}
	
	.photography .img_overlay {
		max-width: 578px;
		width: 578px;
		max-height: auto;
	}
}

/* iPad */
@media only screen and (max-device-width: 1024px) and (orientation:portrait) {
	header#banner, #wrapper, .entry, #twitter #tweet-box {
		width: 100%;
		max-width: 100%;
		-webkit-background-size: 100% 100%;
	}
	
	
	.photography {
		-webkit-background-size: 100% 500px;
	}
	
	header nav {
		width: 100%;
		max-width: 100%;
		-webkit-background-size: 100% 200%;
	}
	
	.photography .post img {
		max-width: 100%;
		width: 100%;
		max-height: auto;
	}
	
	.photography .img_overlay {
		max-width: 100%;
		max-height: auto;
	}
}

@media only screen and (max-device-width: 1024px) and (orientation:landscape) {
	header#banner, #wrapper, .entry, #twitter #tweet-box, .iapps header {
		width: 100%;
		max-width: 100%;
		-webkit-background-size: 100% 100%;
	}

	header nav {
		width: 100%;
		max-width: 100%;
		-webkit-background-size: 100% 200%;
	}
	
	.design article header,
	.design article .post img {
		width: 951px;
	}
	
	.design.border-image article p:last-child {
	width: 941px;
}

/* @group Photo post */

	.photography {
		height: 800px;
		-webkit-background-size: 100% 700px;
	}
	
	

	.photography article {
		background: none;
		height: 700px;
	}
	
	.photography article .post {
		width: 820px;
		height: 502px;
		left: 96px;
		top: 99px;
		-webkit-background-size: 100% 700px;
	}
	
	.photography article .post ul {
		width: 2460px;
		height: 502px;
	}
	
	.photography article .post ul li {
		width: 820px;
		height: 100%;
	}
	
	.photography article .post img {
		width: 792px;
		height: 502px;
	}
	
	.photography article .img_overlay  {
		width: 792px;
		height: 502px;
		-webkit-background-size: 100% 100%;
		left: 96px;
		top: 99px;
	}
	
	.photography article nav ul {
		top: 630px;
		position: relative;
	}

/* @end */
}	