/*
Theme Name: My Theme
Theme URI: http://sujoys.com
Description: 
Version: 2.0
Author: Victormax
Author URI: http://victormax.in
Tags: fixed-width, light, purple, red, three-columns

####################################################################
*/

@import "css/reset.css";

@import "css/960.css";

@import "css/text.css";

/*------- Structure ------- */

body {
	color: #444;
	background: #ebebeb url(img/bg_image_big.gif) no-repeat center top;
	text-shadow: 0 1px 0 #fff;
	font: .9em/1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* links */

/*a:link {
	text-decoration: none;
	color: #4d3c8e;
}

a:hover {
	color: #B84E82;
	text-decoration: none;
}

a:visited{
	color: #B84E82;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
*/

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #4d3c8e;
}

.post a, .post a:link, .post a:visited, .post a:active, .post a:hover {
	font-weight: bold;
}

a:hover {
	color: #B84E82;
	text-decoration: none;
}

a:active {
	text-shadow: 0 -1px 0 #fff;
}

/* 

    L A Y O U T

*/

#header-wrap {
	margin: 0 auto;
	height: 200px;
}

#header {
	height: 180px;
	border-bottom: 3px solid #4d3c8e;
	margin-bottom: 20px;
}

#wrapper {
	margin: 0 auto;
}

#content {
	overflow: hidden;
}

#sidebar {
	float: right;
}

#footer {
	height: 420px;
}

#footer-wrapper {
	margin: 0 auto;
	min-height: 500px;
	background: url(img/footer_bottom.gif) repeat;
}

#footer-wrap {
	padding-top: 20px;
	overflow: hidden;
	border-bottom: 3px solid #ff9000;
}

#footwrapper {
	
}

/*------- Post ------- */

#post {
	
}

#postmeta {
	text-align: right;
	margin: 10px 0 0;
}

#postmeta2 {
	text-align: left;
	margin: 0 0 10px;
}

.postcontent {
	text-align: justify;
}

.postcontents {
	text-align: justify;
	padding-right: 20px;
}

.postInfos {
	margin-top: 3px;
	font-size: .85em;
	color: #444;
	text-align: right;
}

.entry {
	overflow: hidden;
}

.entry_inner {
	overflow: hidden;
	padding: 10px 10px 20px 0;
}

#poster img, .page img, .attachment img, .wp-caption {
	width: auto;
	border: 1px solid #ccc;
	padding: 9px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin: 5px 0 15px;
}

#poster2 img {
	width: auto;
	border: 1px solid #ccc;
	padding: 9px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin: 5px 0 15px;
}

.navigation {
	clear: both;
	border-top: 1px solid #ccc;
	padding: 15px 0;
	margin: 15px 0;
	width: 700px;
	height: auto;
	float: right;
}

.post .gallery img {
	padding: 4px;
}

#gallery {
	padding-top: 10px;
	margin: 10px 0 0;
	text-align: left;
}
.post blockquote {
	padding-left: 19px;
	border-left: 1px solid #ccc;
	font-style: italic;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	text-transform: capitalize;
}


/*------- Main Menu ------- */

#nav {
	height: 30px;
	background: #4d3c8e;
	margin: 25px 0 0;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 1.1em;
}

#nav li {
	display: block;
	float: left;
	margin-left: 30px;
	padding: 10px 0;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	text-shadow: 0 1px 0 #333;
	text-decoration: none;
}

#nav li a:visited {
	color: #fff;
	text-shadow: 0 1px 0 #333;
}

#nav li a:hover {
	color: #ccc;
	text-shadow: 0 1px 0 #333;
}

#nav li a.active {
	color: #ccc;
	text-shadow: 0 -1px 0 #333;
}

/*------- Footer  Columns ------- */

#footer-wrap .col-a {
	min-height: 350px;
	padding-left: 0;
}

#footer-wrap .col-b {
	float: right;
	min-height: 350px;
}

#footer-bottom {
	clear: both;
	font-size: .9em;
	margin: 0 auto;
	padding-top: 10px;
	font-family: Verdana;
	font-size: .9em;
	overflow: hidden;
}

/*------- Fonts General ------- */

h1 {
	letter-spacing: -2px;
	color: #B84E82;
	font: bold 3.5em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	margin-bottom: 5px;
	letter-spacing: -2px;
	color: #6D2E4C;
	font: bold 36px/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h3 {
	color: #444;
	margin-bottom: 5px;
	font: bold 1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 2px;
}

.entry h2 a {
	color: #6D2E4C;
}

.entry h2 a:hover {
	color: #B84E82;
}

h2 a:hover {
	color: #B84E82;
}

h2 a, h2 a:link, h2 a:visited, h2 a:active {
	text-decoration: none;
	color: #6D2E4C;
}

.more-link {
	text-align: left;
}

/*------- Sidebar sidemenu ------- */

.sidemenu h2 {
	margin-bottom: 5px;
	letter-spacing: -1px;
	color: #6D2E4C;
	font: bold 26px/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-top: 1px solid #444751;
	border-bottom: 1px solid #444751;
	padding: 5px 0;
}

.sidemenu ul {
	text-align: left;
	padding: 5px 0 0;
}

.sidemenu ul li {
	list-style: none;
	margin: 0;
	padding: 5px 5px 5px 10px;
	line-height: 18px;
	font-size: 14px;
}

.sidemenu ul li a {
	color: #4d3c8e;
	text-decoration: none;
}

.sidemenu ul li a:visited {
	color: #4d3c8e;
	text-decoration: none;
}

.sidemenu ul li a:hover {
	color: #B84E82;
}

.sidemenu p {
	color: #444444;
	padding: 0 0 0 10px;
}

/*------- Footer   Fonts ------- */

#footer p {
	text-shadow: none;
	color: silver;
	padding: 0 0 0 10px;
}

#footer-wrap h2 {
	margin-bottom: 5px;
	letter-spacing: -1px;
	color: gray;
	font: bold 26px/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-top: 1px solid #ff9000;
	border-bottom: 1px solid #ff9000;
	text-shadow: 0 1px 0 #333;
	padding: 6px 0 5px;
}

/* footer-list */

.footer-list ul {
	text-align: left;
}

.footer-list ul li {
	list-style: none;
	margin: 0;
	padding: 5px 5px 5px 10px;
}

.footer-list ul li a {
	text-shadow: 0 1px 0 #333;
	color: #fff;
	line-height: 15px;
	font-size: 14px;
}

.footer-list ul li a:hover {
	color: #ff9000;
	text-shadow: 0 1px 0 #333;
}

.footer-list p {
	color: #fff;
	text-shadow: 0 1px 0 #333;
}

.footer-list ul li a:visited {
	color: #fff;
}

.bottom-left {
	float: left;
	display: inline;
	margin: 0 0 30px 20px;
	padding: 0;
	text-align: left;
	color: gray;
}

.bottom-right {
	float: right;
	display: inline;
	margin: 0 30px 30px 0;
	padding: 0;
	text-align: right;
	color: gray;
	font-size: 14px;
}

.bottom-left a ,.bottom-right a {
	color: #fff;
}

.bottom-left a:hover ,.bottom-right a:hover {
	color: #B84E82;
}

/*------- Utilities ------- */

.left {
	float: left;
}

.right {
	float: right;
}

.post a, .post a:link, .post a:visited, .post a:active, .post a:hover {
	font-weight: bold;
}