/*
Styles for older IE versions (previous to IE9).
*/

.site {
	min-width: 1040px;
}

.genericon:before:hover,
.menu-toggle:after:hover,
.date a:before:hover,
.entry-meta .author a:before:hover,
.format-audio .entry-content:before:hover,
.comments-link a:before:hover,
.tags-links a:first-child:before:hover,
.categories-links a:first-child:before:hover,
.edit-link > a:before:hover,
.attachment-meta:before:hover,
.attachment-meta a:before:hover,
.comment-awaiting-moderation:before:hover,
.comment-reply-link:before:hover,
.comment-reply-title small a:before:hover,
.bypostauthor > .comment-body .fn:before:hover {
	text-decoration: none;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	left: 100%;
}

.site-header .home-link {
	max-width: 1040px;
}

.site-header .search-form [type="search"],
.site-header .search-form [type="text"] {
	padding-top: 6px;
}

img.alignright {
	margin-right: 0;
}

img.alignleft {
	margin-left: 0;
}

.site-main .sidebar-inner {
	width: 1040px;
}

.site-main .widget-area {
	margin-right: 60px;
}

.format-image .entry-content .size-full {
	margin: 0;
	max-width: 604px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	max-width: none;
}

.gallery img {
	width: auto;
}

.gallery-caption {
	background: #000;
	filter: alpha(opacity=0);
}

.gallery-item:hover .gallery-caption {
	filter: alpha(opacity=70);
}

.comment {
	clear: both;
}

.comment-meta,
.comment-content,
.comment-list .reply {
	width: 480px;
}

.depth-2 .comment-meta,
.depth-2 .comment-content,
.comment-list .depth-2 .reply {
	width: 460px;
}

.depth-3 .comment-meta,
.depth-3 .comment-content,
.comment-list .depth-3 .reply {
	width: 440px;
}

.depth-4 .comment-meta,
.depth-4 .comment-content,
.comment-list .depth-4 .reply {
	width: 420px;
}

.depth-5 .comment-meta,
.depth-5 .comment-content,
.comment-list .depth-5 .reply {
	width: 400px;
}

.comment-meta {
	margin-bottom: 0;
}

.widget {
	background: #f7f5e7;
}

.site-footer .widget {
	background: none;
}

/* Internet Explorer 8 */
.ie8 .site {
	border: 0;
}

.ie8 img.size-full,
.ie8 img.size-large {
	height: auto;
	width: auto;
}

.ie8 .sidebar .entry-header,
.ie8 .sidebar .entry-content,
.ie8 .sidebar .entry-summary,
.ie8 .sidebar .entry-meta {
	max-width: 724px;
}

.ie8 .author-info {
	margin-left: 0;
}

.ie8 .paging-navigation .nav-previous .meta-nav {
	padding: 5px 0 8px;
	width: 40px;
}

.ie8 .paging-navigation .nav-next {
	line-height: 1;
}

.ie8 .format-status .entry-content:before,
.ie8 .format-status .entry-meta:before {
	content: none;
}

.ie8 .site-main .widget-area {
	margin-right: 0;
}

/* Internet Explorer 7 */
.ie7 audio,
.ie7 canvas,
.ie7 video {
	display: inline;
	zoom: 1;
}

.ie7 legend {
	margin-left: -7px;
}

.ie7 button,
.ie7 input,
.ie7 select,
.ie7 textarea {
	vertical-align: middle;
}

.ie7 button,
.ie7 input[type="button"],
.ie7 input[type="reset"],
.ie7 input[type="submit"] {
	overflow: visible;
}

.ie7 input[type="checkbox"],
.ie7 input[type="radio"] {
	height: 13px;
	width: 13px;
}

.ie7 .screen-reader-text {
	clip: rect(1px 1px 1px 1px); /* IE7 */
}

.ie7 .site-header {
	position: relative;
	z-index: 1;
}

.ie7 .main-navigation {
	max-width: 930px;
	padding-right: 150px;
}

.ie7 .nav-menu li a,
.ie7 .nav-menu li {
	display: block;
	float: left;
}

.ie7 .nav-menu ul {
	top: 40px;
}

.ie7 .nav-menu li ul ul {
	left: 100%;
	top: 0;
}

.ie7 .site-header .search-form [type="search"],
.ie7 .site-header .search-form [type="text"] {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	height: 28px;
	outline: 0;
	width: 150px;
}

.ie7 .entry-header,
.ie7 .entry-content,
.ie7 .entry-summary,
.ie7 .entry-meta {
	width: 604px;
}

.ie7 .format-status .entry-content,
.ie7 .format-status .entry-meta {
	padding-left: 60px;
}

.ie7 .sidebar .format-status .entry-content,
.ie7 .sidebar .format-status .entry-meta {
	padding-left: 60px;
}

.ie7 .sidebar .post-navigation .nav-links,
.ie7 .sidebar .paging-navigation .nav-links {
	width: 604px;
}

.ie7 .paging-navigation .meta-nav {
	padding: 0 0 10px;
	vertical-align: middle;
	width: 40px;
}

.ie7 .comments-title,
.ie7 .comment-list,
.ie7 .comment-reply-title,
.ie7 .comment-respond .comment-form {
	width: 604px;
}

.ie7 .site-footer .widget-area {
	max-width: none;
	left: auto;
}

/* RTL for Internet Explorer 7 & 8 */
.rtl .format-audio .entry-content:before,
.rtl .comment-reply-link:before,
.rtl .comment-reply-login:before {
	-ms-filter: "FlipH";
	filter: FlipH;
}

ul.double li {
	margin: 0 10% 0 0;
    width: 40% !important;
}
body #page {
	width: 100%;
}
#masthead #right-header {
	margin: -92px 0 0;
}
#masthead #flags {
	margin: 0;
}
#masthead #site-navigation {
	margin: 40px 0 0;
}
#masthead #site-navigation a {
	padding: 10px;
}
#masthead #header-posts li {
	width: 48%;
}
#main #latest-design-posts img.single {
	border-radius: 5px;
	margin: 0 1%;
	width: 48%;
}
#main #latest-design-posts .design-left {
	margin: 0 1%;
	width: 48%;
}
#main #latest-design-posts #design-gallery {
	margin: 0 1%;
	width: 48%;
}
#main #latest-news-posts img {
	margin: 0 1%;
	width: 48%;
}
#main #latest-news-posts .news-right {
	margin: 0 1%;
	width: 48%;
}
#main #news-categories {
	margin: 0 1%;
	width: 28%;
}
#main #content.news {
	margin: 0 1%;
	width: 68%;
}
#main #news-posts .news-content {
	height: 140px;
	overflow: hidden;
}
#main #our-work ul li {
	margin: 0 1% 2%;
	width: 48%;
}
#main #content.contact {
	border: medium none;
    margin: 0 1% 10px;
    width: 48%;
}
#main #contact-form {
	margin: 0 1% 10px;
	width: 48%;
}
#main #clients ul li {
	width: 31%;
}
#main #client-reviews ul li {
	margin: 0 1% 10px;
	width: 48%;
}
#main #channels img {
	width: 23%;
}
#main #channels .content {
	width: 75%;
}
#colophon #footer-menu2 {
	padding: 16px 0;
}
#colophon #footer-menu2 li {
	margin: 0;
}
#colophon #footer-left {
	width: 48%;
}
#colophon #footer-right {
	width: 48%;
}
#masthead #right-header {
	margin: 0;
	width: 59%;
}
#masthead #site-navigation {
	margin: 0;
}
#masthead #header-posts li {
	border-bottom: medium none;
    border-left: 1px dotted #CDCDCD;
    margin: 0 0 10px;
    padding: 0 1%;
    width: 25%;
}
#main #news-categories {
	width: 98%;
}
#main #news-categories li {
	margin: 0 20px 10px 0;
	width: auto;
}
#main #content.news {
	width: 98%;
}
#main #news-posts img {
	width: 42%;
}
#main #news-posts .news-right {
	margin: 0;
	width: 56%;
}
#main #news-posts .news-content {
	height: 140px;
}
#main #our-work ul li {
	width: 31%;
}
#main #clients ul li {
	width: 23%;
}
#main #channels ul li {
	height: 240px;
    margin: 0 1% 10px 0;
    width: 49%;
}
#main #channels img {
	width: 35%;
}
#main #channels .content {
	width: 63%;
}
#colophon #footer-menu {
	padding: 0;
}
#colophon #footer-menu h6 {
	display: block;
    font-size: 30px;
    font-weight: normal;
    line-height: 70px;
    margin: 0 0 0 5px;
    padding: 0 140px 0 0;
    text-transform: uppercase;
}
#colophon #footer-menu ul {
	margin: 19px 0 0;
	width: 54%;
}
#colophon #footer-menu li {
	margin: 0;
}
#colophon #footer-menu2 {
	height: 56px;
	padding: 19px 0 0;
}
#colophon .copy {
	margin: 60px 0 0;
}
#masthead #logo {
	margin: 9px 0;
}
#masthead #right-header {
	width: 69%;
}
#masthead #site-navigation {
	margin: 10px 0 0;
}
#masthead #site-navigation ul {
	float: right;
	position: relative;
}
#masthead #header-posts .header-posts-content {
	min-height: 54px;
}
#main #latest-design-posts img.single {
	margin: 0;
	width: 49%;
}
#main #latest-design-posts .design-left {
	margin: 0;
	width: 50%;
}
#main #latest-design-posts #design-gallery {
	margin: 0;
	width: 49%;
}
#main #latest-news-posts img {
	margin: 0;
	width: 49%;
}
#main #latest-news-posts .news-right {
	margin: 0;
	width: 49%;
}
#main #latest-news-posts .news-right li {
	margin: 0 0 5px;
}
#main #news-categories {
	margin: 5px 0 0;
	width: 19%;
}
#main #news-categories li {
	margin: 0 0 10px;
	width: 100%;
}
#main #content.news {
	margin: 0;
	width: 79%;
}
#main #news-posts img {
	width: 34%;
}
#main #news-posts .news-right {
	width: 65%;
}
#main #news-posts .news-content {
	height: 100px;
}
#main #our-work ul li {
	margin: 0 1% 1% 0;
	width: 32%;
}
#main #clients ul li {
	margin: 0 1% 1% 0;
	width: 24%;
}
#main #client-reviews ul li {
	margin: 0 1% 1% 0;
	width: 49%;
}
#main #channels {
	margin: 10px 0;
	width: 100%;
}
#main #channels ul li {
	height: 150px;
}
#main #channels img {
	width: 28%;
}
#main #channels .content {
	width: 70%;
}
#colophon #footer-menu ul {
	margin: 25px 0 0;
	width: 64%;
}
#colophon #footer-left {
	margin: 20px 0;
	width: 49%;
}
#colophon #footer-right {
	margin: 20px 0;
	width: 49%;
}
#why-bg {
	background: url('/wp-content/themes/responsivein1/images/whyBg.png') no-repeat scroll center 60px transparent;
	height: 1542px;
	margin: 0 0 20px;
}
#content.why {
	border: medium none;
	padding: 0;
}
#content.why-1 {
	width: 670px;
}
#content.why-2 {
	float: right;
    margin: 55px 10px 0 0;
    width: 620px;
}
#content.why-3 {
	margin: 155px 0 0 150px;
	width: 700px;
}
#content.why-4 {
	margin: 100px 0 0 150px;
	width: 700px;
}
#content.why-5 {
	margin: 90px 0 0 150px;
	width: 700px;
}
#content.why-6 {
	margin: 80px 0 0 150px;
	width: 700px;
}
#content.why-7 {
	margin: 65px 0 0 150px;
	width: 700px;
}