/*   
Theme Name: NEW PC Nurse
Description: A Child Theme of Thematic
Template: thematic
Theme URI: http://www.jadziakate.co.uk
Author: Rebeca Quinlan
Author URI: http://www.pcnurse.co.uk
Tags: Baby, Family, Mother
*/

/* Thematic Basic Style */
@import url(../thematic/style.css);

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

#adsense {
border: 1px solid #333333;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
padding: 10px;
margin: 10px auto;
}

/* Add Header Logo */
.wordpress {
background-image: url(background.png);
background-repeat: no-repeat;
background-size: auto auto;
}

/* Laying out some basics */
body, input, textarea {
color:#000000;
font-family:Arial,sans-serif;
font-size:12px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:18px;
}
a:active, a:hover {
color:#CCCCCC;
}
a:link {
color:#666666;
}

/* Centre titles & Footer text */
#blog-title {
text-align: center;
}
#blog-description {
text-align: center;
}
#siteinfo {
text-align: center;
}

/* Add Header logo */
#blog-title a {
margin: 0 auto;
text-indent:-9000px;
width: 305px;
height: 74px;
background: url(header_logo.png) no-repeat top center;
display:block;
}
#blog-description {
position:absolute;
left:-9000px; /* We avoid display:none because it's bad for SEO */
}

/* Remove bottom border from the header/nav (defualt.css line 92), add space above and below nav bar */
#access {
display: none; //hides nav bar
border-bottom: 0 none #cccccc;
margin-top: 10px;
margin-bottom: 10px;
}
// To show nav bar on info pages only, uncomment these lines and format...
//.page-template-info-php #access { 
//display: block;
//}

/* Add border to current page tab (when visible) */
.sf-menu li.current_page_item a {
border-bottom:1px solid #000000;
}

/* Create curved border around main content */
#main {
border: 1px solid #000000;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
background-color: #FFFFFF;
}
/* Also curved border around sidebar content */
#primary {
border: 1px solid #000000;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
margin-right: 20px;
}

.page-template-info-php #secondary {
display: none;
}
.page-template-info-php .widget_text {
display: none;
}

#content {
margin:0 0 0 40px;
overflow: hidden;
width: 520px;
}

#offer {
margin: 0 auto;
padding: 0 10px 0 10px;
width: 500px;
border: 1px solid #33333;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
background-color: #cccccc;
}

#offer-title {
padding-left: 10px;
}

#offer-details {
text-align: center;
padding-bottom: 10px;
}

/* Change color of come links and headers */
.aside h3 {
color: #000000;
font-syle: none;
font-weight: bold;
}

.entry-title a {
color: #000000;
}

/* Remove top border from footer */
#footer {
border-top: 0 none;
margin-top: 22px;
}

/* TweetiePie */
.aside ul ul li.tweet {
padding-bottom: 4px;
}

.aside a.tweet_link {
color: red;
font-weight:normal;
}
