@charset "utf-8";
/**
 * @author 	Yvonne Emmerig
 * @link	http://www.dymago.nl/
 * @package Dymago design
 *
 */
/* text*/
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
	color: rgba(86,86,86,1.0);
	background-size:100% auto;
}

a { color: rgb(48,48,48);}
a:hover { color: rgba(72,129,1.0); outline: 0;text-shadow:0px 1px 1px rgba(48,48,48,0.9);}
a:active { color: rgba(72,129,1.0); margin-top: 1px; outline: 0;}
a:focus { outline: 0; }
hr{border:0 rgb(204,204,204) solid;border-top-width:1px;clear:both;height:0;}
h1{font-size:1.8em;color:rgba(86,86,86,1.0);font-weight:normal;text-shadow:0px 1px 1px rgba(48,48,48,0.8);}
h2{font-size:1.5em;color:rgba(72,129,0,1.0);font-weight:normal;text-shadow:0px 1px 1px rgba(48,48,48,0.8);}
h3{font-size:1.3em;color:rgba(72,129,0,1.0);font-weight:normal;text-shadow:0px 1px 1px rgba(48,48,48,0.8);}
h4{font-size:1.2em;color:rgba(72,129,0,1.0);}
h5{font-size:1.1em;color:rgba(72,129,0,1.0);}
h6{font-size:1em;color:rgba(72,129,0,1.0);}
ol{list-style:decimal;}
ul{list-style:disc;}
.list-menu ul { padding-top:4px; list-style-position: inside; }
.list-menu ul li { margin-top:4px; list-style-image: url(../img/circle-grey.png); }
.vinkje ul { padding-top:4px; list-style-position: inside; margin-left: -15px;}
.vinkje ul li { margin-top:4px; list-style-image: url(../img/vinkje.png); }
.nostyle ul li { list-style: none; margin-left: -10px;}
.nostyle ul li img { margin-right:5px; }

h1,h2,h3{margin-top:15px;margin-bottom:5px;}
dl,hr,h4,h5,h6,ol,ul,table,address,fieldset{margin-bottom:10px;}

/*p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,table,address,fieldset{margin-top:20px;}*/
/*h1{color:rgba(86,86,86,1.0);}
h2,h3,h4,h5,h6{color:rgba(72,129,0,1.0);}

h1, h2, h3 {font-weight:normal;text-shadow:0px 1px 1px rgba(48,48,48,0.8);}*/
	
/*p {margin-top: 0;line-height: 120%;text-align: justify;}*/
p {margin-bottom:14px; margin-top: 0;line-height: 115%;text-align: justify;}
ul, ol {margin-top: 0;line-height: 130%;text-align: justify;list-style:inside;}
cite {border-bottom:1px rgba(204,204,204,1.0) dashed;padding: 10px 0px;font-style: italic;font-size:10px;}
p:first-letter { }
p:first-line { }
input, select, textarea {margin-bottom: 5px;}
ul, ol { }
blockquote { }
pre {border:1px rgba(204,204,204,1.0) solid; background: rgba(255,255,255,1.0); display:inline-block;}
form {min-width:300px;}
.partnerform {padding-top: 20px;}
.partnerform input[type="text"]{ 
	float: left;
    margin-top: 10px;
    width: 160px;}
.partnerform input[type="file"] {
    margin-top: 10px;
	float: left;
	width: 165px;
	border: 1px solid rgba(0, 0, 0, 0.2);}
.partnerform select{ 
    margin-top: 10px;
    width: 165px;}
.partnerform textarea{  
	float: left;
    margin-top: 12px;
    height: 150px;
    width: 160px;}
.partnerform label{
	clear: both;
    float: left;
    font-size: 14px;
    margin-top: 12px;
    width: 80px;}
.partnerform input.error { 
	border: 1px solid #ff0000;
}
.partnerform button, .partnerform input[type="reset"], .partnerform input[type="submit"], .partnerform input[type="button"] {
  overflow: visible;
  padding: 3px 10px;
  text-shadow: #ffffff 0 1px 1px;
  width: auto;
  margin-top: 20px;
  margin-left: 80px;
  float:left;
 margin-bottom: 50px;}
/*input[type="submit"]{
	background: url("../img/send_button.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    float: right;
    font-size: 0;
    height: 31px;
    margin-top: 10px;
    margin-right: 14px;
    width: 94px;
	cursor:pointer;
}*/

/*button, input, select, textarea { font-size: 13px; margin: 0; vertical-align: baseline; 
*vertical-align: middle; margin: 5px 0 5px 0; }*/

button, input[type="reset"], input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#aee35c), to(#81bb25));
  background-image: -moz-linear-gradient(#aee35c, #81bb25);
  background-image: -ms-linear-gradient(#aee35c, #81bb25);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aee35c), color-stop(100%, #81bb25));
  background-image: -webkit-linear-gradient(#aee35c, #81bb25);
  background-image: -o-linear-gradient(#aee35c, #81bb25);
  background-image: linear-gradient(#aee35c, #81bb25);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.3 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px;
  text-shadow: #ffffff 0 1px 1px;
  width: auto;
  float:right;
  margin-right: 20px;
}
button:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="file"]:hover {
  background: #aee35c;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#81bb25), to(#aee35c));
  background-image: -moz-linear-gradient(#81bb25, #aee35c);
  background-image: -ms-linear-gradient(#81bb25, #aee35c);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #81bb25), color-stop(100%, #aee35c));
  background-image: -webkit-linear-gradient(#81bb25, #aee35c);
  background-image: -o-linear-gradient(#81bb25, #aee35c);
  background-image: linear-gradient(#81bb25, #aee35c);
  border: 1px solid;
  border-color: #999999 #bbbbbb #dddddd;
  -webkit-transition: 250ms linear all;
  -moz-transition: 250ms linear all;
  transition: 250ms linear all;
}
input[type="text"]{ 
	float: left;
    margin-top: 10px;
    width: 230px;}
input[type="file"] {
    margin-top: 10px;
	float: left;
	width: 235px;
	border: 1px solid rgba(0, 0, 0, 0.2);}
select{ 
    margin-top: 10px;
    width: 235px;}
textarea{  
	float: left;
    margin-top: 12px;
    height: 50px;
    width: 230px;}
label{
	clear: both;
    float: left;
    font-size: 14px;
    margin-top: 12px;
    width: 130px;}
input.error { 
	border: 1px solid #ff0000;
}

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
	
/* CSS Document */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; float: left; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
#article { display: block; float: left; }

/* aside */
.aside { width: 250px; display: block; float: right; padding-bottom:11px;}
.aside h2, .aside h3{ margin:5px 0px 0px 0px;}
.aside ul { margin-bottom:25px;}


/* common elements */
.note {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #06F;
}
.cright {
	width: 310px; 
	display: block; 
	float: right; 
	margin:0;
}
.cleft {
	width: 310px; 
	display: block; 
	float: left; 
	margin:0;
	padding: 0px 10px 20px 10px;
}
.cleft li, .cright li { list-style-image:url(../img/link.png);}
.clear { clear: both; }
img { border: 0px none; }
/*container*/
#container {
	width:100%;
	margin:0 auto;
}
/*header part start here*/
#header {
	width:100%;
	margin:0 auto;
	background:url(../img/header_bg.png) repeat-x;
	height:170px;
}
#head {
	width:960px;
	float:left;
}
.logo {
	width:190px;
	float:left;
	margin-top:0px;
}
.logo h1{
	margin-bottom: 2px;
	font-size: 2.7em;
    color:rgb(255,255,255);
	font-weight:normal;
	text-shadow:0px 3px 3px rgba(48,48,48,0.8);
}
.logo a{
	text-decoration:none;
    color:rgb(255,255,255);
	font-weight:normal;
	text-shadow:0px 2px 2px rgba(48,48,48,0.8);
}
.slogan {
	font-size:16px; 
	margin-top: 8px;
    color:rgb(48,48,48);
	font-weight:normal;
	text-shadow:0px 2px 2px rgba(255,255,255,0.8);
	font-variant:small-caps;

}
#head_adres {
	float: right;
	width: 500px;
	height: 104px;
	background:url(../img/dymago-adres.png) no-repeat right;
	margin: 0;
	
}
.head_right {
	width:770px;
	float:left;
	padding-top:20px;
}
.head_right .email {
	width:210px;
	float:left;
	margin-left:330px;
	text-align:right;
	line-height:24px;
	background:url(../images/head_border.png) no-repeat right;
	padding-right:15px;
	height:67px;
}
/*.contact {
	width:200px;
	float:right;
	margin-left:5px;
}*/
/*header part end here*/

/*menu part start here*/
#menu {
	width:960px;
	float:left;
	margin-top:20px;
}
#menu_nav, #menu_navsub {
	margin:0px;
	padding:0px;
}
#menu_nav li, #menu_navsub li {
	display:inline;
	list-style-type:none;
}
#menu_nav li a {
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	padding-left:8px;
	padding-right:8px;
	text-shadow:0px 1px 1px rgba(255,255,255,1.0);
	color:rgba(80,80,80,1.0);
	font-weight:bold;
}
#menu_nav li a:hover {
	background: #fffff;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:underline;
	padding-left:8px;
	padding-right:8px;
	text-shadow:0px 1px 1px rgba(255,255,255,1.0);
	color:rgba(72,129,0,1.0);
	font-weight:bold;
}
ul#menu_nav{margin:3px;}
ul#menu_nav li.first{ display:none; }
/*#menu_nav li a:hover {
	text-decoration:underline;
	background: url(../img/menu-active.png) repeat-x top;
}*/
/* top sub menu */
#menu_navsub {
	margin:0px;
	padding:0px;
}
#menu_navsub li {
	display:inline;
	list-style-type:none;
	padding: 0 5px;
}
/*menu part end here*/
/*middle part start here*/
#contentWrapper {
	width:100%;
	margin:0 auto;
	background:#fff url(../img/content_bg1.png) repeat-x bottom;
	min-height:425px; 
	float:left;
}
#contentWrapper2 {
	width:100%;
	margin:0 auto;
	background:#fff url(../img/content_bgw.png) repeat-x bottom;
	min-height:425px; 
	float:left;
}
#wrapper {
	width:980px;
	margin:0 auto;
}
#wrapper tbody li{
	text-align:left;
}

#wrapper h3{color: #383838; padding-bottom: 10px;}

/* dymago images at the left */
.leftContent{
	float:left;
	display: block; 
	width:290px;
	height:500px;
	margin-bottom:-34px;
	background:url(../img/logo/dymago.png) no-repeat left bottom;
	margin-right: 30px; 
}
.rightContent{
	width:660px;
	height: 466px;
	margin:0 auto;
	display: block; 
	float: right;
}
.contact-form {width:380px;}

.content ul {
	list-style:none;
}
.content ul ul {
	list-style:none;
	margin-bottom:-20px;
}
.content li {
	padding-left: 25px;
	list-style-position: inside;
	text-decoration:none;
	list-style-type:disc;
}
.content li li{
	padding-left: 25px;
	list-style-position: inside;
	text-decoration:none;
	list-style-type:circle;
}


/*.link a {
	text-decoration:none;
	padding-right:25px;
	background:url(../images/arrow.png) no-repeat right center;
}
.link a:hover {
	text-decoration:underline;
}
*/
/*contentWrapper part end here*/
.breadcrumbs {border-bottom:1px dashed #999999;padding:5px 5px 1px 5px; margin-bottom: 10px; list-style:none;}

/* Tabs */
.tabs, .pills {
/*  margin: 0 0 20px;*/
  margin: 0;
  padding: 0;
  zoom: 1;
}
.tabs span {
	line-height: 24px;
/*    color: #8ec50a;*/
    color: #ffffff;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
/*	font-size: 1.3em;
	margin-left: 2px;
	margin-bottom: 8px;
	border: 1px solid #DDDDDD;
	font-weight: bold;*/
/*  	background: #60a61d;*/
}
.tabs span.current {
/*  background: #ecf8d0;*/
  background: #8ec50a;
  margin-right: 2px;
  margin-bottom: -1px;
  padding: 0 15px;
  line-height: 24px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #bfbfbf;
}
/*.breadcrumbs span.current {
	border: 0;
}
*/
.tabs:before,
.pills:before,
.tabs:after,
.pills:after {
  display: table;
  content: "";
}

.tabs:after, .pills:after {
  clear: both;
}

.tabs {
  width: 100%;
/*  border-bottom: 1px solid #eeeeee;*/
}

.tabs li, .pills li {
  display: inline;
}

.tabs li a, .pills li a {
  float: left;
  width: auto;
}

.tabs li a {
  background: #efefef;
  margin-right: 2px;
  margin-bottom: -1px;
  padding: 0 15px;
  line-height: 24px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #bfbfbf;
}

.tabs li a:hover {
  border-bottom: 1px solid #bfbfbf;
  background: #e6e6e6;
}

.tabs li.active a {
  background-color: #ffffff;
  padding: 0 14px;
  border: 1px solid #cccccc;
  border-bottom: 0;
  color: #808080;
  border-bottom: 1px solid #bfbfbf;
}

/* Pills */
.pill a {
  background: #106ECC;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 15px 5px 15px;
  line-height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.pill a:hover {
  background: #0050a3;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.pill a.active {
  background: #0069d6;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.pill li, li.pill {
	list-style: none;
}
.one_full { 
		width: 980px; 
		margin: 0; 
}

.one_half { 
		width: 440px; 
		margin-right: 50px; 
		float:left;
}

.one_third { 
		width: 310px; 
		margin-right: 50px;
		float:left; 
}

.two_third { 
		width: 620px; 
		margin-right: 50px; 
		float:left;
}
.one_quarter { 
		width: 220px; 
		margin-right: 50px; 
		float:left;
}

.tweederde { 
		width: 540px; 
		margin-right:90px; 
		float:left;
}
.eenderde { 
		width: 300px; 
		margin-right:0; 
		float:left;
}
.sites  {
		width:300px;
		margin-right:0; 
		margin-top:50px; 
		margin-bottom:15px; 
		float:left;
}
.sites img {margin:0px 5px 15px 0px; width: 90px; height:68px; border: 1px solid #f5f5f5;}

/*.block1 div,.block2 div{ padding: 0px 50px 0px 0px; margin-top:50px;}
.block2 .contact-form {	width:100%; margin-top: -30px;}
.block2 input[type="submit"]{ float: left; }
.block2 { width:33%; float:left; }
.block1 li { padding-bottom:15px; list-style-type: none; }
.block1 li a { text-decoration:none; padding-left:25px; background:url(../img/circle-green.png) no-repeat left center; }
.block1 li a:hover { text-decoration:none; padding-left:25px; background:url(../img/circle-grey.png) no-repeat left center; }
.block2 li { padding-bottom:15px; list-style-type: none; }
.block2 li a { text-decoration:none; padding-left:25px; background:url(../img/circle-green.png) no-repeat left center; }
.block2 li a:hover { text-decoration:none; padding-left:25px; background:url(../img/circle-grey.png) no-repeat left center; }
.block3 { width:33%; float:left; margin-top:0px; }

.b100 { 
		width: 980px; 
		float:left; 
		margin: 0; 
}

.b50 { 
		width:490px; 
		float:left; 
		margin: 0; 
}
.b50 p { 
		padding: 0px 30px 30px 30px;
}

.b33 div {float:left; width:330px; margin:0px;}
.b33 p {padding-right: 50px;}
.b33 img {width: 250px; float:left; padding-left: 20px;}
.b33 pre {width:300px;}

.b66 { 
		width: 66%; 
		float:left; 
		padding: 0px 50px 0px 0px;
		margin: 0; 
}

.b25 { 
		width: 25%; 
		float:left; 
		padding: 0px 50px 0px 0px;
		margin: 0; 
}
*/
/* 
div img {
	width:110px;
	height:110px;
	border:thin solid black;
	overflow-x:hidden;
	overflow-y:hidden;
}
*/
/*footer part start here*/
#footerWrapper {
		width: 100%;
		margin: auto;
}
#stripshop {
		width: 980px;
		height:200px;
		margin: auto;
		background:url(../img/strip-dymago.png) no-repeat;
}
#strip {
		width: 980px;
		height:200px;
		margin: auto;
}
#strip .shop{
		width: 980px;
		height:200px;
		margin: auto;
		background:url(../img/strip-dymago.png) no-repeat;
}
#strip .site{
		width: 980px;
		height:200px;
		margin: auto;
		background:url(../img/strip-dymago3.png) no-repeat;
}
#strip .design{
		width: 980px;
		height:200px;
		margin: auto;
		background:url(../img/strip-dymago4.png) no-repeat;
}
#strip .designslider{
		width: 940px;
		height:200px;
		margin: auto;
		padding-bottom: 50px;
}
#strip .widget {
		width: 300px;
		float:right;
		margin: 60px 0px 10px 0px;
		text-align:center;
}
#strip .widget p {
		width: 230px;
		text-align:center;
}
#strip .widget hr {
		border: none;
}

#footer .widget {
		width: 200px;
		margin-right: 40px;
}
	
#footer .social {
		margin-right: 0;
}
	
/* footer top boxes*/
#block1 { width:33%; float:left;}
#block1 div,#block2 div{ padding: 0px 50px 0px 0px; margin-top:50px;}
#block1 p{ margin-top:20px;}
#block2 .contact-form {	width:100%; margin-top: -40px;}
#block2 input[type="submit"]{ float: left; }
#block2 { width:33%; float:left; }
#block2 ul { margin-top:-30px; }
#block2 li { padding-bottom:15px; list-style-type: none; }
#block2 li a { text-decoration:none; padding-left:25px; background:url(../img/circle-green.png) no-repeat left center; }
#block2 li a:hover { text-decoration:none; padding-left:25px; background:url(../img/circle-grey.png) no-repeat left center; }
#block3 { width:33%; float:left; margin-top:0px; }

#block1 .feed h3 { margin-top:-6px; font-size:1.5em; color:rgba(72,129,0,1.0);font-weight:normal;text-shadow:0px 1px 1px rgba(48,48,48,0.8);}
.feed li {  list-style-type: none; }
.feed li a { text-decoration:underline; padding-left:25px; background:url(../img/circle-green.png) no-repeat left center; }
.feed li a:hover { text-decoration:none; padding-left:25px; background:url(../img/circle-grey.png) no-repeat left center; }
.feed p {margin-top: 0;line-height: 45%;}


/* greenbox */
.green {
	border-right:1px solid #498409;
	border-left:1px solid #498409;
	padding:35px 12px 49px 20px;
	background: -moz-linear-gradient(#aee35c, #81bb25);
	background: -webkit-linear-gradient(#aee35c, #81bb25);
	background: -o-linear-gradient(#aee35c, #81bb25);
	background: -ms-linear-gradient(#aee35c, #81bb25);/*For IE10*/
	background-color:#aee35c;/*For IE7 IE8*/
	background: linear-gradient(#aee35c, #81bb25);
	filter: progid:DXimagesTransform.Microsoft.gradient(GradientType=0,startColorstr='#aee35c', endColorstr='#81bb25');
	border-top:0px;
	text-decoration:none;
}
.green a { color: rgba(86,86,86,1.0); }
.green a:hover { color: rgba(255,255,255,1.0); }
.green a:active { color: rgba(255,255,255,1.0); margin-top: 1px; }
.green a:focus { outline: 0; }
.green h2 { color: rgba(255,255,255,1.0); }
.green ul { list-style:none; float:left; }
.green ul img { float:left; width: 140px; height: 90px;}
/* greybox */
.grey {
	border-right:1px solid #818181;
	border-left:1px solid #818181;
	padding:35px 12px 49px 20px;
	background: -moz-linear-gradient(#e9e9e9, #999999);
	background: -webkit-linear-gradient(#e9e9e9, #999999);
	background: -o-linear-gradient(#e9e9e9, #999999);
	background: -ms-linear-gradient(#e9e9e9, #999999);/*For IE10*/
	background-color:#e9e9e9;/*For IE7 IE8*/
	background: linear-gradient(#e9e9e9, #999999);
	filter: progid:DXimagesTransform.Microsoft.gradient(GradientType=0,startColorstr='#e9e9e9', endColorstr='#999999');
	border-top:0px;
	text-decoration:none;
}
.grey a { color: rgba(86,86,86,1.0); }
.grey a:hover { color: rgba(255,255,255,1.0); }
.grey a:active { color: rgba(255,255,255,1.0); margin-top: 1px; }
.grey a:focus { outline: 0; }
.grey ul { padding-bottom:8px; list-style-position: inside; list-style-image: url(../img/circle-darkgreen-s.png); }
.grey h1,.grey h2 {color: rgba(86,86,86,1.0);}
/* end footer top boxes*/

#foot {
	width:100%;
	margin:0 auto;
	background:#999999 url(../img/foot/canvas-999.png) repeat top;
	height:50px;
	float:left;
	border-top:2px solid #8e8e8e;
	border-bottom:2px solid #999;
}
#foot_left {
	width:300px;
	float:left;
	font-size:13px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	text-shadow:0px 1px 1px rgba(255,255,255,1.0);
	color: rgba(48,48,48,0.9);
	margin-top:18px;
}
#foot_right {
	width:660px;
	text-align:right;
	float:left;
	margin-top:18px;
}
#foot_nav {
	margin:0px;
	padding:0px;
}
#foot_nav li {
	display:inline;
	list-style-type:none;
}
#foot_nav li a {
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
	text-shadow:0px 1px 1px rgba(255,255,255,1.0);
	color: rgba(48,48,48,0.9);
}

ul#foot_nav{margin:3px;}
ul#foot_nav li.first{ display:none; }
#foot_nav li a:hover {
	text-decoration:underline;
	text-shadow:0px 1px 1px rgba(48,48,48,0.9);
	color: rgba(255,255,255,1.0);
}
/*footer part end here*/

/* blog nieuws */
#blognews{ 
	width:650px; 
	float:left; 
	margin-top:30px;
}
.back {float:right;}
#blognews h1 {
	font-family: 'Ubuntu', sans-serif;
    font-size:1.6em;
	color:rgba(86,86,86,1.0);
	width:650px; 
	float:left;
	color:#383838;
	padding-bottom:10px;
}
/* posts */
#postnews {
	background: #ffffff;
	width:300px;
	float:left;
	margin-top:30px;
	font-family: 'Ubuntu', sans-serif;
	padding: 5px 15px 15px 15px;
	margin: 0 15px 15px 0;
	outline: 3px solid #f2f2f2;
	border: 1px solid #ccc;
}
#postnews h1 {
	font-family: 'Ubuntu', sans-serif;
	color:#383838;
	padding-bottom:10px;
}
.post {
	background: #ffffff;
	width: 300px;
	padding: 5px 15px 15px 15px;
	margin: 0 15px 15px 0;
	outline: 3px solid rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.post h5, .post h5 a {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0;
}

.post_date, .post_meta {
	color: #B8B8BD;
}

.post_date {
	margin-top: -20px;
	margin-right: 5px;
	float: right;
	display: none;
}

.post_date img, .post_meta img {
	margin-right: 3px;
	margin-top: -3px;
}
.tags {
	margin: 0px 5px 10px 0px;
	padding: 3px;
	background: #fff;
	line-height: 20px;
}

.single_post {
	width: 600px;
	margin: 0 15px 25px 15px;
}

.single_post hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

.single_post h5, .single_post h5 a {
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 0;
}

.single_post h5 small a {
	float: right;
	margin: 5px 10px 0 0;
	color: #B8B8BD;
	display: none;
}

.single_post h5 small a:hover {
	color: #DD1251;
}

.single_post .post_meta {
	width: 100%;
	float: left;
	margin-top: 15px;
}

/* comments */
#comments {
	width: 400px;
}
#comments h6 {
	text-transform: uppercase;
	margin-bottom: 0;
}

.comment {
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#comments .avatar {
	width: 60px;
	margin: 0 8px 8px 0;
	float: left;
}

#comments .avatar img {
	background: #ffffff;
	padding: 5px;
	outline: 3px solid rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(0, 0, 0, 0.2);
}

#comments input[type="text"], #comments textarea {
	width: 228px;
	margin-top: 5px;
}
/*blog page end here */

/*../images space*/
#../images_space{ width:100%; margin:0 auto;}
#space{ font-family: 'Ubuntu', sans-serif; font-size:84px; color:#e2e2e2; text-align:center; padding:20px 0px;}
#middle2 h2{display:none;}

#foot p{   margin: 0;
    padding-top: 11px;}
	
.error{ color: red;
    float: left;
    font-size: 9px;font-family: verdana;line-height:0px;
    }	
#mid_right h1{font-weight:bold;}
#mid_right p{margin:10px 0;}
.box_left h1{text-transform:uppercase;color:#999;}
.box_left p{font-weight:normal;margin:15px 0;}
.readmore a{background: url("../img/read_more.png") no-repeat scroll 0 0 transparent; height:29px;width:92px;float:left;display:block;font-size:0px;}

#tipz1 h3 a{color:#000; text-decoration:none;}
.midimg{background: url(../images/middle_bg2.png) repeat-x bottom;float: left;height: 425px;}
#blog_right ul{list-style:none;}

/* Pagination */
.pagination {
  	margin: 18px 0;
	float: left;
	width: 100%;
}

.pagination ul {
	background: #f3f3f3;
  	float: left;
  	margin: 0;
  	padding: 0;
  	outline: 3px solid rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(0, 0, 0, 0.2);
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	border-radius: 3px;
  	-webkit-grid-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  	-moz-grid-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  	grid-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul li {
  	display: inline;
}

.pagination ul li a {
  	float: left;
  	padding: 0 14px;
  	line-height: 24px;
  	border-right: 1px solid;
  	border-right-color: #dddddd;
  	text-decoration: none;
}

.pagination ul li a:hover, .pagination ul li.active a {
  	background: rgba(72,129,0,1.0);
	color: #ffffff;
	text-shadow: none;
}

.pagination ul li.disabled a, .pagination ul li.disabled a:hover {
  background-color: none;
  color: #bfbfbf;
}

.pagination ul li.next a {
  border: 0;
}
.pagination span {
	width: 25px;
	line-height: 24px;
    color: #ffffff;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
/*	font-size: 1.3em;
	margin-left: 2px;
	margin-bottom: 8px;
	border: 1px solid #DDDDDD;*/
	font-weight: bold;
  	background: #60a61d;
}
.pagination span.current {
	border: 0;
}
.pagination span a {
	text-decoration: none;
	font-size: inherit;
	display: block;
	font-weight: inherit;
}
.pagination span a:hover {
	background-color: #F3F3F3;
}
/* Login Box */
ul#login {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#login li,
ul#small-login li {
	margin: 0;
	padding: 5px 0px 5px 20px;
	border: none;
	background-image: none;
}

ul#login li {
	padding: 5px 0px;
}

ul#login li a,
ul#small-login li a {
	padding: 0px;
	font-weight: normal;
	border: none;
	background: none;
}

ul#login li label,
ul#small-login li label {
	display: inline-block;
	width: 60px;
}

ul#login li#remember-me label,
ul#small-login li#remember-me label {
	width: auto;
}

ul#login li#remember-me input,
ul#small-login li#remember-me input {
	width: auto;
	margin-left: 60px;
}

ul#login li input,
ul#small-login li input {
	width: 170px;
}

ul#login li.form-buttons input,
ul#login li#remember-me input,
ul#small-login li.form-buttons input,
ul#small-login li#remember-me input {
	width: auto;
}
