/*
North South Blog
Design: subduedmedia.co.uk
*/


					/* ================================================ */
               /* 				   Global Styles                     */
					/* ================================================ */


 * {
	margin : 0;
	padding : 0;
	text-decoration : none;
	border : 0;
}

a:link, a:visited, a:active{
	text-decoration : none;
		color : #36a6ba;
}

a:hover{
	color : #1b4f58;
	text-decoration : none;
}

 body {
	color : #333;
	text-align : center;
	/*background : #EBEBDE;*/
	background : #333;
	height : 100.1%;
	font : 90% Calibri, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

p {
	margin : 0.1em 0 1em 0;
	font-size : 1em;
	line-height : 1.5em;
}

h1, h2, h3, h4 {
	color : #333;
}

h1 {
	font : bold 1.5em Calibri, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	margin : 0.5em 0 0.2em 0;
	padding: 0 0 1px 0;
	line-height: 125%;
	text-align: left;
}

h2 {
	margin : 0.5em 0 0.1em 0;
	font-weight: bold;
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	background : transparent;
	font-size: 1.3em;
	letter-spacing: -1px;
}

h3 {
	margin : 2em 1em 0.1em 0;
	font-weight: bold;
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	background : transparent;
	font-size: 1.3em;
}

h4 {
font-size: 1em;
}

acronym {
  text-decoration:none;
  border-bottom:1px dotted #000;
}

dfn {
  font-weight: bold;
}

.access {
	position: absolute; 
	left: -1500px;
	display: block;
	width:1px;
	height:1px;
	overflow:hidden;
}

					/* ================================================ */
               /* 				       Header                        */
					/* ================================================ */
					
#top-counter {
  width : 100%;
	background-color : #333;
}					
					
#top-header {
  font: normal 70.5% Calibri, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif !important;
	width: 940px;
	background : #333;
	margin : 0 auto;
}


/*Primary Navigation*/
#primaryNavigation {
float: right;
background: #333 url(images/bg_primaryNav_left.gif) left bottom no-repeat;
}

#primaryNavigation ul {
float: left;
background: url(images/bg_primaryNav_right.gif) right bottom no-repeat;
padding: 0 .8em 2px;
margin: 0;
}
#primaryNavigation li {
float: left;
list-style: none;
margin: 0;
background: none;
padding: 0;
}
#primaryNavigation li a {
float: left;
padding: 0 1em;
line-height: 25px;
font-size: 1.2em;
color: #D0D0D0;
text-decoration: none;
margin-bottom: 2px;
}
#primaryNavigation li.jq-blog {
border-left: 1px solid #333;
}
#primaryNavigation li.jq-current a, #primaryNavigation li.jq-current a:hover {
	border-bottom: 2px solid #176092;
	background: #192839;
	margin-bottom: 0;
	cursor: default;
	color: #D0D0D0;
}
#primaryNavigation li a:hover {
color: #fff;
border-bottom: 2px solid #4082ae;
margin-bottom: 0;
}					

#header-wrap {
	width: 100%;
	background: #333;
	padding-top : 20px;
}

#header {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0;
	/*background: url(images/template/header-bg.gif) no-repeat right center ;*/
}


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

#nav-wrap {
	border-top: 1px solid #78C8D6;
	border-bottom: 1px solid #36A6BA;
	width: 100%;
	background: #333 url(images/template/nav-bg.gif) repeat-x top;
	padding: 10px 0 5px 0;
}

#navigation {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0;
	overflow: auto;
}


#nav {
	position: relative;
	/*top: 10px;
	left: 10px;*/
	list-style: none;
	margin: 0;
	height: 30px;
	display: inline;
	overflow: hidden;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 30px 15px 0 15px; /* Change the space between the menu graphics */
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -30px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -30px;
	}
	
							/* For more option, simply create the graphic file - and adjust the width below */
	
#home a  {
	width: 24px;
	background: url(images/template/nav-home.gif) no-repeat top left;
	padding-left: 0px;
	padding-right: 15px;
	}
	
#seo a  {
	width: 79px;
	background: url(images/template/nav-seo.gif) no-repeat top left;
	}
	
#searchmarketing a  {
	width: 145px;
	background: url(images/template/nav-searchmarketing.gif) no-repeat top left;
	}

#blogpromotion a  {
	width: 111px;
	background: url(images/template/nav-blogpromotion.gif) no-repeat top left;
	}
	
#ecommerce a  {
	width: 114px;
	background: url(images/template/nav-ecommerce.gif) no-repeat top left;
	}
	
#webdesign a  {
	width: 119px;
	background: url(images/template/nav-webdesign.gif) no-repeat top left;
	}
	
#blog a  {
	width: 84px;
	background: url(images/template/nav-blog.gif) no-repeat top left;
	}
	
#contact a  {
	width: 54px;
	background: url(images/template/nav-contact.gif) no-repeat top left;
	padding-right: 0;
	padding-left: 0;
	}
	

					/* ================================================ */
               /* 		        	   Content                        */
					/* ================================================ */
			
#content-wrap{
	width: 940px;
	padding: 10px 20px;
	margin: 40px auto 0 auto;
	text-align: center;
	background: #fff url(http://www.northsouthmedia.co.uk/images/template/content-wrap-bg.gif) repeat-y;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	overflow: auto;
	}
	
#content{
	width: 600px;
	float: left;
	text-align: left;
	margin-bottom: 20px;
	}
	
#content ol {
	margin: 0;
	list-style: none;
}

#content ol li {

	padding-left: 0;
}

#content ul {
	list-style: none;
	margin: 0em 2em 1em 2em;
}

#content li {
	
	padding-left: 14px;
}

blockquote {
	padding: 7px 20px;
	border-left: 2px solid #78c8d6;
	background: #fafafa;
	margin: 1em 2em;
}

cite {
	text-align: right;
}

code {
	font: "Courier New", Courier, monospace;
	font-size: 1.1em;
	padding: 7px 20px;
	border-left: 2px solid #ccc;
	background: #fafafa;
	margin: 1em 2em;
	display: block;
}

					/* ================================================ */
               /* 		      Blog (content) Styles                */
					/* ================================================ */
	
	
	/* Post Styles */
	
.postmeta {
	font-size: 0.8em;
	margin-bottom: 1.5em;
}	

.post-date {
	background: url(images/template/blog-post-date.gif) no-repeat 0 50%;
	padding: 0 10px 0 21px;
}

.post-filed {
	background: url(images/template/blog-post-filed.gif) no-repeat 0 50%;
	padding: 0 0 0 21px;
}

.commentslink {
	background: url(images/template/blog-post-comments.gif) no-repeat 0 50%;
	padding: 0 0 0 21px;
}

.post {
	padding-bottom: 0.8em;
	background: url(images/template/post-divider-bg.gif) repeat-x bottom;
}

.posttitle {
	margin-top: 1em;
}

.posttitle a {
	color: #333;
}

.posttitle a:hover {
	color: #36a6ba;
}


	/* Previous Next Links on Article List Page */
.pages {
	margin-top: 1em;
	padding-bottom:1.2em;
	background: url(images/template/post-divider-bg.gif) repeat-x bottom;
	width: 100%;
	overflow: auto;
}

.pages .page-previous {
	float: left;
	padding-left: 10px;
}

.pages .page-next {
	float: right;
	padding-right: 10px;
}

					/* ================================================ */
               /* 		    Social Bookmarking              */
					/* ================================================ */


#social-box {
  clear : all;
  width : 100%;
	height : 200px;
	background-color: #D0E9E9;
	border : 1px solid #000;
}

#social-box .social-box-txt {
  float : left;
	width : 35%;
	padding : 10px 0 0 20px;
}

#social-box .social-box-icons {
  float : left;
	width : 60%;
	padding : 10px 0 0 10px;
}

#social-box .social-box-icons ul li {
	display: inline;
	list-style-type: none;
}

#social-box .social-box-icons p {
  padding-top : 45px;
}

#social-box .social-box-comments p {
  padding : 0 0 0 20px;
}


					/* ================================================ */
               /* 		    Comment (content) Styles               */
					/* ================================================ */

.comments-num {
	border-bottom: 1px solid #36a6ba;
	margin-top: 3em;
	padding: 3px 0 1px 20px;
	background: url(images/template/blog-post-comment.gif) no-repeat 0 50%;
}

.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}
	
.comment-body {
  padding-left : 10px;
}	

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 7px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

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

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}


.comment-meta{
	font-size: 0.8em;
	margin: 0.2em 0;
}

.comment-text{
	margin: 0.4em 0 1em 0;
}

.small{
	font-size: 0.9em;
}

#postcomment {
	border-bottom: 1px solid #36a6ba;
	margin-top: 3em;
	padding: 3px 0 1px 20px;
	background: url(images/template/blog-post-comment2.gif) no-repeat 0 50%;
}

.postcomment {
	background: #fafafa;
	padding: 10px 20px;
	color: #333;
}

input {
	border: 1px solid #ccc;
	margin: 0.5em 0 0.5em 0;
	padding: 0.3em;
	width: 350px;
	font : bold 1em Calibri, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

textarea {
	border: 1px solid #ccc;
	margin: 0.5em 0 1em 0;
	padding: 0.3em;
	width: 350px;
	font : bold 1em Calibri, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

#submit {
	width: 150px;
	background: #edf8f9;
}

#subscribe {
	border: 0;
}
					
					/* ================================================ */
               /* 		         	 Sidebar                       */
					/* ================================================ */
	
#sidebar{
	width: 300px;
	float: right;
	text-align: left;
	margin-bottom: 20px;
}

#sidebar .social-icons {

}

#sidebar h3 {
	padding-left: 25px;
}

#sidebar p {
	padding-left: 25px;
}

#sidebar img {
	margin: 22px 0 0px 0;
}	

#sidebar ul {
	padding-left: 25px;
	list-style: none;
	margin: 0 0 10px 0;
}

#sidebar li {
	border-bottom: 1px dashed #333;
	padding: 5px 0;
}

#sidebar li a {
	display: block;
	color : #333;
}

#sidebar li a:hover {
	text-decoration : underline;
}


					/* ================================================ */
               /* 		         	 Linkage                       */
					/* ================================================ */
					
#linkage {
	width: 940px;
	padding: 0px 20px;
	margin: 0 auto;
	text-align: center;
	background: #FFDA84 url(images/template/linkage-bg.png) repeat-x;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: auto;
}

#linkage-panel-left {
	width: 300px;
	margin-right: 20px;
	padding: 0;
	float: left;
	text-align: left;
}

#linkage-panel-center {
	width: 300px;
	padding: 0;
	float: left;
	text-align: left;
}

#linkage-panel-right {
	width: 300px;
	padding: 0;
	float: right;
	text-align: left;
}

#linkage ul {
	list-style: none;
	margin: 0 0 10px 0;
}

#linkage li {
	/*border-bottom: 1px solid #668723;*/
	padding: 5px 0 6px 0;
	background: url(images/template/linkage-li-bg.gif) repeat-x bottom;
}

#linkage li a {
	display: block;
	color: #333;
}

#linkage li a:hover {
	color: #333;
	text-decoration : underline;
}

#linkage h3 {
	color: #333;
	padding: 0px 0 5px 0;
}


					/* ================================================ */
               /* 		         	 Footer                       */
					/* ================================================ */

#footer {
	width: 940px;
	text-align: left;
	margin: 10px auto;
	padding-bottom: 30px;
	font-size: 0.8em;
	line-height: 140%;
	color: #fff;
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

#footer a {
		color: #fff;
		text-decoration: underline;
}

.wrapper-post {
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

.talk_2 {
	float: left;
	width: 90px;
	background-image: url(images/bg_talk_2.png);
	background-repeat: no-repeat;
	height: 71px;
	padding-left: 46px;
	padding-top: 21px;
}

.all_textbox {
	width: 60%;
	background-color: #F9F7ED;
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: left;
}



#flt1 {position:fixed;top:225px;right:0px}
#flt1 a{width:32px;display:block;background:url(http://www.northsouthmedia.co.uk/images/flt1.png) no-repeat 0px 0px}
#flt1 a.flt1{height:32px}
#flt1 a.flt1 span{position:fixed;display:none;top:225px;right:40px}
#flt1 a.flt1:hover span{display:block}
#flt2{position:fixed;top:260px;right:0px}
#flt2 a{width:32px;display:block;background:url(http://www.northsouthmedia.co.uk/images/flt2.png) no-repeat 0px 0px}
#flt2 a.flt2{height:32px}
#flt2 a.flt2 span {position:fixed;display:none;top:260px;right:40px}
#flt2 a.flt2:hover span{display:block}
#flt3 {position:fixed;top:296px;right:0px}
#flt3 a{width:32px;display:block;background:url(http://www.northsouthmedia.co.uk/images/flt3.png) no-repeat 0px 0px}
#flt3 a.flt3{height:32px}
#flt3 a.flt3 span{position:fixed;display:none;top:296px;right:40px}
#flt3 a.flt3:hover span{display:block;}




