/* 
Theme Name: Monica Trujillo
Theme URI:http://monicatrujillo.com/
Description: My Portfolio
Author:Monica Trujillo
Author URI:http://monicatrujillo.com/
*/


* {
	margin: 0px;
	padding: 0px;
}

body, html {
	height: 100%;
}

body {
	font-family: Georgia1, Georgia, serif;
	font-size: 62.5%;
        text-align: justify;
}

a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0px;
	clear: both;
}

* html .clearfix {
	height: 1%;
}

*+html .clearfix {
	height: 1%;
}

#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px 0px -70px;
	min-width: 970px;
}

#header_wrap, #project_wrap, #content_wrap, #footer_wrap {
	font-size: 1em;
	width: 100%;
	position: relative;
}

#header, #project, #content, #footer {
	width: 960px;
	margin: 0px auto;
	font-size: 1.2em;
}

#header_wrap {
	padding-top: 11px;
}

#header {
	padding: 5px 0px 5px 5px;
	position: relative;
}

#project {
	position: relative;
	z-index: 101;
}

#content_wrap {
	padding: 35px 0px;
}

#home #content_wrap {
	padding: 65px 0px 35px;
}

#sidebar {
	width: 350px;
	float: left;
}

#main {
	width: 565px;
	float: right;
}

#footer_wrap, .push {
	height: 115px !important;
	min-width: 970px;
}

#footer {
	padding: 28px 0px 0px;
	text-transform: uppercase;
}

.logoarea {
	float: left;
}

h1.logo {
	width: auto;
	font-size: 2.85em;
	font-weight: bold;
	letter-spacing: -1px;
	position: relative;
}

h1.logo a {
	text-decoration: none;
}

p.description {
	text-transform: uppercase;
	letter-spacing: 1px;
}

ul.main_nav {
	width: 650px;
	text-align: right;
	position: absolute;
	top: 85px;
	right: 0px;
	text-transform: uppercase;
	float: right;
}

body#home ul.main_nav {
	top: 85px;
}

ul.main_nav li {
	display: inline;
	list-style: none;
	padding: 0px 13.5px;
	position: relative;
}

ul.main_nav li a {
	padding-bottom: 3px;
	text-decoration: none;
}

.info {
	width: 350px;
	float: left;
	padding: 35px 0px;
	min-height: 185px;
	line-height: 22px;
	font-size: 1em;
}

.info h2 {
	font-size: 1.95em;
	font-weight: normal;
	margin-bottom: 20px;
}

a.nextproject {
	width: 115px;
	height: 32px;
	display: block;
	float: left;
	padding: 6px 0px 0px 29px;
	font-size: 0.95em;
	margin-top: 25px;
}

.info a.view {
	display: block;
	width: 170px;
	float: left;
	padding: 6px 0px 0px 0px;
	margin: 25px 0px 0px 25px;
}

.project_screen {
	height: 350px;
	width: 565px;
	float: right;
	margin: -35px 0px -35px;
	position: relative;
	z-index: 100;
	overflow: hidden;
}

h3.pagetitle {
	width: 100%;
	font-size: 2.25em;
	font-weight: normal;
	padding: 20px 0px;
}

.pagetitle span {
	display: block;
	width: 960px;
	margin: 0px auto;
}

.text_left {
	width: auto;
	float: left;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.text_right {
	width: auto;
	float: right;
	text-align: right;
	margin-bottom: 25px;
}

.crop_image {
	width: 565px;
	height: 350px;
	overflow: hidden;
	border: 1px solid #DADADA;
	margin: 20px 0;
}

.no-crop {
	width: 565px;
	overflow: hidden;
	border: 1px solid #DADADA;
	margin: 20px 0;
}

hr {
	clear: both;
	height: 0px;
	border: none;
	background: none;
}

#sidebar hr {
	margin-bottom: 25px;
}

.post {
	clear: both;
	margin: 20px 5px 20px 0px;
}

.post h2.posttitle, h4.title {
	font-size: 1.5em;
	font-weight: bold;
	width: auto;
	float: left;
}

.post p.comments {
	width: auto;
	float: right;
	text-align: right;
	text-transform: uppercase;
        font-size: .90em;
}

.post .entry {
	clear: both;
	padding-top: 10px;
	line-height: 19px;
}

.post .entry h1, .post .entry h2, .post .entry h3,
.post .entry h4, .post .entry h5, .post .entry h6 {
	font-weight: bold;
	margin-bottom: 20px;
}

.post .entry h1 {
	font-size: 2.5em;
}
.post .entry h2 {
	font-size: 2.25em;
}
.post .entry h3 {
	font-size: 2.0em;
}
.post .entry h4 {
	font-size: 1.75em;
}
.post .entry h5 {
	font-size: 1.5em;
}
.post .entry h6 {
	font-size: 1.25em;
}

.post .entry p {
	margin-bottom: 20px;
}

.post .entry blockquote {
	padding: 10px 25px;
	margin-bottom: 20px;
	background-color: #EFEFEF;
	border-left: 1px solid #CCCCCC;
}

.post .entry blockquote p {
	margin: 10px 0;
}

.post .entry cite {
	font-style: italic;
	margin-left: 25px;
}

.post .entry img.alignleft {
	margin-right: 20px;
	float:left;
}

.post .entry img.alignright {
	margin-left: 20px;
	float:right;
}

.post .entry img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post .entry ul, .post .entry ol {
	margin: 0px 0px 20px 25px;
}

.post .entry ol li {
	list-style: decimal outside;
}

h4.title {
	width: auto;
	float: none;
	margin-bottom: 25px;
}

.navigation {
	margin-top: 25px;
}

.navigation a {
	display: block;
	width: auto;
	font-size: 1.5em;
	text-decoration: none;
	padding: 5px 15px;
}

.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

.commentarea {
	margin-top: 25px;
}

.commentlist {
	margin-bottom: 25px;
}

.comment .name {
	width: 170px;
	float: left;
	padding-top: 20px;
	font-size: 0.9em;
}

.comment .name a {
	font-size: 1.2em;
}

.comment .text {
	width: 354px;
	margin-left: -1px;
	padding: 20px;
	float: left;
	line-height: 19px;
}

.commentarea p {
	margin-bottom: 10px;
}

.module {
	margin-bottom: 25px;
	line-height: 15px;
	width: 350px;
}

.module h4 {
	font-size: 1.35em;
}

.flickr a img {
	margin: 0 6px 6px 0;
}

.about .thumb {
	float: left;
	margin-right: 20px;
}

.about h4 {
	margin-bottom: 9px;
}

.list {
	line-height: 23px;
}

.list ul {
	list-style: none;
	padding: 10px;
	text-transform: uppercase;
	font-size: 1.0em;
}

.list h4 {
	padding: 10px;
	font-weight: bold;
}

input.text {
	padding: 10px;
	border: none;
	font-size: 1.1em;
	float: none;
	margin-bottom: 20px;
	display: block;
	width: 300px;
}

textarea {
	padding: 10px;
	border: none;
	font-size: 1.1em;
	width: 300px !important;
	height: 100px !important;
	margin-bottom: 20px;
}

input.submit {
	display: block;
	width: auto;
	padding: 7px 40px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}

#searchform {
	padding: 7px 5px 7px 12px;
}

#searchform input#s {
	border: none;
	width: 300px;
	float: left;
	padding: 2px 0px;
	font-size: 1.1em;
}

#searchform input#searchsubmit {
	float: right;
	margin: 2px 8px 0px 0px;
}

#home #categories {
	display: none;
}

#footer p.credits {
	width: 600px;
	float: left;
}

#footer a.feed {
	display: block;
	width: 16px;
	height: 16px;
	padding-left: 16px;
	float: right;
	background-repeat: no-repeat;
}

#footer a.facebook {
	display: block;
	width: 16px;
	height: 16px;
	padding-left: 5px;
	float: right;
	background-repeat: no-repeat;
}

#footer a.twitter {
	display: block;
	width: 16px;
	height: 16px;
	padding-left: 5px;
	float: right;
	background-repeat: no-repeat;
}

#home .singles {
	display: none;
}

*+html hr {
	margin-top: -7px;
	margin-bottom: -21px;
}

.autohide {
	display:none;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 250px;
}

#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 {
	background-color: #fff;
}

.menu {
  width: 500px;
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
}
.menu li {
  clear: both;
  margin: 0;
  padding: 0 0 1.8em 0;
  position: relative;
  border-bottom: dotted 2px #999;
}
.menu strong {
  background: #fff;
  padding: 0 10px 0 0;
  font-weight: normal;
  position: absolute;
  bottom: -.3em;
  left: 0;
}
.menu em {
  background: #fff;
  padding: 0 0 0 5px;
  font: 110%/100% Georgia, "Times New Roman", Times, serif;
  position: absolute;
  bottom: -.2em;
  right: 0;
}
.menu sup {
  font-size: 60%;
  color: #666;
  margin-left: 3px;
}

/***********************************************************

	PULL QUOTE & ABOUT ME LAYOUT
	
***********************************************************/

.pullout {
background-color:#4A9DAA;
clear:both;
color:#FDFDDA;
float:right;
font-family: Georgia1, Georgia, serif;
font-size:14pt;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
letter-spacing:0.05em;
line-height:1em;
margin:5px;
padding:10px;
text-align:left;
width:30%;
}
.dropcap {
color:#E2E2E2;
float:left;
font-family:Helvetica,Arial,sans-serif;
font-size:70pt;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:0.8em;
margin-right:3px;
}

blockquote.withline {
font-family: Georgia1, Georgia, serif;
padding:5px;
text-align:justify;
font-size: .95em;
color: #5F5F5F;
letter-spacing:0.1em;
line-height:14px;

}
/***********************************************************

	FREELANCE STATUS
	
***********************************************************/

.available,
.unavailable {
	width: 345px;
	height: 87px;
	padding-top: 12px;
	padding-left: 110px;
	padding-right: 10px;
	padding-bottom: 15px;
}

.available {
	background: url('images/freelanceOn.png') no-repeat;
}

.unavailable {
	background: url('images/freelanceOff.png') no-repeat;
}

	.available,
	.unavailable {
	}

	.available {
		font-family: Georgia1, Georgia, serif;
		font-size: .95em;
		color: #5F5F5F;
		width: 225px;
		line-height:16px;
                text-align: left;		
	}

	.unavailable {
		font-family: Georgia1, Georgia, serif;
		font-size: .95em;
		color: #5F5F5F;
		width: 225px;
		line-height:16px;
                text-align: left;
	}

/***********************************************************

	CASESTUDY
	
***********************************************************/

.casestudy {
	height: auto;
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 10px;

	position: relative;
}

.casestudy {
		font-family: Georgia1, Georgia, serif;
		font-size: .95em;
		color: #5F5F5F;
                text-align: left;
		width:auto;
		padding:15px;
		margin:0px;
		font-size:10px;
		font-weight:100;
		letter-spacing:0.1em;
		line-height:200%;
		text-transform: none;

}

.casestudy p {
	float: left;
	width: 47%;
	}

.casestudy ul {
	float: left;
	margin: 0px 5px 0 !important;
	padding: 0;
	list-style: none;
	width:270px;
	}

.casestudy li {
	clear: left;
	margin-bottom: 5px;

	}

.casestudy li strong {
	display: block;
	float: left;
	width: 10em;
	font-weight: bold;
	text-transform: uppercase !important;
	}

/***********************************************************

	TESTIMONIALS
	
***********************************************************/

.testimonials {
		font-family: Georgia1, Georgia, serif;
		color: #5F5F5F;
                text-align: center;
		width:auto;
		padding:15px;
		margin:0px;
		font-size:11px;
		font-weight:100;
		letter-spacing:0.1em;
		line-height:200%;
		text-transform: none;
		margin-bottom:25px;

}	


/***********************************************************

	WHAT I DO
	
***********************************************************/

.whatido {
	font-family: Georgia1, Georgia, serif;
	font-size: .95em;
	color: #5F5F5F;
	letter-spacing:0.1em;
	line-height:15px;
        text-align: left;
		
	}


/***********************************************************

	PAGEBAR
	
***********************************************************/

.pagebar {
	padding: 4em 0em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none !important;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #4A9DAA;
	padding:0.65em 1.25em;
	font-weight: bold;
        text-decoration: none !important;
	background: #4A9DAA;
	color: #fff;


}

.pagebar a:visited {
	border: 1px solid #4A9DAA;
	text-decoration: none !important;
	padding:0.65em 1.25em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none !important;
}

.pagebar .this-page {
	border: 1px solid #4A9DAA;
	color: #4A9DAA;
	text-decoration: none !important;
	padding:0.65em 1.25em;
}

.pagebar a:hover {
	border-color: #4A9DAA;
        text-decoration: none !important;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none !important;
   padding:0.65em 1.25em;
}

/***********************************************************

	MY WORK PAGES
	
***********************************************************/

.mywork {
	position:relative;
	width: auto;
	min-height: 185px;
	line-height: 22px;
	}

.myworkthumb {	
        float: right !important;
        margin-left:20px;
}

.myworktext{
	font-size: .95em;
	letter-spacing:0.05em;
        text-align: left;
}

/***********************************************************

	TWITTER & FACEBOOK
	
***********************************************************/

.followme{
margin: 25px 0 25px 0;
padding:0 61px;

}


