/*  
Theme Name: Blogito
Description: A proprietary theme developed by Cogito Creative Works.
Author: Ron Woloshun
Author URI:http://www.cogitocreative.com/
*/



/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0; 
	border-top: 3px solid rgb(221,217,215);
	font-size: 13px;
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, 'Times New Roman', Serif;
	color: #444;
	text-align: center;
	background:  url("images/pen.jpg") fixed no-repeat;
}

a {
	color: #6B1D1D; 
	text-decoration: none; 
}	
a:visited {color: #7D2020;}
a:hover {text-decoration: none; color: #CA9224;}
a:link, a:active, a:visited, a:hover
{
outline: none;
-moz-outline-style: none;
}

a:focus
{
outline: none;
-moz-outline-style: none;
}	
a.image {border-bottom: 0;}	

#wrapper {width: 100%;}
	

/*-----------------------------------------------------
	header spans the entire browser window
-----------------------------------------------------*/

#header	{
	display: block;
	margin: -2px 0 0 0; 
	width: 100%;
	height: 120px;
	background: #182733;
}

/*-----------------------------------------------------
	actual navigation block within the top Navbar 
-----------------------------------------------------*/
#nav {
	width: 1005px;
	height: 100px;
	margin: 0 auto;
}
#nav ul {
	float: left;
	margin: 0 auto 0 auto;
	list-style: none;
	list-style-type: none;
	width: 950px;
	height: 100px;
}
#nav ul li.logo {
	position: relative;
	display: block;
	float: left;
	width: 270px;
	height: 120px;
	margin: 0 auto 0 0;
	padding: 0;
	background: url(images/logo.png) top left no-repeat;
}

#nav ul li {margin: 0; padding: 0; display: inline; list-style-type: none;}
#nav ul a.whatwedo, a.work, a.clients, a.team, a.contact, a.blog {
	float: right;
	height: 36px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	padding: 84px 18px 0 18px;
	text-decoration: none;
	color: #93999c;
	font-size: .7em;
	font-weight: bold;
	letter-spacing: .2em;
	text-transform: uppercase;	
}
#nav ul a.here {
	float: right;
	height: 36px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	padding: 84px 18px 13px 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	font-size: .7em;
	font-weight: bold;
	letter-spacing: .2em;
	background-color: #436571;
	background-image: url(images/navtab.png);
	background-position: bottom center;
	background-repeat: no-repeat; 
}

/*-------------------------------------
	NAV LINK STYLES & HOVER EFFECTS
-------------------------------------*/
#nav ul a.whatwedo {
	background: #1F313F;
	background-image: url(images/shadow.png);
	background-position: bottom center;
	background-repeat: no-repeat; 
}
#nav ul a.work {
	background: #233646;
	background-image: url(images/shadow.png);
	background-position: bottom center;
	background-repeat: no-repeat; 
}	
#nav ul a.clients {
	background: #263B4C;
	background-image: url(images/shadow.png);
	background-position: bottom center;
	background-repeat: no-repeat; 
}
#nav ul a.team {
	background: #2A4052;
	background-image: url(images/shadow.png);
	background-position: bottom center;
	background-repeat: no-repeat; 
}
#nav ul a.contact {
	background: #2D4558;
	background-image: url(images/shadow.png);
	background-position: bottom center;
	background-repeat: no-repeat; 
}
#nav ul a.blog {
	background: #314A5F;
	background-image: url(images/shadow.png);
	background-position: bottom center;
	background-repeat: no-repeat; 
}
#nav ul a:hover {
	color: #FFF; 
	text-decoration: none; 
	background-color: #CA9224;
	background-image: url(images/navtab.png);
	background-position: bottom center;
	background-repeat: no-repeat; 
	padding-bottom: 13px;
	z-index: 1000; 
	text-shadow: #999 0px 1px 0, #333 0 -1px 0;
}

#nav ul a.logo {
		position: relative;
		display: block;
		float: left;
		width: 270px;
		height: 120px;
		margin: 0 auto 0 0;
		padding: 0;
}

#nav ul a.logo:hover {color: #FFF; background: none;}

	
#page {
	display: block;
	position: relative;
	top: 30px;
	margin: 0 auto 0 auto;
	width: 950px;
	min-height: 100%;
	border-top: 1px dotted #DDD;
}

#content {
	display: block;
	position: relative;
	width: 579px;
	top: 30px;
	margin: 0;
	padding: 40px 35px 45px 35px; /* bottom padding must match footer height! */
	position: relative;
	float: left;
	clear: both;	
	background: #FFF;
	color: #444;
	display: block;
	border: 1px solid #A0A6A9;
	font-size: 1.1em;
	line-height: 1.6em;
	-webkit-box-shadow: inset 2px 2px 45px #DDD, inset -2px -2px 45px #DDD;
	-moz-box-shadow: inset 2px 2px 45px #DDD, inset -2px -2px 45px #DDD; 
}
#content2 {
	display: block;
	position: relative;
	width: 579px;
	top: 30px;
	margin: 0;
	padding: 40px 35px 45px 35px; /* bottom padding must match footer height! */
	position: relative;
	float: left;
	clear: both;	
	background: #FFF;
	display: block;
	border: 1px solid #A0A6A9;
	font-size: 1.2em;
	line-height: 2em;
	-webkit-box-shadow: inset 2px 2px 45px #EDEDED, inset -2px -2px 45px #EDEDED;
	-moz-box-shadow: inset 2px 2px 45px #EDEDED, inset -2px -2px 45px #EDEDED; 
}


.postmetadata, .commentmetadata, #footer, h1.page-title-author, h1.page-title-tag, h1.page-title-category {
	letter-spacing: 1px; 
	font-family: "obliqua-1", "obliqua-2", Arial, Sans-Serif; 
	text-transform: uppercase; 
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	}

.archive-meta {
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, 'Times New Roman', Serif;
	font-style: italic; 
	font-size: 0.9em;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	color: #999;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #DDD;
}

.commentmetadata {font-size: 0.8em;}	
		
.alt {
	border-top: 1px dotted #AAA;
	border-bottom: 1px dotted #AAA;
	color: #333;
	}

#footer {
	font-size: 0.9em;	
	}
	
#footer a, #footer a:visited {color: rgb(120,120,120); text-decoration: none; border-bottom: none;}	
#footer a:hover {color: rgb(40,40,40);}	

small, .navigation {
	color: rgb(138,134,132);
	font-family: "obliqua-1", "obliqua-2", Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
.navigation a {border-bottom: none;	
	}	
	
div#blog-title {
	color: #314A5F;
	font-size: 2.5em;
	text-align: left;
}
h1, h2, h3, h4 {
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, Serif;
	font-weight: normal;
	}

h1 {
	font-size: 3.8em;
	line-height: 0.9em;
	}	
h1#blog-description {
	font-size: 1.1em;
	font-style: italic;
	text-align: left;
	color: #999;
	padding-bottom: 15px;
	border-bottom: 1px dotted #BBB;
	margin-bottom: 35px;
}	
h1#sidebar-title a, h1#sidebar-title a:visited {
	font-size: 18px;
	color: #DDD;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px dotted #DDD;
	margin-top: -15px;
	margin-bottom: 15px;
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, serif;
}
h1#sidebar-title a:hover {
	color: #444;
	text-decoration: none;
}

/*#header h1 a {
	color: #185362;
 	letter-spacing: -1px;	
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Galliard, Georgia, 'Times New Roman', Serif;
	font-weight: normal;	
	font-size: 32px;
	text-align: center;
	text-transform: lowercase;
	border: none;		
	}
*/
h2 {
	font-size: 1.8em;
	text-align: left;
	}
	
h2 a {color: #6B1D1D;
 	letter-spacing: 0px;
	line-height: 1.2em;
	text-decoration: none;
	border-bottom: none;			
	}

h2 a:visited {color: color: #7D2020;}	
h2 a:hover {color: #CA9224;}

h2#permalink a, h2#permalink a:visited {
	color: #314A5F;
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, 'Times New Roman', Serif;
}
h2#permalink a:hover {
	color: #436571;
}
h3 {
	font-size: 1.3em;
	}
	
h4, li h2 {line-height: 1.2em;
 	letter-spacing: 1px;	
	font-size: 0.8em;
	font-weight: normal;	
	text-transform: uppercase;
	font-family: "obliqua-1", "obliqua-2", Arial, Sans-Serif; 		
	}	
	
.entry p a:visited {
	color: #CA9224;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, 'Times New Roman', Serif; 
	}
	
.commentlist li {
	font-weight: bold;
	}

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: "obliqua-1", "obliqua-2", Arial, Sans-Serif;
	}

#description {
	text-align: left;
	background: #A0A6A9;
	color: white;	 
	font-size: 12px; 
	font-family: "obliqua-1", "obliqua-2", Arial, Helvetica, Serif; 
	line-height: 1.8em; 	
	}	
	
div#sidebar {
	background: #A0A6A9;
	text-align: left;
	font: 11px "obliqua-1", "obliqua-2", Arial, Sans-Serif;
	-webkit-box-shadow: inset 2px 2px 45px #999, inset -2px -2px 45px #999;
	-moz-box-shadow: inset 2px 2px 45px #999, inset -2px -2px 45px #999; 
	}
	
#sidebar a {font-size: 1.2em; color: rgb(60,69,67); text-decoration: none; line-height: 1.7; border-bottom: none;}	
#sidebar a:hover {color: rgb(90,99,97); text-decoration: underline;}

#sidebar h2 {color: #FDDB78;	
	font-family: "obliqua-1", "obliqua-2", Arial, Sans-Serif; 
	font-weight: bold; 
	letter-spacing: 2px; 
	line-height: 30px; 
	text-transform: uppercase;
	font-size: 1.2em;
	}		
	
#searchsubmit, #sidebarsubmit, #commentform #submit {
	font: normal 0.8em "obliqua-1", "obliqua-2", Arial, Sans-Serif;
	letter-spacing: 1px;	
	text-transform: uppercase;	
	}
	
#sidebarsubmit {
	font-size: 1em;
	}		

.nocomments, .postmetadata, strike, #footer {
	color: rgb(168,164,162);
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em "obliqua-1", "obliqua-2", Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#pagestripe {background: rgb(221,217,215); width: 900px; height: 5px; clear: both;
	}
	
#pageblock {display: block; background: rgb(130,135,145); width: 289px; height: 5px; float: right; line-height: 0;
	}	

blockquote p, blockquote cite p {
	font-style: italic; 
	font-size: 14px;
	line-height: 1.5em;
}

/* End Typography & Colors */



/* Begin Structure */


#content.single {
	width: 638px; 
	margin: 0; 
	padding: 70px 130px; 
	}	

/*#header ul, #header li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#header li a {display: block;
	min-width: 40px;
	padding: 74px 32px 12px 12px;
	float: left;}	
*/	
.post {
	margin: 0 0 40px 0;
	text-align: left;
	}
	
.postmetadata .alt {
	margin: 25px 0 0 0;
	line-height: 10px;
	}	
	
#footer {
	width: 610px;
	clear: both;
	}
	
#footer.single {
	width: 780px;
	}	

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
div.columnleft {
	float: left;
	width: 285px;
	padding-right: 33px;	
	}

div.columnright {
	float: right;
	width: 285px;
	padding-left: 34px;
}
/* End Structure */



/*	Begin Headers */
/*#header h1 {background: white url(images/header_background.jpg)  bottom left repeat-x;
	display: block;
	width: 289px;
	height: 160px;
	float: right;
	margin: 0;	
	padding: 0;		
	}	
	
#header h1 a {display: block;
	width: 259px;
	height: 80px;
	margin: 30px 0 0 0;	
	padding: 37px 15px 0 15px;		
	}
*/
div#post-2 h2 {
	color: #6B1D1D;
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2",serif;
}
div#post-2 strong {
	color: #1F313F;
}
h2, #sidebar h2 {
	margin: 0;}	
	
#sidebar h2 {
	padding: 0;
	}

h3 {
	margin: 30px 0 0 0;
	padding: 0;
	}

h3#comments {
	margin: 40px auto 20px auto;
	padding: 0;
	text-align: left;
	}
	
h4 {	
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;	
	}	
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists */

ul, ol {
	margin: 25px 0 25px 0;
	padding: 0 0 0 30px;
	}	

ol {
	padding: 0 0 0 35px;
	}	
	
ul ul {
	margin: 5px 0 20px 20px;
	}	

ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style: none; 
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
 	line-height: 1.7;	
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ul ul {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
input#s, input#author, input#email, input#url, textarea, #sidebar #searchform #s {border: 1px solid rgb(201,197,195);}

#searchform {
	margin: 0 auto;
	padding: 0 0 15px 0; 
	text-align: left;
	}

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

#searchsubmit, #sidebarsubmit {
	margin-left: 10px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	padding: 0;
	}

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

#commentform textarea {
	width: 98%;
	margin: 5px 0 0 0;	
	padding: 0px;
	}

#commentform #submit {
	margin: 2px 0 0 0;	
	float: right;
	}
/* End Form Elements */



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

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

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

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

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */
#description {
	font-size: 13px;
	letter-spacing: 1px;
	font-style: italic;
	-webkit-box-shadow: inset 2px 2px 45px #999EA1, inset -2px -2px 45px #999EA1;
	-moz-box-shadow: inset 2px 2px 45px #999EA1, inset -2px -2px 45px #999EA1; 
	}

#description, #sidebar {
	display: block; 
	margin-left: 650px;
	padding: 30px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted;
	}
	
blockquote, blockquote cite {
	margin: 0px 15px 0 0; 
	padding: 20px 0px 20px 33px; 
	background: url(images/quote-arial.gif) 0px 15px no-repeat; 
	color: rgb(110,106,103); 
	}

blockquote cite {
	display: block; 
	}
	
blockquote p {
	margin: 0; 
	padding: 0; 
}		

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0 40px 0;
	clear: both;
	border-bottom: none;	
	}

.break {margin: 0; padding: 0; clear: both; line-height: 0px; width: 100%; visibility: hidden;}	

/* -------------------------
	SOCIAL NAV ICONS
---------------------------*/
div#twitter_div {
	display: block;
	height: 650px;
	background: #A0A6A9;
}

#twitter_div h2, #twitter_div h2 a {
	color: #FDDB78;	
	font-family: "obliqua-1", "obliqua-2", Arial, Sans-Serif; 
	font-weight: bold; 
	letter-spacing: 2px; 
	line-height: 30px; 
	text-transform: uppercase;
	font-size: 1.1em;
}
#twitter_div h2 span {
	color: #FDDB78;	
	text-transform: lowercase;
	letter-spacing: 1px;
}
#twitter_div h2 a:hover {
	color: #FDDB78;
	text-decoration: underline;
}
	
ul#twitter_update_list li {
	font-size: 13px;
	font-family: "obliqua-1","obliqua-2",sans-serif;
	color: #444;
}
ul#twitter_update_list a {
	color: #1F313F;
	font-size: 14px;
}


div#socialsb {
	display: block;
	width: 240px;
	height: 100px;
	float: left;
	overflow: visible;
	z-index: 4000;
	margin-top: -11px auto 16px auto;
	border-bottom: 1px dotted #DDD;
}

div#socialsb a.tweet, div#socialsb a.tweet:link, div#socialsb a.tweet:visited, div#socialsb a.tweet:active {
	display: block;
	float: left;
	width: 131px;
	height: 100px;
	background: url(images/tweet.png) bottom left no-repeat;
	border: none;
	margin-top: -20px;
	margin-left: 55px;
}

div#socialsb a.tweet:hover {
	background: url(images/tweet-hov.png) bottom left no-repeat;
}
div#socialsb a.fb, div#socialsb a.fb:link, div#socialsb a.fb:visited, div#socialsb a.fb:active {
	display: block;
	float: left;
	width: 54px;
	height: 100px;
	margin-top: -10px;
	background: url(images/fb.png) bottom left no-repeat;
	border: none;
}

div#socialsb a.fb:hover {
	background: url(images/fb-hov.png) bottom left no-repeat;
}


.stbuttontext {
	font-size: 11px;
	margin-bottom: -6px;
}
a.stbutton .stico_default {
	margin-top: 3px;
}
