/*  
Theme Name: Grid Focus
Theme URI: http://5thirtyone.com/
Description: Grid aligned WordPress theme
Version: 1.1
Author: Derek Punsalan
Author URI: http://5thirtyone.com/
Tags: white, grid, whitespace, minimal, clean, widgets

Grid Focus was designed and coded by Derek Punsalan. Find
more info about the guy at http://5hthirtyone.com

Notes: Inspired and created for minimalist, content focused blogs 
or websites. Customize, edit, poke, prod, and adapt to your own 
style. Please leave credit where credit is due so that others may
find the source for your site and adapt a suitable version for their
own website.

See line 53 for a collection of the main font rules - size, line-height,
and color - combined for your convenience.

*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
    background-attachment:fixed;
	color: #333;
	font-size: 62.5%;
	font-family: arial, verdana, sans-serif;
	text-align: center;

} 
h1 {
	font-size: 5em;
        margin: 0 0 0 10px;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
a {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: rgb(3, 165, 255);
}

a img {
border: 0px none;
}

a:hover img{
border: 0px none;
}

/* =----------------------------------- oh the convenience */
#wrapper {
	/* 
		sets the minimum(s) for the entire site
		off of which everything else is based on
	*/
	font-size: 1.2em;
	line-height: 1.4em;
}
.nav li {
	line-height: 1.2em;
}
.nav li a {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.nav li a span {
	color: #888;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: lowercase;
}
.nav li a.focus span {
	color: #ccc;
}
.nav li a:hover,
.nav li a.focus {
	color: #fff;
}
.nav .searchField input {
	color: #777;
}
.toggleCategories li a {
	color: #fff;
}
.toggleCategories li a:hover {
	color: #ccc;
}
.postMeta {
	display:none;
	font-size: 0.9em;
	text-transform: uppercase;
}

.postMeta span.comments {
	color: #777;
}

.postMeta span.date {
	display:none;
	color: #777;
}
.postMeta span.comments a,
.postMeta span.date {
	display:none;
	color: rgb(3, 165, 255);
}
.post h2 {
	line-height: 1.2em;
}
.entry a, #commentsContainer h3 a,
.commentlist .comment-author a {
	
	color: rgb(3, 165, 255);
	font-weight: normal;
}

.entry a:hover,
#commentsContainer h3 a:hover,
.commentlist .comment-author a:hover,
.commentlist .comment-meta a:hover {
	color: rgb(3, 165, 255);
	font-weight: normal;
	border-bottom: 1px solid #ddd;
}

.secondaryColumn h3 {
	font-size: 1em;
	font-weight:bold;
	margin:0 0 0 0;
        color:#000;
}

.secondaryColumn a {
	color: #000;
	font-weight: normal;
}
.entry ul,
.entry ol,
.entry blockquote {
	color: #555;
}
.entry blockquote {
	font-style: italic;
}

#commentsContainer h3 {
	font-size: 1.2em;
}
#cancel-comment-reply-link {
	color: rgb(3, 165, 255);
	font-size: 0.8em;
}
.commentlist .comment-meta a {
	color: #777;
}
.commentlist .comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.commentlist .comment-meta {
	font-size: 0.8em;
}
#commentform p span input,
#commentform span textarea {
	color: #333;
	font-family: arial,verdana,sans-serif;
	font-size: 1em;
}
#paginateIndex {
	font-size: 0.9em;
        font-weight:bold;
}
/*
#newfooter .topText a{
	color: #fff;
}

#newfooter .bottomText a{
	color: rgb(3, 100, 168);
*/
#footer p {
	visibility:hidden;
}

/* =----------------------------------- main structure */
#wrapper {
	margin: auto;
	text-align: left;
	width: 1024px;
	padding: 0 5px 0 26px;
	border:none;
	background: #fff;
        background-attachment:fixed;
}
#masthead {
	background: url(http://blog.mashon.com/wp-content/uploads/2010/03/blog_header.jpg) no-repeat scroll 0 0;
        padding: 0px 0px 0px 0px;
        width: 980px;
        height: 147px;
}

#filler {
	background:#fff;
	border-color: transparent;
	/* optional rounded corners for browsers that support it */
 	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:0 0px 0 0px;
	width: 980px;
}

#mainColumn {
	float: left;
	padding: 7px 0 0 7px;
	width: 632px;
}
.secondaryColumn {
	float: left;
	overflow: hidden;
	width: 300px;
	padding:0 20px;
}

/* =----------------------------------- header elements */
#masthead h1 {
	float: left;
        margin: 25px 0 0 25px;
        _filter:alpha(opacity=0);
        filter:alpha(opacity=0);
        opacity: 0;
        -moz-opacity:0;
}
#masthead h1 a {
	color:transparent;
        _filter:alpha(opacity=0);
        filter:alpha(opacity=0);
        opacity: 0;
        -moz-opacity:0;
	text-transform: uppercase;
	margin: 30px 0 0 25px;
}
#blogLead img {
	display:none;
}
#authorIntro {
	float: right;
	margin: 8px 0 0 0;
	width: 340px;
}

/* =----------------------------------- top + bottom navigation */

.navStripWrapper {
	position: relative;
	clear: both;
}
.nav {
	display: none;
	background: #eee;
}
.nav li {
	display:none;	
	border-right: 1px solid #ccc;
	display: block;
	float: left;
}
.nav li a {
	display:none;
	padding: 7px 4px 0 7px;
	width: 110px;
	height: 42px;
}
.nav li a span {}
.nav li a:hover {
	display:none;
	background: #333;
}
.nav li a.focus {
	display:none;
	background: rgb(3, 165, 255);
}
.nav li.searchField {
	display:none;
	float: right;
	border: 0;
}
.nav .searchField div {
	margin: 9px 8px 0 0;
}
.nav .searchField span {
	background: #fff;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	display: block;
	padding: 2px;
}
.nav .searchField input {
	border: 1px solid #bbb;
	outline: none;
	padding: 4px;
	width: 220px;
}
.toggleCategories {
	display:none;
	background: rgb(3, 165, 255);
}
.toggleCategories ul,
.toggleCategories2 ul {
	padding: 8px 7px 7px;
}
.toggleCategories ul li {
	display: block;
	float: left;
	width: 102px;
}
.toggleCategories li a {
	margin: 3px 0 4px 5px;
}

/* =----------------------------------- meta lead for each post */

.postMeta {
	border: none;
	text-align: left;
	margin-bottom: 14px;
	position: relative;
	margin-left: 14px;
	
}
.postMeta .container {
	position: absolute;
	top: -9px;
	right: 0;
}
.postMeta span.date {
	background: #fff;
	padding: 0 4px;
}

.postMeta span.comments {
	padding-left: -18px;
	text-color:#bfbbbb;
}

#mainColumn p.articleAuthor {
	margin: 0 0 0 3px;
	color:#bfbbbb;
}

#mainColumn p.articleAuthor a{
	color:rgb(3, 165, 255);
}

#mainColumn p.articleAuthor a:hover{
	border-bottom:1px dotted #ddd;
}

.entry a.tt {
        color:rgb(191, 187, 187);
        font-weight:bold;
        margin: 0 0 2px 2px;
}

.entry a.tt:hover {
	color:rgb(3, 165, 255);
        font-weight:bold;
        margin: 0 0 2px 2px;
}

.entry a.tt .nothumb {
        border-bottom:none;
}

/* =----------------------------------- general post */
.post {
	margin: 0 0 10px 0;
	padding:5px 10px ;
	border: 3px solid #f0f0f0;
	/* optional rounded corners for browsers that support it */
 	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.post h2 {
	margin-bottom: 10px;
	padding: 0 0 0 3px;
}
.post h2 a {
	display:block;
}

.post div.commentsDiv {
        text-align: right;
}

/* =----------------------------------- entry body */
.entry {
	padding: 0 3px;
	overflow: hidden;
}
.entry p {
	line-height: 1.6em;
	margin: 10px 0 0 0;
}
.entry ul,
.entry ol,
.entry blockquote {
	margin: 0 14px;
}
.entry ol {
	list-style: decimal;
}
.entry ul li,
.entry ol li {
	margin: 0 0 7px 18px;
}
.entry ul li {
	list-style: circle;
}
.entry blockquote {
	border-left: 1px solid #ccc;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 21px;
	padding-left: 10px;
}
.entry img,
.entry a img {
	
	padding: 2px;
}
.entry a:hover img {
	
}

.entry.meta {
	background: none;
}
.entry.meta p {
	margin: 0 7px;
        color:rgb(191, 187, 187);
}
.entry.meta .highlight {
	/*text-transform: uppercase;*/
	font-size: 10px;
}
.entry.meta a {
	color:rgb(3, 165, 255);
}

.entry.meta a:hover {
	color:rgb(3, 165, 255);
	border-color: rgb(3, 165, 255);
}



/* =----------------------------------- main index pagination */
#paginateIndex { 
	margin-bottom: 25px;
}
#paginateIndex a,
.commentlist li .reply a {
	color: #000;
	font-size: 0.9em;
	display: block;
	padding: 12px 10px 12px;
	background: #eaeaea;
	border: none;
        font-weight:bold;
}
.commentlist li .reply a {
	color: #aaa;
}
#paginateIndex a:hover,
.commentlist li .reply a:hover {
	color: #fff;
	border-color: none;
	background: rgb(3, 165, 255);
        font-weight:bold;
}

/* =----------------------------------- widget enabled sidebar */
.secondaryColumn h3 {
	border-top: none;
	border-bottom: none;
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
}

.secondaryColumn img a {
        outline:none;
}

.widgetContainer {
	margin: 0 0 0 0;
}


div.secondaryColumn .widget_categories ul li:hover {
     background-color:rgb(3, 165, 255);
}

div.secondaryColumn .widget_categories ul li a{
     font-weight:bold;
     font-size: 11px;
}

div.secondaryColumn .widget_categories ul li:hover a, .widgetContainer .widget_categories ul li:hover span  {
	color:#fff;
	font-weight: bold;
}

div.secondaryColumn #twitter.widgetContainer.widget_Twidget ul li a{
	border-bottom:1px solid #000;
}

div.secondaryColumn #twitter.widgetContainer.widget_Twidget ul li a:hover{
	color:rgb(3, 165, 255);
	border-bottom:1px solid rgb(3, 165, 255);
}

div.gdsw-widget.gdsw-posts-authors a:hover {
	color:rgb(3, 165, 255);
	
}


div.gdsw-widget.gdsw-posts-authors ul li:img {
        border-color:none;
}

div.secondaryColumn .gdsw-widget.gdsw-posts-authors ul li table tbody tr td a.gdsw-url {
	text-align:right;
	/*padding: 10px 0px 10px 0;*/
}

#text-4.widgetContainer.widget_text {
        padding: 4px 0;
}

#text-5.widgetContainer.widget_text {
        padding: 0 0 2px 0;
}

.secondaryColumn #text-5 a:hover {
        color:rgb(3, 165, 255);
}

.secondaryColumn #text-5 img {
        vertical-align:center;
}

#text-6.widgetContainer.widget_text {
        padding: 4px 0;
}

/*-------------------------------------start//  list style widget */
.widgetContainer ul li {
	margin:5px 0px;
	list-style: none;
	background: #eaeaea;
}

.widget_categories ul li { 
	padding: 10px 0px 10px 10px; 
	background: #eaeaea
	line-height: 40px;
	margin:2px 0 2px 0px;
}

.widget_twitter ul li { 
	padding: 10px 0px 10px 0; 
	background: #eaeaea
	line-height: 15px;
	margin:1px 0px 1px 0px;
}

#twitter_update_list li {
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 0px;
        padding-top: 10px;
	margin:2px 0px 2px 0px;
}

/*-------------------------------------end// list style widget */


.widgetContainer ul li ul {
	margin-top: 5px;
}
.widgetContainer .textwidget {
	margin: 0 3px;
	line-height: 1.5em;
}
.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}
#wp-calendar thead {}
#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
#wp-calendar td {
	padding: 3px 0 4px 3px;
	color: #777;
}
#wp-calendar td a {
	font-weight: bold;
}

/* =----------------------------------- style some comments */
#commentsContainer {
	margin-bottom: 30px;
}
#commentsContainer span.hook {
	position: relative;
	display: block;
}
#commentsContainer h3 {
	display: block;
	margin: 10px 0 0 0;
	padding: 7px 0 7px 0;
	border-top: none;
}
.cancel-comment-reply {
	position: absolute;
	top: -1px;
	right: 4px;
}
.commentlist {
	list-style: none;
	margin: 0 0 20px;
}
.commentlist .comment-author {
	border-top: 1px solid #ccc;
	padding-top: 7px;
	margin-top: 10px;
	overflow: hidden;
}
.commentlist .comment-author img.avatar {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0 4px 0 0;
}
.commentlist .comment-meta {
	margin: 0 0 0 20px;
}
.commentlist li .reply {
	text-align: right;
	padding-bottom: 10px;
}
.commentlist li .reply a {
	display:inline;
}
.commentlist li p {
	margin: 1em 0;
	padding: 0 3px;
}
.commentlist li ul,
.commentlist li ol,
.commentlist li blockquote {
	margin: 0 20px;
}
.commentlist .children {
	margin: 0 0 0 40px;
}
.commentlist .children li {
	list-style: none;
}
#commentform .contain {
	margin: 0 0 10px 0 !important;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	padding: 4px 3px;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	background: #fff;
	margin-right: 4px;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	border: 1px solid #bbb;
	outline: none;
	padding: 4px 3px;
	width: 160px;
}
#commentform p label {
	margin: 4px 0 0 0;
}
#commentform textarea {
	float: none;
	width: 98%;
	overflow: auto;
}

#submit {
        float: right;
	background: #eaeaea;
        font-weight:bold;
        background-image: none;
        border:none;
        padding: 11px 8px;
        text-transform: uppercase;
}

/* =----------------------------------- boring footer */
#newfooter {
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	background-color: black;
	background-image: none;
	background-repeat: repeat;
	display: block;
	height: 25px;
    width: 100%;
	z-index: 9999;
	bottom: 0px;
	position:fixed;
}

#newfooter .topText li {
	color: #fff;
	display: inline;
	font-size: 9px;
	font-weight: bold;
	height: 10px;
	text-transform: uppercase;
	width: 1920px;
	margin: 0px 15px 0px 0px;
}

#newfooter .topText a {
	color: #fff;
}

#newfooter .bottomText a,.bottomText  {
	color: rgb(3, 100, 168);
    font-size: 9px;
}

#newfooter .bottomText li {
	color: rgb(3, 100, 168);
	display: inline;
	font-size: 9px;
	font-weight: bold;
	height: 6px;
	text-transform: uppercase;
	width: 1920px;
	margin:0 5px;	
}

#newfooter .bottomText {
	font-weight: bold;	
}

/*#footer p {
	padding: 3px 3px 0;
	font-size: .6em; 
}*/

/* =----------------------------------- floats + clearing rule */
.floatleft,
.alignleft {
	float: left;
	margin: 3px 7px 0 0;
}
.floatright,
.alignright {
	float: right;
	margin: 3px 0 0 7px;
}
.right {
	float:right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
} 
* html .fix{
	height: 1%;
}
.fix{
	display:
	block;
}

#container_header, .container_header {
	position:relative;
	top:10px;
	width:972px;

}

#list_menu01{
	float:right;
	margin:7px 0 0 0;
	width:496px;
	list-style:none;
	height:10px;
}

ul#list_menu01 li{
	float:left;
	margin:0 0 0 20px;;
	padding: 0;
}
ul#list_menu01 a{
	float:left;
	display:block;
	height:15px; /*--Specify height of navigation--*/

}
ul#list_menu01 a:hover{
	background-position:left -15px;
	color:#e4701b;
	border-bottom:1px #ccc solid;
}
ul#list_menu01 a:hover{
	background-position:left -15px;
}
.menu01_home a{
	display: block;
	width:42px;
	background-image:url("http://mashon.com/images/menu01_home.gif");
}
.home .menu01_home a{
	background-position:left -15px;
}
.menu01_whatwedo a{
	display: block;
	width:83px;
	background-image:url("http://mashon.com/images/menu01_whatwedo.gif");
}
.what-we-do .menu01_whatwedo a{
	background-position:left -15px;
}
.menu01_ourplatform a{
	display: block;
	width:91px;
	background-image:url("http://mashon.com/images/menu01_ourplatform.gif");
}
.our-platform .menu01_ourplatform a{
	background-position:left -15px;
}
.menu01_ourwork a{
	display: block;
	width:77px;
	background-image:url("http://mashon.com/images/menu01_ourclients.gif");
}
.our-work .menu01_ourwork a{
	background-position:left -15px;
}
.menu01_whoweare a{
	display: block;
	width:82px;
	background-image:url("http://mashon.com/images/menu01_whoweare.gif");
}
.who-we-are .menu01_whoweare a{
	background-position:left -15px;
}
.menu01_blog a{
	display: block;
	width:34px;
	background-image:url("http://mashon.com/images/menu01_blog.gif");
}
.blog .menu01_blog a{
	background-position:left -15px;
}
.menu01_contact a{
	display: block;
	width:57px;
	background-image:url("http://mashon.com/images/menu01_contact.gif");
}
.contact .menu01_contact a{
	background-position:left -15px;
}

.footer_txt{
	font-family:arial;
	font-size:10px;
	color:#707070;
	margin:15px 0 10px 0;
}
.footer_txt a{
	margin-left:15px;
	color:#707070;
	text-decoration:none;
}
.footer_txt a:hover{
	color:#00b6ff;
}

.footer_follow{
	margin:15px 0 10px 0;
	float:center;
}
.footer_bbb{
	float:right;
	margin:15px 0 10px 0;
}

hr{
	border:0;
	color:#dddddd;
	background-color:#dddddd;
	height:2px;
	width:100%;
	text-align:left;
	margin:18px 0 0 0;
}
#mo_logo{
	float:left;
}
#shop_mo{
	float:right;
	border:none;
}
#linebreaker {
	clear:both;
	margin-top:30px;
}
