/*  
Theme Name: Philagraphics
Theme URI: http://philagraphics.com
Description: Theme for philagraphics
Version: 1.0
Author: Philagraphics
Author URI: http://philagraphics.com
*/
img.bg {
/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
img.bg {
	left: 50%;
	margin-left: -512px; }
}

div#container {
	position: relative; 
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	width: 844px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	/*-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;*/
}
html{
	margin:0px;
	padding:0px;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#top_container{
	width: 844px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
}
#sidebar1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 184px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	
}
#sidebar2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 184px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
#header{
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	position:absolute;
	top:0px;
}
#mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 90px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
	background:url(images/bg_content.png) repeat-y;
	
}

#nav{
	text-align:right;
	padding:20px 20px 25px 20px;
	border-bottom:dotted #CCC 1px;
	background:url(images/bg_sidebar.png) repeat-y;
}
#nav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#nav ul li{
	padding:0px;
	margin:10px 0px 0px 0px;
}
#nav a{
	text-decoration:none;
	background-color:#000;
	color:#FFF;
	padding:3px 3px 3px 3px;
	margin-bottom:10px;
	font-weight:bold;
}
#nav a:hover{
	text-decoration:none;
	background-color:#FFF;
	color:#000;
	padding:3px 3px 3px 3px;
	font-weight:bold;
}
#footer{
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 4px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
	background:url(images/footer.png) no-repeat;
	height:32px;
}
#copyright{
	position:absolute;
	right:5px;
	bottom:5px;
	background:url(images/filler.png) repeat;
	padding:3px;
	font-size:9px;
	font-weight:bold;
}
a:active { outline: none; }

a:focus { -moz-outline-style: none; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
/*==================== classes ================================*/
.title{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
        
}
.topcap{
	height:26px;
	margin:0px;
	padding:0px;
}
.bottomcap{
	height:26px;
	margin:0px;
	padding:0px;
}
.post{
	margin-bottom:20px;
	border-bottom:dotted #999 1px;
	padding:5px 0px 25px 0px;
}
.results{
	border-bottom:dotted #9E825A 1px;
	padding:5px 0px 5px 0px;
}
img {
	border:none;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;	
}

.navigation {
font-size: 12px;
margin-bottom: 15px;
padding-bottom: 20px;
}
.navigation a, .title a, .title a:hover, .blogtitle a{
	background:#000;
	color:#FFF;
	font-weight:bold;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
       
}
.navigation a:hover, .blogtitle a:hover{
	background:#FFF;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
        
}
#onstate a{
	background:#FFF;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
        font-size:14px;
}
#onstate a:hover{
	background:#FFF;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
       
}
.btext{
	background:#000;
	color:#FFF;
	padding:11px;
	margin-top:10px;
}
.btext a{
	color:#0CF;
	font-weight:bold;
	text-decoration:none;
}
#photo-info{
	color:#000;
	background:url(images/photo_info.png) no-repeat;
	width:261px;
	height:62px;
	position:absolute;
	top:0px;
	left:50px;
}

.bloque1, .bloque2 {
margin-bottom: 10px;
}
.bloque1 {
background: #e8e6d9 url(img/bloque1bg.jpg) no-repeat;
}
.bloque2 {
background: #e2ebed url(img/bloque2bg.jpg) no-repeat;
}
.bloque1 h3 {
color: #6c644d;
}
.bloque1 h3, .bloque2 h3 {
font-size: 19px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
letter-spacing: -1px;
margin-bottom: 10px;
padding: 20px 0 5px 16px;
text-transform: lowercase;
}
.bloque2 h3 {
color: #294A59;
}

.bloque1 ul a {
border-bottom: 1px dashed #968e77;
}
.bloque1 p a, .bloque2 p a {
color: #000;
}
.bloque1 ul a:hover, .bloque1 p a:hover {
background-color: #6c644d;
color: #fff;
border: 0px;
}
.bloque2 ul a {
border-bottom: 1px dashed #668b9c;
}
.bloque2 ul a:hover, .bloque2 p a:hover {
background-color: #294A59;
color: #fff;
border: 0px;
}
.bloque1 ul {
color: #968e77;
padding-bottom: 12px;
}
.bloque2 ul {
color: #668b9c;
padding-bottom: 12px;
}

/* search */
.buscar {
padding: 0px 15px 15px;
}
.bus1 {
width: 140px;
font-size: 16px;
border: 1px solid #aaa;
}
.bus2 {
vertical-align: top;
}
.sidebar p {
padding: 0 10px 15px 16px;
}
/* subscribe */
.subscriberss {
padding: 0px 0 15px 15px;
}
.subscriberss select {
width: 110px;
margin: 5px 5px 0 10px;
float: left;
}
.subscriberss a {
float: left;
}
.subscriberss a.btnnofloat {
float: none;
}
.subscriberss a.rsstext {
color: #000;
margin: 5px 0 0 3px;
float: left;
}
.bus1 {
width: 140px;
font-size: 16px;
border: 1px solid #aaa;
}
.bus2 {
vertical-align: top;
}


/* ------------------------------------------------------------------------------
			comments								             
------------------------------------------------------------------------------ */
h2.responses, #respond {
color: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
margin-bottom: 10px;
padding:0px 0px 0px 8px;
background:#000;
display:block;
text-transform: uppercase;
clear:both;
}
.commentlist {
width: 400px;
margin-bottom: 20px;
list-style-type: none;
font-size: 12px;
margin-left:0px;
}
.commentlist li {
/*background: #e4ecee url(img/commentlistbg3.jpg) no-repeat;*/
padding-top: 20px;
margin-bottom:15px;
background:#000;
font-weight:bold;
}
ol.commentlist  {
margin:0px;
padding:0px;
}
.commentcontent {
padding: 0 10px;
margin-bottom: 15px;
}
.commentcontent p {
margin-bottom: 15px;
font-size:12px;
color:#FFF;
line-height:17px;
}
.commentcontent a {
color: #FFF;
text-decoration:underline;
}
p.authorcom {
text-align: right;
}
p.authorcom span {
/*background: #fff url(img/authorbg3.jpg) no-repeat;*/
color: #000;
font-size: 16px;
background:#FFF;
}
.authorcom small {
color: #000;
font-size: 10px;
background:#FFF;
}
.commentcontent {
padding: 0 10px;
}
.commentcontent ul {
list-style-type: none;
font-size:12px;
color:#333;
line-height:17px;
margin:0px;
padding:0px;
}
.commentcontent li {
background: transparent url(img/bullet02.gif) no-repeat 0px 5px;
padding-left: 15px;
padding-top: 0px;
margin-bottom: 5px;
}
.commentcontent blockquote {
/*background-color: #d5e0e3;*/
margin-bottom: 15px;
padding: 5px 5px 2px 8px;
/*border-left: 4px solid #b1c6d0;*/
font-size:11px;
color:#000;
line-height:17px;
}
.commentcontent blockquote p {
margin-bottom:5px;
}
.commentform {
/*background: #f2f6f7 url(img/commentform2bg.jpg) no-repeat;*/
width: 400px;
padding: 20px 0px 0 0px;
margin-bottom: 20px;
}
.commentform h2 {
color: #294a59;
font-family: Arial, Helvetica, sans-serif;
font-size: 19px;
font-weight: normal;
margin-bottom: 10px;
text-transform: lowercase;
}
.cfbox1 {
width: 150px;
margin-right: 20px;
padding-left: 3px;
float: left;
}
.cfbox2 {
width: 250px;
float: left;
}
.cfbox2 textarea {
width: 400px;
height: 108px;
}
.cfbox3 {
/*background: transparent url(img/cfbox3bg2.jpg) no-repeat right bottom;*/
width: 400px;
padding-bottom: 12px;
text-align: center;
clear: both;
}
.commentform label {
color: #294a59;
margin-bottom: 2px;
display: block;
}
.commentform input {
width: 150px;
margin-bottom: 10px;
}
.commentform textarea {
margin-bottom: 20px;
}
input.submit {
width: 150px;
margin-bottom: 6px;
margin-left: 173px;
display: block;
}


/* ------------------------------------------------------------------------------
			footer 								             
------------------------------------------------------------------------------ */
/*.footer {
background: url(img/footerbg3.gif) no-repeat;
width: 730px;
height: 120px;
padding: 0px 15px 0;
color: #fff;
font-size: 11px;
display: block;
float: left;
}
p.foot1 {
padding-top: 25px;
}
p.foot2 {
padding-top: 25px;
float: right;
text-align: right;
margin-right:5px;
}
.footer a {
color: #fff;
}
.footer a:hover {
background-color: #650000;
text-decoration:none;
}
.foot2 a:hover {
background-color: #294A59;
}

*/
/* ------------------------------ clear ------------------------------ */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both;
visibility: hidden;
}