/* Default CSS */

/* scaffold */

html {
	background: #1A1A1A !important;
	height: 100%;
}

body {
	background: #3d3d3d url(../images/body.png) repeat-x !important;
	text-shadow: 2px 2px 2px #1a1a1a;
}

#container {
	
}

body.home #container {
	margin-bottom: -100px;
}

#content {
	margin-bottom: 25px;
}

#left-sidebar {
	/*padding-top: 20px;*/
	padding-top: 10px;
	margin-right: 0px;
	width: 230px;
}

#centre {
	margin-top: -20px;
}

body.home #centre {
	margin-top:-110px;
	/*background: transparent url(../images/iphone.png) no-repeat scroll 0pt 50%;*/
	background: transparent url(../images/iphone.png) no-repeat scroll 0pt 50%;
	width: 460px;
	height: 815px;
}

body.blog #centre {
	margin: 20px 10px 20px 0;
}


#centre h2 {
	padding-top: 20px;
	text-align: center;
}

#centre.grid_12 {
}

#centre.grid_12 h2 {
	text-align: left;
}


#right-sidebar {
	width: 230px;
	margin-left: 0;
}





/* =branding */

#branding {
	
	}

#branding h1 {
	/*background: url(../images/logo.png) no-repeat;*/
	/*text-indent: -3000px;*/
	height: 100px;
	width: 250px;
	margin: 0;
	/*display: inline;*/
	float: left;
}

/*
#branding div {
	background: url(../images/logo.png) no-repeat;
	text-indent: -3000px;
	height: 100px;
	width: 250px;
	margin: 0;
	display: inline;
}
*/

/* =navigation */

ul#nav {
	float: right;
	display: inline;
	margin: 0 40px 0 0;
}

ul#nav li {
	float: right;
	display: inline;
	padding: 31px 0 16px 0;
	margin-left: 10px;
}

ul#nav a { 
	-webkit-transition : all 0.2s linear; 
	text-shadow: 2px 2px 2px #1a1a1a;
	}
	
ul#nav li a {
	display: block;
	margin-right: 5px;
	font-weight: bold;
	float: left;
	padding: 5px;
	color: #999999;
	text-decoration: none;
	-moz-border-radius : 5px; 
	-webkit-border-radius : 5px;
}

ul#nav li a:hover, ul#nav li a.active {
	background-color : rgba(101,101,102,.4);
	color: #fff;
}

ul#socials {
	border-top: 1px solid #363636;
	padding-top: 10px;
	margin-bottom: 25px;
}

ul#socials li {
}

ul#socials li a {
	display: block;
	font-weight: bold;
	padding: 5px;
	color: #999999;
	text-decoration: none;
	-moz-border-radius : 5px; 
	-webkit-border-radius : 5px;
	-webkit-transition : all 0.2s linear;
	font-size: 10px !important;
}

ul#socials li a:hover {
	color: #fff;
}

ul#socials li#facebook {
	margin: 0;
}

ul#socials li#twitter a {
	float: left;
	padding: 5px 0 10px 40px;
	background: url(../images/twitter-icon.png) no-repeat 0 50%;
	margin: 0 0 10px 0px;
}

ul#socials li#facebook a {
	float: left;
	padding: 5px 0 10px 40px;
	background: url(../images/facebook-icon.png) no-repeat 0 50%;
	margin: 0 0 0 0px;
}

ul#appstore {
	border-top: 1px solid #363636;
	padding-top: 10px;
	margin-bottom: 25px;
}

ul#appstore li {
}

ul#appstore li a {
	display: block;
	padding: 5px;
}

ul#appstore li {
	margin: 0;
}

ul#appstore li a {
	float: left;
	padding: 5px 0 10px 0px;
	margin: 0 0 10px 0px;
}

/* =left-sidebar */
#left-sidebar p {
	/*margin-right: 30px;*/
	margin-right: 0;
	font-size: 11px;
	margin-bottom: 12px;
}

#right-sidebar ul, #right-sidebar h2 {
	
}

/* =right */



ul#features li {
	padding-left: 10px;
	background: url(../images/small-arrow.png) no-repeat  0 3px !important;
	margin-bottom: 5px;
	font-size: 112%;
}

/* =centre */

#centre div#phoneinner {
	margin-top: 0px;
	position: relative;
	top: 146px;
	left: 70px;
}

#centre div#phoneinner img {
  margin: 0;
  padding: 0;
  position: absolute;
}

/* =blog */

.meta ul {
	margin-bottom: 0;
}

.article {
	margin: 0;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #3D3D3D;
}

.article a, .article-list a, .archive a {
	text-shadow: none !important;
	color: #F9ED86 !important;
	-webkit-transition : all 0.2s linear;
	text-decoration: none;
}

.article a:hover, .archive a:hover {
	color: #fff !important;
}

.article h3 {
	font-size: 24px;
}

li.icon-comments {
	background: url(../images/comment.png) no-repeat 0 50%;
	padding-left: 20px;
}

.meta span.day {
	font-size: 18px;
}

.meta span.month {
	text-transform: uppercase;
}

#comment-form {
	
	padding-top: 15px;
}

#comment-form h3, #comments h3 {
	margin: 0;
	text-align: left;
	font-size: 13px;
}

dl.comment {
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #414141;
}

dl.comment.authorised {
	background: #414141;
}

dl.comment p {
	margin-bottom: 5px;
}

dl.comment em {
	font-size: 11px;
}

#guideline {
	margin: 15px 0 20px;
	padding: 10px;
	background: #6E6E6E;
}

#comment-form h4 {
	font-size: 11px;
	margin-bottom: 0;
}

#comment-form form {
	
}

#archive {
	margin: 20px 0 0 50px;
}

#archive h3 {
	font-size: 13px !important;
}

#archive h4 {
	margin-bottom: 5px;
}

#archive ul.list {
	margin-bottom: 0;
	padding-bottom: 0px;
	border-bottom: 1px solid #3d3d3d;
}

#archive ul.list li {
	display: inline;
}

#archive ul.list li.date {
	display: inline-block;
	width: 40px !important;
}

#archive ul.list li.comments {
	background: url(../images/comment.png) no-repeat 0 50%;
	padding-left: 20px;
}

#archive a:link, #archive a:visited {
	text-decoration: none;
	color: #fff;
}

#archive a:hover {
	color: #575757;
}

/* =footer */

#footer {
	
	padding-top: 0px;
	background: #1a1a1a !important;
	width: 100%;
	border-top: 1px solid #313131;
	padding-bottom: 157px;
}


#footer-container {
	margin-top: 5px;
}

#footer p {
	font-size: 10px;
	text-align: left;
	float: left;
	color: #999999;
}

#footer p a {
	color: #999999;
	-webkit-transition : all 0.2s linear; 
	text-shadow: 2px 2px 2px #1a1a1a;
}

#footer ul {
	font-size: 10px;
	float: right;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #999999;
	border-right: 1px solid #999999;
	padding-right: 5px;
	margin-right: 3px;
	-webkit-transition : all 0.2s linear; 
	text-shadow: 2px 2px 2px #1a1a1a;
}

#footer ul li.last a {
	border-right: 0;
	padding: 0;
	margin: 0;
}

#footer p a:hover, #footer ul li a:hover, body.contact ul li a.contact, body.terms-of-service ul li a.terms-of-service, body.privacy-policy ul li a.privacy-policy {
	color: #fff !important;
}

/* =forms */

form {
	/*background: #grey !important;*/
	margin: 0 !important;
	width: 460px !important;
	text-shadow: none;
}

form fieldset {
	padding: 10px;
}

form label {
	display: block;
	margin-bottom: 10px;
}

form span {
	display: block;
	
}

form input {
	width: 440px;
	border: 1px solid #3d3d3d;
	padding: 5px 0;
	text-indent: 5px;
	color: #3d3d3d;
}

form textarea {
	width: 440px;
	border: 1px solid #3d3d3d;
	padding: 5px 0;
	text-indent: 5px;
	color: #3d3d3d;
}

form input.button {
	float: right;
	width: auto;
	padding:5px 10px 6px 7px;
	font-size: 100%;
	cursor: pointer;
	border: 0;
	-moz-border-radius : 5px; 
	-webkit-border-radius : 5px;
}

form input.button:hover {
	background: #696969;
	color: #fff;
}

p.success {
	background: #F6DE6F;
	padding: 5px;
	text-align: center;
	color: #007120;
	font-size: 12px;
	font-weight: bold;
}

p.error {
	background: #F6DE6F;
	padding: 5px;
	text-align: center;
	color: #861A0B;
	font-size: 12px;
	font-weight: bold;
}





