body {
  font-size: 13px;
  font-family: Arial, Sans-Serif;
  line-height: 1.4em;
  text-align: center;
  background: url('../img/background.jpg');
}

body.category-portfolio-index #main_column {
  width: 100%;
}

#page {
position: relative;
}

#geometric_image {
  background-image: url('http://julieannis.co.uk/wp-content/themes/julie/img/header.png');
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  height: 227px;
  top: 0;
  left:50%;
  margin-left: -548px;
  width: 1097px;
  z-index: 5;
}


#body_centered {
  background-image: url('../img/white_bg.png');
  margin: auto;
  margin-bottom: 40px;
  padding: 0 30px;
  text-align: left;
  width: 770px;
}

#header h1 {
  font-size: 400%;
  padding-top: 200px;
  font-weight: 700;
  position: relative;
  z-index: 200;
}

#header #sitetitle {
  border-bottom: #000 solid 6px;
  padding-bottom: 20px;
}

#header #sitetitle a:hover {
  color: #000000;
}

.nav ul {
  padding: 15px 0;
}

.nav li {
  display: inline;
  font-size: 180%;
  font-weight: 700;
  list-style: none;
}

.nav .selected {
  color: #b3656a;
}

.nav .slash {
  font-size: 90%;
  font-weight: 400;
  margin: 0 5px 0 8px;
}

.nav a:hover {
	color: #3E9CBB;
}

body.home a.link-home,
body.category-blog a.link-blog,
body.category-my-new-work a.link-portfolio,
body.page-id-23 a.link-profile,
body.page-id-26 a.link-contact {
  color: #DB5661;
}

body.home a.link-home:hover,
body.category-blog a.link-blog:hover,
body.category-my-new-work a.link-portfolio:hover,
body.page-id-23 a.link-profile:hover,
body.page-id-26 a.link-contact:hover {
  color: #3E9CBB;
}

#main_column {
  float: left;
  width: 500px;
}

#sidebar {
  float: left;
  width: 240px;
  margin-left: 30px;
}

#footer {
  border-top: #000 solid 6px;
}

#footer #copyright {
  font-size: 70%;
  font-weight: bold;
  padding-bottom: 30px;
  margin-left: 3px;
}

#header,
#footer #nav-bottom,
h1,
h2,
h3,
h4,
h5,
h6,
.date,
#sidebar,
body.single .num_comments,
.overlay .title,
.overlay .title2,
.comment-author,
.post_navigation {
  font-family: georgia, times, serif;
}

h2 {
  font-size: 190%;
  margin: 10px 0 10px;
}

h2.pagetitle {
  font-size: 180%;
  margin: 20px 0;
}

p {
  margin-bottom: 1.4em;
  weight: 100;
}

p.center {
  text-align: center;
}

p.right {
  text-align: right;
}

p.left {
  text-align: left;
}

p a {
  color: #958500;
  font-weight:  bold;
}

p a:hover {
  color: #3E9CBB;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #3E9CBB;
}

.clear {
  clear: both;
  height: 1px;
  margin: 0;
  padding: 0;
}

.blocklink {
  width: 100%;
  height: 100%;
  display: block;
}

.blankimage {
  width: 60px;
  height: 60px;
  float: left;
  margin: 0 10px 10px 0;
}

.edit_link {
  background: #ffffff;
  color: #000000;
  font-size: 80%;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 0;
}

.screen-reader-text {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.post_navigation {
  border-top: 1px black dotted;
  display: block;
  font-style: italic;
  font-weight: bold;
  margin: 30px 0;
  padding: 3px;
  text-align: center;
}

.post_navigation .alignright,
.post_navigation .alignleft {
  width: 210px;
}

.post_navigation .alignleft {
  text-align: left;
}

.post_navigation .alignright {
  text-align: right;
}

.lighter_beige {
  background: #eff0e7;
}

.darker_beige {
  background: #e0e2d1;
}

.slimline_portfolio_container {
  margin-bottom: 10px;
  margin-left: -10px;
  padding: 10px 0 20px 10px;
  width: 780px;
}

.slimline_portfolio_container .post {
  border-top: #000000 solid 3px;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  width: 185px;
}

body.single .postmetadata {
  margin-left: 180px;
}

body.single .num_comments {
  font-size: 200%;
  font-weight: 700;
  padding: 20px;
}

.post {
  border-top: 3px solid #000000;
  margin-bottom: 10px;
  position: relative;
  width: 500px;
}

.post .date {
  background: #000000;
  color: #ffffff;
  height: 53px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
}

.post .date .day {
  display: block;
  font-size: 210%;
  font-weight: 600;
  margin: 5px 0 auto;
}

.post .date .month {
  display: block;
  font-size: 100%;
  margin: 5px auto;
}

.post h2 {
  font-size: 130%;
  margin-bottom: 3px;
}

.post .main_image,
.post .extra_image {
  margin-bottom: 10px;
  border-bottom: 3px solid #cda583;
}

.post .extra_image {
  border-top: 3px solid #000000;
}

.post .content blockquote {
  padding: 5px 20px;
}

.post .content blockquote p {
  border-left: 3px solid #cccc99;
  padding: 5px;
  display: block;
  font-style: italic;
}

.post .content p {
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 1em;
  padding: 0;
}

.post .content p img {
  margin: 10px 10px 10px -5px;
  padding: 2px;
  border: 1px solid #cccc99;
}

.post .content p img.left {
  float: left;
  width: 200px;
}

.post .content p img $.right {
  float: right;
  width: 200px;
}

.post .content p img $.center {
  width: 200px;
}

.post .content ul {
  list-style-type: disc;
  list-style-position: outside;
}

.post .content ol {
  list-style-type: decimal;
  list-style-position: outside;
}

.post .content ul,
.post .content ol {
  margin: 10px 20px;
  margin-bottom: 1em;
}

.post .content ul li,
.post .content ol li {
  margin: 2px 5px;
}

.post .content ul li img,
.post .content ol li img {
  margin: 5px 5px 5px -15px;
  padding: 2px;
  border: 1px solid #cccc99;
}

.post .num_comments {
  background-color: #ffffff;
  border-top: 2px solid #cccc99;
}

.post .num_comments .postmetadata {
  display: block;
  font-size: 85%;
  font-weight: 600;
  line-height: 1em;
}

.post .num_comments .postmetadata a {
  padding: 2px;
  display: block;
}

.post .num_comments .postmetadata .num_drop {
  font-size: 110%;
  vertical-align: -2px;
}

.post .slimline_post .content {
  float: left;
  height: auto !important;
  min-height: 150px;
  position: relative;
  width: 320px;
}

.post .slimline_post .content .summary {
  margin-bottom: 1.2em;
}

.post .slimline_post .main_image {
  border-bottom: none;
  margin-bottom: 0;
  margin-right: 15px;
  width: 150px;
  float: left;
}

.post .slimline_post .num_comments {
  bottom: 0;
  position: absolute;
  width: 320px;
}

.post .slimline_portfolio .content {
  width: 185px;
}

.post .slimline_portfolio .title {
  display: block;
  width: 100%;
}

.post .slimline_portfolio .main_image {
  border-bottom: 0;
  position: relative;
  margin-bottom: 0;
}

.post .slimline_portfolio .main_image .overlay {
  background-image: url('../img/portfolio_overlay.png');
  border-bottom: 2px white solid;
  color: white;
  display: none;
  height: 185px;
  left: 0;
  position: absolute;
  top: 0;
  width: 185px;
  z-index: 100;
}

.post .slimline_portfolio .main_image .overlay a,
.post .slimline_portfolio .main_image .overlay a:hover {
  color: white;
}

.post .slimline_portfolio .main_image .overlay .title {
  margin-top: 15px;
}

.post .slimline_portfolio .main_image .overlay .title,
.post .slimline_portfolio .main_image .overlay .title2 {
  display: block;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.2em;
  margin-left: 15px;
  margin-right: 15px;
  width: 155px;
}

.post .slimline_portfolio .main_image .overlay .subtitle {
  bottom: 10px;
  display: block;
  font-size: 100%;
  left: 15px;
  line-height: 1.2em;
  position: absolute;
  width: 155px;
}

.post .slimline_portfolio .num_comments .postmetadata a {
  padding-left: 8px;
}

.page .post {
  border-top: none;
}

.page .post h2 {
  font-size: 220%;
  margin-bottom: 10px;
}

.commentlist .alt {
  background: #f1f1e3;
}

.commentlist .comment-body p {
  font-style: italic;
  padding: 15px 15px 15px 200px;
}

.commentlist .comment-body .reply {
  clear: both;
}

.commentlist .comment-author {
  clear: both;
  float: left;
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 15px;
  text-align: right;
  width: 170px;
}

.commentlist .comment-author a {
	color: #958500;
}

.commentlist .comment-author a:hover {
	color:  #3E9CBB;
}

.commentlist .comment-author img {
  display: none;
}

.commentlist .comment-meta {
  clear: both;
  float: left;
  font-size: 80%;
  font-style: italic;
  padding-bottom: 15px;
  text-align: right;
  width: 170px;
}

#respond,
#contact-respond {
  background: #e0e0d4;
  margin-bottom: 40px;
  padding: 75px 30px 15px;
  position: relative;
}

#respond h3,
#contact-respond h3 {
  display: block;
  position: absolute;
}

#respond label,
#contact-respond label {
  display: block;
  font-family: georgia, times, serif;
  font-size: 110%;
  font-weight: 700;
  margin-bottom: 8px;
}

#respond textarea,
#contact-respond textarea,
#respond input,
#contact-respond input {
  margin-bottom: 0;
  width: 328px;
  font-family: Arial, sans-serif;
  font-size: 95%;
  padding: 2px;
}

#respond {
  margin-top: 120px;
}

#respond h3 {
  background-image: url('../img/comment_bubble.gif');
  height: 169px;
  left: 15px;
  top: -100px;
  width: 245px;
}

#contact-respond {
  margin-top: 60px;
}

#contact-respond h3 {
  background-image: url('../img/contact_bubble.gif');
  height: 161px;
  left: 240px;
  top: -65px;
  width: 250px;
}

#contact-respond div.wpcf7-response-output {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 10px;
  padding: 0.2em 1em;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 225px;
  z-index: 1000;
}

#contact-respond div.wpcf7-mail-sent-ok {
  border: 3px solid #ffffff;
  background-color: #8cd062;
  color: #2a3f1e;
}

#contact-respond div.wpcf7-mail-sent-ng {
  border: 3px solid #ffffff;
  background-color: #ff6470;
  color: #582226;
}

#contact-respond div.wpcf7-spam-blocked {
  border: 3px solid #ffffff;
  background-color: #ffe440;
  color: #4e4612;
}

#contact-respond div.wpcf7-validation-errors {
  border: 3px solid #ffffff;
  background-color: #b3656a;
  color: #ffffff;
}

#sidebar {
  line-height: 1.4em;
  list-style: none;
}

#sidebar h3 {
  font-size: 180%;
  margin: 15px;
}

#sidebar p {
  font-size: 80%;
}

#sidebar #subscribe,
#sidebar #follow_me,
#sidebar #archives,
#sidebar #categories,
#sidebar #search,
#sidebar #inspiration {
  background: #ffffff;
  border-bottom: 3px solid #cda583;
  border-top: 3px solid #000000;
  margin-bottom: 10px;
}

#sidebar #categories ul.content,
#sidebar #inspiration ul.content,
#sidebar #archives ul.content {
  margin: 15px;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.5em;
}

#sidebar #subscribe,
#sidebar #follow_me,
#sidebar #search {
  position: relative;
}

#sidebar #subscribe a,
#sidebar #follow_me a,
#sidebar #search a,
#sidebar #subscribe a:hover,
#sidebar #follow_me a:hover,
#sidebar #search a:hover {
  color: black;
  position: relative;
  padding-top: 50px;
  z-index: 10;
}

#sidebar #subscribe .illustration,
#sidebar #follow_me .illustration,
#sidebar #search .illustration {
  height: 67px;
  position: absolute;
  right: 5px;
  width: 101px;
  z-index: 0;
}

#sidebar #subscribe,
#sidebar #follow_me {
  height: 105px;
}

#sidebar #subscribe .illustration,
#sidebar #follow_me .illustration {
  top: 20px;
}

#sidebar #search {
  height: 120px;
}

#sidebar #search h3 {
  margin-top: 50px;
  margin-bottom: 5px;
}

#sidebar #search .illustration {
  top: 5px;
}

#sidebar #follow_me .illustration {
  background: transparent url('../img/sidebar_sprites.png') no-repeat 0 0;
}

#sidebar #follow_me .illustration-hover {
  background: transparent url('../img/sidebar_sprites.png') no-repeat 0 -67px;
}

#sidebar #subscribe .illustration {
  background: transparent url('../img/sidebar_sprites.png') no-repeat 0 -134px;
}

#sidebar #subscribe .illustration-hover {
  background: transparent url('../img/sidebar_sprites.png') no-repeat 0 -201px;
}

#sidebar #search .illustration {
  background: transparent url('../img/sidebar_sprites.png') no-repeat 0 -268px;
}

#sidebar #search .illustration-hover {
  background: transparent url('../img/sidebar_sprites.png') no-repeat 0 -335px;
}

#sidebar #recent_work {
  margin-bottom: 10px;
  border-top: 3px solid #000000;
}

#sidebar #recent_work a {
  color: black;
  display: block;
}

#sidebar #recent_work p {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: italic;
}

#sidebar #recent_work .summary {
  background: white;
  border-bottom: 3px solid #cda583;
  border-top: 3px solid #cda583;
  padding: 15px;
}

#sidebar #recent_work .summary h3 {
  margin: 0 0 10px 0;
}

#sidebar #recent_work .summary .subtitle {
  font-size: 90%;
  margin-top: 3px;
}

#sidebar #recent_work .summary .title {
  font-weight: bold;
  padding-right: 3px;
}

#sidebar #recent_work .summary .title,
#sidebar #recent_work .summary .title2 {
  display: inline;
  line-height: 1.2em;
}

#sidebar #recent_work .summary a {
  display: inline;
}

#sidebar #search div {
  text-align: center;
}

#sidebar #search input {
  margin: 10px;
  width: 110px;
}

#sidebar #portfolio_sidebar {
  background: white;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #cda583;
  padding: 20px 15px;
}

#sidebar #portfolio_sidebar h2 {
  font-size: 180%;
  line-height: 1.2em;
  margin: 0;
}

#sidebar #portfolio_sidebar h2.title2, #sidebar #portfolio_sidebar h2.title_only {
  margin-bottom: 8px;
}

#sidebar #portfolio_sidebar h3 {
  font-size: 120%;
  margin: 0 0 8px;
}

#sidebar #portfolio_sidebar p,
#sidebar #portfolio_sidebar li {
  font-family: arial, sans;
  font-size: 100%;
}

#sidebar #portfolio_sidebar ul {
  margin-bottom: 20px;
}

#sidebar #portfolio_sidebar a {
  color: #958500;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.4em;
}

#sidebar #portfolio_sidebar a:hover {
  color: #3E9CBB;
}

#sidebar #categories a:hover {
	color: #3E9CBB;
}

#sidebar #categories .current-cat a {
	color: #DB5661;
}

button {
  position: relative;
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: visible;
}

button::-moz-focus-inner {
  border: none;
}

button span {
  position: relative;
  display: block;
  white-space: nowrap;
}

button.submitBtn {
  padding: 0 15px 0 0;
  margin-right: 5px;
  font-size: 1em;
  text-align: center;
  background: transparent url('../img/buttons.gif') no-repeat right -106px;
}

button.submitBtn span {
  padding: 0px 7px 0 20px;
  height: 33px;
  background: transparent url('../img/buttons.gif') no-repeat left top;
  color: #db5661;
  font-family: georgia, times, serif;
  font-style: italic;
  line-height: 33px;
  text-align: center;
}

button.submitBtn:hover {
  background-position: right -159px;
}

button.submitBtn:hover span {
  background-position: 0 -53px;
}

button.submitBtnHover {
  background-position: right -159px;
}

button.submitBtnHover span {
  background-position: 0 -53px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) button span {
  margin-top: -1px;
}