/*
Theme Name: iPhone repairs 
Theme URI: http://www.iphonerepairs.org.uk
*/


/* =General
-----------------------------------------------------------------------------*/
	 
/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

	 
	 
/* =Layout
-----------------------------------------------------------------------------*/
	 

body {
	background: #090909 url(bg_body2.jpg) repeat-x 50% 0;
    color: #aaa;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
}
	
	
.container {
	background: url(img/bg_header.jpg) no-repeat;
	height: 100%;
	width:960px;
	margin:0 auto;
	position:relative;
}


/* =Main Content
-----------------------------------------------------------------------------*/
a:link {
		text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	color: #090;
	}


#main_content {
	width:870px;
	margin-top:-10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#intro {
	width:860px;
	margin-top:22px;
	height:560px;

}


#intro_full {
	width:820px;
	margin-top:110px;
}



/* Introduction Full Width Type */

#intro_full h1 {
	color: #c4c0be;
	font-size:36px;
	line-height:62px;
	font-weight:100;
}

#intro_full h1 a {
	color: #5abae3;
	text-decoration:none;
}

#intro_full p {
	font-family: "Helvetica", Arial, Verdana, sans serif;
	color: #c4c0be;
	font-size:16px;
	line-height:32px;
	margin-top:15px;
}

#intro_full a {
	color:#5abae3;
	text-decoration:none;
}

#intro_full a.active, #intro_full p a:hover {
	color:#ffffff;
	text-decoration:none;
}


/* =Tyopgraphy
-----------------------------------------------------------------------------*/

/* Introduction */

#intro h1 {
	color: #c4c0be;
	font-size:36px;
	line-height:44px;
	font-weight:100;
}

#intro h4 {
	color: #c4c0be;
	font-size:17px;
	font-weight:100;
	line-height:33px;
	font-style:italic;
	padding-top:40px;
}

#intro p {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size:18px;
	line-height:normal;
	margin-top:15px;
}

#intro strong {
	font-size:18px;
	font-weight: bold;
	color:#fff;
}

#intro a {
	color:#5abae3;
	text-decoration:none;
}

#intro a.active, #intro p a:hover {
	color:#ffffff;
	text-decoration:none;
}


/* Secondary Content Typography & Links */


#secondary_content h2 {
	color: #676562;
	font-size:25px;
	line-height:20px;
	font-weight:100;
}

#secondary_content h2 a {
	color: #5abae3;
	font-size:25px;
	font-weight:100;
}

#secondary_content p {
	font-family: "Helvetica", Arial, Verdana, sans serif;
	color: #807e7b;
	font-size:13px;
	line-height:25px;
	margin-top:15px;
}

#secondary_content a {
	color:#5abae3;
	text-decoration:none;
}

#secondary_content a.active, #secondary_content a:hover {
	color:#5abae3;
	text-decoration:none;
}



/* =Secondary Container
-----------------------------------------------------------------------------*/

#secondary_content {
	margin:0 auto;
	width:820px;
	margin-top:35px;
}

#blog_post {
	width:558px;
	float:left;	
}

#featured_project {
	width:558px;
	float:left;	
}

#secondary_nav {
	width:30%;
	float:right;
	margin-top:-2px;
}



/* =Secondary Content
-----------------------------------------------------------------------------*/

.block {
	border:1px solid #a3a09e;
	background: #ffffff url(img/bg_block_slice.jpg) repeat-x;
	margin-bottom:20px;
	position:relative;
	background-color: #292826;
}

.ribbon {
	position:absolute;
	top:-3px;
	right:-4px;
}

.block_inside {
	display:block;
	padding:20px;
	border:1px solid #a3a09e;
}

.text_block {
	width:520px;
}

.text_block img {
  padding:0;
  margin:15px 0 5px 0;
  }
  
.text_block a img {
	border:3px solid #cccccc;
}

.text_block a:hover img {
	border:3px solid #5abae3;
}


  

/* =Footer Content (including Twitter and Blog links)
-----------------------------------------------------------------------------*/

#footer_content {
	width:960px;
	clear:both;
	}

/*Twitter*/

#twitter {
	width:100px;
	margin-left:68px;
	padding:130px 0 0 76px;
	background:url(img/twitpic.gif) no-repeat left top;
	float:left;
	}

#twitter_update_list {
	position:absolute;
	margin-left:5px;
	margin-top:-129px;
	width:190px;
	color:#ddd;
	line-height:19px;
	list-style-type:none;
	font-size:12px;
	background:#4e4c48;
	background-image: url(img/top-left.gif), url(img/top-right.gif), url(img/bottom-left.gif), url(img/bottom-right.gif);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	padding:12px 16px 12px 16px;;
	}
	
	
/*Footer Blog Posts*/	

.middle_col {
	width:180px;
	float:left;
	margin-left:180px;
	}
	
.middle_col h3 {
	font-size:14px;
	color:#fff;
}

.middle_col ul {
	font-size:12px;
	color:#c4c0be;
	list-style-type:none;
}

.middle_col li {
	padding-top:10px;
}
	
.right_col {
	width:180px;
	float:left;
	margin-left:43px;
	}

.right_col h3 {
	font-size:14px;
	color:#fff;
}

.right_col ul {
	font-size:12px;
	color:#c4c0be;
	list-style-type:none;
}

.right_col li {
	padding-top:10px;
}

	
/*Footer Details*/	

#footer_content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #c4c0be;
	font-size:11px;
	text-align:center;
	padding-bottom:15px;
}

#footer_content a {
	color: #c4c0be;
	text-decoration:none;
}

#footer_content a:hover {
	color: #fff;
}

/* =Misc
-----------------------------------------------------------------------------*/

.hr_down {
	margin:15px 0 0 155px;
	padding:10px;
	background: url(img/hr_down.png) no-repeat;
	border:0;
	left:50%;
	}

.hr_up {
	margin:35px 0 15px 155px;
	padding:20px;
	background: url(img/hr_up.png) no-repeat;
	border:0;
	left:50%; 
	}
	
.hr_footer {
	clear:both;
	margin:10px 0 0 155px;
	padding:15px;
	background: url(img/hr_footer.png) no-repeat;
	border:0;
	left:50%; 
	}


/* =Main Navigation
-----------------------------------------------------------------------------*/


#header {
	width:820px;	
	padding-top:26px;
}

#nav {
	position:absolute;
	right:-235px;
	top: 40px;
	width: 715px;
	height: 39px;
	font-size: 10px;
}

#nav li {
	display:inline;
	padding-left:50px;
}

#nav li a {
	text-decoration:none;
	color:#cfcfcf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:7px 12px 7px 12px;
	}
	
#nav li a:hover {
	background:#5d5d5c;
	color:#ffffff;
	padding:7px 12px 7px 12px ;
	line-height: 18px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px; 
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#nav li.current_page_item a {
	color:#5abae3;
}

#nav li.current_page_item a:hover {
	color:#fff;
}

/* Highlights current page by changing the colour of the navigation link

#nav li.current a span{
	color:#50b6e1;
}
*/



/* =Secondary Navigation
-----------------------------------------------------------------------------*/

#secondary_nav ul {
	margin-left:2px;
	padding:0;
	list-style-type: none;
}

#secondary_nav ul a {
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #c4c0be;
	font-size:13px;
	text-decoration: none;
}

#secondary_nav ul a:hover {
	color: #ffffff;
}

#secondary_nav li.rss {
	background: url(img/icon_rss.png) no-repeat 0 50%;
	padding-left: 45px;
	margin-bottom:12px;
	height:35px;
	line-height:2.4em;
}

#secondary_nav li.twit {
	background: url(img/icon_twitter.png) no-repeat 0 50%;
	padding-left: 45px;
	margin-bottom:10px;
	height:35px;
	line-height:2.4em;
}

#secondary_nav li.mail {
	background: url(img/icon_email.png) no-repeat 0 50%;
	padding-left: 45px;
	margin-bottom:10px;
	height:35px;
	line-height:2.4em;
}




/* =Showcase
-----------------------------------------------------------------------------*/

#showcase {
	position:absolute;
	margin-left:580px;
	width: 294px;
	height: 394px;
	top:67px;
	font-family: "Helvetica", Verdana, Arial, sans serif;
	color: #c4c0be;
	font-size:13px;
  }
  

/* =About
-----------------------------------------------------------------------------*/

#about {
	position:absolute;
	margin-left:580px;
	width: 241px;
    height: 237px;
	top:134px;
	font-family: "Helvetica", Verdana, Arial, sans serif;
	color: #c4c0be;
	font-size:13px;
  }
  
  

/* =WORDPRESS BLOG SPECIFIC
-----------------------------------------------------------------------------*/

#secondary_blog {
	margin:0 auto;
	width:820px;
	margin-top:120px;
}

.post {
	padding-bottom:0px;
}

.text_block_featured {
	width:780px;
}

.text_block h1 {
	color: #676562;
	font-size:30px;
	line-height:40px;
	font-weight:100;
}

.text_block h1 a {
	color: #676562;
}

.text_block h1 a:hover {
	color: #676562;
}

.text_block h2 {
	color: #676562;
	font-size:25px;
	line-height:20px;
	font-weight:100;
	padding-bottom:3px;
}

.text_block h2 a {
	color: #676562;
}

.text_block h2 a:hover {
	color: #676562;
}

.text_block h3 {
	color: #676562;
	font-size:20px;
	font-weight:100;
	padding: 15px 0 0 0;
	line-height:30px;
}

.text_block h4 {
	color: #676562;
	font-size:16px;
	font-weight:100;
	padding: 15px 0 0 0;
	line-height:35px;
}

.text_block p {
	font-family: "Helvetica", Arial, Verdana, sans serif;
	color: #807e7b;
	font-size:13px;
	line-height:25px;
	}

.text_block a {
	color:#5abae3;
	text-decoration:none;
}

.text_block a.active, .text_block a:hover {
	color:#676562;
	text-decoration:none;
}


.more-link{
font-weight: bold;
font-size:14px;
padding:5px 0 0 0;
float:right;
}

.more-link:hover{
color:#29201a;
}

#sidebar {
padding:0 0 0 3px;
	
}

#sidebar h3 {
	color:#fff;
	padding:5px 0 0 0;
	font-size:14px;
}

.ul-cat ul {
	padding:0 0 5px 0;
	font-size:11px;
}

.ul-cat li {
	padding: 8px 0 0 0;
}

.recent-comments ul {
	padding:0 0 5px 0;
	font-size:12px;
}

.recent-comments li {
	padding: 10px 0 10px  0;
	font-size:12px;
}


.sep {
	background: url(img/sep.png) no-repeat;
	padding:15px;
	margin-top:5px;
}


.recent li {
padding:10px 0 0 5px;
margin-left:-7px;
}

.recent li a{
border:none;
background:none;
}

.recent a img{
border:3px solid #ccc;
}

.recent a:hover img{
border-color:#5abae3;
}


hr {
  width: 80%;
  background-color: #ccc;
  margin:auto;
  height:1px;
  border:0;
}

.blog_date {
	padding:0 0 0 0;
}

.post {
	padding:0 0 40px 0;
}



.entry img {
	margin: 15px 0 15px 0;
	align:center;
}

.entry a img{
	border:3px solid #cccccc;
}

.entry a:hover img {
	border:3px solid #5abae3;
}

.entry ol {
	padding: 10px 0 0 25px;
	color: #807e7b;
}

.entry ol li {
	padding:5px 0 5px 0;
}

.entry ul {
	padding: 10px 0 0 25px;
	color: #807e7b;
}

.entry ul li {
	padding:5px 0 5px 0;
}

.postmetadata {
	padding:0 0 15px 0;
}

           
/* =Form Elements
-----------------------------------------------------------------------------*/
	
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}




li.bypostauthor {
    border: 1px dotted #ccc;
}

/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
		}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 5px 10px;
	list-style: none;
		}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 5px 0;
	line-height:18px;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


  
/* =Contact Form
-----------------------------------------------------------------------------*/

.contact_form {
 color:#676562;
}

.name { 
 font-size: 13px; 
 border: 1px solid #ccc; 	
 color: #676562;
 padding:5px 0 5px 0;
 width:250px;
 margin:0 0 10px 0;
}

.email { 
 font-size: 13px; 
 border: 1px solid #ccc; 	
 color: #676562;
 padding:5px 0 5px 0;
  width:250px;
   margin:10px 0 10px 0;
}

.website { 
 font-size: 13px; 
 border: 1px solid #ccc; 	
 color: #676562;
 padding:5px 0 5px 0;
  width:250px;
   margin:10px 0 10px 0;
}

.message { 
 font-size: 13px; 
 border: 1px solid #ccc; 	
 color: #676562;
   width:420px;
    margin:10px 0 10px 0;
}



/* =Portfolio Containers
-----------------------------------------------------------------------------*/

/* Portfolio Posts a*/

#blog_posta {
	width:558px;
	float:left;	
}

#blog_posta h2 {
	color: #676562;
	font-size:25px;
	line-height:20px;
	font-weight:100;
}

#blog_posta p {
	font-family: "Helvetica", Arial, Verdana, sans serif;
	color: #807e7b;
	font-size:13px;
	line-height:25px;
	margin-top:15px;
}

#blog_posta a {
	color:#5abae3;
	text-decoration:none;
}

#blog_posta a.active, #blog_posta a:hover {
	color:#5abae3;
	text-decoration:none;
	
	}

/* Portfolio Posts b */

#blog_postb {
	width:558px;
	float:left;	
}

#blog_postb h2 {
	color: #676562;
	font-size:25px;
	line-height:20px;
	font-weight:100;
}

#blog_postb p {
	font-family: "Helvetica", Arial, Verdana, sans serif;
	color: #807e7b;
	font-size:13px;
	line-height:25px;
	margin-top:15px;
}

#blog_postb a {
	color:#5abae3;
	text-decoration:none;
}

#blog_postb a.active, #blog_postb a:hover {
	color:#5abae3;
	text-decoration:none;
}

/* Portfolio Posts c */

#blog_postc {
	width:558px;
	float:left;	
}

#blog_postc h2 {
	color: #676562;
	font-size:25px;
	line-height:20px;
	font-weight:100;
}

#blog_postc p {
	font-family: "Helvetica", Arial, Verdana, sans serif;
	color: #807e7b;
	font-size:13px;
	line-height:25px;
	margin-top:15px;
}

#blog_postc a {
	color:#5abae3;
	text-decoration:none;
}

#blog_postc a.active, #blog_postc a:hover {
	color:#5abae3;
	text-decoration:none;
}


/* =Sociable Tools
-----------------------------------------------------------------------------*/

div.sociable { margin: 16px 0;}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable a img {
	border: 0;
}

.sociable a:hover img {
	border: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

