/*
Theme Name: INDIGO
Theme URI:http://www.orizonstudio.com
Description: Fresh Magazine style WordPress theme. 
Version:1.1
Author:Mattt
Author URI:http://www.orizonstudio.com
Tags: custom, brown, magazine, widgets 
*/


/* GENERAL TAGS */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin:0; 
  padding:0;
  }
  
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
caption, th{text-align:left}
q:before, q:after{content:''}
strong{font-weight:bold}
em{font-style:italic}





ol, ul, li { 
  list-style:none;
  }
  
a img {
  border:0;
  }

/* TEXT ALIGN & FLOATING */

.aligncenter{display:block; margin:0 auto; text-align:center;}
.alignleft{float:left}
.alignright{float:right}
.floatLeft{float:left}
.floatRight{float:right}
.clear{clear:both}

/*GLOBAL STRUCTURE*/

html, body {
  height:100%;
}

body{
  font-size:9pt; 
  font-family: Arial, Lucida Grande, sans-serif; 
  color:#222; 
  margin:0 auto; 
  text-align:center;
  background-image: url("images/indigoBg.jpg");
  background-repeat: repeat-xy;
  background-position: top center;
  background-attachment: fixed;
}

#wrapper {
  width:1060px; 
  min-height:100%; 
  height:auto !important; 
  height:100%; 
  margin:0 auto; 
  padding:0; 
  text-align:left;
}

#content {
  width:645px; 
  float:left;
  margin: 0 0 65px 3px;
}

#leftContent {
  float:left; 
  width:635px; 
  margin: 90px 0 0 0;
  }
  
#rightContent {
  float: right; 
  width:425px; 
  margin: 106px 0 0 0
  }
  
  
  
/* BLOG TITLE */

#logo {
  width:605px;  
  height: 42px; 
  border-bottom:2px solid #c9c9c9; 
  margin: -5px 0 15px 3px;
  padding: 0 0 5px 0;
  }

h1.logo a {
  font-size:2.6em; 
  font-weight:bold; 
  color:#000; 
  float:left; 
  text-transform:uppercase; 
  text-decoration:none;
  }
  


h1.cufonlogo a{
  float:left; 
  padding:0; 
  text-decoration:none; 
  margin:0; 
  letter-spacing:0;
  }


h1.logo a:focus, h1.cufonlogo a:focus {outline:0;}

.word1 {
  font-size:32pt; 
  font-weight:bold; 
  color:#000000; 
  letter-spacing:0; 
  margin:0;
  }
  
.word2 {
  font-size:30pt; 
  font-weight:normal; 
  color:#443025; 
  letter-spacing:-1px; 
  margin:0;
  width: 300px;
  }





/* TYPOGRAPHY */

p {
  font-size:9pt; 
  line-height:1.5; 
  color:#222; 
  margin: 1.5em 0 1.5em 0; 
  text-align:justify;
  }

p a, p a:visited {
  border-bottom:0px solid #222; 
  color:#443025; 
  text-decoration:underline;
  }

p a:hover{
  border-bottom:1px solid #c9c9c9; 
  color:#000; 
  text-decoration:none;
  }


.post h2{text-transform:none; padding-bottom:0; border-bottom:0; margin-top:0; margin-bottom:0}
.post ul li, 
.post ol li{font-size:1.2em; list-style-type:square; margin:5px 0 5px 15px}

h1, h2, h3, h5, h5, h6 {
  font-weight:bold;
  }

h4, h2 {
  font-size:1.8em; 
  color:#222; 
  text-transform:uppercase; 
  padding:0px; 
  margin:0px; 
  border-bottom:0px solid #c9c9c9; 
  }

h3 {
  border:0;
  color:#443025;
  font-size:14pt;
  font-weight:normal;
  letter-spacing:-1px;
  line-height:1em;
  margin:0;
  text-align:left;
  text-transform:uppercase;
  }

h3 a{text-decoration:none; color:#222}


#reply{border-bottom:4px solid #C9C9C9; color:#222; font-size:1.8em; margin-top:28px; margin-bottom:16px; padding-bottom:4px}


/* SIDEBARS GENERAL SETTINGS (MIDDLE & RIGHT) */

#middleSidebar {
  float:left; 
  width:200px; 
  margin: 0 15px 0 0;
  }
  
#rightSideBarBottom {
  float:right; 
  width:200px;
  }
  


/* WIDGETS GENERAL SETTINGS */

div.widget {
  width: 200px;
  font-size: 9pt;
  padding:0;
  margin: 0 0 20px 0;
}

div.widget h2 {
  font-size:14pt; 
  font-weight: normal;
  color:#443025; 
  text-align:left; 
  text-transform:uppercase; 
  border-bottom: 2px solid #c9c9c9; 
  padding: 0px 0 3px 0;
  margin: 0 0 10px 0;
}


/* TEXT WIDGET */

.widget_text div.textwidget {
  margin: -2px 0 0 0 ;
  line-height: 1.5em;
}


/* TAGS CLOUD WIDGET */

.tags p.post_tag-cloud {
  margin: -2px 0 0 0 ;
}

.tags a {
  line-height: 1em;
  text-decoration: none;
  border:0;
  padding: 0 1px 0 1px;
  color: #222;
}

.tags a:hover{color:#fff; background-color:#282828;}
.tags a:visited {
  text-decoration:none;
  border: 0;
  }

/* ARCHIVE WIDGET */

.widget_collapsarch ul {
  margin: -2px 0 0 0 ;

}

.widget_collapsarch ul li a {
  font-weight: bold;
  font-size:1.2em;
  color:#222; 
  padding:3px 0 3px 0;
  display:block; 
  margin:0 0 0px 0; 
  border-bottom:1px solid #c9c9c9; 
  text-decoration:none; 
}

.widget_collapsarch ul li a:focus {
  outline:0;
  }


.widget_collapsarch ul li ul li { 
  font-size:14pt;
  color:#222; 
  padding: 30 0 0 0;
  display:block; 
  margin:0 0 0px 0; 
  border-bottom:1px solid #c9c9c9; 
  text-decoration:none; 
  }

.widget_collapsarch ul li ul li span {
  margin-bottom: 5px;
  } 


.widget_collapsarch ul li ul li  a {color:222; display: block; margin: 0; font-weight: normal; font-size: 9pt; text-decoration: none; border: 0;  padding:3px 0px 3px 3px ; }
.widget_collapsarch ul li ul li a:hover{color:#fff; background-color:#282828;}
.widget_collapsarch ul li ul li  {}





/* RIGHTSIDEBAR --> LINKS / BOOKMARKS */

.widget_collapslink h2 {
  display:none;
  text-align:left; 
  text-transform:none; 
  border:0; 
  padding: 0;
  margin: 0;
  }

  
.widget_collapslink ul li a {
  font-size:14pt; 
  font-weight: normal;
  color:#443025; 
  text-align:left; 
  text-transform:uppercase; 
  text-decoration:none;
  display: block; 
  padding-bottom: 4px; 
  margin-bottom: 4px; 
  border-bottom:2px solid #c9c9c9;  
  }
  
.widget_collapslink ul li a:focus {
  outline:0;
  }

.widget_collapslink ul li {
  margin-bottom: 15px; 
  }

.widget_collapslink ul li ul li { 
  font-size:14pt;
  color:#222; 
  padding-left: 0px;
  display:block; 
  margin:0; 
  border-bottom:1px solid #c9c9c9; 
  text-decoration:none; 
  }
  
.widget_collapslink ul li ul li  a {  text-transform:none; color:222; display: block; margin: 0; font-weight: normal; font-size: 9pt; text-decoration: none; border: 0;  padding:3px 0 3px 3px ; }
.widget_collapslink ul li ul li a:hover{color:#fff; background-color:#282828;}

.widget_collapslink ul li ul li  {}



/* SEARCHFORM */
#search-form {
  margin: 0 0 0px 0;
  }

#search-text {
  font-size:9pt; 
  font-family:Arial,Helvetica,sans-serif; 
  color:#222; 
  margin: 0;
  padding: 4px 3px 2px 3px; 
  border: 1px solid #c9c9c9;
  width: 163px;
  }

#search-submit {
  border: 0; 
  height: 24px;
  width: 23px;
  margin: 0px 0 0 5px;
  padding: 0px; 
  background: transparent;
  background-image: url("images/searchBtn.png"); 
  background-repeat: no-repeat; 
  background-position: bottom left;
  }

/* LATEST */
#front-bottom{margin-top:15px}

#latest-wrap {
  margin: 0 0 0px 0px;
  width: 610px;
  }

.latest-post-wrap {
  float:left; 
  width:190px; 
  margin: 0 20px 0 0; 
  }


.latest-post{margin: 0; position:relative; width:190px; height:144px}

.latest-image{
  margin: 0;
  position:absolute; 
  padding: 4px 5px 5px 5px;
  width:190px; 
  height:144px;
  background-image: url("images/pictoBg.png"); 
  background-repeat: no-repeat; 
  background-position: top left;

  }

.latest-title h2{
  margin:0px 0px 0px; 
  line-height:1em; 
  color:#443025;
  border:0;
  font-size:14pt;
  font-weight:normal;
  text-align:left;
  letter-spacing: -1px;
  text-transform:uppercase;
  }

.latest-title h2 a{display:block; color:#222; text-decoration:none}

.latest-title h2 a:hover{  color:#443025;}

.latest-title{margin-top: -14px;}

.latest-content{position:relative; width:184px; height:200px; margin: 0px 5px 20px 4px;}

.latest-content h2{margin-top:15px}
.latest-content h2 a{color:#222; text-decoration:none}
.latest-content h2 a:hover{color:#000}

.latest-content p{color:#222; font-size:9pt; line-height:1.5; margin-top:8px; margin-bottom:5px; text-align:left}


.postTitle {
  margin:0px 0px 0px 0px; 
  padding: 0px 0 0 0px;
  line-height:1em; 
  color:#222;
  border:0;
  font-size:14pt;
  font-weight:normal;
  text-align:left;
  letter-spacing: -1px;
  text-transform:uppercase;
  }
  
  
/* ARCHIVES */
  
.latest-archive-picto {
  float: left;
  margin: 0;
  position:absolute; 
  padding: 4px 5px 5px 5px;
  width:190px; 
  height:144px;
  background-image: url("images/pictoBg.png"); 
  background-repeat: no-repeat; 
  background-position: top left;
  border: 0;
}

.latest-archive-picto a img {
  border: 0;
  padding: 0;
  margin: 0;
}
  
.latest-archive-meta {
  margin:4px 0 0 0;
  padding:0;
  float: right;
  width: 400px;
  text-align: left;
} 

.latest-archive-meta h3{
  border:0;
  color:#443025;
  font-size:14pt;
  font-weight:normal;
  letter-spacing:-1px;
  line-height:1em;
  margin:0;
  text-align:left;
  text-transform:uppercase;
} 


  
/* POSTMETA */

.postMeta{font-size:1.2em; margin-bottom:18px; margin-top:8px; padding-bottom:24px; border-bottom:1px solid #c9c9c9}

.postMeta-featured{margin-top:8px; font-size:1.2em; width:303px}

.postMeta-front{margin-top:8px; font-size:1.2em;}

.postMeta-post{font-size:1.2em; margin-bottom:10px; margin-top:5px; border-bottom:1px solid #c9c9c9; padding-bottom:10px}

.postMeta span.date, 
.postMeta-post span.date, 
.postMeta-featured span.date, 
.postMeta-front span.date{ margin-top: -8px;color:#573d32; float:left; font-size:12px; font-weight: normal; font-family: Arial;}

.postMeta span.comments a, 
.postMeta span.date a, 
.postMeta-post span.comments a, 
.postMeta-post span.date a, 
.postMeta-featured span.comments a, 
.postMeta-featured span.date a, 
.postMeta-front span.comments a, 
.postMeta-front span.date a{color:#222; border:0; line-height: 1.0em; text-decoration:none; }

.postMeta span.comments, 
.postMeta-featured span.comments, 
.postMeta-post span.comments, 
.postMeta-front span.comments{float:right; background:#FFF url(images/comment.gif) no-repeat left center; padding-left:15px; margin-top: -8px; margin-left:2px}
.postMeta-front h2 {margin:0; font-size: 1.4em; color: #000; border: 0;}
.postMeta-front a {color: #000;}

.readMore{text-decoration: none;border:0;}

/* POSTS */

.post {margin: -5px 0 0 0; padding: 0; width: 603px;}
.archive {height: 175px;}
p.post-tags, p.date {border:0; text-transform: none; color: #573D32; font-size:9pt; line-height: 1em; margin:2px 0 0 0; }
p.post-tags a, p.date a{border:0; font-weight: normal; color:#573D32; text-decoration: none;}



.post-category{color:#8a8a8a; float:right; margin-bottom:8px}

.post-category p, .post-tags p{color:#443025; font-size:9pt; line-height:1em; margin-bottom:0em; margin-top:0em; text-align:none}
.post img{  margin:0 auto; padding: 6px; background:transparent; border:1px solid #DCDCDC; text-align:center;}
.post blockquote p{ margin: 1em; font-style:italic; font-family: Georgia; font-size: 10pt; color: #333}

p.moretext a{border: 0;}


h2.post_comm {
font-size:14pt; 
  font-weight: normal;
  color:#443025; 
  text-align:left; 
  text-transform:uppercase; 
  text-decoration:none;
  display: block; 
  padding-bottom: 4px; 
  margin-bottom: 4px; 
  border-bottom:2px solid #c9c9c9;  
}
.commentcont p, .commentcont br {margin:4px 0 0 0;text-align:left; padding: 4px 0 0 0 ;}
.fright { float: left; margin: 0px 4px 0 0px; width: 70px;}
.fright img {padding: 6px; background:transparent; border:1px solid #DCDCDC;


}
.realcomment {margin: 5px 0 0 0 ; float:right; width: 535px; text-align: left;}

/* COMMENTS */

#commentform { margin-top: 1.5em; margin-bottom: 2em;}
#comments { margin-top: 2em; margin-bottom: 2em; width: 610px;}
#commenthead { margin-bottom: 0px; }
ol#commentlist { list-style-type: none; margin: 0 0 2em 0; padding: 0px 0 0px 0; }
ol#commentlist li { border-bottom: 1px dotted #dadada; margin: 5px 0 0em 0; padding: 5px 0px 5px 0px; overflow-x: hidden; }

ol#commentlist cite { bottom: 0; margin-top: 5px; font-style: normal; text-align: left; display: block; color: #818181; text-transform: uppercase; font-size: 0.8em; }
ol#commentlist cite a { color: #666; }
ol#commentlist cite a:hover { color: #222; text-decoration: none; }
ol#commentlist li blockquote { float: none; width: auto; padding: 0 2em 0 0; margin: 0.5em 0; color: #818181; font: normal 1em arial, sans-serif; letter-spacing: 0; text-align: left; }
ol#commentlist li .commentauthor { font-weight: bold; color: #333; letter-spacing: 1px; text-decoration: none;}
ol#commentlist li .commentauthor a, ol#commentlist li .commenttime a { font-weight: bold; color: #000; text-decoration: none; }
ol#commentlist li .commentauthor a:hover, ol#commentlist li .commenttime a:hover { color: #222; text-decoration: none; }
ol#commentlist li .commnumber { width: 30px; text-align: left; float: left; font-size: 3em; font-weight: bold; line-height: 1em; }
ol#commentlist li .commentcont p { margin: 0 0 1.3em 0; padding: 0; line-height: 1.3em; }

blockquote{margin: 4px 4px 4px 10px; padding: 4px 4px 4px 10px; color:#666;font-style:normal; border-left: 1px dotted #999;}

blockquote p { margin: 0 0 0em 0; padding: 0; line-height: 1.3em; }


ol#commentlist li ul.children, ol#commentlist li ul.children li ul { list-style:none; margin: 0 0 0 2em; padding: 0; }
ol#commentlist li ul.children li, ol#commentlist li ul.children li ul li { border-right: 0; border-bottom: 0; border-top:
1px dashed #bbb; padding: 1em 0 0 0; margin: 0; }


.bypostauthor, .comment-author-admin { background-color:#eae9e9 !important; font-weight: normal; text-decoration: none;}


/* COMMENTS FORM */

#comment-form form { margin-top: 2em; }
.formLine {height: 32px;}
label.com { float: left; width: 100px;}
label.comTextArea { clear:both; width:645px;}
textarea.comtext {width: 605px; border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #dadada; border-right: 1px solid #dadada; padding: 2px; }
div.textform {width:600px;}
input.comtext { float: right; width: 350px; border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #dadada; border-right: 1px solid #dadada; padding: 2px; }
input.comtext:focus, input.comtext:hover, textarea.comtext:focus, textarea.comtext:hover { border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #dadada; border-right: 1px solid #dadada; }
input.comsubmit { margin-top: 10px; width: 610px; padding: 2px; border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #dadada; border-right: 1px solid #dadada; background: url(images/search_bg.jpg) repeat-x; }


/* FOOTER */

#push {
  height:80px;
  }

#footer {
clear: both;
  padding: 25px 0 0 0;
  margin: 0 0 0 5px;
  text-align: center;
  color:#4d4d4d;
  width:605px;  
  height: 100px; 
  }

#footer p {
  text-align: center;
  width:605px;  
  padding: 3px 0 0 0;
  border-top:1px solid #C9C9C9; 
  font-size:9pt; 
  color:#4d4d4d; 
  line-height:1.5em; 
  margin: 0.6em 0 0 0; 
  } 

#footer a {
  border:0px; 
  color:#4d4d4d; 
  text-decoration:underline;
  font-weight: bold;
  }

#footer a:hover {
  border: 0px; 
  color:#443025; 
  text-decoration:none;
  }

/* navigation */


#s{float:left; width:204px; margin-right:6px; padding-top:4px; padding-bottom:4px; padding-left:2px; padding-right:2px; border:1px solid #E5E5E5; font-size:1.1em}


