﻿/*
Theme Name: XIV
Theme URI: http://www.xivstorage.com
Description: XIV Team Blog
Version: 1.0
Author: Orli Gan


*** Layout Outline ***

+---------------------------------------------------------------------------------------------------+
|    site_wrap                                                                                                                |
|     +------------------------------------------------------------------------------------------+     |
|     |      wrap                                                                                                          |     |
|     |     +--------------------------------------------------------------------------------+     |     |
|     |     |    banner --> logo                                                                               |     |     |
|     |     +--------------------------------------------------------------------------------+     |     |
|     |     +--------------------------------------------------------------------------------+     |     |
|     |     |    navigation --> menu                                                                       |     |     |
|     |     +--------------------------------------------------------------------------------+     |     |
|     |     +--------------------------------------------------------------------------------+     |     |
|     |     |     content_wrap                                                                               |     |     |
|     |     |     +----------------------------------------------+     +------------------+     |     |     | 
|     |     |     |    content                                             |     |   sidebar         |     |     |     |
|     |     |     |          entry-header                              |     |                         |     |     |     |
|     |     |     |          entry-meta                                  |     |                         |     |     |     |
|     |     |     |          entry-content                             |     |                         |     |     |     |
|     |     |     |          comment-list                               |     |                         |     |     |     |
|     |     |     |                comment-data                       |     |                         |     |     |     |
|     |     |     |                   comment-meta                   |     |                         |     |     |     |
|     |     |     |                comment-content                  |     |                        |     |     |      |
|     |     |     |          h3 entry-header                         |     |                         |     |     |     |
|     |     |     |          comment-form                            |     |                         |     |     |     |
|     |     |     |              formnames                              |     |                         |     |     |     |
|     |     |     |              comment                                  |     |                         |     |     |     |
|     |     |     |              comsend                                  |     |                         |     |     |     |
|     |     |     +----------------------------------------------+     +------------------+     |     |     |
|     |     +--------------------------------------------------------------------------------+     |     |
|     |     +--------------------------------------------------------------------------------+     |     |
|     |     |    footer                                                                                            |     |     |
|     |     +--------------------------------------------------------------------------------+     |     |
|     +------------------------------------------------------------------------------------------+     |
+---------------------------------------------------------------------------------------------------+


*/


/* --- General Styles --- */

body {
	background: #eeede5;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Verdana, Helvetice, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

a:link {
	text-decoration: none;
	color: #666666;
}

a:active {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #888888;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

img, 
a img, 
img a {
	border: none;
}

.clear {
	clear:both;
	height: 0;
}

/* --- End of General Styles --- */


/* --- Wraps --- */

#site_wrap { 
	width: 920px;
	margin: auto;
}

#wrap { 
	width: 920px;
	background: #ffffff url("images/Background.png") top right repeat-y;
	text-align: left;
	border: none;
	margin-top: 0px;
}

.content_wrap {
	position: relative;
	left: 10px;
	width: 690px;
	margin: 0;
}

/* --- End of Wraps --- */


/* --- Banner and Logo --- */

#banner { 
	position: relative;
	Left: 10px;
	top: 0px;
	z-index: 100;
	height: 95px;
	width: 900px;
	display: block;
	background: url("images/Top_Strip.png") bottom left repeat-x;
}

#banner h1 { 
	display: none;
}

#banner img { 
	border: 0;
	margin-left: 5px;
}


/* - Logo - */

.logo {
	position: relative;
	Left: 30px;
	top: 20px;
	width:880px;
	font-size: .1em;
	z-index: -200;
}

.logo span {
	background: url("images/ThinkStorage_Logo.png") top left no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 600px;
	height: 76px;
}

.xiv_logo span {
	display: block;
	float: right;
	margin-right: 30px;
	margin-top: 15px;
	width: 250px;
	height: 80px;
	background: url("images/XIV_Logo.png") top right no-repeat;
}

/* --- End of Banner and Logo --- */



/* --- Menu --- */

#menu {
	position: relative;
	top: -15px;
	left: 10px;
	display: block;
	z-index: 1;
	margin: 0px;
	padding: 0;
	border: none;
	clear: both;
}

#menu .menu_left { 
	float: left;
	height: 53px;
	width: 340px;
	text-align: center;
	font-size: 33px;
	background: url("images/XIV_Team_BG.png") top right no-repeat;
}

#menu .menu_right { 
	float: left;
	position: relative;
	z-index: -10;
	left: -20px;
	height: 53px;
	width: 120px;
	text-align: center;
	font-size: 33px;
	background: url("images/About_BG.png") top right no-repeat;
}

#menu .menu_pad { 
	float: left;
	position: relative;
	z-index: -12;
	left: 0px;
	height: 53px;
	width: 240px;
	text-align: center;
	font-size: 33px;
}

/* - Search - */

#search {
	text-align: left;
}

#search-form {
    padding:5px 0px 5px 5px;
	margin: 0 10px 10px 10px;
}

.search-input {
	margin: 4px 6px 4px 10px;
    padding: 1px 2px 1px 2px;
    background: #ffffff;
	border: 1px solid #cccccc;
    font-size: 12px;
    width: 90px;
    height: 15px;
}

.search-button {
    margin: 0px;
    padding: 0px ;
    border: none;
    text-align: center;
    width: 41px;
    height: 20px;
    background: none;
}

.search-button img {
    margin: 0px;
    padding: 0px 10px ;
}

/* --- End of Navigation and Search --- */


/* --- Sidebar --- */

#sidebar {
	width: 205px;
	float: right;
	margin: 0 10px 0 0;
	padding: 20px 0 0 0;
}

#sidebar .sidebar_sep{ 
	background: url("images/sidebar_sep.png") top left no-repeat;
}


.sidebar_item {
	padding: 0px 10px 10px 10px;
	margin: 0 10px 0px 10px;
}

#sidebar p {
	margin: 0px;
	padding: 15px 10px 5px 10px;
	height: 14px;
	color: #cccccc;
    line-height:1.5em;
}

#sidebar h2 {
	font-size: 14px;
	margin: 0px;
	padding: 15px 10px 0 0;
	height: 15px;
	color: #666666;
}	

#sidebar h3 {
	font-size: 13px;
	margin: 0px;
	padding: 15px 10px 5px 10px;
	height: 14px;
	color: #666666;
}	

#sidebar li.linkcat {
	margin: 0px -24px 0 0 ;
	padding: 0;
	list-style: none;
}

#sidebar ul {
    margin:0px 0px 0px 0px;
    padding: 0px 15px 0 5px;
	list-style: circle outside;
}

#sidebar li {
    padding: 2px 0px 2px 0px;
	margin: 0 0 0 20px;
	text-indent: 0px;
    line-height:1.4em;
	border: none;
}


#sidebar a 
{
    font-weight: normal;
}

#sidebar a:link,
#sidebar a:visited {
    color: #666666;
    text-decoration: none;
}
  
#sidebar a:hover {
    color: #888888;
    text-decoration: underline;
}

/* --- End of Sidebar --- */


/* --- Content --- */

#content { 
	font-size: 12px;
	padding: 0px 0 0 20px;
	width: 670px;
	text-align: justify;
}

#content p, 
.date, 
#content h1, 
#content h2, 
#content h3 {
	margin: 5px 10px 0px 0;
	padding: 0;
}

#content h2,
#content h3 {
	font-size: 13px;
}

#content h4 {
  margin: 20px 10px 8px 0;
  font-size: 12px;
  color: #cccccc;
  font-weight: bold;
}

#content .entry-header {
	margin: 5px 10px 0px 0pt;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

#content .alignright {
	float: right;
	margin: 10px 0 10px 10px;
	padding: 0;
}

#content .alignleft {
	float: left;
	margin: 10px 10px 10px 0;
	padding: 0;
}

#content .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#content .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#content .wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#content .wp-caption-text {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 3px;
}

.entry-header a:link,
.entry-header a:visited {
	color: #666666;
	text-decoration: none;
}

.entry-header a:hover {
	color: #888888;
	text-decoration: underline;
}

.entry-meta {
	margin: 5px 10px 7px 0;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #777777;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #ee8822;
}

.entry-footer {
	margin: 5px 10px 20px 0;
	border-top: 1px solid #aaaaaa;
	padding-top: 5px;
	color: #666;
	font-weight: normal;
}

.entry-meta a:link,
.entry-meta a:visited,
.entry-footer a:link,
.entry-footer a:visited {
	color: #bbbbbb;
}

.entry-meta a:hover,
.entry-footer a:hover {
	color: #888888;
	text-decoration: underline;
}

.entry-more-link { 
	font-weight: bold;
}

.entry-post {
	margin: 10px 50px 35px 0px;
}

.entry-post p {
}

blockquote {
    font-style: italic;
    margin: 10px 30px 0 20px;
    padding: 0px 0 0 20px;
	border-left: 5px solid #ffcc33;
}


.entry-post .youtube {
  padding:0px;
  background: #EDE384;
  border:2px solid #8D8324;
  text-align: center;
  width: 425px;
  font-weight: bold;
  padding: 4px;
  margin: 30px 0 0 0;
}

.entry-post h4 {
  margin-top:20px;
  margin-bottom: 8px;
  margin: 20px 10px 8px 0;
  font-size: 14px;
  font-weight: bold;
}

.date-header, 
.entry,
.trackbacks,
.comments,
.archive {
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}


img.image-full { 
	width: 100%;
}



.navigation {
	border-top: 0px solid #dddddd;
}

/* --- End of Content --- */


/* --- Footer --- */

#footer { 
	clear: both;
	min-height: 14px;
	border-top: none;
	width: 916px;
	margin: 0px;
	color: #e87d23;
	background: url("images/footer_sep.png") top left no-repeat;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
}

#footer a:link,
#footer a:hover,
#footer a:visited { 
	color: #666666;
}

#footer a:hover { 
	text-decoration: underline;
}

#footer p {
	padding: 10px 10px 0 10px;
	margin: 0px 0;
}

/* --- End of Footer --- */


/* --- Comments --- */

/* - Send Comments Form - */

#comment-form {
	margin-top:10px; 
	margin-bottom:20px;
}

#comment-form p {
	margin: 5px 0;
}

#comment-form .sendcom-meta {
	margin: 0px;
	padding: 10px 15px;
	float: left;
}

#comment-form .sendcom-meta p{
	margin: 0px 0 5px 0;
	padding: 0;
}

#comment-form  small {
	font-size: 10px; 
}

#comment-form label {
	padding: 0 0 5px 0;
	display: block;
}

#comment-form input {
	width: 160px;
	margin: 0 0 10px 0;
    padding: 1px 2px 1px 2px;
    background: #aaaaaa;
    font-size: 12px;
    width: 140px;
    height: 15px;
	background-color: #f9f7f4;
    border: 1px solid #cccccc;
}

#comment-form input[type="image"] { 
	background: none;
	padding: 0;
	margin: 0;
	border: 0px;
}

#comment-form textarea {
	width: 380px;
	height: 105px;	
	padding: 5px;
	margin: 0;
	background-color: #f9f7f4;
    border: 1px solid #cccccc;
	overflow: auto;
}

#comment-form .sendcom-button {
    margin: 10px 0px 10px 350px;
    padding: 0px ;
    width: 41px;
    height: 20px;
    background: none;
	display: block;
	text-align: center;
	font-weight: bold;
}

#comment-form .sendcom-button img{
    margin: 0px;
    padding: 0px ;
}

.subscribe-wrap h2{
	padding: 30px 0 0 0	!Important;
}

.subscribe-to-comments {
	width: 150px;
}

.subscribe-to-comments table {
	width: 150px;
}

.subscribe-to-comments table td {
	padding:5px 5px 5px 0; 
	vertical-align:top;
}

fieldset {
	display: block;
	margin-left: 2px;
	margin-top: 20px;
	margin-right: 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 2px solid ThreeDFace;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

}

fieldset legend{
	color: #ee8822;
	font-weight: bold;
}

/* - Comments List - */

.alt {
}

.comment-list {
	padding: 0px;
	margin: 0 0 0 20px;
	text-align: left;
	list-style-type: decimal;
	list-style-position: outside;
	vertical-align: top;
}

.comment-list li {
	margin: 10px 0 3px 0;
	padding: 5px 0px 3px 0;
	vertical-align: top;
}

.comment-list cite, 
.comment-list cite a, 
.comment-list cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 13px; 
	color: #666666; 
	line-height: 18px;
}

.comment-list cite a:hover { 
	color: #888888;
	text-decoration: underline;
}

.comment-data {
	margin: 5px 10px 7px 0;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	border-bottom: none;
}

.comment-data a, 
.comment-data a:visited {
	color:#666666; 
	text-decoration: none;
}

.comment-data a:hover{
	color:#888888; 
	text-decoration: underline;
}

.comment-meta {
	font-weight: normal; 
	font-size: 10px; 
	line-height: 12px; 
	margin-top: 4px;
	display: block;
}

.comment-content {
	width: 450px;
	color: #000000;
	border-bottom: 1px solid #ee8822;
	margin: 0 0 10px 0; 
	padding: 0 0px 7px 0px; 
	font-size: 12px; 
	color: #777777 !Important;
}

.comment-content  p{
	margin: 0 !Important; 
	padding: 0 0 8px 0 !Important;
}

/* - Extras - */

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* --- End of Comment --- */

