/* Theme Name: Pacific Airlines Portfolio.com
   Theme URI: http://pacificairlinesportfolio.com/
   Description: HTML website with posibilities to change it in responsive website.
   Version: 1.0
   Author: YTWD
   Author URI: http://YOTRIXIEWEBDESIGN.com 
*/

/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;*/
	border-spacing: 3px;
}


/*-----------------CSS--------------------- */
html {
	height: 100%;
	width:100%;
	background-size:auto;
	background-color:#0d2676;
	overflow-x:hidden;
	background-attachment:fixed;} 
body { 	
	font:17px/1.4 "Georgia",arial, helvetica;
	color:#000;}

wrapper, header, slider,main-content, footer, aside, right-side { 
	display: block; }

#wrapper {
	background:url(../images/clouds_bg.jpg) no-repeat fixed;
	background-size: 100%;
	background-color:#3785bf;
	min-width:1024px;
	}
#wrap2 {
background:url(../images/bg_header.jpg) repeat-x;
}

#container{
	background-color: white;
	width:1070px;
	height:auto;margin: 0 auto; /*center the continer in the browser */}
	
#header {
	background-color: #440304;
	width:1070px;
	height:121px; 
	border: 1px solid #440304;
	min-width:1024px;
	}
#header h1 a {
	float: left;
	background: url(../images/logo.png) no-repeat;
	width: 224px;
	height: 26px;
	padding-left:50px;
	text-indent: -9999px;
	margin: -1px 0 0 0;}

#logo {	
	background-image:url (..images/logo.png);
	background-repeat: no-repeat;
	width: 224px;
	height: 0px;
	padding:20px;
	display:block;
	}

#airplane{
	background-image: url(../images/airplane.png); 
	background-repeat:no-repeat; 
	width:189px; 
	height:68px;
	margin-top:-60px;
	margin-right:25px;
	clear:left;
	float:right;
	}
#airplane{
	cursor:pointer;}

.special-character { padding-left: 5px; color: #ffffff; }

ul#menu {
	position:absolute;
	margin-top:50px;
	min-width:1070px;
}
ul#menu li {
	display:inline;
	margin-left:4px;
}
ul#menu li a {
	text-decoration:none;
	color:#ffffff;
	font-family:"Georgia",Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size:13px;
	font-weight:normal;
}
ul#menu li a:active, ul#menu li a:hover {
	color:#ffffff;
}


#slider {
	margin:0 auto;
	width: 900px;
	height: 300px;
	margin-top:23px;
	background-color:white;
	border: 1px solid #000;
	}
/* box of content */
#content {
	*min-width:1070px;*/
	width: auto;
	min-height: 600px;
	padding: 25px;
	height:auto;
	margin-top:3px;
	background-color:white;
	}

/*box of main content in the left side*/	
#main-content {
	background-color:white;
	padding: 10px;
	/*width:70%;*/
	width: 99%; 
	/*float:left;*/
	margin-top:5px;
	border: 1px solid #ffe;
	text-align:left;
	}
/*right-side (widgets, blogroll, recent posts, etc */	
#sidebar { 
	/*width:20%;*/
	/*padding:15px;*/
	/*float:right;*/
	/*margin-top:35px;*/
	/*margin-right:20px;*/
	/*border: 1px solid brown;*/
	}

h2.widgettitle {
	background: #a0181b;
	color:white;
	font-size:14px;
	text-align:left;
	width:206px;
	padding-left:10px;
	}

/*footer section*/
#footer {
	background-color: white;
	
	clear:both;
	display:block;
	margin:0 auto;
	width:1070px;
	height:80px;
	}
#foot2 {
	text-align: center;
	height:35px;
	padding: 5px;
	border-top: 1px solid #a0181b;
	border-bottom: 1px solid #a0181b;
	}
.copyright{
	color:#a0181b;
	text-align:center;
	margin-bottom:8px;
	margin-top:8px;}
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: 16px;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: 14px;
}
#content .underpost a {
	text-decoration: underline;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 2px;
	color: black;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 5px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/

#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.message h2 {
	font-size: 1.4em;
	margin: 5px 0 10px 0;
	padding: 0;
}
.message h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 79px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: white;
	background-color:#a0181b;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	padding-left: 10px;
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 30px;
	padding: 10px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/*===END SECTION 11===*/

/* TABLES ADDED IN DIFERENTS PAGES */
.tabla {
font-family: "Georgia", Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
text-align: left;
width: auto;
}

.tabla td {
padding: 5px;
font-size: 16px;
background-color: #fff;
/*background-image: url(fondo_th.png);*/
background-repeat: repeat-x;
color: #000;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-style: solid;
border-left-color: #000;
border-top-color: #000;
border-right-color: #000;
border-bottom-color: #000;
font-family: "Georgia", Arial;
/*text-transform: uppercase;*/
}

/*employees table */
.tabla_employees {
font-family: "Georgia", Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
text-align: left;
width: auto;
}

.tabla_employees td {
padding: 5px;
font-size: 14px;
background-color: #fff;
/*background-image: url(fondo_th.png);*/
background-repeat: repeat-x;
color: #000;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-style: solid;
border-left-color: #000;
border-top-color: #000;
border-right-color: #000;
border-bottom-color: #000;
font-family: "Georgia", Arial;
/*text-transform: uppercase;*/
}
/*care and measurements table */
.tabla_care {
font-family: "Georgia", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align: left;
width:auto;
}

.tabla_care td {
padding: 5px;
font-size: 13px;
background-color: #fff;
/*background-image: url(fondo_th.png);*/
/*background-repeat: repeat-x;*/
color: #000;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-style: solid;
border-left-color: #000;
border-top-color: #000;
border-right-color: #000;
border-bottom-color: #000;
font-family: "Georgia", Arial;
/*text-transform: uppercase;*/
width: 80px;
}

/* Sponsors box */
p.box-sponsor {
	border:1px solid #440304;
	margin-top: -155px;
	font-size: 21px;
	padding: 5px;
	width:490px;
	float: right;
	clear: left;
}