/*
Theme Name: Transparency Theme 1.0
Version: 1.0
Author: Cecilia Santos
Author URI: http://ceciliasantos.org
*/

@import 'categories.css';

* { margin: 0; padding: 0; }
/*html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }*/
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #606060;
	letter-spacing: normal;
}

a {
	color: #F15A22;
	text-decoration: none;
}
a:hover {
	color: #D94913;
	text-decoration: underline;
}
.hiden-link a, .hiden-link a:visited, .hiden-link a:hover {
	color: #606060;
	text-decoration: none;
}
p {margin: 0 0 10px; padding: 10px 0; line-height: 22px;}
h1 {margin: 20px 0 0;}
img {border:none;}
/*h2 {
	font: normal 1.6em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 12px;
}*/
blockquote {
	margin: 10px 0 10px 30px;
	border-left: 3px solid #E60000;
	background: #EEE;
	padding: 5px 15px;
	font-size: 1.3em;
}
* html blockquote {height: 1%;}
blockquote p {
	font-size: 1em !important;
	margin: 0;
}
.orange {
	color: #F15A22 !important;
}

#wrapper {
	width: 1029px;
	margin: 0 auto;
	padding: 0;
	background: url(i/back-wrapper.jpg) repeat-y left top;
	position: relative;
}
#wrapper-2 {
	width: 1029px;
	margin: 0 auto;
	padding: 0;
	background: url(i/back-wrapper-2.jpg) repeat-y left top;
	position: relative;
}
#wrapper-3 {
	width: 1029px;
	margin: 0 auto;
	padding: 0;
	background: url(i/back-wrapper-3.jpg) repeat-y left top;
	position: relative;
}
#right-bottom {
	position: absolute;
	right: -4px;
	bottom: 0;
	z-index: 10;
}


/* Header
-----------------------------------------------------------------------------*/
/*#header {
	height: 117px;
	border-bottom: 3px solid #EAEAEA;
	margin-bottom: 28px;
}*/
#top {
	width: 959px;
	height: 120px;
	margin: 0 auto;
	border-top: 12px solid #F15A22;
	background: #fff url(i/back-header.jpg) repeat-x left bottom;
	position: relative;
}
#top-2 {
	width: 959px;
	height: 150px;
	margin: 0 auto;
	border-top: 12px solid #F15A22;
	background: #fff;
	position: relative;
}
#logo {
	position: absolute;
	left: 91px;
	top: -12px;
	z-index: 10;
}
#top h2, #top-2 h2, #menu h2 {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
}
h2#tag1 {
	position: absolute;
	left: 410px;
	top: 50px;
}
h2#tag2 {
	position: absolute;
	left: 741px;
	top: 50px;
}
#flash {
	width: 960px;
	height: 258px;
	margin: 0 auto;
	background: #fff;
}
#add-this {
	position: absolute;
	left: 655px;
	top: 50px;
}
h2#rss {
	position: absolute;
	left: 796px;
	top: 50px;
}
a.feed {
	display: block;
	width: 130px;
	padding-left: 22px;
	background: url(i/rss.jpg) no-repeat 0px center;
	color: #606060;
}


#menu {
	width: 387px;
	height: 50px;
	padding: 0px 0 0 573px;
	margin: 0 auto;
	clear: both;
	text-align: left;
	background: #fff url(i/back-nav.jpg) repeat-x top left;
	position: relative;
}
h2#home {
	position: absolute;
	left: 104px;
	top: 8px;
}
h2#home a {
	color: #808080;
}
#menu li {
	font-size: 25px;
	line-height: 35px;
	display: inline;
	text-transform: uppercase;
	background: url(i/back-menu-item.jpg) no-repeat left top;
}
#menu li a {
	margin: 0 33px 0 10px;
	color: #808080;
	font-size: 10px;
	letter-spacing: .125em;
}
#menu li a:hover, h2#home a:hover {
	color: #F15A22;
	text-decoration: none;
}
#menu li.current_page_item a {
	color: #F15A22;
	text-decoration: none;
}
body.blog #menu li.blog-page a {
	color: #F15A22;
	text-decoration: none;
}
body.work-sample #menu li.work-page a {
	color: #F15A22;
	text-decoration: none;
}

/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	/*background: url(i/dots.gif) 550px 0 repeat-y;
	margin-bottom: 10px;*/
	color: #3c3c3c;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 458px;
	float: left;
	padding: 0 16px 20px 102px;
	margin: 0 0 0 39px;
	overflow: hidden;
}
#content-wide {
	width: 814px;
	float: left;
	padding: 0 16px 20px 102px;
	margin: 0 0 0 39px;
	overflow: hidden;
	color: #666;
}
#content-wide h3 {
	font: normal 11px Arial, Sans-Serif;
	padding: 0 0 3px 0px;
	color: #F15A22;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px !important;
}

#content h2, #content-wide h2 {
	font: normal 18px Arial, Sans-Serif;
	padding: 1px 0 4px;
	/*border-bottom: 1px solid #EEE;*/
	margin-bottom: 0;
}
#content h2.pagetitle, #content-wide h2.pagetitle {
	padding-left: 3px;
	font-size: 16px;
	color: #F15A22;
	text-transform: uppercase;
	font-weight: bold;
}
#content h3, #content-wide h3 {
	font: normal 16px Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 0.2em;
}
#content h3.signup{
	font: normal 10px Arial, Sans-Serif;
	padding: 0 0 3px 0px;
	color: #F15A22;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#content img, #content-wide img {
	float: left;
	/*border: 3px solid #eee;*/
	padding: 1px;
	margin: 5px 10px 5px 0;
}
#content p, #content-wide p
#content li, #content-wide li {
	font-size: 1em;
	line-height: 20px;
}
#content p, #content-wide p {
	margin-top: 0;
	padding-top: 0;
}

#content .post {
	margin: 0 10px 1.5em 0;
}
#content .post h2,
#content .post h3 {
	font-size: 18px;
	margin: 0 0 2px;
}
.post ul,
.post ol {
	margin: 7px 0 7px 35px;
}
.post li {
	padding: 2px 0;
}
.post .postmetadata {
	font-size: 9px;
	line-height: 11px;
	padding: 0 0 7px;
}
p.postmetadata {
	font-size: 10px !important;
	line-height: 12px !important;
	/*margin-top: 0;
	padding-top: 0;*/
}
p.postmetadata a {
	color: #606060;
}
small {
	font-size: 12px;
}

.entry{margin-top:15px;}
.entry h1 {
	font-size: 1.8em;
	margin: 15px 0 10px;
}
.entry h2 {
	font-size: 1.65em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
}
.entry h3 {
	font-size: 1.45em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}
.entry h4 {
	font-size: 1.3em;
	margin: 15px 0 10px;
	font-weight: bold !important;
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/smalldot.gif) repeat-x;
}
.recent {
	margin-left: 30px;
}
.recent li {
	padding: 1px 0;
}

.other {
	margin: 20px 0;
	background: url(i/smalldot.gif) repeat-x;
	padding-top: 10px;
}
.other .recent li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 4px;
}
.other .recent li a {
	background: #fff url(i/arrow.gif) no-repeat center left;
	padding: 0 0 0 12px;
	color: #808080;
}

.nav {
	font-size: 1.3em;
	padding: 0 0 22px;
}
.navigation {
	font-size: 1.3em;
	margin: 20px 0;
}

#order {
	text-align: right;
	padding: 0 0 10px;
	font-size: 1em;
}
#order select {
	font: 1em Arial, Sans-Serif;
	width: 120px;
}

#content ul.child-categories {
	margin: 0 0 23px 30px;
}
#content ul.child-categories ul {
	margin-left: 20px;
}
#content ul.child-categories li li {
	font-size: 1em;
}
.alt {background: #F4F4F4;}

.commentlist {
	margin: 20px 0 40px 25px;
}
.commentlist li {
	padding: 8px 8px 2px;
}
.commentlist li p {
	font-size: 1em !important;
}
.commentmetadata {
	font-size: 0.85em;
}

#author, #email, #url, #comment, #submit {
	font: 12px Arial, Tahoma;
	padding: 2px;
	width: 200px;
	border: 1px solid #CCC;
}
#comment {
	width: 450px;
	height: 170px;
}
#submit {
	width: auto;
	height: 20px;
	padding: 2px;
	background: #F4F4F4;
	cursor: pointer;
	overflow: visible;
}


/* Sidebars
-----------------------------------------------------------------------------*/
#sidebars {
	float: left;
	width: 376px;
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 118px;
}
* html #sidebars {height: 1%;}
#sidebars:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#l-sidebar {
	float: left;
	width: 142px;
	padding: 0 16px 0 2px;
}
#r-sidebar {
	float: left;
	width: 204px;
	padding: 0 0 0 4px;
}
#o-sidebar {
	width: 334px;
	padding: 0 35px 0 7px;
}
#o-sidebar ul li, #r-sidebar ul li {
	line-height: 20px;
	margin-bottom: 12px;
}
#o-sidebar a, #o-sidebar:visited {
	color: #606060;
	text-decoration: none;
}
#o-sidebar a:hover {
	color: #F15A22 !important;
	text-decoration: none;
}

#sidebars ul {
	margin: 0 0 15px;
}
#sidebars li {
	list-style: none;
	/*border-bottom: 1px solid #EEE;*/
	padding: 3px 0px;
	margin: 0;
}
#sidebars li a {
	/*background: url(i/arrow.gif) no-repeat center left;
	padding: 0 0 0 12px;*/
	padding: 0;
	color: #808080;
}
#sidebars h2 {
	font: normal 9pt Arial, Sans-Serif;
	padding: 0 0 3px 0px;
	color: #F15A22;
	text-transform: uppercase;
}
#sidebars h3 {
	font: normal 10px Arial, Sans-Serif;
	padding: 0 0 3px 0px;
	color: #F15A22;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#sidebars .post {
	margin: 0 0 2em;
}
#sidebars p {
	padding: 0;
}
#sidebars .postmetadata {
	font-size: .9em;
}

/*#autoriz {
	margin: 0 0 20px;
}
#autoriz label {
	display: block;
	float: left;
	width: 58px;
	padding: 0 12px;
	font-size: 1.08em;
}
#autoriz input {
	float: left;
	font: 1.08em Arial, Sans-Serif;
	width: 130px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	padding: 0 2px;
}
.rememberme {
	padding: 0 0 0 12px;
}
#autoriz .rememberme label {
	cursor: pointer;
	padding: 0;
	width: 120px;
	margin: 2px 0 0;
	*margin: 3px 0 0;;
}
#autoriz .rememberme input {
	width: 15px;
	padding: 0;
	border: none;
	margin: 2px 4px 0 0;
	*margin: -1px 4px 0 0 !important;
	*margin: -1px 2px 0 0;
}
#autoriz #enter {
	float: right;
	margin: 0 12px 0 0;
	border: none;
	background: #E60000;
	color: #FFF;
	width: 60px;
	height: 21px;
	cursor: pointer;
}
#autoriz p {
	clear: both;
	text-align: center;
	padding: 5px 0 0;
}
#autoriz a {
	margin: 0 7px;
}

#manage {
	margin: 0 0 20px;
}
#manage p {
	padding: 0 0 10px 5px;
	font-size: 1.08em;
	font-weight: bold;
}*/


/* Footer
-----------------------------------------------------------------------------*/
div.footer {
	width: 1029px;
	height: 129px;
	clear: both;
	padding: 0;
	margin: 0 auto;
	background: #fff url(i/back-footer.jpg) no-repeat left top;
}
#bottom {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	background: url(i/back-bottom.jpg) no-repeat left top;
	clear: both;
}

#footer {
	width: 850px;
	height: 44px;
	clear: both;
	padding: 16px 10px 0 100px;
	margin: 0 auto;
	font-size: 8px;
	letter-spacing: .15em;
	text-transform: uppercase;
}
#footer a, #footer a:visited, #footer a:hover {
	color: #606060;
	text-decoration: none;
}

/*Work*/
div.work-samples {
	width: 458px;
	height: 357px;
	position: relative;
}
#sample-client-1 {
	width: 140px;
	height: 165px;
	position: absolute;
	left: 0;
	top: 0;
}
#sample-client-2 {
	width: 140px;
	height: 165px;
	position: absolute;
	left: 155px;
	top: 0;
}
#sample-client-3 {
	width: 140px;
	height: 165px;
	position: absolute;
	left: 310px;
	top: 0;
}
#sample-client-4 {
	width: 140px;
	height: 165px;
	position: absolute;
	left: 0;
	top: 180px;
}
#sample-client-5 {
	width: 140px;
	height: 165px;
	position: absolute;
	left: 155px;
	top: 180px;
}
#sample-client-6 {
	width: 140px;
	height: 165px;
	position: absolute;
	left: 310px;
	top: 180px;
}

/*twitter styles*/
div.aktt_tweets ul li a {
	color: #646464 !important;
	text-decoration: none;
}
.aktt_credit {
	display: none;
}

/*work sample styles*/
img.work-sample-pages {
	border: none !important;
}
	