/*  
 * Theme Name: 		ExpressionBlue
 * Theme URI: 		http://www.theenglishguy.co.uk/expression-blue-wordpress-theme/
 * Description: 	This shades of blue theme by <a href="http://www.theenglishguy.co.uk/">The English Guy</a> is perfect for a beginner, easy to use, clean design with two columns - sidebar on either side, up to you -  and easy to alter to your own desires.
 * Author: 			Richard Dows
 * Author URI: 		http://www.theenglishguy.co.uk/
 * Tags:			two-columns, theme-options, blue, black, fixed-width, left-sidebar, right-sidebar, threaded-comments
 * Version:			1.0.3
 */

* {
  margin: 0;
  padding: 0;
}

body, html {
  background-image: url(images/bg_slice.png);
  background-repeat: repeat-x;
  background-position: top left;
  background-color: #1a88c9;
  font-size: 100.01%;
  font-family: "Trebuchet MS", sans-serif;
  color: #fff;
}


#wrap {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}


/*----------------------------- header ---------*/
#header {
  min-height: 101px;
  height: auto !important;
  height: 101px;
  padding: 0 0 0 15px;
}
#header h1 {
  font-size: 24px;
  margin: 5px 0 0 0;
}
#header h2 {
  font-size: 18px;
  font-weight: 100;
  margin: 5px 0 0 0;
}


/*------------------------------- menu ---------*/
#menu {
  width: 900px;
  margin: 0 auto 25px auto;
  min-height: 39px;
  height: auto !important;
  height: 39px;
}
#menu ul {
  padding-left: 0;
  margin-left: 0;
  background-color: transparent;
  color: #fff;
  float: left;
  width: 100%;
  font-family: arial, helvetica, sans-serif;
}
#menu ul li { display: inline; }
#menu ul li:first-child a {
  border-left: 1px solid #363a4d;
}
#menu ul li a {
  padding: 10px 16px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  float: left;
  border-right: 1px solid #363a4d;
  display: block;
  min-height: 19px;
  height: auto !important;
  height: 19px;
}
#menu ul li a:hover {
  background-image: url(images/menu_hover.png);
  background-repeat: repeat-x;
  background-position: top left;
  background-color: #369;
  color: #fff;
  border-right: 1px solid #000;
}


/*---------------------------- content ---------*/
#content {
  width: 650px;
  float: right;
  margin: 0;
  margin: 0 35px 0 0;
}
.left_sidebar #content {
  float: left;
  margin: 0 0 0 35px;
}

.post {
  margin: 0 0 45px 0;
}
.post-content { 
  position: relative;
  padding: 10px;
  background-color: #0a76b6;
}
.post-content img {
  margin: 5px;
  max-width: 620px;
}
.post-title {
  border-bottom: 2px solid #fff;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}

.post-main p {
  margin: 5px 0 5px 0;
}
.post-main ul, .post-main ol, .post-main dl {
  margin: 0 5px 10px 25px;
}

.clip-topleft, .clip-bottomright { 
  position: absolute;
  width: 52px;
  height: 50px;
}
.clip-topleft {
  background-image: url(images/tl_corner.png);
  top: -25px;
  left: -25px;
}
.clip-bottomright { 
  background-image: url(images/br_corner.png);
  bottom: -25px;
  right: -25px;
}



/*--------------------------- comments ---------*/
.commentsdiv {
  padding: 0;
}
.commentlist, .commentlist ul.children { 
  list-style: none;
}
.commentlist li.comment {
  background-color: #0a76b6;
  margin: 0 0 10px 0;
  padding: 10px 0;
  min-height: 90px;
}
.commentlist ul.children li.comment {
  margin: 0;
}
.commentlist > li.comment ul, .commentlist > li.comment ol {
  margin: 5px 10px 5px 20px;
}
.commentlist > li.comment ul.children {
  margin: 5px 10px 0 10px;
}
.commentlist ul.children li {
  background-color: #176ea1;
}
.commentlist ul.children ul.children li {
  background-color: #135982;
}
.commentlist .comment-body {
  margin: 0 10px 0 120px;
  padding: 0 10px;
  position: relative;
  border-left: 1px solid #1a88c9;
}
.commentlist .comment-body p { 
  padding: 0 0 10px 0;
}
.comment-author {
  position: absolute;
  top: 0; left: -110px;
  width: 100px;
  background-color: #1a88c9;
  margin: 0;
  padding: 10px 5px;
}
.comment-author img {
  margin: 0 39px !important;
}
.comment-author cite, .comment-author span {
  clear: both;
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
}

.commentsclosed h2 {
  font-size: 20px;
  padding: 10px 0 0 5px;
}

#respond .comments-middle {
  background-color: #0a76b6;
}
#respond .comments-top {
  background-color: #1a88c9;
  margin: 0;
  padding: 0 0 0 5px;
}
#respond .comments-top h2 {
  color: #0a76b6;
  font-size: 28px;
  margin: 0 0 -8px 0;
}
#respond .comments-middle, .commentform {
  margin: 0 !important;
}
#respond .comments-middle {
  padding: 5px;
}
.commentform .commentform-inputs { 
  margin: 5px 0 0 0;
}
.commentform .row {
  width: 33.3%;
  float: left;
  padding: 0 0 10px 0;
}
.commentform .row label {
  font-size: 14px;
  width: 75px;
}
* html .commentform .row, *+html .commentform .row {
  width: 32%;
}
.commentform .row input {
  padding: 1px;
}
.commentform textarea {
  width: 636px;
  padding: 2px;
}
.commentform textarea:focus, .commentform .row input:focus {
  background-color: #fff;
}
.commentform .commentform-headers {
  padding: 5px 0;
  font-size: 12px;
}
.commentform input, .commentform textarea {
  background-color: #1a88c9;
  border: 1px solid #0a76b6;
  padding: 1px;
}
.commentform-buttons {
  padding: 0 10px 5px 480px;
  margin: 0;
}
.commentform-buttons input {
  background-color: #1a88c9;
  color: #0a76b6;
  font-weight: bold;
  font-size: 20px;
  border: 0;
}
.commentform-buttons input:hover {
  cursor: pointer;
  color: #fff;
}



/*---------------------------- sidebar ---------*/
#sidebar {
  width: 200px;
}

.right_sidebar #sidebar {
  float: right;
}
.left_sidebar #sidebar {
  float: left;
}

#sidebar ul {
  list-style: none;
}
#sidebar ul li a { 
  background-color: #0a76b6;
  display: block;
  min-height: 25px;
  height: auto !important;
  height: 25px;
  padding: 0 0 0 6px;
}
#sidebar ul li a:hover {
  background-color: #1a88c9;
  border-left: 3px solid #fff;
  padding: 0 0 0 3px;
}

#sidebar .block { 
  margin: 0 0 10px 0;
}
#sidebar .block-top { 
  background-color: #000;
  min-height: 30px;
  height: auto !important;
  height: 30px;
  padding: 5px 0 0 5px;
}
#sidebar .block-top h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 100;
}
#sidebar .block-content { }
#sidebar .block-bottom { 
  margin: 0;
}



/*--------------------------- calendar ---------*/
#wp-calendar { 
  width: 100%;
  padding: 0; margin: 0;
}
#wp-calendar caption {
  font-weight: bold;
  font-size: 20px;
}
#wp-calendar td, #wp-calendar th {
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  background-color: #0a76b6;
  text-align: center;
}
#wp-calendar td:hover {
  background-color: #1a88c9;
}


/*----------------------------- footer ---------*/
#footer {
  font-size: 12px;
  text-align: center;
  padding: 25px 0 10px 0;
  clear: both;
  width: 100%;
}


/*----------------------------- header ---------*/
a {
  color: #fff;
  text-decoration: none;
}

.post-content a:link, .post-content a:visited {
  text-decoration: underline;
}
.post-content a:hover {
  color: #ddd;
  text-decoration: none;
}

.post-title h2 a:link, .post-title h2 a:visited {
  text-decoration: none;
}

#footer a:link, #footer a:visited {
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}


/*------------------------------- misc ---------*/
.navigation {
  margin: 0 0 15px 0;
}
.align-left {
  float: left;
}
.align-right {
  float: right;
}
blockquote {
  margin: 5px 10px 5px 15px;
  padding: 2px 5px;
  background-color: #369;
  border: 1px solid #333;
}
abbr, acronym {
  border: 0;
}

.gallery .gallery-item {
  width: 27% !important;
}


/*--------------------------- wordpress ---------*/
.aligncenter, div.aligncenter {
   display: 				block;
   margin-left: 			auto;
   margin-right: 			auto;
}

.alignleft {
   float: 					left;
}

.alignright {
   float: 					right;
}

.wp-caption {
   border: 					1px solid #ddd;
   text-align: 				center;
   background-color: 		#f3f3f3;
   padding-top: 			4px;
   margin: 					10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 		3px;
   -khtml-border-radius: 	3px;
   -webkit-border-radius: 	3px;
   border-radius: 			3px;
}

.wp-caption img {
   margin: 					0;
   padding:                 0;
   border: 					0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 				11px;
   line-height: 			17px;
   padding:                 0 4px 5px;
   margin: 					0;
}


