@charset "UTF-8";
/* CSS Document */

/* *****************************************
** Stylesheet for www.pascalparrot.com
**
** USEFUL COLOR CONSTANTS	
**
** #7d2d2e - Background TOP
** #571f1e - Background BOTTOM
** #f0eaea - Content background
**
/* ************************************** */

/* ************************************** */
/* Reset CSS                              */
/* ************************************** */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: white;
	background: black;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ************************************** */
/* General                                */
/* ************************************** */
body
{
	background: url(../images/../images/design/background.jpg) repeat-x #571f1e;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

div#content
{
  margin: 0px auto 50px;
  width: 730px;
	background: #f0eaea;
	padding: 10px;
	margin-bottom: 3px;
	line-height: 1.2;
}

div#content a
{
	color: inherit;
	text-decoration: none;
}

div#content a:hover
{
	text-decoration: underline;
}

div#content img.fancy
{
	border: 8px solid white;
}

div#content img.fancy:hover
{
	border: 8px solid #571F1F;
}

/* ************************************** */
/* Titles                                 */
/* ************************************** */
div#content h1
{
	color: #7d2d2e;
	border-bottom: 1px dashed #7d2d2e;
	text-align: right;
	padding-bottom: 5px;
	margin: 10px 0px;
	font-size: 1.5em;
}

div#content h2
{
  text-align: right;
  color: #7d2d2e;
	font-weight: bold;
	font-size: 1.3em;
}

/* ************************************** */
/* Menu - Top bar                         */
/* ************************************** */
div#top_bar
{
  width: 750px;
  margin: 50px auto 0;
}

h1#logo
{
	font-size: 1em;
	text-align: right;
	background: url(../images/design/logo.jpg) no-repeat;
	width: 390px;
	height: 55px;
	padding-top: 80px;
	padding-right: 20px;
	float: right;
}

ul#menu
{
	background: url(../images/design/menu_bg.jpg) repeat-x bottom;
	width: 350px;
	height: 105px;
	padding-top: 30px;
}

ul#menu li
{
	display: inline;
	color: white;
}

ul#menu li a
{
	text-decoration: none;
	color: black;
	padding-bottom: 1px;
}

ul#menu li a:hover
{
	border-bottom: 5px solid white;
	color: white;
}

ul#menu li a:active
{
	color: black;
	border-bottom: 5px solid black;
}

/* ************************************** */
/* Blog                                   */
/* ************************************** */

/* Articles list */
ul#blog_articles li
{
  width: 55%;
  margin: 0 auto 20px;
  border-left: 8px solid #7d2d2e;
  padding-left: 3px;
}

ul#blog_articles li:hover
{
  border-left: 8px solid white;
}

ul#blog_articles li h3
{
  color: #7d2d2e;
  margin-bottom: 3px;
}

ul#blog_articles li div.article_excerpt
{
  text-align: justify;
  margin-bottom: 5px;
}

ul#blog_articles li p.article_info
{
  color: #7d2d2e;
  font-size: 0.7em;
}

/* Articles display */
div.article_wrapper, div.article_comments_wrapper
{
  margin: 0 auto;
  width: 55%;
}

div.article_wrapper h3
{
  font-weight: bold;
  font-size: 1.2em;
  color: #7d2d2e;
}

div.article_wrapper p.article_info
{
  font-size: 0.7em;
}

div.article_wrapper div.article_excerpt
{
  text-align: justify;
  margin: 1em 0;
}

div.article_wrapper div.article_content
{
  text-align: justify;
  margin-bottom: 1em;
}

div.article_wrapper div.article_content a
{
  color: #7d2d2e ! important;
}

/* Comments display */
div.article_comments_wrapper
{
  margin-top: 30px;
}

div.article_comments_wrapper ul#comments li
{
  border-left: 3px solid #7d2d2e;
  padding-left: 3px;
  margin-bottom: 10px;
}

div.article_comments_wrapper ul#comments li p.comment_content
{
  margin-bottom: 5px;
}

div.article_comments_wrapper ul#comments li p.comment_info
{
  font-size: 0.7em;
}

div.article_comments_wrapper a.comments_title
{
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

div.article_comments_wrapper p#comment_info
{
  text-align: center;
  margin-bottom: 1em;
}

div.article_comments_wrapper form
{
  border: 3px solid #7d2d2e;
  padding: 5px;
}

div.article_comments_wrapper form table
{

  margin: 0 auto;
}

div.article_comments_wrapper form table th
{
  padding: 3px;
  vertical-align: top;
}  

div.article_comments_wrapper form table td.buttons
{
  text-align: center;
}

div.article_comments_wrapper form table td input[type=text], 
div.article_comments_wrapper form table td textarea
{
  border: 2px solid #7d2d2e;
  width: 95%;
  padding: 3px;
  font-size: 1em;
} 

div.article_comments_wrapper form table td input[type=text]:focus, 
div.article_comments_wrapper form table td textarea:focus
{
  border: 2px solid red;
} 

/* ************************************** */
/* Portfolio                              */
/* ************************************** */
ul#portfolio_albums
{
  margin: 0 auto;
  width: 710px;
}

ul#portfolio_albums li
{
  width: 340px;
  height: 70px;
  padding-bottom: 10px;
  overflow: hidden;
  line-height: 1;
}

ul#portfolio_albums li img
{
  border: 5px solid #7d2d2e;
}

ul#portfolio_albums li img:hover
{
  border: 5px solid white;
}

ul#portfolio_albums li h3
{
  color: #7d2d2e;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 2px;
}

ul#portfolio_albums li p.album_description
{
  font-size: 0.8em;
  margin-bottom: 3px;
}

ul#portfolio_albums li p.album_date
{
  color: #571f1e;
  font-size: 0.6em;
}

ul#portfolio_albums li.odd
{
  text-align: right;
  padding-right: 10px;
}

ul#portfolio_albums li.odd img
{
  margin-left: 10px;
  float: right;
  clear: right;
}

ul#portfolio_albums li.even
{
  margin-top: -80px;
  margin-left: 350px;
  padding-left: 10px;
}

ul#portfolio_albums li.even img
{
  margin-right: 10px;
  float: left;
  clear: left;
}


h3#album_name
{
  font-weight: bold;
  color: #7d2d2e;
  width: 525px;
  text-align: center;
  margin: 0 auto 3px;
}

p#album_description
{
  width: 520px;
  margin: 0 auto 10px;
  text-align: justify;
}

ul#album
{
  width: 525px;
  padding-left: 5px;
  margin: 0 auto;
}

ul#album li
{
  display: inline;
}

ul#album li img
{
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
  background: #7d2d2e;
}

ul#album li img:hover
{
  padding: 4px;
  background: white;
  border: 1px solid black;
}

div#album_navigation
{
  width: 520px;
  margin: 40px auto 10px;
  text-align: center;
}

div#album_navigation p#back_link
{
  margin-top: 15px;
}

div#album_navigation p#navigation_links a
{
  border: 2px solid #7d2d2e;
  padding: 1px 3px;
}

div#album_navigation p#navigation_links a.current_page
{
  border: 2px solid black;
  background: white;
}

/* ************************************** */
/* Pages                                  */
/* ************************************** */
div.preformated_text
{
  margin: 0 auto;
  width: 55%;
  text-align: justify;
}

div.preformated_text p
{
  margin-bottom: 0.8em;
}

/* ************************************** */
/* Contact                                */
/* ************************************** */
form#contact
{
  width: 55%;
  margin: 0 auto 20px;
}

form#contact table tr th
{
  vertical-align: top;
  padding: 6px 10px 0 0;
  text-align: right;
}

h2.about, p#about
{
  width: 55%;
  margin: 0 auto;
}

p#about
{
  text-align: justify;
}

p#about a
{
  color: #7d2d2e;
}

/* ************************************** */
/* Links                                  */
/* ************************************** */
ul#links
{
  width: 50%;
  margin: 0 auto;
}

ul#links li
{
  margin-bottom: 20px;
  border-bottom: 1px solid #7d2d2e;
  padding-bottom: 3px;
}

ul#links li h3
{
  color: #7d2d2e;
  font-weight: bold;
}


/* ************************************** */
/* Forms                                  */
/* ************************************** */
form table td input[type=text], form table td textarea
{
  border: 2px solid #7d2d2e;
  width: 95%;
  padding: 3px;
  font-size: 1em;
} 

form table td input[type=text]:focus, form table td textarea:focus
{
  border: 2px solid red;
} 

form table td.buttons
{
  text-align: center;
}


/* ************************************** */
/* Footer                                 */
/* ************************************** */
p#footer
{
	color: #f0eaea;
	font-size: 0.5em;
	margin: 5px auto 30px;
	width: 750px;
	text-align: right;
	letter-spacing: 0.3mm;
}

p#footer a
{
  color: inherit;
  text-decoration: none;
}

p#footer a:hover
{
  color: inherit;
  text-decoration: underline;
}


