/*--------------------------------
/
/    Core styles
/    
/    File:   core.css
/    Author: Simon Lee
/    Date:   Wed 24th Feb 2010
/    
----------------------------------*/

* {
    margin: 0;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family:  arial, verdana, sans-serif;
    font-size: 14px;
    color: #2f4e5a;
    line-height: 1.4em;
}

body {
    background: url(/content/images/header.png) repeat-x top left;
    width: 100%;
}

p {
    padding-bottom: 10px;
}
   
img {
    border: none;
}

a {
	cursor: pointer;
    color: #2f4e5a;
    text-decoration: none;
}

/*-----------------------
/
/   Container styles
/    
-------------------------*/

body > div.container {
    width: 960px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -230px;
}


/*-----------------------
/
/   Header styles
/    
-------------------------*/

#header {
	width: 950px;
    height: 290px;
}

#header h1 {
    background: url(/content/images/logo.png) no-repeat bottom right;
    width: 242px;
    height: 92px;
    float: left;
}

#header h1 span {
    display: none;
}

/*-------------------
/
/   Menu styles
/    
---------------------*/

#menu ul {  
    float: right;    
    list-style: none;
    font-size: 1em;
    font-weight: bold;
    padding: 40px 0 0 0;
    line-height: 1.2em;
}

#menu li {         
    float: left;
    padding: 0 30px;
    color: #406e80 !important;
    border-left: 1px solid #406e80;
}

#menu li.first {
    border-left: none;
}

#menu li a {
    color: #406e80 !important;
}
    
#menu li:hover a,
#menu li.selected a {
    color: #203d48 !important;
}

#menu li strong {
    float: left;
    width: 100px;
    display: block;
}
    
#menu li em {
    display: none;
}
        
#menu li span {
    display: block;
    font-size: 0.7em;
}

/*-----------------------
/
/   Content styles
/    
-------------------------*/ 

#content {
    padding: 5px 15px 0 15px;   
}
    
#content h2 {
    color: #fff;
    padding: 0 0 20px 0;
    font-size: 1.5em;
}

/*-----------------------
/
/   Welcome styles
/    
-------------------------*/ 

#welcome-detail {
    float: left;
    width: 275px;
    line-height: 1.35em;
    padding-top: 10px;
    font-size: 1.01em;
}

#welcome-detail p.last {
    width: 360px !important;
}

#welcome-availability {
    padding-right: 8px;
}

#welcome-availability img {
    margin-top: -35px;
    float: right;
}

#welcome-image {
float:right;
    width: 643px;
    height: 418px;
    margin: -210px 0 0 0px;
    background: url(/content/images/iphone-cluster.png) no-repeat top right;
}

#welcome-image img {
    display: none;
}

/*-----------------------
/
/   Into styles
/    
-------------------------*/

.intro {
    font-size: 1.2em;
}

/*-----------------------
/
/   Box panel styles
/    
-------------------------*/

div.box-panel {
    padding-top: 15px;
}

div.box-panel > div {
    float:left;
    margin-right: 17px;
}

div.box-panel div.last {
    margin-right: 0;
}

div.box-panel div p {
    display: block;
    font-size: 0.85em;
}

div.box-panel div h3 {
    display: block;
    border: 1px solid #bbb;
    border-bottom: 1px solid #555;
}

div.box-panel div h3 span {
    display: none;
}
   
div.box-panel div a {
    font-weight: bold;
    font-size: 0.9em;
}

div.box-panel div a span {
    padding-right: 10px;
}
    
a.more {
    float: right;
    background: url(/content/images/link-chevron.png) no-repeat right 7px;
}


/*  Three column */

div.box-panel.three div {
    width: 295px;
}

div.box-panel.three div div.image {
    height: 162px;
    background: url(/content/images/image-bottom-3.png) no-repeat bottom left;
}
    
div.box-panel.three div div.image h3 {
    width: 295px;
    height: 150px;
}

/* Two column - left main */
div.box-panel.two-left div.left {
    width: 558px;
}

div.box-panel.two-left div.right {
    width: 325px;
    padding-right: 0 !important;
}

div.box-panel.three div.left div.image {
    height: 162px;
    background: url(/content/images/image-bottom-3.png) no-repeat bottom left;
}
    
div.box-panel.two-left div.left div.image h3 {
    width: 590px;
    height: 150px;
}

div.box-panel h4 {
    clear:both;
    padding-bottom: 5px;
}

.section {
    border-bottom: 1px solid #a5bdc7;
}

.header-spaced p {
    padding-top: 10px !important;
}


.full-width 
{
	padding: 15px 0;
}

/*-----------------------
/
/   Common panel styles
/    
-------------------------*/

.info-panel {
    color: #595959;
    padding: 10px 10px 0px 10px !important;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
}

.info-panel p {
	padding-right: 8px;
}

.product-info {
    float: left;
    width: 265px;
    padding: 10px 20px 0 0;
}

.product-info.last {
    padding-right: 0;
}

.product-info p {
    width: 195px;
}

.product-info.wide p {
    width: 270px;
    padding-right: 10px;
}

.product-info.wide.last p {
    padding-right: 0;
}

.product-info a {
    float: right;
    padding: 5px 0 0 5px;
}

.product-info.wide ul {
    margin: 0;
    padding: 0 0 25px 15px;
}

.product-info.wide li {
    font-size: 0.9em;
    float: left;
    width: 110px;
    padding-right: 10px;
}

.info-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-panel ul li {
    font-size: 0.9em;
}


/*-----------------------
/
/   Features styles
/    
-------------------------*/

#feature-selector {
font-size: 0.9em;
    padding: 15px 0 50px 0;
}

#feature-selector a {
    float: left;
    color: #878787;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    padding: 2px 8px;
}

#feature-selector a.selected {
    color: #595959;
    background-color: #ddd;
}

div.screenshot-thumbnail {
    height: 108px;
    background: url(/content/images/image-bottom-screenshot.png) no-repeat bottom left;
}

div.screenshot-thumbnail img {
    border: 1px solid #bbb !important;
    border-bottom: 1px solid #555 !important;
}

/*-----------------------
/
/   Article styles
/    
-------------------------*/

.article-links {
    padding-bottom: 15px !important;
}

.article-links p {
    padding-bottom: 0 !important;
}

.article-links a {
    text-decoration: underline;
}

.article-links li h4 {
    padding-top: 15px;
}

.article-links li a {
    font-size: 0.8em !important;
}

.article h3 {
font-size: 1.25em;
    border: none !important;
}

.article em {
    display: block;
    color: #999;
    font-size: 0.85em;
    font-weight: bold;
    font-style: normal;
    padding-bottom: 10px;
}

/*-----------------------
/
/   Help styles
/    
-------------------------*/

ul.faq {
    font-size: 0.9em;
    list-style: none;
    margin: 0;
    padding: 10px 0 25px 0;
    border-bottom: 1px solid #ddd;
}

ul.faq li a 
{
	display: block;
    font-size: 1em !important;
    padding-bottom: 5px !important;
    font-weight: normal;
}

.faq-answers span {
    display: block;
    font-weight: bold;
    font-size: 0.95em;
    padding-bottom: 5px !important;
}

.faq-answers {
    padding-top: 25px;
}

.faq-answers div {
    padding-bottom: 15px;
}

.faq-answers p {
    font-weight: normal !important;
    font-size: 0.85em !important;
}

.faq-answers ul 
{
	margin: 0;		
	padding: 0 15px;
}

.faq-answers ul li {
	font-size: 0.9em;
	padding-bottom: 5px;
}

a.scroll-top span {
    padding-right: 10px;
}
    
a.scroll-top {
    float: right;
    background: url(/content/images/link-chevron-top.png) no-repeat right 6px;
}

/*-----------------------
/
/   Policy styles
/    
-------------------------*/

.policy div {
	padding: 15px 0 !important;
}

.notice
{
	font-weight: bold;
	font-size: 1em !important;
	line-height: 1.6em;
}


/*-----------------------
/
/   Specific styles
/    
-------------------------*/

h3.explore {
    background: url(/content/images/explore.jpg) no-repeat top left;
}

h3.create {
    background: url(/content/images/create.jpg) no-repeat top left;
}

h3.share {
    background: url(/content/images/share.jpg) no-repeat top left;
}

.email {
    text-decoration: underline;
    font-weight: bold;
}

h4.links-section {
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 10px;
}

h4.links-section span {
    display: block;
    border-bottom: 1px solid #a5bdc7;
}

/*-----------------------
/
/   Enquiry form styles
/    
-------------------------*/

#enquiry-form p {
    padding-bottom: 0 !important;
}

#enquiry-form div {
    clear: both;
    padding-top: 15px;
    padding-right: 15px;
}

#enquiry-form label {
    float: left;
    font-size: 0.9em;
    font-weight: bold;
}

#enquiry-form input,
#enquiry-form textarea {
    font-size: 0.8em;    
    float: right;
	padding: 2px;
	width: 240px;
	border: 1px solid #ddd;
	background: #fff;	
}

#enquiry-form textarea {
    height: 100px;
}

#enquiry-form input:hover,
#enquiry-form input:focus,
#enquiry-form textarea:hover,
#enquiry-form textarea:focus {
    border-color:#d1e0e8;
	background:#f7fdff;
}

#enquiry-form div a {
    float: right;
    display: block;
    width: 60px;
    height: 26px;
    background: url(/content/images/grey-button-large.png) no-repeat bottom right;
}

#enquiry-form div a span {
    font-weight: bold;
    font-size: 1em;
    line-height: 2.1em;
    padding: 0 0 0 13px;
    color: #fff;
}

#enquiry-pending p,
#enquiry-sent p {
	padding-top: 10px;
	padding-right: 15px;
}

/*-----------------------
/
/   Press styles
/    
-------------------------*/ 

ul.press-images {
	list-style: none;
	padding:0;
	margin: 0;
}

ul.press-images h4 {
	padding-top: 15px;
}

ul.press-images li a {
	display: block;
	font-weight: normal !important;
	padding-top: 5px;
}

ul.press-images li a em 
{
	padding-left: 5px;
	color: #999;
	font-size: 0.8em;
}

/*-----------------------
/
/   Type matrix styles
/    
-------------------------*/

#type-matrix h5 {
    padding-bottom: 8px;
}

#type-matrix h5 strong {
    display: block;
    border-bottom: 1px solid #ddd;
}

#type-matrix div {
    clear: both;
}

#type-matrix img {
    padding-top: 3px;
}

#type-matrix span {
    display: block;
    float: right;
    width: 290px;
    font-size: 0.8em;
    padding-bottom: 5px;
    padding-right: 7px;
}

#type-matrix div.two-up div {
    width: 155px;
    float: left;
    clear: none;
}

#type-matrix div.two-up span {
    width: 118px;
}

.thumbnails {
    padding-top: 5px;
    width: 100px;
    float: left;
}
.thumbnails a {
    float: left !important;
    border: none !important;
    background: none !important;
}

/*-----------------------
/
/   Footer styles
/    
-------------------------*/

#push {
    height: 250px;
}

#footer {
    font-size: 0.9em;
    color: #bcbcbc;
    width:100%;
    height: 230px;
    background: url(/content/images/footer.png) repeat-x top left;
}

#footer a {
    color: #bcbcbc;
    text-decoration: none !important;
}

#footer div.container {
   padding-top: 30px;
}

#footer div.container,
#copyright {
    width: 960px;
    margin: 0 auto;
}

#footer div.container > div {
    float: left;
    width: 295px;
    padding-left: 15px;
    margin-right: 17px;
}

#footer div.container div {
    margin-right: 0;
}

#footer h4 {
    padding-bottom: 5px;
    border-bottom: 1px solid #757575;
}

#footer ul,
#footer p {
    padding: 10px 0 0 0;
}

#footer ul {     
    margin: 0;
    list-style: none;    
}

#footer li {
    margin: 0;
    padding-bottom: 5px;
    
}

#footer li a {
    padding: 0 0 0 12px;
    background: url(/content/images/footer-chevron.png) no-repeat 0 4px;    
}
    
#footer li a:hover {
    color: #777;
    background: url(/content/images/footer-chevron-hover.png) no-repeat 0 4px;
}

#footer .error {
    background: none !important;
    border: none !important;
}

#notify-form {
    width: 280px;
    padding-top: 15px;
}

#notify-form div {
    padding: 0 0 5px 0 !important;
}
 
#notify-from div label {
    font-weight: 400 !important;
}   

#notify-form div label,
#notify-form div input {
    float: left;
}

#notify-form input {
    margin: 0 !important;
}
#notify-form div label {
    padding-right: 10px;
    font-weight: normal !important;
}

#notify-form div input {
   	padding: 3px 2px 2px 2px;
    width: 180px;
	border: 1px solid #ddd;
}

#notify-form div a {
    float: right;
    display: block;
    width: 42px;
    height: 21px;
    padding-left: 5px;    
    background: url(/content/images/grey-button.png) no-repeat bottom right;
}

#notify-form div a span {
    font-weight: bold;
    font-size: 0.85em;
    line-height: 2.1em;
    padding: 0 0 0 7px;
    color: #333;
}

#follow {
    padding: 15px 15px 0 0  !important;
    
}

#follow img {
    float: right;
    padding-right: 2px;
}

#copyright p {
    padding: 5px 30px 0 30px;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
}


/*-----------------------
/
/   Positional styles
/    
-------------------------*/

.break {
    padding-top: 10px;
}

.hidden-elements {
    padding: 0;
    margin: 0;
    display: none;
}

.error {	
	color: #ff6666 !important;
}

.clear {
    clear: both;
}