/*
THEME NAME: Curvwork for WordPress 2.7+
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Developed for Curvwork latestwork portfolio.
VERSION: 1.6
AUTHOR: <a href="http://twenty3x.com/">Rob Pitt&lt;/a&gt;
AUTHOR URI:
TAGS: 
*/

/* Two-column with sidebar on left from the /examples/ folder  */
/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/

div#container {
float:right;
margin:0 0 0 -200px;
width:100%;
}

div#content {
margin:0 0 0 190px;
}

div.sidebar {
float:left;
overflow:hidden;
/*width:180px;*/
}

div#secondary {
clear:left;
}

div#footer {
clear:both;
width:100%;
}

/* Just some example content */
/***************Site Wide**************/
html,
body {
margin:auto;
padding:0px;
font-family:"Myriad-Pro", Helvetica, Arial, Sans-Serif;
background:#fff;
}

a img{
border:0px;
}
a{
	color:#999;
	text-decoration: none;
}
a:hover{
	color: #000;
}
a:active{
	color: red;
}
.clear {
clear: both;
margin: -1px 0px 0px 0px;
height: 1px;
font-size: 1px;
line-height: 1px;
width: 100%;
}
.ahem { 
position: absolute;
overflow: hidden;
height: 0px;
width: 0px;
left: -1000px;
top: -1000px;
}
.fl{
float:left;
}
.fr{
float:right;
}
#wrapper{
	padding: 0 0 100px 40px;
	width: 960px;
}
#header{
	padding:0;
	width: 960px;
	margin: auto;
}
#header h1{
	margin: 0;
	padding: 0;
}
/********Red Logo*******/
.logo1{
	display: block;
	background: url(imgs/red-logo.gif) no-repeat;
	width:188px;
	height: 27px;
	padding: 0 35px 0 0;
}

/********Gray Logo*******/
.logo2{
	display: block;
	background: url(imgs/gray-logo.gif) no-repeat;
	width:188px;
	height: 27px;
	padding: 0 35px 0 0;
}

/*******Columns*****/
.c1, .sidebar{
	width: 188px;
	padding-top: 83px;
}
.c2{
	width: 505px;
	padding: 83px 38px 0 33px;
}



/*********Navigation*******/
#nav{
	margin: 0;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
}
#nav li{
	margin: 0;
	float: left;
	list-style: none;
}
#nav li a{
	display: block;
	padding:12px 17px 0 0;
}

/*********Side Navigation*******/
.side-nav, .sidebar h3{
	margin: 0;
	font-size: 17px;
	padding:5px 0 5px 0;
	font-weight: bold;
	letter-spacing: 1px;
}
.side-nav li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.side-nav li a{
	display: block;
	padding:0 0 5px 0;
}
#secondary{
	display: none;
}


/*******Center Column Styles*********/
.c2 p{
	color: #414141;
	font-size: 14px;
	line-height: 24px;
	padding: 0 0 25px 0;
	margin: 0;
	width:100%;
}
p.home{
	font-size: 17px;
	color: #000;
	font-weight: bold;
	line-height: 35px;
}
.c2 h2{
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
}
.c2 ul{
	width: 33%;
	margin: 0;
	padding: 0;
}
.c2 ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 22px;
	font-size: 14px;
	color: #999;
}

.entry-title a {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
	Background-color: #fff;
}

.entry-title a:hover {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	color: red;
	Background-color: #fff;
}



/*********Right Column*******/
.arrows{
	padding: 41px 0 27px 0;
}
a.la{
    display: block;
	width:19px;
	height: 15px;
	background: url(imgs/left-arrow.gif) 0 0 no-repeat transparent;
}
 a:hover.la{
	background: url(imgs/left-arrow.gif) 0 -15px no-repeat transparent;
}
a.ra{
    display: block;
	width:19px;
	height: 15px;
	background: url(imgs/right-arrow.gif) 0 0 no-repeat transparent;
}
 a:hover.ra{
	background: url(imgs/right-arrow.gif) 0 -15px no-repeat transparent;
}


.blocks{
	margin: 0;
	padding: 0;
}
.blocks li{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.blocks li a{
	display: block;
	background: #e5e5e5;
	height:15px;
	width:15px;
	margin: 5px;
}
.blocks li a:hover{
	background: #a6a6a6;
}


.wa{
	padding: 30px 0 0 0;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}


p.wp-caption-text{
font-style:italic;
}

.entry-meta, .entry-date{
	display: none;
}
#s{
	width: 120px;
}

#archives-3{
	margin: 10px 0 0 0;
        padding: 0;
}

#archives-3 ul{
	margin: 0;
        padding: 0;
        font-weight: normal;
        line-height: 18px;
        font-size: 14px;
}
