/*
Theme Name: Samsaya - Official Website & Blog
Theme URI: http://www.samsaya.com
Description: Clean and flexible.
Version: 2.0
Author: NewCode Media
Author URI: http://www.newcodemedia.com
*/

@import "library/css/reset.css";

/**********************************************
	Global styles 
***********************************************/
body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	background: #000;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	color: #fff;
}

a { 
	text-decoration: none;
	color: #660000;	
}

a:hover {	
	text-decoration: underline;
}

h1,h2,h3,h4 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;	
	line-height: 1em;	
	color: #fff;
	margin-bottom: 5px;
}

h1 { 
	font-size: 44px;	
	letter-spacing: -1px;
}

h2 { 
	font-size: 21px;
	padding-top:10px;
}

h3 {
	font-size: 17px;	
	border-bottom: 1px #ccc dashed;
}

h4 {
	font-size: 17px;		
}

h5, h6 { 
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:2px;	
}

h5 {
	border-bottom: 1px #fff dashed;	
}

h1,
h3,
h5,
h6,
dl,
ol,
ul,
pre,
table,
address,
fieldset,
object {
	margin-bottom: 10px;
}

p {
	margin: 0 0 20px;	
}

ul {
	margin: 0 0 20px 18px;
	list-style:square;
}

ol {
	margin: 0 0 20px 24px;
	list-style-type: decimal;
}

ol ol {
	list-style:upper-alpha;
}

ol ol ol {
	list-style:lower-roman;
}

ol ol ol ol {
	list-style:lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}

dl	{
    margin:0 1.5em;
}

dt {
    font-weight:bold;
}

dd {
	margin-bottom:18px;
}

strong {
	font-weight: bold;
}

big {
	font-size: 120%;
}

small, sup, sub {
	font-size: 80%;
}

address {
	font-style: italic;
	margin: 0 0 21px 0;
}

li address, dd address {
	margin: 0;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 3em;
}

blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}

pre {
	font:11px Monaco, monospace;
	border-left: 5px solid #ccc;
	background: #f9f9f9;
	line-height:18px;
	margin-bottom:18px;
	padding: 10px 15px;
	overflow:auto;
}

code {
	font:11px Monaco, monospace;
	background-color:#f9f9f9;
}

abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}

ins {
	text-decoration:none;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;	
	position: relative;	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

ins, dfn {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid #666;
}

del {
	text-decoration: line-through;
}

blockquote {	
	font-family: "Times New Roman", Georgia, Times, serif;		
	font-size:23px;
	line-height:1.2em;
	color:#444;
	margin:30px 0;
	letter-spacing:-1px;
}

blockquote cite {	
	font-size:18px;
	color:#666;
	display:block;
	font-style:italic;	
	margin-top:5px;
	text-align:right;
}

blockquote.alignright {	
	width:40%;
	margin: 0 0 10px 1em;
}

blockquote.alignleft {	
	width:40%;
	margin: 0 1em 10px 0;
}

blockquote p {
	margin:0;
}

hr {
	background:#ddd;
	color:#ddd;
	clear:both;	
	width:100%;
	height:1px;
	margin:20px 0;
	border:none;
}

input, textarea {
	font-size: 1em;	
	padding: 3px;
}

:focus {
	outline: none;
}

form label {
	cursor: pointer;
}

option {
	padding: 1px 3px;
}

table { 
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
    line-height:15px;
    margin:0 0 22px 0;
    text-align:left;
}

caption {
    text-align:left;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	border-right: 1px solid #e6e6e6;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #666;
}

td {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;	
	padding: 6px 6px 6px 12px;
	color: #333;
}

tr.even {
	background: #fafafa;
}


i, u, center, menu, layer, s, strike, font, xmp {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	background: transparent;
	border: none;
	text-decoration: none;
}

font {
	color: #333;
}

center {
	text-align: left;
}


.alignleft{
	float:left
}

.alignright {
	float:right;
}


/* Some useful classes */
.dropcap {
	float:left;
	color:#D4D4C7;
	font-size:45px;
	line-height:38px;
	padding-top:2px;
	margin-right: 3px;
	font-family: Times, serif, Georgia;
}

.intro {
	font-size:16px;
	color:#666;
	line-height:22px;
}

.col1 {
	float: left;
	width: 50%;	
}

.col2 {
	float: right;
	width: 45%;	
}

.box {
	padding: 20px;
	background-color: #f6f6f6;
	border: #dadada 1px solid;
	margin-bottom: 20px;
}

.box.boxstyle2 {	
	background-color: #e3e1d5;
	border: #eee 1px solid;
}

.box.boxstyle3 {
	background-color: #666;
	color: #fff;
	border: none;
}

.box.boxstyle3 a {
	color: #fff;
	text-decoration:underline;
}

.box.alignright {	
	margin:0 0 1em 1em;
	width:40%;
	float:right;
}

.box.alignleft {	
	margin: 0 1em 1em 0;
	width:40%;
	float:left;
}

ul.checklist {
	margin-left: 5px;
}

ul.checklist li {
	list-style-type: none;	
	padding-left:20px;
	margin-bottom: 10px;	
	background: transparent url(images/checkmark.gif) no-repeat 0 3px;
	font-size:14px;
}

ul.pointerlist {
	margin-left: 3px;
}

ul.pointerlist li {
	list-style-type: none;
	background: transparent url(images/pointer2.gif) no-repeat 0 6px;
	padding-left: 15px;
}

ol.bignumlist {
	list-style-type:none;
	margin-left:5px;
}

ol.bignumlist li {	
	margin: 10px 0;	
}

.bnum {
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;	
	width:55px;
}

a.linkdots {	
	background: transparent url(images/dot.gif) repeat-x left 1em;
}

a:hover.linkdots {
	background: none;
}

.mb20 {	margin-bottom: 20px; }
.mt20 {	margin-top: 20px; }
.ml20 {	margin-left: 20px; }
.mr20 {	margin-right: 20px; }
.mb40 {	margin-bottom: 40px; }
.mt40 {	margin-top: 40px; }
.ml40 {	margin-left: 40px; }
.mr40 {	margin-right: 40px; }
.ml10 {	margin-left: 10px; }
.mr10 {	margin-right: 10px; }
.mb0 { margin-bottom: 0px; }
.mt0 { margin-top: 0; }
.pb0 { padding-bottom: 0px; }
.pt0 { padding-top: 0; }

.image-border {
	border: solid 1px #ddd;
}

.image-frame {
	border: solid 1px #ddd;
	background: #ffffff;
	padding: 4px;
}

.image-frame-black {	
	background: #000;
	padding: 4px;
}

.bigtext {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:60px;
	color:#ccc;
	line-height:70px;	
}

/* Gallery */
img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignleft {float:left; margin:0 1em 1em 0; }
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.gallery img, .gallery a img, img.size-thumbnail {
	border: solid 1px #ddd;
	background: #ffffff;
	padding: 4px;	
}

.gallery a:hover img, .post a:hover img.size-thumbnail {
	border-color: #999;
	background: #fff;
}

.post .gallery-item, #sidebar .gallery-item {		
	margin: 0 0 10px 0;	
	text-align:left;
}

.post .ngg-gallery-thumbnail img {
	margin:4px 4px 4px 0;
	border: solid 1px #ddd;
}

.post .ngg-gallery-thumbnail img:hover {
	background-color: #fff;
	border-color: #999;
	
}

.ngg-navigation {
	padding-bottom:2px;
}

.ngg-galleryoverview {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* End Gallery */


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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f9f9f9;
	padding-top: 4px;	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption.alignright, .caption.alignright {float:right; margin:0 0 .5em 1em}
.wp-caption.alignleft, .caption.alignleft {float:left; margin:0 1em .5em 0}
.wp-caption.aligncenter, .caption.aligncenter {display: block; margin-left: auto; margin-right: auto; margin-bottom: 20px;}

.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;
}

.caption {
	padding:7px;	
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	color:#333;
}

.caption.caption-black {
	padding:8px;
	background-color: #000;	
	color:#fff;
	border: none;
}

.caption.caption-black a {
	color:#fff;
}

.caption p {
	margin:5px 0 0;
}

.fancycaptiontext {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:bold;
}

/**********************************************
	Layout 
***********************************************/
#container {	
	margin: 0 auto;
	background-color: #000;
	width:1200px;
	f
}
.intropage {
 position: absolute;
 background: url(http://www.samsaya.com/wp-content/themes/samsaya/images/intropage1.jpg);
 width: 1200px;
 height: 1060px;
}
.intropage a.newsingle {
 position: absolute;
 width: 288px;
 height: 312px;
 top: 207px;
 left: 313px;
}
.intropage a.home {
 position: absolute;
 width: 243px;
 height: 273px;
 top: 435px;
 left: 131px;
}
.intropage a.blog {
 position: absolute;
 width: 208px;
 height: 191px;
 top: 519px;
 left: 408px;
}
.intropage a.music {
 position: absolute;
 width: 228px;
 height: 254px;
 top: 708px;
 left: 220px;
}
.intropage a.tour {
 position: absolute;
 width: 244px;
 height: 254px;
 top: 708px;
 left: 479px;
}
.intropage a.bio {
 position: absolute;
 width: 226px;
 height: 265px;
 top: 362px;
 left: 622px;
}
.intropage a.contact {
 position: absolute;
 width: 206px;
 height: 218px;
 top: 774px;
 left: 738px;
}
.intropage a.photos {
 position: absolute;
 width: 236px;
 height: 270px;
 top: 519px;
 left: 834px;
}
.musicplayer {
 position: absolute;
 width: 192px;
 height:120px;
 top: 85px;
 left: 820px;
}
.musicplayer ul li {
    list-style-type: none;
	list-style-image: none;	
}
.musiclink {
 position: absolute;
 width: 200px;
 height:59px;
 top: 85px;
 left: 116px;
}
